[Gambas-devel-svn] SF.net SVN: gambas:[1613] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-09-27 16:29:34
|
Revision: 1613 http://gambas.svn.sourceforge.net/gambas/?rev=1613&view=rev Author: gambas Date: 2008-09-27 16:29:30 +0000 (Sat, 27 Sep 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The option dialog has been resized. [GB.QT] * BUG: The window events management was redesigned, mainly by copying the behaviour of gb.gtk. The Open event is now raised before the window is shown. * BUG: Setting the Minimized, Maximized and FullScreen Window properties during the Open event now works as expected. * BUG: The initial Move and Resize events of a window are not raised immediately after the Open event, but delayed. Otherwise sometimes some widgets are not correctly layouted. * BUG: The Container.Children property does not return invalid controls anymore. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FMakeInstall.form gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FToolBox.class gambas/trunk/app/src/gbs3/.settings gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.qt/src/CContainer.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/CWidget.h gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/CWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |