[Gambas-devel-svn] SF.net SVN: gambas: [440] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-07-13 17:48:21
|
Revision: 440 http://svn.sourceforge.net/gambas/?rev=440&view=rev Author: gambas Date: 2007-07-13 10:48:19 -0700 (Fri, 13 Jul 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Ensure that every node is expanded in the form hierarchy window. [GB.QT] * NEW: UserControl has a new _AutoResize hidden property. * BUG: TabStrip[].Picture returns the correct tab picture now. [GB.GTK] * BUG: GridView.EnsureVisible has been fixed. * NEW: Writing to Control.Previous and Control.Next has been implemented. * BUG: Control.Visible now behaves the same way as in gb.qt. It means that gControl::isVisible() returns if a control is not explicitely hidden. * BUG: GridView selection behaviour has been fixed. * OPT: The GridView repaint routine now draws only the cells that need to be redrawn. * BUG: ClientWidth and ClientHeight properties now force the container to update its layout, so that the return values are correct. * BUG: Window does not raise Move or Resize events anymore before the Open event has been raised. * BUG: The background of void GridView cells is drawn correctly now. * NEW: UserControl has a new _AutoResize hidden property. * NEW: GridView.Rows.Unselect has been implemented. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/FData.class 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/FAbout.form 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FProperty.form 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/comp/src/gb.db.form/DataCombo.class 2.0/trunk/comp/src/gb.db.form/DataView.class 2.0/trunk/comp/src/gb.db.form/FBrowser.form 2.0/trunk/examples/examples/Database/Database/.project 2.0/trunk/gb.gtk/src/CContainer.cpp 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 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/gframe.cpp 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gscrollview.h 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.gtk/src/tablerender.h 2.0/trunk/gb.qt/share/gb.form.arrangement.h 2.0/trunk/gb.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/CTabStrip.cpp 2.0/trunk/gb.qt/src/share/CContainer_desc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |