[Gambas-devel-svn] SF.net SVN: gambas: [174] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2006-12-25 22:46:29
|
Revision: 174 http://svn.sourceforge.net/gambas/?rev=174&view=rev Author: gambas Date: 2006-12-25 14:46:29 -0800 (Mon, 25 Dec 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The first column of the property grid is written in bold now. [INTERPRETER] * NEW: Objects can intercept the events they raised, by using an event handler named 'ME_EventName'. If the event is stopped, the event handler of the normal event observer is not called. [GB.QT COMPONENT] * NEW: Control.Ignore is a new property that tells the arrangement algorithm to ignore the control. * NEW: GridView cells can have a specific Font property now. [GB.GTK COMPONENT] * NEW: Control.Ignore is a new property that tells the arrangement algorithm to ignore the control. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FProjectEnv.form 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.qt/gb.form.arrangement.h 2.0/trunk/gb.qt/src/CContainer.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWidget.h 2.0/trunk/gb.qt/src/share/CControl_desc.h 2.0/trunk/main/gbx/Makefile.am 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_event.c 2.0/trunk/main/gbx/gbx_event.h 2.0/trunk/main/gbx/gbx_exec.c 2.0/trunk/main/gbx/gbx_exec.h 2.0/trunk/main/gbx/gbx_exec_loop.c 2.0/trunk/main/gbx/gbx_object.c 2.0/trunk/main/gbx/gbx_object.h Added Paths: ----------- 2.0/trunk/comp/src/gb.form/TableView.class 2.0/trunk/comp/src/gb.form/TableView2.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |