Bug 163869 - color settings are ignored
Summary: color settings are ignored
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_fontinst (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Craig Drummond
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-12 09:27 UTC by Maciej Pilichowski
Modified: 2008-06-12 13:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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