[Gambas-devel-svn] SF.net SVN: gambas:[6308] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-06-10 02:16:52
|
Revision: 6308 http://sourceforge.net/p/gambas/code/6308 Author: gambas Date: 2014-06-10 02:16:47 +0000 (Tue, 10 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: A left mouse click with the CONTROL key jumps to the definition of a symbol, like the F2 key. * NEW: The shortcuts help window now remembers its geometry. * BUG: Subversion: Fix automatic conflict resolving of configuration files. [GB.GTK] * NEW: Window.Transparent is a new property that makes the window background transparent (i.e. it uses a RGBA visual). [GB.GTK3] * NEW: Window.Transparent is a new property that makes the window background transparent (i.e. it uses a RGBA visual). [GB.QT4] * NEW: Window.Transparent is a new property that makes the window background transparent (i.e. it uses a RGBA visual). Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CPropertyInfo.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Help/FHelpShortcut.class gambas/trunk/app/src/gambas3/.src/Help/FHelpShortcut.form gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/app/src/gambas3/.src/Subversion/VersionControl.module gambas/trunk/app/src/gambas3/support.txt gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h gambas/trunk/gb.gtk/src/gtools.cpp gambas/trunk/gb.qt4/share/gb.form.properties.h gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CContainer.h gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |