[Gambas-devel-svn] SF.net SVN: gambas:[6299] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-06-02 00:39:47
|
Revision: 6299 http://sourceforge.net/p/gambas/code/6299 Author: gambas Date: 2014-06-02 00:39:44 +0000 (Mon, 02 Jun 2014) Log Message: ----------- [CONFIGURATION] * NEW: Add an automake init flag to prevent warnings with recent versions of automake. [DEVELOPMENT ENVIRONMENT] * NEW: A Gambas project directory is now identify by a ".project" file that actually begins with the expected header. [GB.DESKTOP.X11] * NEW: X11Systray is a new static class that implements a system tray inside an already existing DrawingArea of your project. Beware, this it the initial experimental version. That class is based on the 'stalone' project source code. [GB.GTK] * BUG: Default tray icon is correctly visible now. [GB.GTK3] * BUG: Default tray icon is correctly visible now. [GB.QT4] * BUG: Tray icons are now scaled, like with GTK+. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.class gambas/trunk/gb.desktop.x11/src/Makefile.am gambas/trunk/gb.desktop.x11/src/main.c gambas/trunk/gb.desktop.x11/src/x11.c gambas/trunk/gb.desktop.x11/src/x11.h gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.qt4/src/CTrayIcon.cpp Added Paths: ----------- gambas/trunk/gb.desktop.x11/src/c_x11.c gambas/trunk/gb.desktop.x11/src/c_x11.h gambas/trunk/gb.desktop.x11/src/c_x11systray.c gambas/trunk/gb.desktop.x11/src/c_x11systray.h gambas/trunk/gb.desktop.x11/src/systray/ gambas/trunk/gb.desktop.x11/src/systray/common.h gambas/trunk/gb.desktop.x11/src/systray/debug.c gambas/trunk/gb.desktop.x11/src/systray/debug.h gambas/trunk/gb.desktop.x11/src/systray/embed.c gambas/trunk/gb.desktop.x11/src/systray/embed.h gambas/trunk/gb.desktop.x11/src/systray/icons.c gambas/trunk/gb.desktop.x11/src/systray/icons.h gambas/trunk/gb.desktop.x11/src/systray/kde_tray.c gambas/trunk/gb.desktop.x11/src/systray/kde_tray.h gambas/trunk/gb.desktop.x11/src/systray/list.h gambas/trunk/gb.desktop.x11/src/systray/settings.c gambas/trunk/gb.desktop.x11/src/systray/settings.h gambas/trunk/gb.desktop.x11/src/systray/systray.c gambas/trunk/gb.desktop.x11/src/systray/systray.h gambas/trunk/gb.desktop.x11/src/systray/tray.c gambas/trunk/gb.desktop.x11/src/systray/tray.h gambas/trunk/gb.desktop.x11/src/systray/wmh.c gambas/trunk/gb.desktop.x11/src/systray/wmh.h gambas/trunk/gb.desktop.x11/src/systray/xembed.c gambas/trunk/gb.desktop.x11/src/systray/xembed.h gambas/trunk/gb.desktop.x11/src/systray/xutils.c gambas/trunk/gb.desktop.x11/src/systray/xutils.h Removed Paths: ------------- gambas/trunk/gb.desktop.x11/src/desktop.c gambas/trunk/gb.desktop.x11/src/desktop.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |