
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
Quarticurve is an unofficial port of Red Hat's Bluecurve widget theme (taken out of redhat-artwork 5.0.12) to Qt 4. (I started from the Qt 3 theme.) This port is NOT endorsed or supported by Red Hat.
12 years ago
Beta 8:
* The size of icons in menus is now fixed to 16x16 (matches Qt/KDE 3 and GTK+ default).
* Fixed crashes with QtWebKit (rh#466421) (ported the theme to use QStyleOption throughout instead of accessing widgets).
* Fixed blurriness when painting widgets on a painter which has anti-aliasing of graphics enabled (as in QtWebKit).
* Fixed the project file to detect the correct KDE 4 application data (apps) directory also on distributions using e.g. /usr/share/kde4/apps (such as Fedora).
Beta 7:
* Added a color scheme for the KDE 4 color scheme selector.
* Updated the color section in readme.txt.
Beta 6:
* Use system icons (rather than builtin Qt ones) in Qt 4 dialogs also in KDE 4 apps.
Beta 5:
* The selection color is now always forced to the active color: This is necessary to match the Qt/KDE 3 and GTK+ themes for KDE >=3.93.0, which normally uses the inactive window color as the inactive selection color whereas KDE 3 used the active selection color.
* Dock widgets now look much closer to the Qt 3 theme.
* Frames around status bar sections are now drawn (as in the Qt 3 theme).
Beta 4:
* Updated readme.txt.
* Fixed QPushButton::iconSize property being ignored.
Beta 3:
* Added support for "make install".
* Added a link to Quarticurve-KWin to the readme file.
Beta 2:
* First truely public release. (Alpha 1 and Beta 1 were previously published/announced on the fedora-devel-list.) See the changelog in the source tarball for the full list of changes from Bluecurve.
12 years ago
Beta 8:
* The size of icons in menus is now fixed to 16x16 (matches Qt/KDE 3 and GTK+ default).
* Fixed crashes with QtWebKit (rh#466421) (ported the theme to use QStyleOption throughout instead of accessing widgets).
* Fixed blurriness when painting widgets on a painter which has anti-aliasing of graphics enabled (as in QtWebKit).
* Fixed the project file to detect the correct KDE 4 application data (apps) directory also on distributions using e.g. /usr/share/kde4/apps (such as Fedora).
Beta 7:
* Added a color scheme for the KDE 4 color scheme selector.
* Updated the color section in readme.txt.
Beta 6:
* Use system icons (rather than builtin Qt ones) in Qt 4 dialogs also in KDE 4 apps.
Beta 5:
* The selection color is now always forced to the active color: This is necessary to match the Qt/KDE 3 and GTK+ themes for KDE >=3.93.0, which normally uses the inactive window color as the inactive selection color whereas KDE 3 used the active selection color.
* Dock widgets now look much closer to the Qt 3 theme.
* Frames around status bar sections are now drawn (as in the Qt 3 theme).
Beta 4:
* Updated readme.txt.
* Fixed QPushButton::iconSize property being ignored.
Beta 3:
* Added support for "make install".
* Added a link to Quarticurve-KWin to the readme file.
Beta 2:
* First truely public release. (Alpha 1 and Beta 1 were previously published/announced on the fedora-devel-list.) See the changelog in the source tarball for the full list of changes from Bluecurve.
ntasha
9 years ago
Report
sharjith
13 years ago
Regards
N. Sharjith
Report
KevinKofler
13 years ago
Report
sharjith
13 years ago
Thanks a lot for the prompt response and a great job!
Report
KevinKofler
13 years ago
Report
KevinKofler
13 years ago
Report
KevinKofler
13 years ago
* For KDE 4 apps:
Best enjoyed with the following palette settings in $KDE4HOME/share/config/kdeglobals
(where $KDE4HOME defaults to ~/.kde4 in the RPMs by Rex Dieter and me at kde-redhat unstable):
[Colors:Window]
BackgroundNormal=230,230,230
ForegroundInactive=127,127,127
ForegroundActive=255,255,255
ForegroundNormal=0,0,0
[Colors:Button]
BackgroundNormal=230,230,230
ForegroundInactive=127,127,127
ForegroundActive=255,255,255
ForegroundNormal=0,0,0
[Colors:Selection]
BackgroundNormal=76,89,166
ForegroundNormal=255,255,255
[Colors:View]
BackgroundAlternate=240,240,240
BackgroundNormal=255,255,255
ForegroundLink=0,0,192
ForegroundVisited=128,0,128
ForegroundNormal=0,0,0
[KDE]
contrast=1
Report
usrkl
13 years ago
Good work!
Report
Yaba
13 years ago
Report
KevinKofler
13 years ago
Report