

Top is Breeze, bottom is Helium:
http://i.imgur.com/HaYviB7.png - Apr 04 2016
Thanks again for the work on this theme! - Apr 03 2016

Plasma 4 Extensions by CraigD 642 comments

Plasma 4 Extensions by CraigD 642 comments
Maybe it's because today Icon Tasks was already in the panel when Plasma started, as opposed to adding it after the fact? - Sep 30 2011

Plasma 4 Extensions by CraigD 642 comments

Plasma 4 Extensions by CraigD 642 comments

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
Thanks for all the work on QtCurve. - Nov 16 2010

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
Reverting back to 1.7.0 fixes it. - Nov 15 2010

QtCurve by CraigD 2890 comments
It looks to me like the focus ring is being drawn in the same place but the check/radio is being offset.
Here's a comparison picture of 1.1.1 (top) vs 1.2.0: http://img519.imageshack.us/img519/7534/snapshot5j.png - Mar 19 2010

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
Would it be possible to add an option (or just behavior) to treat mouseover as thick color border for scrollbars when mouseover is set to glow?
Also, this is purely aesthetic, but it seems to me that in the Presets and Preview pane, the focus colors are used instead of hover.
- Mar 18 2010

Utilities by ademmer1977 43 comments

Utilities by ademmer1977 43 comments

QtCurve by CraigD 2890 comments
gtk-select-all actions/edit-select-all.png
to icons4 for the next release? I noticed it's missing while playing around with Firefox's chrome CSS. - Jan 23 2010

QtCurve by CraigD 2890 comments
For those interested, here is my userChrome.css (goes in ~/.thunderbird/<profile>/chrome/):
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.addressingWidgetCell .menulist-compact {
-moz-appearance: menulist !important;
list-style-image: none !important;
}
.addressingWidgetCell .menulist-compact > .menulist-label-box > .menulist-label {
text-align: left !important;
}
And it would be awesome if QTC_DONT_COLOUR_MOUSEOVER_TBAR_BUTTONS behavior got changed at some point. Thanks again! - Jan 14 2010

QtCurve by CraigD 2890 comments
Also, is making QTC_DONT_COLOUR_MOUSEOVER_TBAR_BUTTONS a configuration option instead of a compile-time option still on your radar?
Thanks again for QtCurve! - Jan 14 2010

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
Also, I assume this is just Firefox being Firefox, but why does Firefox draw the tabs as I have them configured but ignore the mouseover settings?
Thanks for all the awesome in QtCurve. - Aug 06 2009

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
The problem was that I did not have any DecorationHover entries in my kdeglobals file. I did a fresh install of KDE 4.3 beta the other day which gave me a kdeglobals without any [Colors:xxx] entries, since they are all the default colors. The KDE4 style worked fine without them, but I guess Gtk2 and KDE3 need them? - Jun 08 2009

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
The GTK2 and KDE3 versions seem to be using the focus color for hover (and maybe the hover color for focus? that one's harder to tell for me). The KDE4 version seems fine. - Jun 08 2009

QtCurve by CraigD 2890 comments
I put the following in my Firefox userContent.css:
--- cut ---
select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"] {
-moz-appearance: none !important;
margin: 1px;
border: 2px solid ThreeDShadow;
-moz-border-top-colors: ThreeDShadow Window;
-moz-border-right-colors: ThreeDShadow ThreeDHighlight;
-moz-border-bottom-colors: ThreeDShadow ThreeDHighlight;
-moz-border-left-colors: ThreeDShadow Window;
-moz-border-radius: 6px;
padding: 1px 0;
}
select {
border-width: 2px 1px;
-moz-border-bottom-colors: ThreeDShadow Window;
}
select:hover,
textarea:hover,
input:not([type]):hover,
input[type="text"]:hover,
input[type="password"]:hover {
-moz-border-top-colors: #6393bd #9fcbf2;
-moz-border-right-colors: #6393bd #9fcbf2;
-moz-border-bottom-colors: #6393bd #9fcbf2;
-moz-border-left-colors: #6393bd #9fcbf2;
}
select:focus,
textarea:focus,
input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus {
-moz-border-top-colors: #366b99 #71a6d5;
-moz-border-right-colors: #366b99 #8Cbfed;
-moz-border-bottom-colors: #366b99 #8Cbfed;
-moz-border-left-colors: #366b99 #71a6d5;
}
--- cut ---
It has the the obvious problem of having border colors for hover and focus states explicitly set instead of using the KDE color settings, but I can always change those if I ever decide to change my color scheme. Select fields also look a little weird with the rounded corners. Overall, though, it's a workable solution for me. - Apr 17 2009

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
My problem is that I had a different font size configured for my menu and toolbars than my general font, which was what was throwing me off. Is it possible to make QtCurve respect these different fonts? I suspect that it is either not possible due to limitations of GTK2 or too much of a hassle to code. - Apr 08 2009

QtCurve by CraigD 2890 comments
a) somehow detect widgets drawn in web page context (doubtful?) or
b) not detect the parent background color at all and just draw a transparent background instead? - Mar 25 2009

QtCurve by CraigD 2890 comments
http://img19.imageshack.us/img19/6019/qtcurvesliderkde3.png
This doesn't seem to happen with Gtk2 or KDE4 versions. I fixed it by adding
WIDGET_SLIDER_TROUGH!=w &&
to line 1835 of style/qtcurve.cpp - Mar 16 2009

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
Is it all right if I send them to you? - Mar 02 2009

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
At first I just tried to edit the settings in the second gtkrc-2.0 file, but while I fixed OpenOffice, I messed up Thunderbird. Then I noticed that, as far as I can tell, the QtCurve GTK2 engine reads the colors from the same config file(s) as the KDE engine anyway, I unchecked the "Apply colors" box and everything seems to be fine now.
Currently using Arch Linux, KDEmod 3.5.10, Nvidia 177.80, Compiz git from July 2008, and OpenOffice 3.0. - Oct 24 2008

QtCurve by CraigD 2890 comments
I love this engine! Thanks for your work on it. - Oct 22 2008

Various KDE 1.-4. Improvements by ivik81 12 comments