[Gambas-devel-svn] SF.net SVN: gambas: [511] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-08-19 21:41:24
|
Revision: 511 http://gambas.svn.sourceforge.net/gambas/?rev=511&view=rev Author: gambas Date: 2007-08-19 14:41:25 -0700 (Sun, 19 Aug 2007) Log Message: ----------- [CONFIGURATION] * BUG: The informer is run again just before compiling the components located in the ./comp sub-directory, so that components like gb.gui, whose *.info files relies on other components, are correctly installed. This workaround does not solve all dependencies possibilities. [DEVELOPMENT ENVIRONMENT] * NEW: The project environment dialog was simplified. * NEW: The project environment variables are taken into account now. [INTERPRETER] * NEW: Calling EXEC with a null program name won't crash anymore. [GB.GTK] * BUG: ScrollView.ScrollW and ScrollView.ScrollH now return the correct value. [GB.GUI] * NEW: If the GB_GUI environment variable is set, then gb.gui will load the component specified by its contents. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FProjectEnv.class 2.0/trunk/app/src/gambas2/FProjectEnv.form 2.0/trunk/comp/Makefile.am 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FDirChooser.form 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/ListContainer.class 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gscrollview.h 2.0/trunk/main/gbx/gbx_subr_misc.c 2.0/trunk/main/lib/gui/main.c Added Paths: ----------- 2.0/trunk/app/src/gambas2/img/16/component.png Removed Paths: ------------- 2.0/trunk/app/src/gambas2/img/16/translate.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |