[Bug 291695] New: keyboard shortcut to toggle "tags already assigned"

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

[Bug 291695] New: keyboard shortcut to toggle "tags already assigned"

Peter Albrecht-2
https://bugs.kde.org/show_bug.cgi?id=291695

           Summary: keyboard shortcut to toggle "tags already assigned"
           Product: digikam
           Version: 2.5.0
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: Usability
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


Version:           2.5.0 (using KDE 4.7.4)
OS:                Linux

In the right sidebar there is tab "Caption/Tags". Selecting the "Tags" tab,
there is a button "Tags already assigned" in the lower right corner. Toggling
this either shows all tags (good for tagging pictures) or only those already
assigned to the selected picture(s) (good to verify, if you did not miss one
person). Tagging many pictures I often switch between those two modes.

Reproducible: Always



Expected Results:  
It would be very handy, to be able to assign a keyboard shortcut to this toggle
button. (Could not find a way in digikam 2.5.0) So please add this shortcut.
Thanks!

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 291695] keyboard shortcut to toggle "tags already assigned"

Saurabh Patel
https://bugs.kde.org/show_bug.cgi?id=291695

saurabh <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #1 from saurabh <[hidden email]> ---
Hello,
    I am interested in solving this bug.I went through the
libs/imagedescedittab.cpp where this 'Tags already assigned' button is defined
and try to set the shortcut for this button directly using setShortcut function
but it doesn't work since focus is not on the part where the button is present.

So I wanted to ask to solve this bug whether it is compulsory to first bring
focus on this button and then get shortcut to work or there is any easy way
around.

Also to focus on this button from main window I need to first define some
shortcut for tags/caption section and then define a shortcut  for this button

Correct me if I am wrong on any of the above or any more suggestions in solving
this bug.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 291695] Add Keyboard shortcut to "Tags already assigned" button from Captions/Tags sidebar

Gilles Caulier-4
In reply to this post by Peter Albrecht-2
https://bugs.kde.org/show_bug.cgi?id=291695

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
            Summary|keyboard shortcut to toggle |Add Keyboard shortcut to
                   |"tags already assigned"     |"Tags already assigned"
                   |                            |button from Captions/Tags
                   |                            |sidebar

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 291695] Add Keyboard shortcut to "Tags already assigned" button from Captions/Tags sidebar

Gilles Caulier-4
In reply to this post by Peter Albrecht-2
https://bugs.kde.org/show_bug.cgi?id=291695

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
      Latest Commit|                            |http://commits.kde.org/digi
                   |                            |kam/793515610d8156114c7872f
                   |                            |32706ef6c8ab4c3a7
   Version Fixed In|                            |4.4.0

--- Comment #2 from Gilles Caulier <[hidden email]> ---
Git commit 793515610d8156114c7872f32706ef6c8ab4c3a7 by Gilles Caulier.
Committed on 10/09/2014 at 08:06.
Pushed by cgilles into branch 'master'.

Add keyboard shortcuts to be able to switch tags tree-view as Already Assigned
Tags mode :

AlbumGUI and Image Editor :
- Meta+A
LightTable :
- right sidebar : Meta+A
- left  sidebar : Shift+Meta+A
FIXED-IN: 4.4.0

M  +4    -2    NEWS
M  +5    -0    app/main/digikamapp.cpp
M  +6    -0    app/views/digikamview.cpp
M  +1    -0    app/views/digikamview.h
M  +23   -17   libs/imageproperties/imagedescedittab.cpp
M  +1    -0    libs/imageproperties/imagedescedittab.h
M  +18   -4    utilities/imageeditor/main/imagewindow.cpp
M  +1    -0    utilities/imageeditor/main/imagewindow.h
M  +22   -0    utilities/lighttable/lighttablewindow.cpp
M  +2    -0    utilities/lighttable/lighttablewindow.h

http://commits.kde.org/digikam/793515610d8156114c7872f32706ef6c8ab4c3a7

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 291695] Add Keyboard shortcut to "Tags already assigned" button from Captions/Tags sidebar

bugzilla_noreply
In reply to this post by Peter Albrecht-2
https://bugs.kde.org/show_bug.cgi?id=291695

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Usability                   |Usability-Shortcuts

--
You are receiving this mail because:
You are the assignee for the bug.