Summary: | face tags count error | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Rinus Bakker <sleeplessregulus> |
Component: | Faces-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sleeplessregulus |
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: |
Description
Rinus Bakker
2011-03-25 10:31:22 UTC
Known problem. Need to find time to implement. Git commit 818b9850e5dd5c3ba2bc2fc096bbdb1144db4b75 by Marcel Wiesweg. Committed on 14/05/2011 at 21:56. Pushed by mwiesweg into branch 'master'. Use a kioslave job to get counts for faces. Add a special mode to use this count in the faces sidebar treeview. BUG: 269375 M +2 -2 NEWS M +60 -37 digikam/album/albummanager.cpp M +5 -14 digikam/album/albummanager.h M +1 -0 digikam/views/leftsidebarwidgets.cpp M +15 -1 kioslave/digikamtags.cpp M +22 -3 libs/models/albummodel.cpp M +12 -0 libs/models/albummodel.h http://commits.kde.org/digikam/818b9850e5dd5c3ba2bc2fc096bbdb1144db4b75 Git commit 019b3fce23fa420bc105776f9bea746ec83e4609 by Marcel Wiesweg. Committed on 14/05/2011 at 21:53. Pushed by mwiesweg into branch 'master'. Add a method to retrieve the number of images with a tag property, per tag. (counts for faces) CCBUG: 269375 M +25 -0 libs/database/albumdb.cpp M +6 -0 libs/database/albumdb.h http://commits.kde.org/digikam/019b3fce23fa420bc105776f9bea746ec83e4609 |