[Bug 147147] New: digikam does not apply tags to some selected images

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 147147] New: digikam does not apply tags to some selected images

Bugzilla from luke.campagnola@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=147147         
           Summary: digikam does not apply tags to some selected images
           Product: digikam
           Version: 0.9.1
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: luke.campagnola gmail com


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.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 147147] digikam does not apply tags to some selected images

Bugzilla from luke.campagnola@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=147147         




------- Additional Comments From luke.campagnola gmail com  2007-06-23 23:54 -------
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.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 147147] digikam does not apply tags to some selected images

Gilles Caulier-4
In reply to this post by Bugzilla from luke.campagnola@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=147147         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Tags



------- Additional Comments From caulier.gilles gmail com  2007-06-23 23:56 -------
Luke,

I'm not sure, but i think than Marcel have fixed this problem in last 0.9.2 release...

Gilles Caulier
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 147147] digikam does not apply tags to some selected images

Bugzilla from mikmach@wp.pl
In reply to this post by Bugzilla from luke.campagnola@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=147147         




------- Additional Comments From mikmach wp pl  2007-06-24 20:37 -------
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.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 147147] digikam does not apply tags to some selected images

Gilles Caulier-4
In reply to this post by Bugzilla from luke.campagnola@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=147147         




------- Additional Comments From caulier.gilles gmail com  2007-06-24 21:03 -------
Marcel,

I think this bug must be fixed for next 0.9.3 bugfix release. It's important.
What you think about ?

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 147147] digikam does not apply tags to some selected images

Marcel Wiesweg
In reply to this post by Bugzilla from luke.campagnola@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=147147         
marcel.wiesweg gmx de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From marcel.wiesweg gmx de  2007-06-26 19:16 -------
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)
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel