[Gambas-devel-svn] SF.net SVN: gambas: [857] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-12-04 14:37:42
|
Revision: 857 http://gambas.svn.sourceforge.net/gambas/?rev=857&view=rev Author: gambas Date: 2007-12-04 06:37:47 -0800 (Tue, 04 Dec 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Russian translation updated. [GB.GTK] * BUG: TextLabel and Label AutoResize property has now no effect anymore during a resize event, to prevent infinite recursion. * BUG: Resizing a control has no effect if the parent is a Splitter. * BUG: Control borders now are drawn correctly during a resize event! * NEW: Window resize events processing is delayed now, so that the arrangement routine is not fired at each resize event. * NEW: Menu separators have a -maximum- height now. [GB.QT] * BUG: TextLabel and Label AutoResize property has now no effect anymore during a resize event, to prevent infinite recursion. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/ru.mo 2.0/trunk/app/src/gambas2/.lang/ru.po 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/glabel.cpp 2.0/trunk/gb.gtk/src/glabel.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gmainwindow.h 2.0/trunk/gb.gtk/src/gmenu.cpp 2.0/trunk/gb.gtk/src/gsplitter.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.qt/src/CLabel.cpp 2.0/trunk/gb.qt/src/CLabel.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |