Condense UI of the Specific color selector
ClosedPublic

Authored by amedonosova on Nov 7 2018, 7:20 AM.

Details

Summary

This diff moves selection of color space into a popup, as suggested in
bug 362952. It also changes the 'Use percentage' checkbox to a toggle
button, to further condense the controls.

The layout is now in a designer form.

Adds new SVG icons for 'ratio'.

BUG: 362952

Diff Detail

Repository
R37 Krita
Branch
amedonosova/specific-color-selector
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 4701
Build 4719: arc lint + arc unit
amedonosova created this revision.Nov 7 2018, 7:20 AM
Restricted Application added a reviewer: Krita. · View Herald TranscriptNov 7 2018, 7:20 AM
Restricted Application added a project: Krita. · View Herald Transcript
amedonosova requested review of this revision.Nov 7 2018, 7:20 AM

From a discussion with @scottpetrovic on the IRC:

  • add suffix to numbers when percentage is on, to show it more clearly
  • change the 'set color space' button to something like a label with the current color space + configuration button
amedonosova updated this revision to Diff 45091.EditedNov 8 2018, 7:15 AM
  • spec.color.sel: add colorspace name as button label

amedonosova updated this revision to Diff 45123.Nov 8 2018, 5:36 PM
  • unit suffix for KisIntegerColorInput
  • right-align Kis*ColorInput/Kis*ParseSpinbox
  • spec.color.sel: UI cleanup
rempt accepted this revision.Nov 11 2018, 1:46 PM
rempt added a subscriber: rempt.

Looks very good now!

This revision is now accepted and ready to land.Nov 11 2018, 1:46 PM
This revision was automatically updated to reflect the committed changes.

Great job anna!