Bug 287008 - Fine tuning shortcut for brush size, about incrementing
Summary: Fine tuning shortcut for brush size, about incrementing
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Usability (show other bugs)
Version: git master (please specify the git hash!)
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-19 16:51 UTC by David REVOY
Modified: 2014-05-20 19:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David REVOY 2011-11-19 16:51:29 UTC
Version:           svn trunk
OS:                Linux

Just low priority fine tuning of Brush size increment using the keyboard shortcut. During the Krita Sprint 2011 the increment was added like this :

from 0 to 10 : (+1) x10
from 10 to 100 : (+10) x10
from 100 to 1000 : (+30) x30

And it's really good, and I really love it as I'm 100% dependent of this 2 shortcuts. But as I paint more and more in Krita, it makes me want to 'fine tuning' the increment. especially between 0 and 25 pixel , when making detailing.
The feeling to pass from (+/-10) to (+/-1) is not smooth enough.
exemple of what I get pressing 5 times the shortcut : 20 -> 10 -> 9 -> 8 -> 7 

Here what I propose :
from 0 to 5 : (+1) x5
from 5 to 15 : (+2) x5
from 15 to 30 : (+5) x3
then rest is correct
from 30 to 100 : (+10) x10
from 100 to 1000 : (+30) x30

With my proposition, from 0px to 30px ; it takes around 13 pulsing on the shortcut ) , but the series for the user is smarter , imo. So I guess better to paint details. 

old : 
0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8  - 9  - 10 - 20 - 30

new :
0 - 1 - 2 - 3 - 4 - 5 - 7 - 9 - 11 - 13 - 15 - 20 - 25 - 30


Oooook, I'm a perfectionnist :D

Reproducible: Didn't try


Actual Results:  
 

Expected Results:
Comment 1 Halla Rempt 2012-01-21 10:55:06 UTC
Should be easy enough to implement, I think.
Comment 2 Halla Rempt 2014-05-20 19:23:15 UTC
Done