Bug 499250 - Show colors from the system and/or application color schemes in the color picker dialog
Summary: Show colors from the system and/or application color schemes in the color pic...
Status: REPORTED
Alias: None
Product: frameworks-kguiaddons
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 6.10.0
Platform: Debian unstable Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-28 18:44 UTC by Marcos Dione
Modified: 2025-02-05 19:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcos Dione 2025-01-28 18:44:35 UTC
The current color chooser dialog, at least as presented by kate, it's seemingly 100% implemented with QColorDialog, which has no concept of color palette. At the same time, both KDE the environment and Kate the editor have the concept of color scheme. This means that when we want to select a color, we can't choose from said scheme and we have to either pick from the screen, hoping the color we're looking for is shown, or go to the sources and pick it up from there.

I would be nice if the KDE Framework would offer a color picker dialog/widget that would support palettes, and would by default use the system's color scheme and optionally allow the caller to provide it's own schema.