[Bug 144643] New: Ctrl-Shift-A does not deselect in Album GUI

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

[Bug 144643] New: Ctrl-Shift-A does not deselect in Album GUI

Bugzilla from mikmach@wp.pl
------- 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=144643         
           Summary: Ctrl-Shift-A does not deselect in Album GUI
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Albums GUI
        AssignedTo: digikam-devel kde org
        ReportedBy: mikmach wp pl


Version:            (using KDE Devel)
Installed from:    Compiled sources

Ctrl-Shift-A does not remove selection of items in Album GUI.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 144643] Ctrl-Shift-A does not deselect in Album GUI

Gilles Caulier-4
------- 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=144643         




------- Additional Comments From caulier.gilles gmail com  2007-05-21 12:42 -------
SVN commit 666940 by cgilles:

digikam from trunk : Album GUI : Add CTRL+SHIFT+A accelerator to unselect items from current album.
CCBUGS: 144643

 M  +5 -0      digikamapp.cpp  


--- trunk/extragear/graphics/digikam/digikam/digikamapp.cpp #666939:666940
 @ -448,6 +448,11  @
                            i18n("Paste Album Items Selection"),
                            CTRL+Key_V, this, SIGNAL(signalPasteAlbumItemsSelection()),
                            false, true);
+
+    d->accelerators->insert("Select None CTRL+SHIFT+Key_A", i18n("Select None"),
+                           i18n("Select None"),
+                           CTRL+SHIFT+Key_A, d->view, SIGNAL(slotSelectNone()),
+                           false, true);
 }
 
 void DigikamApp::setupActions()
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 144643] Ctrl-Shift-A does not deselect in Album GUI

Gilles Caulier-4
In reply to this post by Bugzilla from mikmach@wp.pl
------- 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=144643         
caulier.gilles gmail com changed:

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



------- Additional Comments From caulier.gilles gmail com  2007-05-21 12:44 -------
*** Bug has been marked as fixed ***.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel