https://bugs.kde.org/show_bug.cgi?id=189861
Summary: keyboard shortcuts for assigning markers Product: digikamimageplugins Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: NEW Severity: wishlist Priority: NOR Component: Free Rotation AssignedTo: [hidden email] ReportedBy: [hidden email] Version: (using Devel) Compiler: gcc4.3.2 OS: Linux Installed from: Compiled sources One of big issues with current previews in image plugins are problems with zooming. In some plugins it is awkward in others it is outright impossible. One of plugins where it is impossible is Free Rotation plugin - and this is one of plugins where precision is important. I think that zooming question should be dealt in Big Preview Rewrite but there is one way of simplicistic zooming for all plugins: click FullScreen button in toolbar. It instantly gives 100% increase of preview image. Of course it means all controls vanish. Here is my wish: Shortcuts for markers assigment and for adjustment. My propositions: Ctrl+Shift+1, Ctrl+Shift+2, Ctrl+Shift+A Of course long term solution is proper zooming in preview widget but even with full implemented shortcuts can be handy. BTW - is there lists of what developers and users expect from new preview widget? -- 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=189861
Mikolaj Machowski <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.11.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 Bugzilla from mikmach@wp.pl
https://bugs.kde.org/show_bug.cgi?id=189861
--- Comment #1 from Andi Clemens <andi clemens gmx net> 2009-05-30 22:19:44 --- Why CTRL+SHIFT+1? Wouldn't CTRL+1 be easier? You could press this shortcut with one hand while leaving the other hand on the mouse. OK if you are flexible you could do CTRL+SHIFT+1 with one hand, too :D I tried to implement shortcuts, but they wouldn't work. Don't know why. Need to investigate a little bit more. Andi -- 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 Bugzilla from mikmach@wp.pl
https://bugs.kde.org/show_bug.cgi?id=189861
--- Comment #2 from Mikolaj Machowski <mikmach wp pl> 2009-05-30 22:55:01 --- CTRL+1 is taken for rating. Although this action is inaccessible when in plugin I am not sure if a) it is possible at all to assign "contextual shortcuts" b) it is usability-wise. -- 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 Bugzilla from mikmach@wp.pl
https://bugs.kde.org/show_bug.cgi?id=189861
--- Comment #3 from Andi Clemens <andi clemens gmx net> 2009-05-30 23:10:30 --- But still this is too much for a shortcut I think. Why not just use '1' and '2' as keys? I think I need to create an action, although it should be possible to add shortcuts to buttons (at least this is my understanding of the qpushbutton docu). Andi -- 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 Bugzilla from mikmach@wp.pl
https://bugs.kde.org/show_bug.cgi?id=189861
--- Comment #4 from Mikolaj Machowski <mikmach wp pl> 2009-05-31 12:15:42 --- If anything I think 1..5 should be default shortcuts for rating. And then Ctrl+1,2 would be good for Free Rotation. -- 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 Bugzilla from mikmach@wp.pl
https://bugs.kde.org/show_bug.cgi?id=189861
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.11.0 |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 Bugzilla from mikmach@wp.pl
https://bugs.kde.org/show_bug.cgi?id=189861
Andi Clemens <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Andi Clemens <andi clemens gmx net> 2009-10-27 12:41:08 --- SVN commit 1041105 by aclemens: Add actions for setting marker points (shift+ctrl+1 / 2), as well as for autoAdjust (shift+ctrl+R). In the future these shortcuts might be added to the image canvas itself, to be used in other plugins as well. BUG:189861 M +6 -0 freerotationtool.cpp M +6 -4 freerotationtool.h M +30 -3 imageplugin_freerotation.cpp M +6 -0 imageplugin_freerotation.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1041105 -- 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 Bugzilla from mikmach@wp.pl
https://bugs.kde.org/show_bug.cgi?id=189861
--- Comment #6 from Andi Clemens <andi clemens gmx net> 2009-10-27 12:42:22 --- The rest of the report is actually "off-topic", zooming is a global issue and needs to be addressed in the whole image editor. Closing this one now... -- 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 Bugzilla from mikmach@wp.pl
https://bugs.kde.org/show_bug.cgi?id=189861
--- Comment #7 from Andi Clemens <andi clemens gmx net> 2009-10-27 12:56:33 --- (In reply to comment #2) > CTRL+1 is taken for rating. Although this action is inaccessible when in plugin No, you can still access it when in the plugin. -- 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 Bugzilla from mikmach@wp.pl
https://bugs.kde.org/show_bug.cgi?id=189861
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |1.0.0 -- 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 Bugzilla from mikmach@wp.pl
https://bugs.kde.org/show_bug.cgi?id=189861
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Product|digikamimageplugins |digikam Component|Free Rotation |Tool-FreeRotation -- 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 Bugzilla from mikmach@wp.pl
https://bugs.kde.org/show_bug.cgi?id=189861
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|ImageEditor-Tool-FreeRotati |Usability-Shortcuts |on | -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |