Summary: | Zoom factor : unify 'mouse wheel zoom' and keyboard zoom ( Ctrl + , and Ctrl - ) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David REVOY <info> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | 13659980262, alexeyn3d, halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/ea7fcb4704c143031e3b556f13a65b071a0d4e52 | Version Fixed In: | |
Sentry Crash Report: |
Description
David REVOY
2012-06-30 00:30:29 UTC
the latter already works, doesn't it? numpar + and -, I mean? Yes, the numpad + - works well, except the minimal value is too high, 12%. Also, I post here a "paradoxical" workaround for better use mouse wheel zoom: I found that when I turn OFF "Zoom with mouse wheel", the mouse wheel zoom is not only still working, but start zooming like numeric + - keys, ie, with step of 10% (or 20% after 200). IMHO, it is the some "double effect" when the toggle ON (zooming is happen two times consequentially). *Originally was posted here: http://forum.kde.org/viewtopic.php?f=139&t=101502#p246779 I've started making an inventory of zoom bugs today... This is something I really want to get rid of for ever and all before we release 2.6. Dash it, in the few moments I have time to _use_ krita, I barely dare to zoom! Git commit 53e9ce5107a4a8c0fc4eb41e4205fc1c8b3426c8 by Dmitry Kazakov. Committed on 13/11/2012 at 12:56. Pushed by dkazakov into branch 'krita-new-move-tool-kazakov'. Made the zooming steps consistent in Krita 1) Now the wheel and hotkey zooming in Krita is done using KoZoomAction instead of hardcoded code 2) The zoom levels are changed to be in consistency with other applications (checked in Adobe Reader and Adobe Photoshop). Such change was demanded in bug 302775 M +16 -16 krita/ui/input/kis_input_manager.cpp M +10 -11 krita/ui/input/kis_shortcut_matcher.cpp M +6 -5 krita/ui/input/kis_shortcut_matcher.h M +54 -31 krita/ui/input/kis_zoom_action.cpp M +4 -0 krita/ui/input/kis_zoom_action.h M +6 -2 krita/ui/kis_zoom_manager.cc M +6 -6 libs/flake/KoCanvasControllerWidget.h M +102 -60 libs/widgets/KoZoomAction.cpp M +20 -1 libs/widgets/KoZoomAction.h http://commits.kde.org/calligra/53e9ce5107a4a8c0fc4eb41e4205fc1c8b3426c8 Git commit ea7fcb4704c143031e3b556f13a65b071a0d4e52 by Dmitry Kazakov. Committed on 20/11/2012 at 16:57. Pushed by dkazakov into branch 'calligra/2.6'. Made the zooming steps consistent in Krita 1) Now the wheel and hotkey zooming in Krita is done using KoZoomAction instead of hardcoded code 2) The zoom levels are changed to be in consistency with other applications (checked in Adobe Reader and Adobe Photoshop). Such change was demanded in bug 302775 Reviewed by Boud. M +16 -16 krita/ui/input/kis_input_manager.cpp M +10 -11 krita/ui/input/kis_shortcut_matcher.cpp M +6 -5 krita/ui/input/kis_shortcut_matcher.h M +54 -31 krita/ui/input/kis_zoom_action.cpp M +4 -0 krita/ui/input/kis_zoom_action.h M +7 -2 krita/ui/kis_zoom_manager.cc M +6 -6 libs/flake/KoCanvasControllerWidget.h M +102 -60 libs/widgets/KoZoomAction.cpp M +20 -1 libs/widgets/KoZoomAction.h http://commits.kde.org/calligra/ea7fcb4704c143031e3b556f13a65b071a0d4e52 |