| Summary: | color settings are ignored | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Maciej Pilichowski <bluedzins> |
| Component: | kcm_fontinst | Assignee: | Craig Drummond <craig> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Maciej Pilichowski
2008-06-12 09:27:24 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 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 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 |