[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [digikam] /: add info about similarity database
From:       Gilles Caulier <null () kde ! org>
Date:       2018-04-24 14:22:46
Message-ID: E1fAyqE-00046p-5G () code ! kde ! org
[Download RAW message or body]

Git commit d554b96ed93546fac59afc97e29aa86854fccecd by Gilles Caulier.
Committed on 24/04/2018 at 14:22.
Pushed by cgilles into branch 'master'.

add info about similarity database

M  +2    -0    NEWS
M  +2    -0    core/app/views/welcomepageview.cpp

https://commits.kde.org/digikam/d554b96ed93546fac59afc97e29aa86854fccecd

diff --git a/NEWS b/NEWS
index fa467c492a..4c65f1e636 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ Showfoto     : Add Web services Import and Export tools.
 
 LightTable   : Add Web services Import and Export tools.
 
+Database     : Similarity database has been moved to a dedicated file to not bloat core database with computed
+               finger-prints. This will speed-up query in core database in case of Similarity feature is used.
 Database     : New video metadata parser based on ffmpeg to populate database.
 Search       : Add video support to find files based on properties registered on database.
 
diff --git a/core/app/views/welcomepageview.cpp b/core/app/views/welcomepageview.cpp
index 1255478509..c21f702911 100644
--- a/core/app/views/welcomepageview.cpp
+++ b/core/app/views/welcomepageview.cpp
@@ -127,6 +127,8 @@ QStringList WelcomePageView::featuresTabContent() const
     newFeatures << i18n("Light Table: Add Web services Import and Export tools;");
     newFeatures << i18n("New video metadata parser based on ffmpeg to populate database;");
     newFeatures << i18n("Add video support to find files based on properties registered on database.");
+    newFeatures << i18n("Similarity database has been moved to a dedicated file to not bloat core database with computed"
+                        "finger-prints. This will speed-up query in core database in case of Similarity feature is used.");
     // Add new features here...
     newFeatures << i18n("...and much more.");
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic