Thread: [Gambas-devel-svn] SF.net SVN: gambas:[2524] gambas/trunk/gb.qt4
Brought to you by:
gambas
From: <lor...@us...> - 2009-12-27 23:13:15
|
Revision: 2524 http://gambas.svn.sourceforge.net/gambas/?rev=2524&view=rev Author: lordheavy Date: 2009-12-27 23:13:08 +0000 (Sun, 27 Dec 2009) Log Message: ----------- [GB.QT4.OPENGL] * NEW: Remove dependency with glew library, as the component use now the GL_INTERFACE api. Modified Paths: -------------- gambas/trunk/gb.qt4/src/opengl/CGLarea.cpp gambas/trunk/gb.qt4/src/opengl/CGLarea.h gambas/trunk/gb.qt4/src/opengl/gb.qt4.opengl.component gambas/trunk/gb.qt4/src/opengl/main.cpp gambas/trunk/gb.qt4/src/opengl/main.h Added Paths: ----------- gambas/trunk/gb.qt4/gb.gl.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2009-12-28 01:08:14
|
Revision: 2528 http://gambas.svn.sourceforge.net/gambas/?rev=2528&view=rev Author: lordheavy Date: 2009-12-28 00:30:46 +0000 (Mon, 28 Dec 2009) Log Message: ----------- [GB.QT4.OPENGL] * BUG: Remove OpenGL detection, as QtOpenGL implies that GL files and support are presents. Modified Paths: -------------- gambas/trunk/gb.qt4/configure.ac gambas/trunk/gb.qt4/src/opengl/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-02-10 01:09:46
|
Revision: 2675 http://gambas.svn.sourceforge.net/gambas/?rev=2675&view=rev Author: gambas Date: 2010-02-10 01:09:40 +0000 (Wed, 10 Feb 2010) Log Message: ----------- [GB.QT4] * NEW: Remove the "share" directory symbolic link. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gb.qt4.ext.component gambas/trunk/gb.qt4/src/gb.qt4.component gambas/trunk/gb.qt4/src/webkit/gb.qt4.webkit.component Removed Paths: ------------- gambas/trunk/gb.qt4/share This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-02-10 01:13:02
|
Revision: 2676 http://gambas.svn.sourceforge.net/gambas/?rev=2676&view=rev Author: gambas Date: 2010-02-10 01:12:56 +0000 (Wed, 10 Feb 2010) Log Message: ----------- [GB.QT4] * NEW: Copy the share directory from gb.qt. Added Paths: ----------- gambas/trunk/gb.qt4/share/ gambas/trunk/gb.qt4/share/gb.form.action.h gambas/trunk/gb.qt4/share/gb.form.arrangement.h gambas/trunk/gb.qt4/share/gb.form.const.h gambas/trunk/gb.qt4/share/gb.form.font.h gambas/trunk/gb.qt4/share/gb.form.picture.h gambas/trunk/gb.qt4/share/gb.form.print.h gambas/trunk/gb.qt4/share/gb.form.properties.h gambas/trunk/gb.qt4/share/gb.form.trayicon.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-12-13 04:27:17
|
Revision: 3356 http://gambas.svn.sourceforge.net/gambas/?rev=3356&view=rev Author: gambas Date: 2010-12-13 04:27:11 +0000 (Mon, 13 Dec 2010) Log Message: ----------- [GB.QT4] * BUG: Try to make gb.qt4 compile correctly without X11. Modified Paths: -------------- gambas/trunk/gb.qt4/share/gb.form.properties.h gambas/trunk/gb.qt4/src/CDrawingArea.cpp gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/Makefile.am gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 00:32:44
|
Revision: 7063 http://sourceforge.net/p/gambas/code/7063 Author: gambas Date: 2015-05-10 00:32:42 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.QT4] * NEW: Get rid of Qt3 support library. * NEW: The TrayIcon is now based on the QSystemTrayIcon class. Consequently, as soon as the 'sni-qt' library is installed on your system, the tray icon will become an indicator visible in the Plasma new system tray, and normally in the Gnome / Unity indicator bar. Beware that This new TrayIcon does not raise any standard Control events, it is entirely managed by the system tray. * NEW: Some hacks for the Breeze Qt4 style. Modified Paths: -------------- gambas/trunk/gb.qt4/configure.ac gambas/trunk/gb.qt4/share/gb.form.properties.h gambas/trunk/gb.qt4/src/CButton.cpp gambas/trunk/gb.qt4/src/CStyle.cpp gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/gb.qt4/src/CTrayIcon.h gambas/trunk/gb.qt4/src/Makefile.am gambas/trunk/gb.qt4/src/ext/gview.h gambas/trunk/gb.qt4/src/main.cpp Added Paths: ----------- gambas/trunk/gb.qt4/share/gb.form.trayicon.large.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |