Summary: | Add keyboard shortcut for album navigation when using Captions/Tags sidebar | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Torsten Crass <torsten.crass> |
Component: | Usability-Keyboard | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, docali, marcel.wiesweg, sleeplessregulus, torsten.crass |
Priority: | NOR | Flags: | caulier.gilles:
Junior_Jobs+
|
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/26abf66c86cd9e374a1a7c34fe4bc2110bd7adbf | Version Fixed In: | 4.4.0 |
Sentry Crash Report: |
Description
Torsten Crass
2009-07-27 21:16:22 UTC
Try 1.0.0-beta3... Gilles Caulier Ah, right, it's in Debian now... OK, tried it, but still no way to navigate through an album using shortcuts while editing captions. (Well, at least no obvious way. Or did I miss something?) Regards -- tcrass Well Sound like something is missing in AlbumGui model/view used to port icon-view to pure QT4 implementation. Marcel ? Gilles Caulier Well, I don't know when exactly porting to QT4 begun, but I've been missed this feature for quite some time now. I don't remember exactly at which "major" version number it had gone, but I'm pretty sure it was absent from the 0.9 branch already, maybe even from 0.8. Hope that helps -- tcrass Model/view port have be done with 1.0.0 (:=))) Gilles Right... although the MVC paradigm sometimes occured to me to be a bit too dogmatic... ;-) Anyway, as I said, the shortcuts mentioned in my original report had vanished in some version prior to 1.0.0, so this obviously is something that got lost some time earlier than the QT4 model/view port. BTW, thanks to you digiKam developers for providing us with such a fine program! I was *so* happy to find a close-to-perfect Linux alternative to all those half-hearted, Windows-based applications which usually come with digital cameras. (BTW, the same holds true for kdenlive, which, in my eyes, is so much better than all those crippled video editors delivered together with typical camcorders...) Regards -- tcrass Hm first of all: Shouldn't CTRL+P always be assigned to "Print" action? At least this is true for all apps I used so far under Window, Mac and Linux. As far as I can remember, the shortcuts where either PgUp / PgDown or CTRL+PgUp / CTRL+PgDown? Anyway neither of these shortcuts is working, so something is definitely broken. But using Ctrl+P (Print) or Ctrl+N (New Album) sounds wrong to me (even if it was a previous behavior). yes CTRL+P is usualy assigned to print action everywhere... Gilles Hi,
> yes CTRL+P is usualy assigned to print action everywhere...
uhm... perhaps it was [Alt]+[P]/[Alt]+[N] which could be used for selecting the previous/next image for commenting? If so, sorry for causing confusion...
Regards --
tcrass
Is there a workaround around. Assigning Captions in a pure keyboard way would really be great. [STRG]-[N]/[ALT]-[N]/PGUP do not work. I tried looking in Change shortcuts menu, but didn't find an option there. Thanks Torsten, It still valid using digiKam 2.x serie ? Gilles Caulier *** Bug 282898 has been marked as a duplicate of this bug. *** See explanations given by Marcel here : https://bugs.kde.org/show_bug.cgi?id=282898#c1 Gilles Caulier Git commit cc2b72b933fa72841b665d6bb82efde4bb518669 by Gilles Caulier. Committed on 09/09/2014 at 15:46. Pushed by cgilles into branch 'master'. Bump Exiv2 lib version dependency to 0.24 Add new method to get access to text edit widget from AltLangStrEdit widget, to be able to install events filter in client application. Bump libkexiv2 API/ABI version Related: bug 211622 M +4 -3 CMakeLists.txt M +6 -1 libkexiv2/altlangstredit.cpp M +5 -1 libkexiv2/altlangstredit.h http://commits.kde.org/libkexiv2/cc2b72b933fa72841b665d6bb82efde4bb518669 Git commit 26abf66c86cd9e374a1a7c34fe4bc2110bd7adbf by Gilles Caulier. Committed on 09/09/2014 at 15:50. Pushed by cgilles into branch 'master'. Restore CTRL+ENTER action to Captions/Tags sidebar when focus is given to text edit widget. Add new events filter to re-route PageUp/PageDown action from TextEdit wigets to icon-view, to be able to naviguate between items while properties editing. These feature require KExiv2 2.3.2 to work. Related: bug 211622 FIXED-IN: 4.4.0 M +5 -1 NEWS M +10 -0 libs/imageproperties/captionedit.cpp M +7 -0 libs/imageproperties/captionedit.h M +20 -2 libs/imageproperties/imagedescedittab.cpp http://commits.kde.org/digikam/26abf66c86cd9e374a1a7c34fe4bc2110bd7adbf |