[Gambas-devel-svn] SF.net SVN: gambas: [848] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-11-29 10:15:19
|
Revision: 848 http://gambas.svn.sourceforge.net/gambas/?rev=848&view=rev Author: gambas Date: 2007-11-29 02:15:21 -0800 (Thu, 29 Nov 2007) Log Message: ----------- [GB.GTK] * BUG: ComboBox.List and ListBox.List properties were fixed and won't crash anymore. * BUG: ComboBox.Text property was fixed. * NEW: ComboBox now behaves the same way as in gb.qt. * BUG: Fixed the GridView behaviour when clicking on it and moving the cursor. It behaves like in gb.qt now. * BUG: The arrangement algorithm now should behave the same way as in gb.qt for containers whose AutoResize property is set. Other bugs may have been fixed consequently. [GB.DB.FORM] * BUG: A read-only DataCombo whose All property is set won't have a void item. The "all" item will be used instead. * BUG: The DataView selection should not disappear in some cases anymore. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas-database-manager/FAbout.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FGotoLine.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.db.form/.icon.png 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/comp/src/gb.db.form/.project 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/FMain.class 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/HTML.module 2.0/trunk/examples/examples/Database/Database/.project 2.0/trunk/gb.gtk/src/CListBox.cpp 2.0/trunk/gb.gtk/src/CTextBox.cpp 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/ggridview.cpp 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtextbox.h 2.0/trunk/gb.qt/share/gb.form.arrangement.h 2.0/trunk/gb.qt/src/CTextArea.cpp 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. |