[Gambas-devel-svn] SF.net SVN: gambas: [853] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-12-03 17:12:47
|
Revision: 853 http://gambas.svn.sourceforge.net/gambas/?rev=853&view=rev Author: gambas Date: 2007-12-03 09:12:47 -0800 (Mon, 03 Dec 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Make option dialog and project property dialog kind with rtl languages. [INTERPRETER] * BUG: STOP EVENT now works correctly inside global event handlers like Application_Keypress. * NEW: Observer objects can now catch events after they have been processed. An optional parameter in the constructor specifies if you need this behaviour. * NEW: If the GB_REVERSE environment variable is set, then the program will invert the language layout. [GB.DB] * BUG: All special collections of this component now should be correctly managed and not crash the interpreter anymore: Connection.Databases, Table.Fields, Table.Indexes, Result.Fields... [GB.GTK] * NEW: Composition input methods are now taken into account in the KeyPress event. * BUG: TabStrip.Current works correctly now. [GB.FORM] * NEW: ListContainer.EnsureVisible is a new method that ensures that the selected item is visible. [GB.FORM.MDI] * BUG: Closing MDI child windows now should be definitely reliable, thanks to Observers now being able to catch events after they have been processed. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FFontChooser.class 2.0/trunk/comp/src/gb.form/FFontChooser.form 2.0/trunk/comp/src/gb.form/ListContainer.class 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CTabStrip.cpp 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gapplication.h 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/gdesktop.h 2.0/trunk/gb.gtk/src/gkey.h 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_c_gambas.c 2.0/trunk/main/gbx/gbx_c_gambas.h 2.0/trunk/main/gbx/gbx_c_subcollection.c 2.0/trunk/main/gbx/gbx_exec_loop.c 2.0/trunk/main/gbx/gbx_local.c 2.0/trunk/main/lib/db/CResult.c 2.0/trunk/main/lib/db/CTable.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |