[Gambas-devel-svn] SF.net SVN: gambas: [425] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-06-17 19:44:39
|
Revision: 425 http://svn.sourceforge.net/gambas/?rev=425&view=rev Author: gambas Date: 2007-06-17 12:44:40 -0700 (Sun, 17 Jun 2007) Log Message: ----------- [GB.GTK] * NEW: Arrangement management was fixed. * BUG: Tried to handle TreeView Click event differently. * BUG: Mouse.ScreenX and Mouse.ScreenY can be used outside of a mouse event now. * BUG: TreeView Move* methods now handle errors correctly. * NEW: gListBox is now based on gTreeView. * NEW: ListBox Click event has been implemented. * NEW: Background and Foreground property management has been fixed. It should work about like in gb.qt now. * NEW: UserControl and UserContainer implementation have been fixed. * BUG: Font creation from string has been fixed. * NEW: Watcher now only handles Move, Resize, Show and Hide event. The other events were move to the Container and Window classes. Use the Observer class to replace the Watcher. * NEW: Window got the Title and Icon event from the Watcher class. * NEW: Container got the Insert event from the Watcher class. * NEW: ScrollView.ScrollWidth and ScrollView.ScrollHeight were implemented. * BUG: Control.ScreenX and Control.ScreenY were fixed. * BUG: Control.Parent now returns a Container, not a Control. * NEW: The Container.Find method has been implmented. * BUG: TextBox.Text now works correctly. * NEW: The TextBox.SelectAll method was added. * NEW: Container now raise the Arrange event. * NEW: IconView GridX and GridY properties have been replaced by GridWidth and GridHeight properties. [GB.QT] * NEW: Watcher now only handles Move, Resize, Show and Hide event. The other events were move to the Container and Window classes. Use the Observer class to replace the Watcher. * NEW: Window got the Title and Icon event from the Watcher class. * NEW: Container got the Insert event from the Watcher class. [GB.FORM] * NEW: The component was updated because of the changes in Watcher. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/FImport.class 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/comp/src/gb.form/.component 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/DirChooser.class 2.0/trunk/comp/src/gb.form/FDirChooser.class 2.0/trunk/comp/src/gb.form/FFontChooser.class 2.0/trunk/comp/src/gb.form/FFontChooser.form 2.0/trunk/comp/src/gb.form/FMain.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FileChooser.class 2.0/trunk/comp/src/gb.form/ListContainer.class 2.0/trunk/comp/src/gb.form.mdi/.component 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/CWindow.class 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/gb.gtk/src/CButton.cpp 2.0/trunk/gb.gtk/src/CContainer.cpp 2.0/trunk/gb.gtk/src/CContainer.h 2.0/trunk/gb.gtk/src/CFont.cpp 2.0/trunk/gb.gtk/src/CFrame.cpp 2.0/trunk/gb.gtk/src/CFrame.h 2.0/trunk/gb.gtk/src/CIconView.cpp 2.0/trunk/gb.gtk/src/CListBox.cpp 2.0/trunk/gb.gtk/src/CMouse.cpp 2.0/trunk/gb.gtk/src/CScrollView.cpp 2.0/trunk/gb.gtk/src/CTextBox.cpp 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CWatcher.cpp 2.0/trunk/gb.gtk/src/CWatcher.h 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/CWidget.h 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/gcombobox.cpp 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/gcontainer.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/gfont.cpp 2.0/trunk/gb.gtk/src/gfont.h 2.0/trunk/gb.gtk/src/gframe.h 2.0/trunk/gb.gtk/src/glistbox.cpp 2.0/trunk/gb.gtk/src/glistbox.h 2.0/trunk/gb.gtk/src/gmenu.cpp 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.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/gtools.cpp 2.0/trunk/gb.gtk/src/gtree.cpp 2.0/trunk/gb.gtk/src/gtree.h 2.0/trunk/gb.gtk/src/gtreeview.cpp 2.0/trunk/gb.gtk/src/gtreeview.h 2.0/trunk/gb.gtk/src/widgets_private.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CContainer.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CWatcher.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/share/CContainer_desc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |