[Gambas-devel-svn] SF.net SVN: gambas: [407] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-06-03 00:30:50
|
Revision: 407 http://svn.sourceforge.net/gambas/?rev=407&view=rev Author: gambas Date: 2007-06-02 17:30:51 -0700 (Sat, 02 Jun 2007) Log Message: ----------- * Forgot to add gb.form.font.h. Now GUI components shoud compile correctly. [DEVELOPMENT ENVIRONMENT] * BUG: The console window remains opened after a debugging session if it was opened before. [GB.DEBUG] * NEW: The standard output of a debugged process is now flushed at each end of line. [GB.QT] * NEW: ScrollView.Border is now a boolean property. [GB.GTK] * NEW: Control internals has been redesigned, so that the Border property works the same way as in gb.qt. Not all controls have been redesigned yet. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FOutput.class 2.0/trunk/examples/examples/Basic/Blights/win1.form 2.0/trunk/gb.gtk/src/CContainer.h 2.0/trunk/gb.gtk/src/CFrame.cpp 2.0/trunk/gb.gtk/src/CFrame.h 2.0/trunk/gb.gtk/src/CPictureBox.h 2.0/trunk/gb.gtk/src/CScrollView.cpp 2.0/trunk/gb.gtk/src/CScrollView.h 2.0/trunk/gb.gtk/src/CWidget.h 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gframe.cpp 2.0/trunk/gb.gtk/src/gframe.h 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/gmoviebox.h 2.0/trunk/gb.gtk/src/gpicturebox.cpp 2.0/trunk/gb.gtk/src/gpicturebox.h 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gscrollview.h 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CContainer.h 2.0/trunk/gb.qt/src/CPictureBox.cpp 2.0/trunk/gb.qt/src/CScrollView.cpp 2.0/trunk/main/lib/debug/debug.c Added Paths: ----------- 2.0/trunk/gb.qt/share/gb.form.font.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |