Bug 342936 - Floating message for painting on Vector Layer
Summary: Floating message for painting on Vector Layer
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Usability (show other bugs)
Version: unspecified
Platform: Other Other
: NOR wishlist
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
: 344924 351864 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-01-16 21:11 UTC by eliotJ
Modified: 2016-03-17 01:43 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eliotJ 2015-01-16 21:11:07 UTC
Painting tools (Freehand Brush, Multibrush, Dynamic) don't work in Vector Layer. GUI just doesn't give it clear. Currently it looks like bug... While tries painting on Vector Layer cursor going to freeze... These action should give floating message "This tool doesn't work on Vector Layer". This will work like when you try painting on not visible Painting Layer - GUI gives floating message in left up corner "Layer is invisible".

Reproducible: Always
Comment 1 Scott Petrovic 2015-01-16 21:17:55 UTC
I talked with Eliot about this. The problem is coming up when he is trying to use painting tools on a vector layer. It isn't giving any type of notification that you can't do that.

Solution: when trying to paint on a vector layer, have a floating message stating that you cannot paint on a vector layer. (or something similar to that)
Comment 2 Halla Rempt 2015-03-07 12:10:53 UTC
*** Bug 344924 has been marked as a duplicate of this bug. ***
Comment 3 Raghavendra kamath 2015-08-25 16:11:25 UTC
+1 for floating message when using brush tools on vector layer, many users ask that the brush doesn't work while in reality they are working on vector layer. Encountered quiet a few questions about this.
Comment 4 Halla Rempt 2015-08-28 07:44:23 UTC
*** Bug 351864 has been marked as a duplicate of this bug. ***
Comment 5 Halla Rempt 2015-08-28 07:47:00 UTC
There are actually two ways of solving this issue: we can add the floating message, or make the freehand brush tool work on vector layers.
Comment 6 Raghavendra kamath 2015-08-28 09:11:42 UTC
ohh making freehand brush tool working in vector layer sound very impressive. don't know how much work it will be though :)
Comment 7 Halla Rempt 2015-10-28 06:55:22 UTC
Git commit 4ad9940a1bab3ec90e17e5313d8e0cbc144b16c8 by Boudewijn Rempt.
Committed on 28/10/2015 at 06:52.
Pushed by rempt into branch 'calligra/2.9'.

Or any other layer that is not paintable.

M  +7    -1    krita/ui/tool/kis_tool_freehand.cc

http://commits.kde.org/calligra/4ad9940a1bab3ec90e17e5313d8e0cbc144b16c8
Comment 8 Halla Rempt 2015-10-28 06:55:45 UTC
Git commit 2880b57f7bc9b9e325319167419b388c6346cec6 by Boudewijn Rempt.
Committed on 28/10/2015 at 06:55.
Pushed by rempt into branch 'master'.

Or any other layer that is not paintable.
Patch by Sven Langkamp

M  +7    -1    krita/ui/tool/kis_tool_freehand.cc

http://commits.kde.org/krita/2880b57f7bc9b9e325319167419b388c6346cec6
Comment 9 eliotJ 2016-03-17 01:43:51 UTC
I forget to thanks for implementing this. Thanks :)