[Gambas-devel-svn] SF.net SVN: gambas: [437] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-07-11 14:02:53
|
Revision: 437 http://svn.sourceforge.net/gambas/?rev=437&view=rev Author: gambas Date: 2007-07-11 07:02:56 -0700 (Wed, 11 Jul 2007) Log Message: ----------- [GB.FORM.MDI] * NEW: The MDI tabstrip got a menu that allows to select the current MDI tab. [GB.FORM.DIALOG] * NEW: This reimplementation of the Dialog class was removed from the gb.form component and put in this new component. This way, you can use the gb.form component and keep the default standard dialogs. [GB.QT] * NEW: The TextEdit.Line property has been removed. [GB.GTK] * BUG: The gPicture class should be correctly used everywhere now. * NEW: The Window Activate and Deactivate events have been implemented, and works almost the same way as in gb.qt. * NEW: TextArea now works like in gb.qt. * NEW: TextEdit has been implemented. It is not really useful at the moment: HTML is not understood, and formatting properties have not been implemented. * BUG: ComboBox has been fixed. gComboBox now inherits gTextBox. * BUG: Many fixes in GridView. Row selection now works almost as in gb.qt. * OPT: Some optimizations in GridView drawing. * NEW: Font.Height() argument is optional now. * BUG: Destroying the same menu twice is now impossible. * NEW: TextBox and TextArea selection interface is now the same as in gb.qt. * BUG: The Image.Depth property is now read-only. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/FAbout.class 2.0/trunk/app/src/gambas-database-manager/FAbout.form 2.0/trunk/app/src/gambas-database-manager/FData.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FAbout.form 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/comp/src/gb.form.mdi/.info 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form 2.0/trunk/comp/src/gb.form.mdi/Workspace.class 2.0/trunk/comp/src/order 2.0/trunk/gb.gtk/src/CButton.cpp 2.0/trunk/gb.gtk/src/CButton.h 2.0/trunk/gb.gtk/src/CDrawingArea.cpp 2.0/trunk/gb.gtk/src/CDrawingArea.h 2.0/trunk/gb.gtk/src/CFont.cpp 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CMenu.cpp 2.0/trunk/gb.gtk/src/CMenu.h 2.0/trunk/gb.gtk/src/CPicture.cpp 2.0/trunk/gb.gtk/src/CScreen.cpp 2.0/trunk/gb.gtk/src/CTabStrip.cpp 2.0/trunk/gb.gtk/src/CTextArea.cpp 2.0/trunk/gb.gtk/src/CTextArea.h 2.0/trunk/gb.gtk/src/CTextBox.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/CWindow.h 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gapplication.h 2.0/trunk/gb.gtk/src/gb.gtk.component 2.0/trunk/gb.gtk/src/gcombobox.cpp 2.0/trunk/gb.gtk/src/gcombobox.h 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/ggridview.cpp 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/gpicture.cpp 2.0/trunk/gb.gtk/src/gshare.h 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.gtk/src/gtextarea.h 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtextbox.h 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.gtk/src/tablerender.h 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CTextArea.cpp 2.0/trunk/gb.qt/src/CTextBox.cpp 2.0/trunk/gb.qt/src/CWindow.h 2.0/trunk/gb.qt/src/share/CDrawingArea_desc.h Added Paths: ----------- 2.0/trunk/comp/src/gb.form.dialog/ 2.0/trunk/comp/src/gb.form.dialog/.directory 2.0/trunk/comp/src/gb.form.dialog/.icon.png 2.0/trunk/comp/src/gb.form.dialog/.project 2.0/trunk/comp/src/gb.form.dialog/Dialog.class 2.0/trunk/comp/src/gb.form.dialog/FDirDialog.class 2.0/trunk/comp/src/gb.form.dialog/FDirDialog.form 2.0/trunk/comp/src/gb.form.dialog/FFileDialog.class 2.0/trunk/comp/src/gb.form.dialog/FFileDialog.form 2.0/trunk/comp/src/gb.form.dialog/Main.module Removed Paths: ------------- 2.0/trunk/comp/src/gb.form/Dialog.class 2.0/trunk/comp/src/gb.form/FDirDialog.class 2.0/trunk/comp/src/gb.form/FDirDialog.form 2.0/trunk/comp/src/gb.form/FFileDialog.class 2.0/trunk/comp/src/gb.form/FFileDialog.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |