[Gambas-devel-svn] SF.net SVN: gambas: [435] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-07-09 10:50:54
|
Revision: 435 http://svn.sourceforge.net/gambas/?rev=435&view=rev Author: gambas Date: 2007-07-09 03:50:54 -0700 (Mon, 09 Jul 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The default open project dialog size is smaller. * BUG: Tabulation characters in string properties are correctly parsed by the form editor now. [GB.GTK] * NEW: TreeView MouseDown and Menu events now behave like in gb.qt. * BUG: Key class has been fixed. But input contexts are not managed yet. * BUG: Fixes in the gSplitter class. * NEW: ComboBox now behaves correctly. The selection properties are not implemented yet. * NEW: GridView control is almost complete. * NEW: Some controls can have a minimum height. At the moment, only ComboBox and Button-like controls have it. * BUG: TextArea and ComboBox now raise correctly key events. * BUG: TabStrip and other possible multi-containers will work correctly now. * BUG: TabStrip Background and Foreground properties are correctly handled now. * NEW: TextLabel.AutoResize has been implemented. * BUG: TextBox Change event now behaves like the gb.qt one. * BUG: Some fixes in the management of embedded Window controls. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/CConnection.class 2.0/trunk/app/src/gambas-database-manager/CTableViewEditor.class 2.0/trunk/app/src/gambas-database-manager/FPassword.form 2.0/trunk/app/src/gambas-database-manager/FTable.class 2.0/trunk/app/src/gambas-database-manager/FTable.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FOpenProject.form 2.0/trunk/comp/src/gb.form.mdi/FMain.class 2.0/trunk/comp/src/gb.form.mdi/FMain.form 2.0/trunk/comp/src/gb.form.mdi/FTest.class 2.0/trunk/comp/src/gb.form.mdi/FTest.form 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CGridView.h 2.0/trunk/gb.gtk/src/CLabel.cpp 2.0/trunk/gb.gtk/src/CTextBox.cpp 2.0/trunk/gb.gtk/src/CTextBox.h 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gbutton.h 2.0/trunk/gb.gtk/src/gcombobox.cpp 2.0/trunk/gb.gtk/src/gcombobox.h 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gdrawingarea.cpp 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/gkey.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gmainwindow.h 2.0/trunk/gb.gtk/src/gmenu.cpp 2.0/trunk/gb.gtk/src/gscrollbar.h 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gslider.cpp 2.0/trunk/gb.gtk/src/gslider.h 2.0/trunk/gb.gtk/src/gsplitter.cpp 2.0/trunk/gb.gtk/src/gsplitter.h 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtabstrip.h 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/gtreeview.cpp 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.gtk/src/tablerender.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CTextBox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |