| Summary: | Freehand brush tool does not support touch screen painting | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Kate <pinkiedie95> |
| Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dragonwhite346, griffinvalley, halla, jheng1999, m.patera, saphyr09, sattasal |
| Priority: | NOR | ||
| Version First Reported In: | 3.0 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://commits.kde.org/krita/a1863a80f0f3903f495bfff67d368497584179fb | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Kate
2016-09-03 08:53:48 UTC
*** Bug 368708 has been marked as a duplicate of this bug. *** *** Bug 373665 has been marked as a duplicate of this bug. *** *** Bug 377712 has been marked as a duplicate of this bug. *** *** Bug 379482 has been marked as a duplicate of this bug. *** *** Bug 379731 has been marked as a duplicate of this bug. *** I think this ought to be confirmed by now. Git commit 3ef0e2d70169bee76f572dd225775ecc14e71f24 by Boudewijn Rempt. Committed on 28/06/2017 at 16:08. Pushed by rempt into branch 'rempt/touch-painting'. Make it possible to enable finger-painting This was theoretically possible through a config setting, but since the setting was only used in case the tool claimed to be a text tool _and_ the freehand tool had the setting hardcoded to false, it never worked. Related: bug 364386 M +51 -49 libs/ui/input/kis_input_manager.cpp M +2 -3 libs/ui/input/kis_input_manager.h M +16 -22 libs/ui/input/kis_input_manager_p.cpp M +3 -2 libs/ui/input/kis_input_manager_p.h M +4 -3 libs/ui/input/kis_shortcut_matcher.cpp M +1 -1 libs/ui/tool/kis_tool_freehand.cc https://commits.kde.org/krita/3ef0e2d70169bee76f572dd225775ecc14e71f24 Git commit a1863a80f0f3903f495bfff67d368497584179fb by Boudewijn Rempt. Committed on 29/06/2017 at 08:44. Pushed by rempt into branch 'rempt/touch-paint-4'. Make it possible to enable finger-painting This was theoretically possible through a config setting, but since the setting was only used in case the tool claimed to be a text tool _and_ the freehand tool had the setting hardcoded to false, it never worked. Related: bug 364386 M +0 -3 libs/flake/KoToolProxy.cpp M +50 -48 libs/ui/input/kis_input_manager.cpp M +0 -2 libs/ui/input/kis_input_manager.h M +17 -23 libs/ui/input/kis_input_manager_p.cpp M +3 -2 libs/ui/input/kis_input_manager_p.h M +4 -3 libs/ui/input/kis_shortcut_matcher.cpp M +1 -1 libs/ui/tool/kis_tool_freehand.cc https://commits.kde.org/krita/a1863a80f0f3903f495bfff67d368497584179fb |