[Gambas-devel-svn] SF.net SVN: gambas: [1433] gambas/branches/2.0
Brought to you by:
gambas
From: <ga...@us...> - 2008-06-26 00:01:05
|
Revision: 1433 http://gambas.svn.sourceforge.net/gambas/?rev=1433&view=rev Author: gambas Date: 2008-06-25 17:01:02 -0700 (Wed, 25 Jun 2008) Log Message: ----------- [INTERPRETER] * NEW: Do not warn against circular references when the program aborts because of an error. [GB.FORM.MDI] * BUG: When a MDI child window is activated, the focus is set on it unless one of its child control already has the focus. [GB.GTK] * BUG: Fix the management of Window Activate and Deactivate events. * BUG: Fix the management of GotFocus and LostFocus events. * BUG: SetFocus is correctly honored when used inside the Open event handler of an embedded form. [GB.QT] * BUG: SetFocus is correctly honored when used inside the Open event handler of an embedded form. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/app/src/gambas2-database-manager/img/32/gambas.png gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form/FMain.class gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/comp/src/gb.form.mdi/.project gambas/branches/2.0/comp/src/gb.form.mdi/FWorkspace.class gambas/branches/2.0/gb.gtk/src/gcontrol.cpp gambas/branches/2.0/gb.gtk/src/gmainwindow.cpp gambas/branches/2.0/gb.gtk/src/gsignals.cpp gambas/branches/2.0/gb.qt/src/CWidget.cpp gambas/branches/2.0/gb.qt/src/CWindow.cpp gambas/branches/2.0/main/gbx/gbx.c gambas/branches/2.0/main/gbx/gbx_class.c gambas/branches/2.0/main/gbx/gbx_class.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |