Summary: | Impossible to finish Polygonal Selection tool stroke with a tablet | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | federico.fieni, halla, tysontanx |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/47d5f65eb3519b604d5d275a324bb4203c3feb33 | Version Fixed In: | |
Sentry Crash Report: |
Description
Dmitry Kazakov
2013-07-14 06:42:46 UTC
The selection path tools finish with shift-click, too. The options you give above would be good additions. Especially 1) since even after ten years of hacking on Krita, it's still what I try to do! I think this bug is major, because I also didn't know how to finish this polyline ;) Git commit 0b994aa790e9a5b3207836ed0c1382756290d881 by Dmitry Kazakov. Committed on 27/08/2013 at 21:51. Pushed by dkazakov into branch 'master'. Made it possible to end a polyline with Enter, Esc and a Handle Now you can: 1) Press Enter key to end the Polyline/Polygon/Polygon Selection 2) Press Esc key to cancel them 3) If you move your mouse to the first point, a special handle appears allowing you to close the polyline (the bug is not closed, because Path Tool should also be fixed) M +1 -1 krita/plugins/tools/selectiontools/kis_tool_select_polygonal.cc M +65 -36 krita/ui/tool/kis_tool_polyline_base.cpp M +9 -4 krita/ui/tool/kis_tool_polyline_base.h http://commits.kde.org/calligra/0b994aa790e9a5b3207836ed0c1382756290d881 I have been waiting for this commit since the day I start using Krita. I never filed a bug report because I used outline selection as a workaround and thus totally forgot about it. I think fixing the bug will definitely improve Krita's usability a lot, especially for new users. Thank you very much! :) Indeed, this is so nice to use! Git commit 47d5f65eb3519b604d5d275a324bb4203c3feb33 by Dmitry Kazakov. Committed on 03/09/2013 at 11:31. Pushed by dkazakov into branch 'master'. Added easy finishing to Path and Select Path tools Now you can finish the path: 1) By double clicking on the canvas 2) By clicking on the first point 3) By pressing Enter key 4) By Shift + Click You can cancel the path: 1) By pressing Esc key REVIEW:112405 M +12 -80 krita/plugins/tools/defaulttools/kis_tool_path.cc M +26 -27 krita/plugins/tools/defaulttools/kis_tool_path.h M +22 -28 krita/plugins/tools/selectiontools/kis_tool_select_path.cc M +31 -41 krita/plugins/tools/selectiontools/kis_tool_select_path.h A +121 -0 krita/ui/tool/kis_delegated_tool.h [License: GPL (v2+)] M +9 -9 krita/ui/tool/kis_tool.h M +37 -24 libs/basicflakes/tools/KoCreatePathTool.cpp M +4 -0 libs/basicflakes/tools/KoCreatePathTool.h M +2 -0 libs/basicflakes/tools/KoCreatePathTool_p.h http://commits.kde.org/calligra/47d5f65eb3519b604d5d275a324bb4203c3feb33 |