Bug 61935

Summary: Visual difference between a gray and transparent pixel
Product: [Unmaintained] kiconedit Reporter: Bart Vanhauwaert <bvh-cplusplus>
Component: generalAssignee: Thomas Tanghus <tanghus>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Bart Vanhauwaert 2003-08-01 02:08:50 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    Compiled From Sources

Currently it's impossible to know if a certain pixel is transparent or simply grey. A visual marker to differentiate between the two is needed. Possibilities could be to hatch transparent pixels or to give them a 'weird' user-defineable color/pattern instead of the generic grey.
Comment 1 Adrian Page 2004-02-21 14:41:45 UTC
CVS commit by page: 

Add the ability to render the background as a checkerboard pattern or a solid colour, making it easier to distinguish pixels with transparency.

CCMAIL: 61935-done@bugs.kde.org


  M +112 -12   kiconconfig.cpp   1.45
  M +5 -0      kiconconfig.h   1.19
  M +6 -0      kiconeditslots.cpp   1.61
  M +356 -78   kicongrid.cpp   1.74
  M +32 -1     kicongrid.h   1.35
  M +71 -0     properties.cpp   1.25
  M +18 -0     properties.h   1.17