Color Space Plugin
ClosedPublic

Authored by eliakinalmeida on Jun 9 2017, 8:36 AM.

Details

Summary

Setup to color space plugin

  • Plugin added to CMakeLists.txt
  • Color Space ViewExtension created
  • color space dialog added
  • color space dialog initialized
  • kritapykrita_colorspace.desktop created

Color Space Plugin(incompleted libkis implementation)

  • I added two new methods to Krita/libkis -> colorModels and colorDepths
  • Methods exposed throught SIP
  • Form Layout implemented to Dialog in the Color Space plugin
  • Documents with file name can be selected to convert your color space
  • Document's paths in a QListWidget
  • QListWidget with MultiSelection mode

Invalid comment removed

Color Space Plugin (it needs refactoring)

  • I implemented the two methods in libkiss (colorModels and ColorDepths)
  • New methods to load profiles, color models and color depths to your respective comboboxes
  • QVBoxLayout added to UI
  • QDialogButtonBox added to UI
  • Interaction with these comboboxes implemented
  • Convert color space is working. It shows a QMessageBox that confirms the end of the operation.

Fixes T5885

Ref T1625

Test Plan

None

Diff Detail

Repository
R37 Krita
Branch
eliakincosta/T5885-kritas-scripting-showcase
Lint
No Linters Available
Unit
No Unit Test Coverage
eliakinalmeida created this revision.Jun 9 2017, 8:36 AM
eliakinalmeida retitled this revision from ###Color Space Plugin to Color Space Plugin.Jun 9 2017, 8:38 AM
woltherav edited edge metadata.Jun 9 2017, 10:53 AM

This is looking good :)

This is looking good :)

Thanks ^^

I'm will refactor it yet

woltherav accepted this revision.Dec 7 2017, 3:17 PM
This revision is now accepted and ready to land.Dec 7 2017, 3:17 PM
woltherav closed this revision.Dec 7 2017, 3:17 PM

This was pushed :)