[Gambas-devel-svn] SF.net SVN: gambas:[6344] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-06-26 20:00:23
|
Revision: 6344 http://sourceforge.net/p/gambas/code/6344 Author: gambas Date: 2014-06-26 20:00:13 +0000 (Thu, 26 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix a possible crash when highlighting source code positions in the output window. * BUG: Hitting ENTER key in the project tree filter now works correctly, and open the first matching file if none is selected. [GB.DESKTOP] * BUG: Requires gb.desktop.x11 explicitely now. [GB.GTK] * BUG: System tray icons deletion is delayed now. It prevents spurious GTK+ warnings that appear if you hide an icon during inside an event handler. [GB.IMAGE] * BUG: Rewrite the ImageStat class source code because the PHP licence is not compatible with the GPL. [GB.QT4] * BUG: System tray icons deletion is delayed now, to avoid a crash if you hide an icon during inside an event handler. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Help/FTips.form gambas/trunk/comp/src/gb.desktop/.component gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/examples/examples/Misc/SystemTray/.project gambas/trunk/examples/examples/Misc/SystemTray/.src/FMain.class gambas/trunk/examples/examples/Misc/SystemTray/.src/FMain.form gambas/trunk/examples/examples/Misc/SystemTray/bg.png gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/main/lib/image/CImageStat.c gambas/trunk/main/lib/image/image_stat.c gambas/trunk/main/lib/image/image_stat.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |