[digikam] [Bug 366567] New: Allow choosing several duplicates

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 366567] New: Allow choosing several duplicates

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=366567

            Bug ID: 366567
           Summary: Allow choosing several duplicates
           Product: digikam
           Version: 5.1.0
          Platform: Debian testing
                OS: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: Searches-Fuzzy
          Assignee: [hidden email]
          Reporter: [hidden email]

Currently in the duplicate part of fuzzy search I can only select one group of
duplicates at a time. This is ok if you have just a few duplicates. However I
have lots of duplicates and want to sort/remove them. For this case the current
state is useless, I would have to go through hundreds of duplicates one by one.
If I could choose all/several of them I could then apply tags and use filters
on all of the duplicates. Thus I could choose a subset of all picture that have
a duplicate and remove them.

Reproducible: Always

Steps to Reproduce:
1. Search for duplicates
2. Try to select multiple items

Actual Results:  
Only one selection possible.

Expected Results:  
Select as many duplicate groups as you want.

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 366567] Allow choosing several duplicate results

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=366567

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
            Summary|Allow choosing several      |Allow choosing several
                   |duplicates                  |duplicate results

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 366567] Allow choosing several duplicate results

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=366567

--- Comment #1 from Simon <[hidden email]> ---
Created attachment 102207
  --> https://bugs.kde.org/attachment.cgi?id=102207&action=edit
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.

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 366567] Allow choosing several duplicate results [patch]

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=366567

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Allow choosing several      |Allow choosing several
                   |duplicate results           |duplicate results [patch]

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 366567] Allow choosing several duplicate results [patch]

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=366567

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
   Version Fixed In|                            |5.4.0
      Latest Commit|                            |http://commits.kde.org/digi
                   |                            |kam/131b3009cb03f7b4fae1e18
                   |                            |f6aa0eaaa0741bc22
         Resolution|---                         |FIXED

--- Comment #2 from [hidden email] ---
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

--
You are receiving this mail because:
You are the assignee for the bug.