Option to control cursor color and grid color/threshold/color
ClosedPublic

Authored by lieroz on Jul 20 2017, 1:13 PM.

Diff Detail

Repository
R37 Krita
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
lieroz created this revision.Jul 20 2017, 1:13 PM
Restricted Application added a subscriber: woltherav. · View Herald TranscriptJul 20 2017, 1:13 PM
scottpetrovic edited edge metadata.Jul 21 2017, 6:06 PM

thanks for the patch @lieroz !

It functionally seems to be working pretty well. I do have a few suggestions that should be pretty simple to update to help make it more organized.

  1. We already have an area for cursor options, so that would probably be better there. ( Configure Krita > General > Cursor tab)
  2. We already have a grid, so maybe we should call it something more descriptive like "Pixel Grid". Update any references you have (including variable names).
  3. "Threshold" label name -- maybe call this "Start showing at " (this is a bit subjective, but I think is easier to understand)

Other than that looks great on my end.

lieroz updated this revision to Diff 17032.Jul 22 2017, 5:31 PM
dkazakov edited edge metadata.Jul 22 2017, 8:49 PM

Hi, @lieroz!

I would suggest two updates for the pixel grid settings:

  1. Remove extra checkbox and make the whole groupbox checkable, like the "OpenGL" group
  2. When the group is unchecked, disable the group and all its controls
lieroz updated this revision to Diff 17049.Jul 23 2017, 10:00 AM

The patch works perfectly fine now!

@scottpetrovic, do you have any comments about it?

scottpetrovic accepted this revision.Jul 25 2017, 6:04 PM

Looks good! Ship it!

Do you have commit access?

This revision is now accepted and ready to land.Jul 25 2017, 6:04 PM

No, I don't have access to make my own commits. Dmitriy will do it instead from my name. :)

This revision was automatically updated to reflect the committed changes.