Bug 226962

Summary: Applying tags to images requires extra work
Product: [Applications] digikam Reporter: terri.bugs
Component: Tags-EngineAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 1.2.0   
Target Milestone: ---   
Platform: unspecified   
OS: Unspecified   
Latest Commit: Version Fixed In: 1.2.0

Description terri.bugs 2010-02-15 11:30:31 UTC
Version:            (using KDE 4.3.2)

In digiKam Version 1.2.0 (rev.: 1090187) when you create a new tag for image it is  not automatically selected (tick in the box before it) as it is in 1.1.0. I would like to have this feature back as creating a tag (or tags) and then finding them in the hierarchy so you can tag the image, is time consuming.

Also when a tag applied to an image (or images) is moved in the tag hierarchy the tag becomes unapplied (the tick in the box disappears) and if you apply your changes the moved tags will not be applied to your images.
Comment 1 terri.bugs 2010-02-15 12:30:50 UTC
The second paragraph (moving tags) is reported as Bug 226504. I forgot to mention that in the original post.
Comment 2 Marcel Wiesweg 2010-02-20 16:22:51 UTC
SVN commit 1093301 by mwiesweg:

Add a properte to TagCheckView that any tag created from within the view
(via the context menu) is automatically checked after creation.
For this, the tag modification helper needs to emit a signal, so the view
can know the addition happened from its context menu.

BUG: 226962

 M  +3 -1      NEWS  
 M  +34 -0     digikam/tagcheckview.cpp  
 M  +9 -0      digikam/tagcheckview.h  
 M  +6 -1      digikam/tagmodificationhelper.cpp  
 M  +6 -0      digikam/tagmodificationhelper.h  
 M  +1 -0      libs/imageproperties/imagedescedittab.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1093301