Bug 163869

Summary: color settings are ignored
Product: [Applications] systemsettings Reporter: Maciej Pilichowski <bluedzins>
Component: kcm_fontinstAssignee: Craig Drummond <craig>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Maciej Pilichowski 2008-06-12 09:27:24 UTC
Version:            (using KDE 4.0.82)
Installed from:    Ubuntu Packages

Change colors to white on black, and enter fontinst -- the fonts example will be black on black.
Comment 1 Craig Drummond 2008-06-12 13:16:31 UTC
SVN commit 819853 by craig:

When creating previews, thumbnails, etc. fill the pixmap with a 100% transparent background, and then draw on with the text colour. Previously, the transparency was added after the text was drawn - and this just wasn't working for dark colour schemes.
CCBUG:163869


 M  +1 -20     kcmfontinst/FontList.cpp  
 M  +0 -1      kcmfontinst/KCmFontInst.cpp  
 M  +46 -78    lib/FcEngine.cpp  
 M  +1 -4      lib/FcEngine.h  
 M  +0 -14     thumbnail/FontThumbnail.cpp  
 M  +0 -4      viewpart/CharTip.cpp  
 M  +8 -8      viewpart/FontPreview.cpp  
 M  +0 -1      viewpart/FontViewPart.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=819853
Comment 2 Craig Drummond 2008-06-12 13:35:51 UTC
SVN commit 819855 by craig:

Use HighlightedText colour for font previews that are highlighted.
CCBUG:163869 


 M  +27 -17    kcmfontinst/FontList.cpp  
 M  +3 -3      kcmfontinst/FontList.h  
 M  +4 -4      lib/FcEngine.cpp  
 M  +1 -1      lib/FcEngine.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=819855
Comment 3 Craig Drummond 2008-06-12 13:49:41 UTC
SVN commit 819858 by craig:

Backport http://websvn.kde.org/?view=rev&revision=819853 and http://websvn.kde.org/?view=rev&revision=819855 from trunk.
BUG:163869


 M  +28 -37    kcmfontinst/FontList.cpp  
 M  +3 -3      kcmfontinst/FontList.h  
 M  +0 -1      kcmfontinst/KCmFontInst.cpp  
 M  +50 -82    lib/FcEngine.cpp  
 M  +2 -5      lib/FcEngine.h  
 M  +0 -14     thumbnail/FontThumbnail.cpp  
 M  +0 -4      viewpart/CharTip.cpp  
 M  +8 -8      viewpart/FontPreview.cpp  
 M  +0 -1      viewpart/FontViewPart.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=819858