
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)
gravy
9 years ago
Report
DDZ
9 years ago
Report
arrowind
10 years ago
I have installed gtk-qt-engine on two of my slackware machines. On one machine when i open the 'Gtk styles and font' i see 'kde oxygen theme' and 'kde oxygen theme flat'. But on the other machine i dont see them. Is there any other configuration i am issing?
Thanks.
Report
danielertl
10 years ago
Thanks in advance.
Report
danielertl
10 years ago
Report
TotoKid
12 years ago
https://bugs.launchpad.net/ubuntu/+source/gtk-qt-engine-kde4/+bug/271128
Report
TotoKid
12 years ago
Report
yaoziyuan
12 years ago
Report
yaoziyuan
12 years ago
Report
lucianolev
12 years ago
.....
[ 12%] Building C object src/CMakeFiles/qt4engine.dir/qt_theme_draw.o
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c: In function ‘get_shadowType’:
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c:64: warning: unused parameter ‘style’
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c: In function ‘draw_hline’:
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c:119: error: implicit declaration of function ‘abs’
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c:111: warning: unused parameter ‘area’
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c: In function ‘draw_vline’:
/home/luciano/Fuentes/gtk-qt-engine/src/qt_theme_draw.c:136: warning: unused parameter ‘area’
.....
any ideas?
Btw, I'm on Gentoo AMD64.
Thanks.
Report
Takahani
12 years ago
#ifndef abs
#define abs(x) (x<0?-x:x)
#endif
Report
mattepiu
12 years ago
but with 1.1 when I open nvidia-settings
(thermal monitor or X color correction
tabs) it segfaults (nvidia-drivers-173.14.05).
Without gtk-qt it looks as it works fine.
Report
Karashata
12 years ago
Report
mubs
12 years ago
Report
mubs
12 years ago
I try this command kcmshell4 kcmgtk4. I've got this message :
findServiceByDesktopPath: kcmgtk4.desktop not found
kcmshell(7189)/kcmshell (kdelibs) locateModule: Could not find module ' "kcmgtk4" '.
in spite of:
make install
[ 29%] Built target qt4engine
[ 59%] Built target kcm_gtk4
[100%] Built target pofiles
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing /usr/lib/gtk-2.0/2.10.0/engines/libqt4engine.so
-- Installing /usr/share/themes/Qt4/gtk-2.0/gtkrc
-- Installing /usr/kde/4.0/lib/kde4/kcm_gtk4.so
-- Installing /usr/local/share/applications/kde4/kcmgtk4.desktop
Report
floppy
12 years ago
Report
CrazyBanana
12 years ago
The other issue I have is that Firefox 3 Beta 5 will not close correctly. It is not a Firefox bug, see https://bugzilla.mozilla.org/show_bug.cgi?id=430479
Report
GrzegorzJZD
12 years ago
Report
goona
12 years ago
It`s now included in the official repository! (gtk-qt-engine-kde4)
It`s working fantastic! :-)
Report
GrzegorzJZD
12 years ago
Report
protoman
12 years ago
[ 11%] Building C object src/CMakeFiles/qt4engine.dir/qt_theme_draw.o
/arquivos/programas/src/gtk-qt-engine/src/qt_theme_draw.c: In function ‘get_shadowType’:
/arquivos/programas/src/gtk-qt-engine/src/qt_theme_draw.c:64: warning: unused parameter ‘style’
/arquivos/programas/src/gtk-qt-engine/src/qt_theme_draw.c: In function ‘draw_hline’:
/arquivos/programas/src/gtk-qt-engine/src/qt_theme_draw.c:119: error: implicit declaration of function ‘abs’
Report
protoman
12 years ago
ad #include <stdlib.h> in gtk-qt-engine/src/qt_theme_draw.c
Report
davidsansome
12 years ago
Thanks - I've commited the fix to SVN.
Report
ollowtf
12 years ago
if i set QtCurve or other gtk theme via kcm, all works fine, but if i set "Qt" theme or "Use my KDE theme" gtk-apps crash
$ logjam
(process:9587): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(process:9587): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
Floating point exception (core dumped)
All gnome/gtk related packages from ubuntu gutsy repositary.
Report
davidsansome
12 years ago
Can you run:
GTK_QT_ENGINE_DEBUG=1 logjam
And then send me the last couple of lines of output before the crash?
Also, which Qt style are you using?
Thanks
Report