Bug 153363

Summary: HIG color violations in columnview
Product: [Applications] dolphin Reporter: Matthew Woehlke <mwoehlke.floss>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Matthew Woehlke 2007-12-03 18:39:48 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

The column view in dolphin uses non-scheme colors (black, DolphinColumnView::updateColumnsBackground) and uses scheme colors incorrectly (DolphinColumnWidget::updateBackground). Mixing colors from different sets (in this case, window and view) is an HIG violation when done incorrectly as it can lead to illegible results.

A better result might be to blend in some of the foreground color rather than a background color from some other set (or else just use window colors outright).
Comment 1 Peter Penz 2008-01-10 19:25:14 UTC
SVN commit 759482 by ppenz:

fixed HIG color violations

BUG: 153363

 M  +6 -2      dolphincolumnview.cpp  
 M  +9 -5      dolphincolumnwidget.cpp  


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