[Gambas-devel-svn] SF.net SVN: gambas: [434] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-07-03 08:31:20
|
Revision: 434 http://svn.sourceforge.net/gambas/?rev=434&view=rev Author: gambas Date: 2007-07-03 01:31:22 -0700 (Tue, 03 Jul 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Changing the project components now correctly refreshes the property sheet. * BUG: No spurious property line in the property sheet anymore. * BUG: The spinbox font is correctly refreshed in the property sheet now. [GB.QT] * NEW: GridView.AutoResize and ColumnView.AutoResize have been removed. They are always TRUE by default. * NEW: GridView.Data.Padding is a new property for defining the space around the cell contents. [GB.GTK] * NEW: An activated tree view item is now automatically expanded or collapsed. * NEW: Windows.Controls has been implemented. * BUG: gDesktop::rightToLeft() now returns true if the current language is right-to-left written, and not the contrary! * NEW: ColumnView columns properties have been implemented, the sorting properties excepted. * NEW: GridView.Data properties have been implemented. * NEW: GridView.Data.Padding has replaced the XPad and YPad properties. * BUG: GridView.Header now behaves like its gb.qt equivalent. * BUG: Many fixes in the GridView column resizing algorithm. * BUG: GridView scrollbars are correctly updated now. * BUG: Inserting a new control inside a TabStrip works correctly again. * BUG: Button.Font now works correctly. * NEW: Referencing a gPicture object now automatically references the Gambas Picture object it is attached to. This system will be used by the gFont class too. * NEW: The TextBox password char is now a big dot Unicode character. * BUG: The arrangement algorithm now uses the container contents, and not the full container dimensions. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/FData.form 2.0/trunk/app/src/gambas-database-manager/FTable.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/pt.po 2.0/trunk/app/src/gambas2/FAbout.form 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugInfo.form 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FFindList.form 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FProjectEnv.form 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/FSelectIcon.form 2.0/trunk/app/src/gambas2/FTranslate.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/template/_project 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.db.form/DataView.class 2.0/trunk/comp/src/gb.db.form/FMain.form 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FDirChooser.form 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FileView.class 2.0/trunk/examples/examples/Control/HighlightEditor/.project 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CGridView.h 2.0/trunk/gb.gtk/src/CPicture.cpp 2.0/trunk/gb.gtk/src/CTabStrip.h 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CWidget.h 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/CWindow.h 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gbutton.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/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gmainwindow.h 2.0/trunk/gb.gtk/src/gpicture.cpp 2.0/trunk/gb.gtk/src/gpicture.h 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gscrollview.h 2.0/trunk/gb.gtk/src/gshare.h 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtabstrip.h 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.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.h 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.net.smtp/src/CSmtpClient.c 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CWidget.h 2.0/trunk/gb.qt/src/gb.qt/.project 2.0/trunk/gb.qt/src/gb.qt/Qt.module 2.0/trunk/gb.qt/src/share/CTabStrip_desc.h 2.0/trunk/main/share/gambas.h Added Paths: ----------- 2.0/trunk/app/src/gambas2/.lang/ru.mo 2.0/trunk/app/src/gambas2/.lang/ru.po 2.0/trunk/gb.gtk/src/ggambastag.h 2.0/trunk/gb.gtk/src/gtag.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |