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.
The second paragraph (moving tags) is reported as Bug 226504. I forgot to mention that in the original post.
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