┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/folders/foldersitemlistwidget.cpp
AgeCommit message (Collapse)Author
2014-06-29Remove the automoc noiseChristophe Giboudeaux
2012-08-14Fix wrong text color in Places Group Header. Use QPalette::Window for base ↵Emmanuel Pescosta
color and QPalette::WindowText for text color. Also changed m_roleColor color mixing to 60% (from 70%) -> Better visible color difference when base color is darker than text color. Also changed styleOption().palette.brush(group, role).color() to styleOption().palette.color(group, role) in KStandardItemListWidget -> should be more efficient. BUG: 303133
2012-08-13Fix wrong text color in places and in folders panel.Emmanuel Pescosta
FIXED-IN: 4.9.1 REVIEW: 105832 BUG: 303133