Summary: | digikam does not apply tags to some selected images | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Luke <lcampagn> |
Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.9.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.9.3 | |
Sentry Crash Report: |
Description
Luke
2007-06-23 23:52:08 UTC
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) |