Version: (using KDE 4.2.96) Installed from: Unlisted Binary Package As the short description says really. If you choose a dark view background with light text, and a light window background with dark text, then the summary view text is unreadable. Further testing shows that it seems that the summary view is using the window text colour rather than the view text colour, even though it's in a view, and uses the view background colour. Thanks.
Created attachment 35596 [details] Patch to make Kontact summary view use the correct colours for the colour scheme. Hi again. I'm fairly new to Qt hacking, so this might not be the "right" way to do this, but the attached patch appears to do the job.
yep, looks good. i'll commit and backport for the 4.3 release. Thanks! feel free to make more patches :)
SVN commit 1001946 by winterz: Make the Kontact summary view uses view text color instead of window text color. Thanks for the patch Peter. also be nicer to the rightToLeft folks with the stylesheet. BUG: 201218 MERGE: 4.3,e4 M +20 -1 summaryview_part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1001946
SVN commit 1001947 by winterz: Backport r1001946 by winterz from trunk to the 4.3 branch: Make the Kontact summary view uses view text color instead of window text color. Thanks for the patch Peter. also be nicer to the rightToLeft folks with the stylesheet. CCBUG: 201218 MERGE: 4.3,e4 M +20 -1 summaryview_part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1001947
Thanks for accepting the patch. I think now I'll take a look through some other bug reports... :-)