[Gambas-devel-svn] SF.net SVN: gambas: [443] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-07-14 20:51:11
|
Revision: 443 http://svn.sourceforge.net/gambas/?rev=443&view=rev Author: gambas Date: 2007-07-14 13:51:04 -0700 (Sat, 14 Jul 2007) Log Message: ----------- [CONFIGURATION] * BUG: Now components that depends on X11 are always linked against the X11 libraries, and should be disabled correctly if X11 is not installed. [INTERPRETER] * NEW: A new component GB_INFO exported function that implements global component properties. This function receives the name of the property, and must return its value if it can. * NEW: A new API function that allows a component to ask for the value of a property. All loaded components are asked, until one returns the value. [GB.QT] * NEW: Desktop.Find() has been moved to the gb.desktop component. [GB.GTK] * BUG: Tries to connect the default control signals correctly. * BUG: SpinBox.MinValue and SpinBox.MaxValue work correctly now. * NEW: SpinBox.SelectAll() has been implemented. * BUG: Busy cursor works correctly now on SpinBox and TextArea controls. [GB.DESKTOP] * NEW: Desktop.Find() method was moved in this component. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/examples/examples/Control/Embedder/.project 2.0/trunk/examples/examples/Database/Database/FMain.form 2.0/trunk/gb.desktop/Makefile.am 2.0/trunk/gb.desktop/configure.ac 2.0/trunk/gb.desktop/src/Makefile.am 2.0/trunk/gb.desktop/src/gb.desktop/.info 2.0/trunk/gb.desktop/src/gb.desktop/.project 2.0/trunk/gb.desktop/src/gb.desktop/Desktop.class 2.0/trunk/gb.desktop/src/main.c 2.0/trunk/gb.gtk/src/CSpinBox.cpp 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gspinbox.cpp 2.0/trunk/gb.gtk/src/gspinbox.h 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.qt/src/CColor.cpp 2.0/trunk/gb.qt/src/CScreen.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_component.c 2.0/trunk/main/gbx/gbx_component.h 2.0/trunk/main/gbx/gbx_library.c 2.0/trunk/main/gbx/gbx_library.h 2.0/trunk/main/share/gambas.h 2.0/trunk/main/share/gb_component.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |