[Gambas-devel-svn] SF.net SVN: gambas: [639] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-09-18 16:43:18
|
Revision: 639 http://gambas.svn.sourceforge.net/gambas/?rev=639&view=rev Author: gambas Date: 2007-09-18 09:43:15 -0700 (Tue, 18 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Property sheet now always display only one line of the property value. [INTERPRETER] * BUG: The debugger now can evaluate expressions that executes project code without making the IDE raise its error message box. [GB.EVAL] * BUG: '!' operator works again. [GB.GTK] * NEW: Label.Adjust and TextLabel.Adjust were implemented. * BUG: Label.AutoResize and TextLabel.AutoResize properties were fixed. * BUG: GridView selection behaviour has been fixed. * OPT: GridView selection does not become slow anymore when a lot of rows are selected. * BUG: Pie slice border is drawn like in gb.qt now. [GB.FORM] * NEW: Do not display the "close other tabs" menu item when there is only one window in a Workspace. [GB.QT] * BUG: The GridView single selection should work correctly now. * BUG: Fix the stretching behaviour of the last column of a GridView. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/CComponentBox.class 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/comp/src/gb.chart/.project 2.0/trunk/comp/src/gb.db.form/.info 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/DataControl.class 2.0/trunk/comp/src/gb.db.form/DataSource.class 2.0/trunk/comp/src/gb.db.form/FMain.form 2.0/trunk/comp/src/gb.db.form/Main.module 2.0/trunk/comp/src/gb.form/ListContainer.class 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CFont.cpp 2.0/trunk/gb.gtk/src/CLabel.cpp 2.0/trunk/gb.gtk/src/CLabel.h 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.gtk/src/gdraw.h 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/glabel.cpp 2.0/trunk/gb.gtk/src/glabel.h 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/main/gbc/gbc_trans_tree.c 2.0/trunk/main/gbx/gbx_eval.c 2.0/trunk/main/lib/debug/debug.c 2.0/trunk/main/lib/eval/eval_trans_tree.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |