[Gambas-devel-svn] SF.net SVN: gambas: [427] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-06-21 00:28:17
|
Revision: 427 http://svn.sourceforge.net/gambas/?rev=427&view=rev Author: gambas Date: 2007-06-20 17:28:19 -0700 (Wed, 20 Jun 2007) Log Message: ----------- [GB.QT] * NEW: Deleting a TreeView, ListView or ColumnView item now always makes the internal cursor unavailable. [GB.FORM] * NEW: The DateChooser control now uses a disabled color computed from the default foreground color. [GB.GTK] * NEW: Work in progress in TreeView, ListView and ColumnView controls. * NEW: The expanded state of each node is now kept, like in gb.qt. * NEW: The background and foreground color management has been redesigned. Control.Foreground and Control.Background now understand Color.Default. * NEW: The HSplit and VSplit controls have been fixed. * BUG: Window.Close() argument is now taken into account. * NEW: GridView.MoveTo() and GridView.Column[].Text have been implemented. * NEW: Draw.Width, Draw.Height and Draw.Device have been implemented. * NEW: Draw.Foreground and Draw.Background understand Color.Default. * BUG: ScrollView.EnsureVisible() now works like in gb.qt. * NEW: Control.Lower() and Control.Raise() have been simplified. But they do not work correctly for sure! * BUG: Dialog.Color returns the right value now. * BUG: Font.ToString() has been fixed. * BUG: Picture.Fill() and Image.Fill() have been fixed. * BUG: Control.Reparent() declaration has been fixed. * BUG: A memory leak has been fixed in TreeView, ListView and ColumnView controls. * BUG: Drawing on a Picture object now works correctly. * BUG: The Window class now raises the Open event correctly. * BUG: Menu class should display its elements correctly now. * NEW: IconView GridX and GridY properties have been renamed to GridWidth and GridHeight, and now are a multiple of Desktop.Scale. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/FMain.class 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/ColorButton.class 2.0/trunk/comp/src/gb.form/DirView.class 2.0/trunk/comp/src/gb.form/FCalendar.class 2.0/trunk/comp/src/gb.form/FCalendar.form 2.0/trunk/comp/src/gb.form/FColorChooser.form 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/FMain.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/ListContainer.class 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FMain.form 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.class 2.0/trunk/gb.gtk/src/CColor.cpp 2.0/trunk/gb.gtk/src/CDraw.cpp 2.0/trunk/gb.gtk/src/CFont.cpp 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CIconView.cpp 2.0/trunk/gb.gtk/src/CIconView.h 2.0/trunk/gb.gtk/src/CMenu.cpp 2.0/trunk/gb.gtk/src/CSplitter.cpp 2.0/trunk/gb.gtk/src/CTrayIcon.cpp 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CWatcher.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/Makefile.am 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gbutton.h 2.0/trunk/gb.gtk/src/gcombobox.cpp 2.0/trunk/gb.gtk/src/gcombobox.h 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/gdesktop.h 2.0/trunk/gb.gtk/src/gdialog.h 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.gtk/src/gdraw.h 2.0/trunk/gb.gtk/src/gdrawingarea.h 2.0/trunk/gb.gtk/src/gfont.cpp 2.0/trunk/gb.gtk/src/gframe.cpp 2.0/trunk/gb.gtk/src/gframe.h 2.0/trunk/gb.gtk/src/giconview.cpp 2.0/trunk/gb.gtk/src/giconview.h 2.0/trunk/gb.gtk/src/glabel.cpp 2.0/trunk/gb.gtk/src/glabel.h 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/gmenu.h 2.0/trunk/gb.gtk/src/gmessage.cpp 2.0/trunk/gb.gtk/src/gmoviebox.h 2.0/trunk/gb.gtk/src/gpicture.cpp 2.0/trunk/gb.gtk/src/gpicture.h 2.0/trunk/gb.gtk/src/gpicturebox.cpp 2.0/trunk/gb.gtk/src/gpicturebox.h 2.0/trunk/gb.gtk/src/gplugin.h 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gscrollview.h 2.0/trunk/gb.gtk/src/gseparator.cpp 2.0/trunk/gb.gtk/src/gseparator.h 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gslider.cpp 2.0/trunk/gb.gtk/src/gslider.h 2.0/trunk/gb.gtk/src/gspinbox.cpp 2.0/trunk/gb.gtk/src/gspinbox.h 2.0/trunk/gb.gtk/src/gsplitter.cpp 2.0/trunk/gb.gtk/src/gsplitter.h 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtabstrip.h 2.0/trunk/gb.gtk/src/gtextarea.cpp 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/gtrayicon.cpp 2.0/trunk/gb.gtk/src/gtrayicon.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.gtk/src/widgets.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/CDraw.cpp 2.0/trunk/gb.qt/src/CIconView.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/main/gbx/gb_common_check.h Added Paths: ----------- 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gcolor.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |