[Gambas-devel-svn] SF.net SVN: gambas:[7063] gambas/trunk/gb.qt4
Brought to you by:
gambas
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. |