https://bugs.kde.org/show_bug.cgi?id=211622
Summary: Pressing PageDown should always show the next image (also when in Caption text field) Product: digikam Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: [hidden email] ReportedBy: [hidden email] Version: 1.0.0-beta6 (rev.: 1035699) (using 4.3.2 (KDE 4.3.2), Debian packages) Compiler: cc OS: Linux (i686) release 2.6.31-4.slh.1-sidux-686 At the moment pressing PageUp or PageDown in the Image Viewer has no effect when the (text) cursor is in the Caption field. That is quite a nuisance when adding captions to multiple images. After entering the caption you have to click somewhere (but not on the image, because this would show the thumbnail overview, and not on any checkbox that would change anything on the image, and ...) to remove focus from the text field. And then you can press PgUp/PgDwn I except pressing PgDwn/PgUp just switches to the next image. Why should this be blocked anyway? For sure not because the keys can be used for scrolling in the Caption field. (Give me any user who writes more than 5 lines there.) -- 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 |
https://bugs.kde.org/show_bug.cgi?id=211622
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |Usability Version|unspecified |1.0.0-beta6 -- 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 |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=211622
Marcel Wiesweg <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #1 from Marcel Wiesweg <marcel wiesweg gmx de> 2009-11-06 16:28:46 --- 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. -- 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 |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=211622
--- Comment #2 from Simon <simon eu gmail com> 2009-11-06 16:47:52 --- 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. -- 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 |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=211622
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.0.0-beta6 |1.0.0 -- 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 |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=211622
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Summary|Pressing PageDown should |Pressing PageDown should |always show the next image |show the next image when |(also when in Caption text |focus is in Captions/Tags |field) |side bar -- 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 |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=211622
--- Comment #3 from Gilles Caulier <[hidden email]> --- 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 -- 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 |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=211622
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/digi | |kam/26abf66c86cd9e374a1a7c3 | |4fe4bc2110bd7adbf Status|UNCONFIRMED |RESOLVED Version Fixed In| |4.4.0 Resolution|--- |FIXED --- Comment #4 from Gilles Caulier <[hidden email]> --- 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 -- 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 |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=211622
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Usability |Usability-Shortcuts -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |