Bug 226962 - Applying tags to images requires extra work
Summary: Applying tags to images requires extra work
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Tags-Engine (show other bugs)
Version: 1.2.0
Platform: unspecified Unspecified
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-15 11:30 UTC by terri.bugs
Modified: 2012-06-27 10:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.2.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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