[Gambas-devel-svn] SF.net SVN: gambas: [1436] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-06-26 09:49:15
|
Revision: 1436 http://gambas.svn.sourceforge.net/gambas/?rev=1436&view=rev Author: gambas Date: 2008-06-26 02:49:06 -0700 (Thu, 26 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Little changes in the hall of fame animation. [INTERPRETER] * NEW: Do not warn against circular references when the program aborts because of an error. [COMPILER] * NEW: The error message displayed when you try to return a value in a procedure is more explicit now. [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 Application.Busy when forms are embedded. * BUG: ComboBox does not raise the Click event anymore when its Text property changes. * 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. * BUG: Desktop.Scale is now computed the same way as in gb.qt. [GB.QT] * BUG: SetFocus is correctly honored when used inside the Open event handler of an embedded form. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FAbout.class gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/Expander.class gambas/trunk/comp/src/gb.form/FMain.class gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/gcombobox.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gdesktop.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gsignals.cpp gambas/trunk/gb.qt/share/gb.form.font.h gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/main.cpp gambas/trunk/main/gbc/gbc_trans_ctrl.c gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |