As in title. Make it possible to add an entry to the palette class directly without constructing a kocolorsetentry
Seems this was forgotten when setting up the palette.
Is this still valid? With the palette class, it seems you only need to provide a Swatch object and a group string. https://api.kde.org/appscomplete-api/krita-apidocs/libs/libkis/html/classPalette.html#aef8a606c04b86c08ec7f0583a9c9ffea Maybe I just don't understand this -- or maybe it was fixed at some point. I am not seeing kocolorset much when adding entries.
I honestly don't remember. I do remember we fixed something...
This might have been fixed, or this might not be the case any more since you do not need a kocolorsetentry to add things to a palette. If there is still any issues, please open up another ticket and we can discuss.
I remember it was not possible to add colors to palettes from python scripts - and this was part of that problem. So do you happen to know if colors can be added to palettes now somehow?
You can add entries to palettes this way https://api.kde.org/appscomplete-api/krita-apidocs/libs/libkis/html/classPalette.html The GUI version to see the palette is here https://api.kde.org/appscomplete-api/krita-apidocs/libs/libkis/html/classPaletteView.html