[Gambas-devel-svn] SF.net SVN: gambas:[6477] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-09-15 03:28:52
|
Revision: 6477 http://sourceforge.net/p/gambas/code/6477 Author: gambas Date: 2014-09-15 03:28:41 +0000 (Mon, 15 Sep 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Support for the new Menu.Radio property. [GB.DB] * BUG: Add an explicit warning message when a connection password must be retrieved and the 'gb.desktop' component is not loaded. [GB.GTK] * NEW: Menu has a new Radio property that defines if a menu item must act as a radio button. All successive menu items having the Radio property set are mutually exclusive. * BUG: Fix how menu items are drawn. [GB.GTK3] * NEW: Menu has a new Radio property that defines if a menu item must act as a radio button. All successive menu items having the Radio property set are mutually exclusive. * BUG: Fix how menu items are drawn. [GB.QT4] * NEW: Menu has a new Radio property that defines if a menu item must act as a radio button. All successive menu items having the Radio property set are mutually exclusive. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Editor/Form/CMenu.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FMenu.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FMenu.form gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/gb.gtk/src/CMenu.cpp gambas/trunk/gb.gtk/src/gmenu.cpp gambas/trunk/gb.gtk/src/gmenu.h gambas/trunk/gb.qt4/share/gb.form.properties.h gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CMenu.h gambas/trunk/main/lib/db/gb.db/.settings gambas/trunk/main/lib/db/gb.db/.src/Connections.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |