------- 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=133209 Summary: shift selection is not working in download screen Product: digikam Version: 0.9.0-svn Platform: Mandriva RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: vertigo17 free fr Version: 0.9.0-svn (using KDE KDE 3.5.4) Installed from: Mandriva RPMs Compiler: Target: i586-mandriva-linux-gnu OS: Linux (i686) release 2.6.12-12mdksmp When I select a set of pictures in the download screen, everything is working correctly. When I select a set of picture using the shift key, it seems that the behavior is different. The name of the file is not displayed under the picture like it should be and when I download, the original name of the file is kept. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- 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=133209 ------- Additional Comments From vertigo17 free fr 2006-08-29 21:26 ------- Created an attachment (id=17559) --> (http://bugs.kde.org/attachment.cgi?id=17559&action=view) Selection made by ctrl key - everything is correct _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from vertigo17@free.fr
------- 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=133209 ------- Additional Comments From vertigo17 free fr 2006-08-29 21:27 ------- Created an attachment (id=17560) --> (http://bugs.kde.org/attachment.cgi?id=17560&action=view) Selection made by shift key - the names of the files are missing _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from vertigo17@free.fr
------- 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=133209 caulier.gilles free fr changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |Camera GUI ------- Additional Comments From caulier.gilles free fr 2006-08-29 21:30 ------- Benoit, unforget to choose the right component. It's more easy to manage B.K.O files like this... Thanks in advance for your report. Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from vertigo17@free.fr
------- 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=133209 caulier.gilles free fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW everconfirmed|0 |1 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from vertigo17@free.fr
------- 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=133209 marcel.wiesweg gmx de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From marcel.wiesweg gmx de 2006-08-30 19:37 ------- SVN commit 578964 by mwiesweg: Properly emit signalSelectionChanged when selecting with Shift BUG: 133209 M +4 -2 iconview.cpp --- trunk/extragear/graphics/digikam/digikam/iconview.cpp #578963:578964 @ -926,11 +926,11 @ else if (e->state() & Qt::ShiftButton) { blockSignals(true); - + if (d->currItem) { clearSelection(); - + // select all items from/upto the current item bool bwdSelect = false; @ -969,6 +969,8 @ } blockSignals(false); + + emit signalSelectionChanged(); } else { _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |