[Gambas-devel-svn] SF.net SVN: gambas: [418] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-06-09 01:10:05
|
Revision: 418 http://svn.sourceforge.net/gambas/?rev=418&view=rev Author: gambas Date: 2007-06-08 18:10:07 -0700 (Fri, 08 Jun 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Component constraints checking in the project property dialog is more reliable. But maybe less practical. [GB.DB.SQLITE2] * BUG: Forgot a memory leak fix. [GB.QT] * NEW: SpinBox Prefix and Suffix properties have been removed. They don't exist in GTK+, and they are not really useful. [GB.GTK] * NEW: gListView, gColumnView and gTreeView have been merged. They are not fully functional yet. * BUG: SpinBox MinValue and MaxValue properties work correctly now. * BUG: Fixed some properties declarations. [GB.FORM] * NEW: This component requires any GUI component now, not just gb.qt. [GB.XML.RPC] * BUG: This component requires gb.xml now. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FBalloon.class 2.0/trunk/examples/examples/Control/TreeView/.icon.png 2.0/trunk/examples/examples/Database/Database/.icon.png 2.0/trunk/examples/examples/Database/Database/.project 2.0/trunk/examples/examples/Database/Database/FMain.form 2.0/trunk/examples/examples/Database/Database/FRequest.class 2.0/trunk/examples/examples/Database/Database/FRequest.form 2.0/trunk/examples/examples/Database/PictureDatabase/.project 2.0/trunk/gb.db.sqlite2/src/main.cpp 2.0/trunk/gb.gtk/src/CButton.h 2.0/trunk/gb.gtk/src/CContainer.cpp 2.0/trunk/gb.gtk/src/CFrame.cpp 2.0/trunk/gb.gtk/src/CSpinBox.cpp 2.0/trunk/gb.gtk/src/CSpinBox.h 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CTreeView.h 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/gcontainer.h 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gspinbox.cpp 2.0/trunk/gb.gtk/src/gspinbox.h 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/main.cpp 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CRadioButton.h 2.0/trunk/gb.qt/src/CSpinBox.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/share/CButton_desc.h 2.0/trunk/gb.qt/src/share/CCheckBox_desc.h 2.0/trunk/gb.xml/src/rpc/gb.xml.rpc/.project 2.0/trunk/gb.xml/src/rpc/gb.xml.rpc.component Added Paths: ----------- 2.0/trunk/examples/examples/Control/TreeView/treeview.png Removed Paths: ------------- 2.0/trunk/examples/examples/Control/TreeView/treeview.png 2.0/trunk/gb.gtk/src/CColumnView.cpp 2.0/trunk/gb.gtk/src/CColumnView.h 2.0/trunk/gb.gtk/src/CListView.cpp 2.0/trunk/gb.gtk/src/CListView.h 2.0/trunk/gb.gtk/src/gcolumnview.cpp 2.0/trunk/gb.gtk/src/gcolumnview.h 2.0/trunk/gb.gtk/src/glistview.cpp 2.0/trunk/gb.gtk/src/glistview.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |