[Bug 158791] New: Multi-select tags (i.e. to delete more than one at a time)

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

[Bug 158791] New: Multi-select tags (i.e. to delete more than one at a time)

Bugzilla from adam@alphapapa.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=158791         
           Summary: Multi-select tags (i.e. to delete more than one at a
                    time)
           Product: digikam
           Version: unspecified
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: Tags
        AssignedTo: digikam-devel kde org
        ReportedBy: adam alphapapa net


Version:            (using KDE 3.5.9)
Installed from:    Ubuntu Packages0

You should be able to select more than one tag in the sidebars (I don't just mean being able to check more than one checkbox in the Tag Filter sidebar).

After copying some images into my Digikam repository folder and restarting Digikam, it read some IPTC keywords from an image that was practically spammed with them, and it added all of them to my list of tags.  Now I have to delete them...one...by...one.  If only I could select more than one tag, then I could delete all of them at once!  But alas...  :(
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 158791] Multi-select tags (i.e. to delete more than one at a time)

Bugzilla from andi.clemens@gmx.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=158791         




------- Additional Comments From andi.clemens gmx net  2008-08-09 13:53 -------
Currently I'm working on a patch for deleting multiple tags, because yesterday it bothered me again :-)
Someone gave me a lot of images from a wedding and they were all tagged. Nearly 50 tags were unusable for me so I need to remove them. But not being able to select all of them brought me to the conclusion that a patch is needed for that :-)
It works nearly fine, I have a problem when a subtag and its parent is selected, removing in this situation will kill digiKam (null pointer issue), I need to make sure that this special case is detected before publishing the patch.
Also drag&drop must be handled...
I'll post the patch later so we can discuss it... Gilles, Marcel, Arnd etc... what do yo think?
This one is a really needed feature... it is so annoying to delete / move tags one by one...
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 158791] Multi-select tags (i.e. to delete more than one at a time)

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from adam@alphapapa.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=158791         




------- Additional Comments From andi.clemens gmx net  2008-08-09 15:01 -------
Created an attachment (id=26754)
 --> (http://bugs.kde.org/attachment.cgi?id=26754&action=view)
allow multiple tag removal

This patch will allow the removal of multiple tags.
Currently it is only implemented in the tagfolderview (left sidebar) and
drag&drop is missing (only works on the tag under the mouse cursor). But in
general deleting works fine.
So if you want to test the patch, please do so and post your comments in here.

Andi
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 158791] Multi-select tags (i.e. to delete more than one at a time)

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from adam@alphapapa.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=158791         




------- Additional Comments From andi.clemens gmx net  2008-08-09 15:03 -------
Just wanted to make sure that the above patch is for the KDE3 branch...
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 158791] Multi-select tags (i.e. to delete more than one at a time)

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from adam@alphapapa.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=158791         
andi.clemens gmx net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26754|0                           |1
        is obsolete|                            |



------- Additional Comments From andi.clemens gmx net  2008-08-09 21:06 -------
Created an attachment (id=26760)
 --> (http://bugs.kde.org/attachment.cgi?id=26760&action=view)
complete patch #1

This patch will allow multiple removal of tags in TagFolderView (left sidebar),
TagFilterView and Captions/Tags View (both right sidebar).
Drag&Drop is not implemented, first of all I'd like to hear what you think of
it.

Andi
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 158791] Multi-select tags (i.e. to delete more than one at a time)

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from adam@alphapapa.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=158791         
andi.clemens gmx net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26760|0                           |1
        is obsolete|                            |



------- Additional Comments From andi.clemens gmx net  2008-08-09 21:17 -------
Created an attachment (id=26761)
 --> (http://bugs.kde.org/attachment.cgi?id=26761&action=view)
complete patch #2

Sorry, uploaded an older patch. This is the right one...
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 158791] Multi-select tags (i.e. to delete more than one at a time)

Gilles Caulier-4
In reply to this post by Bugzilla from adam@alphapapa.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=158791         




------- Additional Comments From caulier.gilles gmail com  2008-08-10 11:03 -------
Thanks Andi,

I'm currently busy at Akademy2008, to meet and discut we KDE developpers (as Laurent Montel for ex.)

So, i will try to review your patches soon.

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 158791] Multi-select tags (i.e. to delete more than one at a time)

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from adam@alphapapa.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=158791         
andi.clemens gmx net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
      everconfirmed|0                           |1
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel