Bug 61921

Summary: [PATCH] Adds large current color viewer to palette toolbar
Product: [Applications] kiconedit Reporter: Bart Vanhauwaert <bvh-cplusplus>
Component: generalAssignee: Thomas Tanghus <tanghus>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Adds a label that shows the current selected color
Patch for the 3.2 branch

Description Bart Vanhauwaert 2003-07-31 18:53:33 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    Gentoo Packages
OS:          Linux

This patch adds a larg(ish) current color viewer to the palette toolbar not unlike those seen in other paint programs. I find the current way of visualizing the selected color too subtle.
Comment 1 Bart Vanhauwaert 2003-07-31 19:19:24 UTC
Created attachment 2119 [details]
Adds a label that shows the current selected color

I hope this patch is correct, had to hand edit to get it right.
Comment 2 Bart Vanhauwaert 2003-08-03 16:31:20 UTC
Created attachment 2141 [details]
Patch for the 3.2 branch

Also updates the color viewer when using the find color tool instead of
directly clicking in on one of the predefined colors.
Comment 3 Dirk Mueller 2003-11-02 18:15:17 UTC
FYI the patch does not apply anymore against HEAD. 
Comment 4 Adrian Page 2004-02-13 22:57:06 UTC
CVS commit by page: 

Add a current colour display to the palette toolbar.

Original patch by Bart Vanhauwaert, extended to show transparency using a checkerboard background.

CCMAIL: 61921-done@bugs.kde.org


  M +2 -0      kiconedit.cpp   1.96
  M +4 -0      kicongrid.cpp   1.73
  M +1 -0      kicongrid.h   1.34
  M +57 -0     palettetoolbar.cpp   1.6
  M +2 -0      palettetoolbar.h   1.4