[Gambas-devel-svn] SF.net SVN: gambas: [125] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2006-10-29 14:20:17
|
Revision: 125 http://svn.sourceforge.net/gambas/?rev=125&view=rev Author: gambas Date: 2006-10-29 06:19:38 -0800 (Sun, 29 Oct 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The 'make executable' dialog saves its settings in the right place now. * BUG: Some rtl fixes in the welcome dialog. * NEW: Adds a Splitter in the open project dialog. [WIKI CGI SCRIPT] * BUG: Some fixes in rtl written languages support. [INTERPRETER] * NEW: The LINK parameters have been swapped to be consistent with COPY and MOVE. This will break old code! [GB.QT COMPONENT] * BUG: Default column alignment has been fixed in ColumnView. * NEW: ColumnView.Settings is a new string property that allows to get and set the ColumnView layout in one shot. * NEW: HSplit and VSplit Layout property has been renamed as Settings. * BUG: Visible container controls with an hidden effective internal container widget are now arranged. [GB.FORM COMPONENT] * BUG: Hidden SidePanel now hides its container. It does not disable it anymore. [GB.SETTINGS COMPONENT] * NEW: Support for Integer array values. * NEW: Window geometry is saved under a 'Geometry' key, and not a 'Coord' key anymore. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/Main.module 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CCoolButton.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FMakeExecutable.class 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FOpenProject.form 2.0/trunk/app/src/gambas2/FProjectItem.form 2.0/trunk/comp/src/gb.form/FSidePanel.class 2.0/trunk/comp/src/gb.settings/.lang/.pot 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/comp/src/gb.settings/Main.module 2.0/trunk/comp/src/gb.settings/Settings.class 2.0/trunk/gb.qt/gb.form.arrangement.h 2.0/trunk/gb.qt/src/CSplitter.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CTreeView.h 2.0/trunk/gb.qt/src/gb.qt/.info 2.0/trunk/gb.qt/src/gb.qt/.list 2.0/trunk/gb.qt/src/gb.qt/.project 2.0/trunk/gb.qt/src/gb.qt/FMain.class 2.0/trunk/gb.qt/src/gb.qt/FMain.form 2.0/trunk/main/gbx/gbx_c_array.c 2.0/trunk/main/gbx/gbx_subr_file.c 2.0/trunk/main/gbx/gbx_value.c Added Paths: ----------- 2.0/trunk/gb.qt/src/gb.qt/Qt.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |