
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 engine is for use by GTK applications running in KDE. It applies all Qt settings to the GTK application and uses Qt style plugins directly.
Please see http://gtk-qt.ecs.soton.ac.uk for more information and SVN instructions.
12 years ago
Changes in 1.0:
New features and general improvements:
Ported the theme engine to Qt4. Qt3 styles are no longer supported in this version - this is only for users who have upgraded to KDE4 or who want to use Oxygen in their GTK applications.
i18n:
Updated .pot file
Czech translation by David Watzke
Italian translation by Davide Madrisan
(For older changelogs, see http://gtk-qt.ecs.soton.ac.uk/downloads.php)
12 years ago
Changes in 1.0:
New features and general improvements:
Ported the theme engine to Qt4. Qt3 styles are no longer supported in this version - this is only for users who have upgraded to KDE4 or who want to use Oxygen in their GTK applications.
i18n:
Updated .pot file
Czech translation by David Watzke
Italian translation by Davide Madrisan
(For older changelogs, see http://gtk-qt.ecs.soton.ac.uk/downloads.php)
iuso
14 years ago
Report
davidsansome
14 years ago
Report
iuso
14 years ago
Report
simplistic
14 years ago
Report
davidsansome
14 years ago
https://bugs.freedesktop.org/show_bug.cgi?id=7694
Report
wu-hsin
14 years ago
'make install' installs /usr/share/applications/kcmgtk-xdg.desktop and /usr/share/applnk/Settings/LookNFeel/kcmgtk.desktop, which are both shown in Control Center. Removing any which one of these solves the problem.
I am using KDE 3.5.3.
Report
davidsansome
14 years ago
Report
scsi
14 years ago
thank you :)
Report
suseu
14 years ago
Report
scsi
14 years ago
gentoo, kde 3.5.2, qt 3.3.6
Report
scsi
14 years ago
Report
tommyq86
14 years ago
But I've got a problem with menu of GTK aplications. For example GIMP >>> http://upload.okanet.org/gimp.png
Debian GNU/Linux Sid (unstable)
KDE 3.5.1
Report
tommyq86
14 years ago
But I've got problem with menu in GTK aplications. For example GIMP
>>> http://upload.okanet.org/gimp.png
Report
tommyq86
14 years ago
But I've got problem with menu in GTK aplications. For example GIMP
>>> http://upload.okanet.org/gimp.png
Report
tommyq86
14 years ago
But I've got problem with GIMP in menu...
>>> http://upload.okanet.org/gimp.png
Report
tommyq86
14 years ago
But I've got problem with GIMP in menu...
>>> http://upload.okanet.org/gimp.png
Report
tommyq86
14 years ago
But I've got problem with GIMP in menu...
>>> http://upload.okanet.org/gimp.png
Report
fucter
15 years ago
I cant even begin to tell you how much of a differnce this makes for some reason. I know everyone bitches about eye candy, but my desktop just 'feels' better now. All my apps have a common theme now. People look over my shoulder in the HUB and go "whats that?", meaning, "whoa thats cool, and i can tell its not windows". I just wanted to share my appreciation.
I couldnt find any bugs yet either btw.
Report
mrMango
15 years ago
Report
mafin
15 years ago
QPixmap: Invalid pixmap parameters
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
Segmentation fault
...and program is crashing.
Report
oiunt
15 years ago
what can i do with this GTK-QT Theme Engine? my os is fedora 3.
how can i use it, can anybody help me?
thx very much :=\
Report
alexm
15 years ago
It's mostly useful if your main desktop environment is KDE (or maybe other QT-based DE but I'm not aware of such) and you wish to have consistent look across your desktop, regardless of what widget set is used in a particular application.
In order to use it, you should use "Qt" style for GTK apps. The easiest way to achieve this is to use one of available GTK configurators (say, the control center from GNOME), or just put the follwoing line into your ~/.gtkrc-2.0:
....
gtk-theme-name = "Qt"
....
Good luck
Report
sessionID
15 years ago
Any ideas?
Report
alexm
15 years ago
diff -urN gtk-qt-engine-0.6.orig/src/qt_theme_draw.c gtk-qt-engine-0.6/src/qt_theme_draw.c
--- gtk-qt-engine-0.6.orig/src/qt_theme_draw.c 2004-12-21 21:28:34 +0600
+++ gtk-qt-engine-0.6/src/qt_theme_draw.c 2005-09-30 08:20:50 +0700
@@ -1777,6 +1777,7 @@
{
pixmap = pix_test;
parent_relative = FALSE;
+ gdk_drawable_set_colormap(pixmap, style->colormap);
}
gdk_window_set_back_pixmap (window, pixmap, parent_relative);
Report
zgod
14 years ago
Report