Version: 1.0.0-beta2 (using KDE 4.2.4) OS: Linux Installed from: Debian testing/unstable Packages Hi there, in some previous versions, it was possible to select the previous/next image using the shortcuts [STRG]+[P]/[STRG]+[N] while editing an image's caption. In particular, the caption text field would stay focused, allowing for commenting on multiple images in a purely keyboard-based manner. Currently, since there seems to be no similar feature, one has to always use the mouse to select a new image and to subsequently re-select the text field. Would it be possible to somehow re-enable the old behaviour? Thanx -- tcrass
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