
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a set of widget styles for Qt4/KDE4, KDE3 and Gtk2 based apps.
0.49 is the first version to have a Qt4/KDE4 port. This version may be compiled with just Qt4 - in which case the KDE4 control panel config dialog will not be built. See the INSTALL file for more details.
The fonts and colours for the GTK themes will be read in from your Qt settings - so any KDE font/colour changes will also affect your GTK apps.
**NOTE:** The Gtk3 release has been removed, as the Gtk theme API has changed!
NOTE: kde-look.org had a server crash, and the original QtCurve entry was deleted.
8 years ago
KDE4
====
1.8.14
------
1. Fix loading of kwin decoration/config under KDE4.9
KDE3
====
1.8.5
-----
1. Allow scrollbar sliders to be as thin as 5 pixels. At this setting, sliders will be squared.
Gtk2
====
1.8.16
------
1. fix memleak with newer versions of cairo.
8 years ago
KDE4
====
1.8.14
------
1. Fix loading of kwin decoration/config under KDE4.9
KDE3
====
1.8.5
-----
1. Allow scrollbar sliders to be as thin as 5 pixels. At this setting, sliders will be squared.
Gtk2
====
1.8.16
------
1. fix memleak with newer versions of cairo.
CraigD
9 years ago
Report
anderslund
9 years ago
The effect would be nice if all was blurred!
Report
CraigD
9 years ago
Report
anderslund
9 years ago
I'm using qt 4.7.1 and qtcurve 1.8.4 and KDE 4.6 on archlinux
The problem with application windows is similar to the one with the config dialog in the screenshot. Menus cause no problems.
Report
CraigD
9 years ago
------------------
I think this may be a bug in kwin. I've just tried with the latest bespin, and it has the same issue.
The style sets a kwin property containing the region to be blurred. This region also contains the parts that are *not* to be blurred. It looks as if kwin thinks that top-left in this region is the same as the top-left of the window decoration. Whereas top-left in the region is actually top-left of the window contents. This caused the blur region to be "titlebar size" too far up, and "window border width" too far left. (Hope this makes sense!)
I tried to hack around this, by obtaining the window decoration size, and adjusting the blur region by the required amount. This worked for non-maxized windows. However, for maximized windows, the decoration size is different - but the X atom containing this is not updated, so my workaround breaks.
KWin decoration blurring:
-------------------------
If kwin is started with a QtCurve theme that supports opacity, then it /should/ work - and at least does for me. It might be that when you start with an non-translucent style, then change to one, that the correct setting is not applied. I'll try to work on this.
Report
anderslund
9 years ago
Report
CraigD
9 years ago
Just tried oxygen-transparent, and it too has the same issue.
Report
vasthu
9 years ago
In QtCurve-KDE4 style/qtcurve.cpp lines 7671-7674
I'm writing a program with non-square toolbutton icon, which is 90x16 pixels.
In the standard oxygen theme it shows up fine (90 x 16).
Report
CraigD
9 years ago
Report
vasthu
9 years ago
It's up to you, if it's easy enough to make it Amarok-specific. Otherwise I can make a different toolbutton if the user is running qtcurve.
Report
CraigD
9 years ago
Report
koko2k
10 years ago
I'm using an nvidia card with a twinview setup.
Note: this only happens if window effects (xrender or opengl) are active
Shot1:
http://wpage.unina.it/aorefice/sharevari/max1.png
Firefox window maximized in the right screen, you can see a little vertical white line on the left screen, i painted a red box around it.
Shot2:
http://wpage.unina.it/aorefice/sharevari/max2.png
Firefox window maximized in the left screen, you can see a white point in the right screen (you have to zoom to see it well), i painted a red circle around it.
Link to qtcurve setting:
http://kde-look.org/content/show.php/CurveDomina+Qtcurve?content=126954
Thanks.
Report
CraigD
10 years ago
Report
koko2k
9 years ago
Report
koko2k
10 years ago
Screen resolution is 1280x1024 (2560*1024)
Report
SvenArcher
10 years ago
CMakeFiles/qtcurve.dir/wmmove.o: In function `qtcWMMoveChildrenUseEvent':
wmmove.c:(.text+0x84b): undefined reference to `gtk_widget_get_state'
My Gtk2 version is: gtk2-2.16.6-1.8
Let me know if you need more information.
Report
CraigD
10 years ago
Report
SvenArcher
10 years ago
Report
sxe
10 years ago
i run into a strange problem lately.
The font color of gtk app popup menus is not the same as in qt popup menus.
The gtk app popupmenus are not readable anymore, cause the color is always black and thats not that great with dark backgrounds. ;)
Is this a bug or can i change the color separately?
Report
CraigD
10 years ago
Can you send me your QtCurve settings and colour scheme? (My email address is in the AUTHORS file)
Report
greggel
10 years ago
Report
greggel
10 years ago
Report
CraigD
10 years ago
Is this with all KDE applications?
Can you send me your ~/.config/qtcurve/stylerc file (my email address is in the AUTHORS file)
Report
greggel
10 years ago
Report
greggel
9 years ago
Report