Summary: | Allow choosing several duplicate results [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Simon <freisim93> |
Component: | Searches-Similarity | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 5.1.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/131b3009cb03f7b4fae1e18f6aa0eaaa0741bc22 | Version Fixed In: | 5.4.0 |
Sentry Crash Report: | |||
Attachments: | Allow selection of multiple duplicates |
Description
Simon
2016-08-09 21:31:56 UTC
Created attachment 102207 [details]
Allow selection of multiple duplicates
This patch adjusts the fuzzysearchview to handle multiple selected duplicates and extends SearchesJob to process all SAlbums, not just the first. The process of displaying albums stays the same, ImageAlbumModel::startListJob has only been adjusted to pass over all SAlbums instead of dropping all but the first.
Git commit 131b3009cb03f7b4fae1e18f6aa0eaaa0741bc22 by Gilles Caulier. Committed on 13/11/2016 at 21:23. Pushed by cgilles into branch 'master'. Apply patch #102207 to permit multiple selection in duplicates search albums list-view. FIXED-IN: 5.4.0 M +2 -1 NEWS M +19 -12 libs/database/dbjobs/dbjob.cpp M +9 -4 libs/database/dbjobs/dbjobinfo.cpp M +3 -2 libs/database/dbjobs/dbjobinfo.h M +9 -6 libs/models/imagealbummodel.cpp M +1 -1 utilities/fuzzysearch/findduplicatesalbum.cpp M +14 -6 utilities/fuzzysearch/findduplicatesview.cpp M +1 -1 utilities/fuzzysearch/findduplicatesview.h http://commits.kde.org/digikam/131b3009cb03f7b4fae1e18f6aa0eaaa0741bc22 |