Version: (using KDE KDE 3.96.0) Installed from: Compiled From Sources The plastik style has broken drawing for checkboxes and radioboxes with all color schemes
Sorry that should have been another bug report, The problem for this bug: If I open the color tab there should be the current color scheme highlighted in the list box, currently it more or less guessing which of the schemes is the active one
CCing Jeremy since he's working on this.
The current color scheme should be... "Current". Odd that this isn't selected initially. For now we also don't (attempt to) track if you've selected a saved color scheme and not made changes to it (in which case, it would be reasonable to mark the actual saved scheme instead).
Here: Qt: 4.4.3 + qt-copy-patches-889120 KDE: 4.1.86 (KDE 4.1.86 (KDE 4.2 >= 20081221)) kdelibs svn rev. 901624 / kdebase svn rev. 901624 on ArchLinux x86_64 - Kernel 2.6.27.10 The "Current" entry in the color scheme list is selected when opening the Color module in the Appearance settings in System Settings. Can anyone else confirm this bug?
Yes. "Current" is selected but I'm wondering. Is this the cause of Qt-only applications not appling the correct colors? See attached image. qtconfig was started _after_ applying the new color scheme.
Created attachment 30504 [details] qtconfig showing wrong color scheme
No, that is a QT bug abouth paths (qt4 was looking for colors in a bad config path) (fixed in QT4.5)
The bug is still present here, using Qt 4.5.1 and KDE r963157. To reproduce, select "Oxygen" palette, Apply, close systemsettings, then start it again => "Oxygen" is not selected, but "Current" is. This entry should only be selected, when the current palette does not match one of the saved palettes.
The bug still exists in KDE 4.4.2 with Qt 4.6.2.
Created attachment 51189 [details] Indicate active theme + alphabetic ordering This patch solves this bug and bug #233436.
SVN commit 1171116 by whiting: Applied patch from http://bugsfiles.kde.org/attachment.cgi?id=51190 provided by Glad Deschrijver to fix a couple bugs. BUG: 233436 BUG: 153056 M +43 -19 colorscm.cpp M +1 -0 colorscm.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1171116
SVN commit 1171123 by whiting: Backport bugfix to 4.5 branch. BUG: 153056 BUG: 233436 M +43 -19 colorscm.cpp M +1 -0 colorscm.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1171123