[Gambas-devel-svn] SF.net SVN: gambas: [553] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-09-04 15:30:34
|
Revision: 553 http://gambas.svn.sourceforge.net/gambas/?rev=553&view=rev Author: gambas Date: 2007-09-04 08:30:36 -0700 (Tue, 04 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The project environment dialog has been moved inside the project property dialog. * BUG: The project tree view popup menu does not show unwanted actions anymore. * NEW: The status message line is automatically cleared after one second. [GB.DB] * NEW: Drivers now can explain their behaviour against case sensitivity, and if this behaviour can be changed. [GB.QT] * NEW: Arrangement routine has been fixed and enhanced. The AutoResize property of vertical and horizontal arrangement is more clever now. * NEW: Window.AutoResize comes back, and should work now. [GB.GTK] * NEW: Arrangement routine has been fixed and enhanced as in gb.qt. * NEW: Window.AutoResize has been implemented. [GB.FORM] * NEW: DirChooser.ShowSplitter is a new boolean property that enables the button that shows the files. [GB.FORM.MDI] * NEW: ToolBar.AutoResize is a new boolean property, set by default. When not set, the toolbar always displays its children on one line. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FFind.class 2.0/trunk/app/src/gambas2/FFind.form 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FForm.form 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FOpenProject.form 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/img/control/textlabel.png 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/DirChooser.class 2.0/trunk/comp/src/gb.form/DirView.class 2.0/trunk/comp/src/gb.form/FDirChooser.class 2.0/trunk/comp/src/gb.form/FDirChooser.form 2.0/trunk/comp/src/gb.form/FMain.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FileChooser.class 2.0/trunk/comp/src/gb.form/FileView.class 2.0/trunk/comp/src/gb.form.mdi/.info 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FMain.form 2.0/trunk/comp/src/gb.form.mdi/FToolBar.class 2.0/trunk/comp/src/gb.form.mdi/FToolBar.form 2.0/trunk/comp/src/gb.form.mdi/ToolBar.class 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.class 2.0/trunk/examples/examples/Games/GameOfLife/CGameField.class 2.0/trunk/gb.db.firebird/src/main.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/gsignals.cpp 2.0/trunk/gb.qt/share/gb.form.arrangement.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CContainer.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/main/lib/db/CConnection.c 2.0/trunk/main/lib/db/gb.db.h 2.0/trunk/main/lib/draw/CDraw.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |