Version: 0.9.1 (using KDE 3.5.6, Kubuntu (feisty) 4:3.5.6-0ubuntu14) Compiler: Target: x86_64-linux-gnu OS: Linux (x86_64) release 2.6.20-16-generic Reminiscent of some other bugs, but I think it's a new one. To reproduce this bug: - Select a photo (or group of photos) - Select another photo (or group) by holding CTRL and dragging a box around it - Apply a tag via the Comments/Tags tab The tag is only applied to the first group that was selected, even though both groups are still selected.
Update: you must assign the tag by checking the tag's checkbox in the Comments/Tags tab. Dragging the tag to the images or assigning the tag by right-clicking does not cause this problem.
Luke, I'm not sure, but i think than Marcel have fixed this problem in last 0.9.2 release... Gilles Caulier
It wasn't fixed - confirming it. Really weird bug. Second group isn't tagged only when it was selected by dragging mouse over several images holding Ctrl. If images from second (and next) group were selected individually all images are tagged. If they were selected by mouse dragging only first group is tagged.
Marcel, I think this bug must be fixed for next 0.9.3 bugfix release. It's important. What you think about ? Gilles
SVN commit 680604 by mwiesweg: Emit signalSelectionchanged after selecting all items under the rubber band. While selecting the individual items, signals are blocked. BUG: 147147 M +3 -0 iconview.cpp --- branches/extragear/kde3/graphics/digikam/digikam/iconview.cpp #680603:680604 @@ -1186,6 +1186,9 @@ p.end(); d->pressedMoved = true; + + if (changed) + emit signalSelectionChanged(); } void IconView::contentsMouseReleaseEvent(QMouseEvent* e)