Summary: | Pressing PageDown should show the next image when focus is in Captions/Tags side bar | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Simon <simon.eu> |
Component: | Usability-Keyboard | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, marcel.wiesweg |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/26abf66c86cd9e374a1a7c34fe4bc2110bd7adbf | Version Fixed In: | 4.4.0 |
Sentry Crash Report: |
Description
Simon
2009-10-24 10:19:39 UTC
It's not actively blocked by digikam, rather the QTextEdit widget will accept QKeySequence::MoveToNextPage (Page Down) etc. keys in its keyPressEvent method. We can override that method or install an event filter if we want to use these keys globally. Oh great, Qt limitations again. Global use ... yes, why not? I cannot think of a situation where I'd need PgUp and so in text boxes at the moment. 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 201698 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 201698 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 |