
Various KDE 1.-4. Improvements by jimmy88 1783 comments

Various KDE 1.-4. Improvements by jimmy88 1783 comments
(Damn you security updates.) - Jun 06 2012

Various KDE 1.-4. Improvements by jimmy88 1783 comments
Hoping to be able to use this with FF9 soon. Just a days without it is already driving me crazy :-) - Dec 22 2011

Various KDE 1.-4. Improvements by jimmy88 1783 comments
http://i55.tinypic.com/15frb7q.jpg
and when using Oxygen KDE 3.4.2:
http://i54.tinypic.com/2rfvibp.jpg
The site where this happens is:
http://foss.aegean.gr/~realnc/forum
Using 64-bit Firefox 5.0 on Gentoo Linux. - Aug 12 2011

Various KDE 1.-4. Improvements by jimmy88 1783 comments

Various KDE 1.-4. Improvements by jimmy88 1783 comments

Various KDE 1.-4. Improvements by jimmy88 1783 comments

Various KDE 1.-4. Improvements by jimmy88 1783 comments

Various KDE 1.-4. Improvements by jimmy88 1783 comments
Yes, that means that this theme makes Firefox look less like a KDE app in this case because it doesn't let oxygen-gtk to its job! - Jul 14 2011

System Software by chakra-project 27 comments

Plasma 4 Extensions by PlasmaFactory 1198 comments
Thanks for this plasmoid. It's now the weather plasmoid I prefer. - Aug 19 2010

Audio Extractors/Converters by HessiJames 608 comments

Amarok 2.x Scripts by cotko 47 comments

Amarok 2.x Scripts by cyrusdreams 15 comments

Amarok 2.x Scripts by cyrusdreams 15 comments
I also don't want to start editing files; that's not user friendly. - Jul 20 2010

Amarok 2.x Scripts by cyrusdreams 15 comments
This is quite unacceptable. Can this be disabled? - Jul 16 2010

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
http://i42.tinypic.com/2j0fhhd.png - May 04 2010

QtCurve by CraigD 2890 comments
"Add option to use kwin titlebar colours as menubar shade."
I can't that option though. How do I enable this? - May 04 2010

QtCurve by CraigD 2890 comments
http://i48.tinypic.com/w7lul2.png
For reference, Oxygen looks like this:
http://i50.tinypic.com/4si24p.png
(It uses both a vertical as well as a horizontal gradient at the same time.)
Gtk apps look correctly. I suspect due to KWin disabling gradient effects for some common Gtk apps. Here's Thunderbird 3:
http://i50.tinypic.com/121ehia.png - Feb 15 2010

QtCurve by CraigD 2890 comments

Plasma 4 Extensions by PlasmaFactory 1198 comments
Screenshot: http://i47.tinypic.com/15wkz2f.png - Jan 22 2010

Plasma 4 Extensions by PlasmaFactory 1198 comments

deKorator Themes by Eldarion 25 comments

GFXBoot by jimreynold2nd 9 comments

Amarok 2.x Scripts by cyrusdreams 15 comments

Amarok 2.x Scripts by cyrusdreams 15 comments

Amarok 2.x Scripts by cgalisteo 3 comments

QtCurve by CraigD 2890 comments
http://i26.tinypic.com/2vs2jib.png - Aug 16 2009

QtCurve by CraigD 2890 comments

Amarok 2.x Scripts by rangerGR 11 comments

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
The bigger problem here is that deleting that line completely and letting Qt use the default style (which is QFrame::LineEditPanel | QFrame::Sunken) also triggers the bug. That means every Qt 3 application using margins will probably look wrong :P - Jun 11 2009

QtCurve by CraigD 2890 comments
QTextEdit::setFrameStyle(QFrame::Box | QFrame::Plain);
(src/qtadsgamewindow.cc, line 72.)
In QTads 1.9 (not released yet) I've changed that to:
QTextEdit::setFrameStyle(QFrame::LineEditPanel | QFrame::Plain);
in order to get rid of the awful black border around the text window. If you change that line and rebuild, you will see the glitch. - Jun 11 2009

QtCurve by CraigD 2890 comments
http://ifdb.tads.org/search?sortby=ratu&newSortBy.x=5&newSortBy.y=10&searchfor=system%3ATADS
Here's a direct link to one:
http://mirror.ifarchive.org/if-archive/games/competition97/tads/glow/glow.gam
The problem appears after you go into the configuration dialog of QTads, and in the "Formatting" tab choose non-0 left and right margins.
What this does is call QScrollView::setMargins(). The background color is set with QWidget::setPaletteBackgroundColor() (I know because I'm the author of QTads :P) - Jun 11 2009

QtCurve by CraigD 2890 comments
0.63.0 and 0.64.0:
http://i43.tinypic.com/11qofg5.png
(Note the wrong color around the QTextEdit widget.)
0.62.7:
http://i44.tinypic.com/osrfcp.png
(The right color is used for the margins of the QTextEdit.)
Note that other styles (Plastique or the Qt3 build-in styles) always look right. Only QtCurve 0.63.0/0.64.0 have this bug.) - Jun 11 2009

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
(firefox:31571): Gdk-CRITICAL **: gdk_cairo_create: assertion `GDK_IS_DRAWABLE (drawable)' failed
Segmentation fault - Jun 10 2009

GFXBoot by lonk 7 comments