[Gambas-devel-svn] SF.net SVN: gambas: [431] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-06-25 22:10:44
|
Revision: 431 http://svn.sourceforge.net/gambas/?rev=431&view=rev Author: gambas Date: 2007-06-25 15:10:47 -0700 (Mon, 25 Jun 2007) Log Message: ----------- [GB.GTK] * NEW: Item renaming was implemented in TreeView, ListView, ColumnView and IconView, with the Rename and Cancel events. * BUG: The Mouse.Arrow constant was fixed. [GB.QT] * NEW: IconView got a new Cancel event that cannot be implemented at the moment because of a missing feature in QT. * NEW: IconView.Editable was implemented. * NEW: IconView.GridHeight was removed, because this feature does not exist in GTK+. * NEW: IconView.WordWrap was removed, because of bugs in the GTK+ implementation of this feature. It is always set to TRUE now. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FSidePanel.form 2.0/trunk/comp/src/gb.form/FileView.class 2.0/trunk/examples/examples/Control/TreeView/TreeViewExample.class 2.0/trunk/examples/examples/Control/TreeView/TreeViewExample.form 2.0/trunk/examples/examples/Misc/Explorer/.project 2.0/trunk/examples/examples/Misc/Explorer/FExplorer.class 2.0/trunk/examples/examples/Misc/Explorer/FExplorer.form 2.0/trunk/gb.gtk/src/CIconView.cpp 2.0/trunk/gb.gtk/src/CMouse.cpp 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/giconview.cpp 2.0/trunk/gb.gtk/src/giconview.h 2.0/trunk/gb.gtk/src/gsignals.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.net.smtp/src/CSmtpClient.c 2.0/trunk/gb.net.smtp/src/libsmtp.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CIconView.cpp 2.0/trunk/gb.qt/src/CIconView.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |