From kde-commits Tue Apr 24 14:22:46 2018 From: Gilles Caulier Date: Tue, 24 Apr 2018 14:22:46 +0000 To: kde-commits Subject: [digikam] /: add info about similarity database Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=152457977708984 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 n= ot 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 datab= ase. Search : Add video support to find files based on properties registe= red on database. = diff --git a/core/app/views/welcomepageview.cpp b/core/app/views/welcomepag= eview.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 t= ools;"); newFeatures << i18n("New video metadata parser based on ffmpeg to popu= late database;"); newFeatures << i18n("Add video support to find files based on properti= es 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 d= atabase in case of Similarity feature is used."); // Add new features here... newFeatures << i18n("...and much more."); =20