Bug 145346 - Add a shortcut to enable/disable "display categories in thumbnail view"
Summary: Add a shortcut to enable/disable "display categories in thumbnail view"
Status: RESOLVED FIXED
Alias: None
Product: kphotoalbum
Classification: Applications
Component: Thumbnail Viewer (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: KPhotoAlbum Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-12 14:35 UTC by Baptiste MATHUS
Modified: 2022-09-26 22:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste MATHUS 2007-05-12 14:35:43 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Ubuntu Packages
OS:                Linux

Some times ago, the feature to display tags in the thumbnails view was added. Like we have the ability to display tooltip with Ctrl-T in this view, it would be great if a shortcut was defined to enable/disable the feature that is only (If I'm right) available through the config dialog at the moment.

Moreover, to be consistent, I guess Ctrl-I should be assigned by default to it and not to "view" as it is currently. In fact, when viewing a photo, Ctrl-I (I as *I*nformation I guess) displays tags associated to the current photo. 
We already have "Enter" to display a photo from the thumbnails view, so using Ctrl-I for another purpose wouln't be really annoying.
Comment 1 Baptiste MATHUS 2007-09-15 15:23:55 UTC
A shortcut should also be added for "display labels in thumbnail view".
Comment 2 Johannes Zarl-Zierl 2022-09-25 16:17:17 UTC
Git commit cb8a1e7e1303bf4f0a2f0f3552859545798d78c5 by Johannes Zarl-Zierl.
Committed on 25/09/2022 at 16:13.
Pushed by johanneszarl into branch 'master'.

Remove Ctrl+I as default shortcut to open viewer.

Pressing "enter" is the default thing that most people are used to from
different programs. De-assigning the shortcut frees it up for individual
assignment.
People who want the old behaviour need to set it once but are otherwise
unaffected.

M  +3    -0    CHANGELOG.md
M  +1    -1    MainWindow/Window.cpp

https://invent.kde.org/graphics/kphotoalbum/commit/cb8a1e7e1303bf4f0a2f0f3552859545798d78c5
Comment 3 Johannes Zarl-Zierl 2022-09-26 22:09:45 UTC
Git commit f3b12cc595d0a292de1d0d8345bda58dfb1f4504 by Johannes Zarl-Zierl.
Committed on 26/09/2022 at 22:09.
Pushed by johanneszarl into branch 'master'.

Make "display labels/categories" accessible via "view" menu.

Until now, the two settings "display labels in thumbnail view" and
"display categories in thumbnail view" were only changeable via the
settings dialog.

This commit adds them to the "view" menu to be easier to reach. As a
side affect, this change also allows both actions to be assigned a
keyboard shortcut.

M  +3    -0    CHANGELOG.md
M  +20   -0    MainWindow/Window.cpp
M  +8    -3    Settings/ThumbnailsPage.cpp
M  +3    -1    kphotoalbumui.rc
M  +24   -2    lib/kpabase/SettingsData.cpp
M  +3    -0    lib/kpabase/SettingsData.h

https://invent.kde.org/graphics/kphotoalbum/commit/f3b12cc595d0a292de1d0d8345bda58dfb1f4504