Summary: | JJ: Ability to see currently selected color in a pop-up palette | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | halla, shicmap, sven.langkamp |
Priority: | NOR | Keywords: | junior-jobs |
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/848e8ea2abc17aa8dda477be859104c80dceb4ea | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Patch to display the foreground color in the popup palette
Patch to update the FG Color in real-time Patch to update the FG Color in real-time |
Description
Dmitry Kazakov
2010-07-24 17:14:05 UTC
Created attachment 85732 [details]
Patch to display the foreground color in the popup palette
The current patch adds a circular area to the top left of the popup palette to display the foreground color. This patch utilizes the already present rectangular (masked) area of the palette to fit the FG color.
Git commit 9e3f3ca5b10ae12db97be3bb9fc191e1764b5fb5 by Boudewijn Rempt. Committed on 26/03/2014 at 09:10. Pushed by rempt into branch 'master'. Patch by Koushik S. Thanks! CCMAIL:skoushik333@gmail.com M +13 -4 krita/ui/kis_popup_palette.cpp http://commits.kde.org/calligra/9e3f3ca5b10ae12db97be3bb9fc191e1764b5fb5 Created attachment 85843 [details]
Patch to update the FG Color in real-time
This patch modifies the earlier one in having the color to update in real-time while selection. It also removes a redundant line of code.
Created attachment 85844 [details]
Patch to update the FG Color in real-time
Git commit af00de8aa4680bf1aeaeae140f4fa6397edb449d by Sven Langkamp. Committed on 30/03/2014 at 13:08. Pushed by langkamp into branch 'master'. update popup palette color preview in real-time Patch by Koushik S, CCMAIL:skoushik333@gmail.com M +1 -1 krita/ui/kis_popup_palette.cpp http://commits.kde.org/calligra/af00de8aa4680bf1aeaeae140f4fa6397edb449d Git commit 848e8ea2abc17aa8dda477be859104c80dceb4ea by Boudewijn Rempt. Committed on 26/03/2014 at 09:10. Pushed by dickson into tag 'steam-227926'. Patch by Koushik S. Thanks! CCMAIL:skoushik333@gmail.com M +13 -4 krita/ui/kis_popup_palette.cpp http://commits.kde.org/calligra/848e8ea2abc17aa8dda477be859104c80dceb4ea Git commit 7a99115c9b8a5415b6e2e6e5a73659cd4a1e777b by Boudewijn Rempt, on behalf of Sven Langkamp. Committed on 30/03/2014 at 13:08. Pushed by dickson into tag 'steam-247500_247566'. update popup palette color preview in real-time Patch by Koushik S, CCMAIL:skoushik333@gmail.com M +1 -1 krita/ui/kis_popup_palette.cpp http://commits.kde.org/calligra/7a99115c9b8a5415b6e2e6e5a73659cd4a1e777b |