Thread: [Gambas-devel-svn] SF.net SVN: gambas: [392] 2.0/trunk (Page 7)
Brought to you by:
gambas
|
From: <ga...@us...> - 2007-05-25 06:57:09
|
Revision: 392
http://svn.sourceforge.net/gambas/?rev=392&view=rev
Author: gambas
Date: 2007-05-24 23:57:10 -0700 (Thu, 24 May 2007)
Log Message:
-----------
[EXAMPLES]
* NEW: TextEdit example was updated.
[GB.QT]
* BUG: Removed AutoResize from Window property list.
* NEW: TextEdit now has a Link event that is raised when the user clicks on
a link. It works only if TextEdit is read-only.
[GB.GTK]
* NEW: File reorganization.
* NEW: Application.Busy was implemented, but it is not working correctly
yet.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/CControl.class
2.0/trunk/app/src/gambas2/FColorChooser.form
2.0/trunk/examples/examples/Control/TextEdit/FMain.class
2.0/trunk/examples/examples/Control/TextEdit/FMain.form
2.0/trunk/examples/examples/Control/TextEdit/text.html
2.0/trunk/examples/examples/Drawing/AnalogWatch/.project
2.0/trunk/examples/examples/Misc/Notepad/.project
2.0/trunk/examples/examples/Misc/Notepad/FAbout.form
2.0/trunk/examples/examples/Misc/Notepad/FNotepad.class
2.0/trunk/examples/examples/Misc/Notepad/FNotepad.form
2.0/trunk/gb.gtk/src/CButton.cpp
2.0/trunk/gb.gtk/src/CButton.h
2.0/trunk/gb.gtk/src/CClipboard.cpp
2.0/trunk/gb.gtk/src/CClipboard.h
2.0/trunk/gb.gtk/src/CColor.cpp
2.0/trunk/gb.gtk/src/CColor.h
2.0/trunk/gb.gtk/src/CColumnView.h
2.0/trunk/gb.gtk/src/CDialog.cpp
2.0/trunk/gb.gtk/src/CDialog.h
2.0/trunk/gb.gtk/src/CDraw.cpp
2.0/trunk/gb.gtk/src/CDraw.h
2.0/trunk/gb.gtk/src/CDrawingArea.h
2.0/trunk/gb.gtk/src/CFont.cpp
2.0/trunk/gb.gtk/src/CFont.h
2.0/trunk/gb.gtk/src/CFrame.cpp
2.0/trunk/gb.gtk/src/CFrame.h
2.0/trunk/gb.gtk/src/CGridView.cpp
2.0/trunk/gb.gtk/src/CGridView.h
2.0/trunk/gb.gtk/src/CIconView.h
2.0/trunk/gb.gtk/src/CKey.cpp
2.0/trunk/gb.gtk/src/CKey.h
2.0/trunk/gb.gtk/src/CLabel.h
2.0/trunk/gb.gtk/src/CListBox.h
2.0/trunk/gb.gtk/src/CListView.h
2.0/trunk/gb.gtk/src/CMenu.h
2.0/trunk/gb.gtk/src/CMessage.cpp
2.0/trunk/gb.gtk/src/CMessage.h
2.0/trunk/gb.gtk/src/CMouse.cpp
2.0/trunk/gb.gtk/src/CMouse.h
2.0/trunk/gb.gtk/src/CPictureBox.h
2.0/trunk/gb.gtk/src/CProgress.h
2.0/trunk/gb.gtk/src/CScreen.cpp
2.0/trunk/gb.gtk/src/CScreen.h
2.0/trunk/gb.gtk/src/CScrollView.h
2.0/trunk/gb.gtk/src/CSeparator.cpp
2.0/trunk/gb.gtk/src/CSeparator.h
2.0/trunk/gb.gtk/src/CSlider.h
2.0/trunk/gb.gtk/src/CSpinBox.h
2.0/trunk/gb.gtk/src/CSplitter.cpp
2.0/trunk/gb.gtk/src/CSplitter.h
2.0/trunk/gb.gtk/src/CStock.cpp
2.0/trunk/gb.gtk/src/CStock.h
2.0/trunk/gb.gtk/src/CTabStrip.cpp
2.0/trunk/gb.gtk/src/CTabStrip.h
2.0/trunk/gb.gtk/src/CTextArea.h
2.0/trunk/gb.gtk/src/CTextBox.h
2.0/trunk/gb.gtk/src/CTrayIcon.h
2.0/trunk/gb.gtk/src/CTreeView.cpp
2.0/trunk/gb.gtk/src/CTreeView.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/CWindow.h
2.0/trunk/gb.gtk/src/Makefile.am
2.0/trunk/gb.gtk/src/gbutton.cpp
2.0/trunk/gb.gtk/src/gcolumnview.cpp
2.0/trunk/gb.gtk/src/gcombobox.cpp
2.0/trunk/gb.gtk/src/gcontainer.cpp
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gdesktop.cpp
2.0/trunk/gb.gtk/src/gdraw.cpp
2.0/trunk/gb.gtk/src/gframe.cpp
2.0/trunk/gb.gtk/src/ggridview.cpp
2.0/trunk/gb.gtk/src/giconview.cpp
2.0/trunk/gb.gtk/src/glabel.cpp
2.0/trunk/gb.gtk/src/glistbox.cpp
2.0/trunk/gb.gtk/src/glistview.cpp
2.0/trunk/gb.gtk/src/gmainwindow.cpp
2.0/trunk/gb.gtk/src/gmenu.cpp
2.0/trunk/gb.gtk/src/gmessage.cpp
2.0/trunk/gb.gtk/src/gpicturebox.cpp
2.0/trunk/gb.gtk/src/gscrollview.cpp
2.0/trunk/gb.gtk/src/gseparator.cpp
2.0/trunk/gb.gtk/src/gsignals.cpp
2.0/trunk/gb.gtk/src/gslider.cpp
2.0/trunk/gb.gtk/src/gspinbox.cpp
2.0/trunk/gb.gtk/src/gsplitter.cpp
2.0/trunk/gb.gtk/src/gstock.cpp
2.0/trunk/gb.gtk/src/gtabstrip.cpp
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/gtrayicon.cpp
2.0/trunk/gb.gtk/src/gtreeview.cpp
2.0/trunk/gb.gtk/src/main.cpp
2.0/trunk/gb.gtk/src/main.h
2.0/trunk/gb.gtk/src/widgets.h
2.0/trunk/gb.gtk/src/widgets_private.h
2.0/trunk/gb.qt/src/CTextArea.cpp
2.0/trunk/gb.qt/src/CTextArea.h
2.0/trunk/gb.qt/src/CWindow.cpp
Added Paths:
-----------
2.0/trunk/gb.gtk/src/gapplication.h
2.0/trunk/gb.gtk/src/gbutton.h
2.0/trunk/gb.gtk/src/gcolumnview.h
2.0/trunk/gb.gtk/src/gcombobox.h
2.0/trunk/gb.gtk/src/gcontainer.h
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gcursor.h
2.0/trunk/gb.gtk/src/gdesktop.h
2.0/trunk/gb.gtk/src/gdialog.h
2.0/trunk/gb.gtk/src/gdraw.h
2.0/trunk/gb.gtk/src/gdrawingarea.h
2.0/trunk/gb.gtk/src/gfont.h
2.0/trunk/gb.gtk/src/gframe.h
2.0/trunk/gb.gtk/src/ggridview.h
2.0/trunk/gb.gtk/src/giconview.h
2.0/trunk/gb.gtk/src/gimage.h
2.0/trunk/gb.gtk/src/gkey.h
2.0/trunk/gb.gtk/src/glabel.h
2.0/trunk/gb.gtk/src/glistbox.h
2.0/trunk/gb.gtk/src/glistview.h
2.0/trunk/gb.gtk/src/gmainwindow.h
2.0/trunk/gb.gtk/src/gmenu.h
2.0/trunk/gb.gtk/src/gmessage.h
2.0/trunk/gb.gtk/src/gmouse.h
2.0/trunk/gb.gtk/src/gmoviebox.h
2.0/trunk/gb.gtk/src/gpicture.h
2.0/trunk/gb.gtk/src/gpicturebox.h
2.0/trunk/gb.gtk/src/gplugin.h
2.0/trunk/gb.gtk/src/gprogressbar.cpp
2.0/trunk/gb.gtk/src/gprogressbar.h
2.0/trunk/gb.gtk/src/gscrollbar.h
2.0/trunk/gb.gtk/src/gscrollview.h
2.0/trunk/gb.gtk/src/gseparator.h
2.0/trunk/gb.gtk/src/gslider.h
2.0/trunk/gb.gtk/src/gspinbox.h
2.0/trunk/gb.gtk/src/gsplitter.h
2.0/trunk/gb.gtk/src/gstock.h
2.0/trunk/gb.gtk/src/gtabstrip.h
2.0/trunk/gb.gtk/src/gtextarea.h
2.0/trunk/gb.gtk/src/gtextbox.h
2.0/trunk/gb.gtk/src/gtrayicon.h
2.0/trunk/gb.gtk/src/gtreeview.h
Removed Paths:
-------------
2.0/trunk/gb.gtk/src/gprogress.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-05-26 08:47:35
|
Revision: 395
http://svn.sourceforge.net/gambas/?rev=395&view=rev
Author: gambas
Date: 2007-05-26 01:47:31 -0700 (Sat, 26 May 2007)
Log Message:
-----------
[GB.QT]
* NEW: GridView.Item.Clear has been implemented.
[GB.GTK]
* NEW: Some virtual class names were changed.
* BUG: Draw.Text() now works correctly with any text argument.
* NEW: Control.Reparent() now takes optional position arguments.
* NEW: Color.LightBackground was implemented.
* BUG: Application.ActiveWindow and Application.MainWindow now return a
Window object.
* BUG: Application.ActiveControl now returns a Control object.
Modified Paths:
--------------
2.0/trunk/examples/examples/Drawing/AnalogWatch/.project
2.0/trunk/gb.gtk/src/CButton.cpp
2.0/trunk/gb.gtk/src/CColor.cpp
2.0/trunk/gb.gtk/src/CColumnView.cpp
2.0/trunk/gb.gtk/src/CConst.cpp
2.0/trunk/gb.gtk/src/CDraw.cpp
2.0/trunk/gb.gtk/src/CGridView.cpp
2.0/trunk/gb.gtk/src/CScreen.cpp
2.0/trunk/gb.gtk/src/CWidget.cpp
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gdraw.cpp
2.0/trunk/gb.gtk/src/gdraw.h
2.0/trunk/gb.gtk/src/widgets.h
2.0/trunk/gb.qt/src/CConst.h
2.0/trunk/gb.qt/src/CGridView.cpp
2.0/trunk/gb.qt/src/CTreeView.cpp
2.0/trunk/gb.qt/src/share/CControl_desc.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-05-26 20:45:31
|
Revision: 396
http://svn.sourceforge.net/gambas/?rev=396&view=rev
Author: gambas
Date: 2007-05-26 13:43:35 -0700 (Sat, 26 May 2007)
Log Message:
-----------
[GB.DB.SQLITE2]
* BUG: Float fields do not lose decimal digits anymore.
[GB.DB.SQLITE3]
* BUG: Float fields do not lose decimal digits anymore.
[GB.QT]
* BUG: Menu.Window is now a read-only property.
[GB.GTK]
* NEW: Do not globally override GLib memory routines. Use interpreter
memory routines only in gb.gtk.
* NEW: Some code reorganization.
* BUG: Setting Control.Expand and Control.Ignore now update the arrangement
of the parent container.
* NEW: Message boxes got some padding space.
* NEW: An embedded window can have a menu bar.
* NEW: Menu.Window has been implemented.
* BUG: Setting a menu shortcut does not leak memory anymore.
Modified Paths:
--------------
2.0/trunk/examples/examples/Drawing/AnalogWatch/.project
2.0/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.class
2.0/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.form
2.0/trunk/gb.db.sqlite2/src/qry_dat.cpp
2.0/trunk/gb.db.sqlite2/src/qry_dat.h
2.0/trunk/gb.db.sqlite2/src/sqlitedataset.cpp
2.0/trunk/gb.db.sqlite3/src/main.cpp
2.0/trunk/gb.db.sqlite3/src/qry_dat.cpp
2.0/trunk/gb.db.sqlite3/src/qry_dat.h
2.0/trunk/gb.db.sqlite3/src/sqlitedataset.cpp
2.0/trunk/gb.gtk/src/CContainer.h
2.0/trunk/gb.gtk/src/CMenu.cpp
2.0/trunk/gb.gtk/src/CMenu.h
2.0/trunk/gb.gtk/src/CWidget.cpp
2.0/trunk/gb.gtk/src/CWindow.cpp
2.0/trunk/gb.gtk/src/gbutton.cpp
2.0/trunk/gb.gtk/src/gbutton.h
2.0/trunk/gb.gtk/src/gcolumnview.cpp
2.0/trunk/gb.gtk/src/gcolumnview.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/gdraw.cpp
2.0/trunk/gb.gtk/src/gdrawingarea.h
2.0/trunk/gb.gtk/src/gframe.cpp
2.0/trunk/gb.gtk/src/gframe.h
2.0/trunk/gb.gtk/src/ggridview.cpp
2.0/trunk/gb.gtk/src/ggridview.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/glistbox.cpp
2.0/trunk/gb.gtk/src/glistbox.h
2.0/trunk/gb.gtk/src/glistview.cpp
2.0/trunk/gb.gtk/src/glistview.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/gpicturebox.cpp
2.0/trunk/gb.gtk/src/gpicturebox.h
2.0/trunk/gb.gtk/src/gplugin.h
2.0/trunk/gb.gtk/src/gprogressbar.cpp
2.0/trunk/gb.gtk/src/gprogressbar.h
2.0/trunk/gb.gtk/src/gscrollbar.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/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/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/gtools.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.qt/src/CMenu.cpp
2.0/trunk/gb.qt/src/CMenu.h
2.0/trunk/gb.qt/src/CWindow.cpp
2.0/trunk/main/lib/db/main.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-05-27 18:54:43
|
Revision: 397
http://svn.sourceforge.net/gambas/?rev=397&view=rev
Author: gambas
Date: 2007-05-27 11:54:45 -0700 (Sun, 27 May 2007)
Log Message:
-----------
[GB.GTK]
* NEW: Dropped the replacement of GLib allocation routines by Gambas ones
completetly, as they lead to false leak warnings.
* BUG: The ListBox.List property was incorrectly named "List[]".
* NEW: Starts to share control properties declaration with gb.qt.
* BUG: When a container is destroyed, or a parent menu, it removes any of
its references from its children. This avoid accessing an already freed
piece of memory.
* BUG: Message box buttons now correctly handle mnemonics.
* NEW: TreeView.Mode has been implemented. But it seems that TreeView,
ListVie and ColumnView does not correctly initialize the Item property
before raising an event.
* BUG: Window does not raise Open event twice. I don't know why the GTK+
mapping signal is raised twice anyway.
* BUG: Makes gMainWindow constructor call the gContainer constructor as
gMainWindow inherits gContainer.
Modified Paths:
--------------
2.0/trunk/examples/examples/Control/TreeView/.project
2.0/trunk/examples/examples/Control/TreeView/TreeViewExample.form
2.0/trunk/examples/examples/Drawing/Chart/.icon.png
2.0/trunk/examples/examples/Drawing/Chart/.project
2.0/trunk/examples/examples/Drawing/Chart/FormChart.class
2.0/trunk/examples/examples/Drawing/Chart/FormChart.form
2.0/trunk/examples/examples/Drawing/Chart/FormData.class
2.0/trunk/examples/examples/Misc/Notepad/FNotepad.form
2.0/trunk/gb.gtk/src/CColumnView.h
2.0/trunk/gb.gtk/src/CFrame.cpp
2.0/trunk/gb.gtk/src/CListBox.cpp
2.0/trunk/gb.gtk/src/CListBox.h
2.0/trunk/gb.gtk/src/CListView.h
2.0/trunk/gb.gtk/src/CTreeView.cpp
2.0/trunk/gb.gtk/src/CTreeView.h
2.0/trunk/gb.gtk/src/CWidget.cpp
2.0/trunk/gb.gtk/src/CWindow.cpp
2.0/trunk/gb.gtk/src/gbutton.cpp
2.0/trunk/gb.gtk/src/gcontainer.cpp
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gmainwindow.cpp
2.0/trunk/gb.gtk/src/gmainwindow.h
2.0/trunk/gb.gtk/src/gmemory.h
2.0/trunk/gb.gtk/src/gmenu.cpp
2.0/trunk/gb.gtk/src/gmessage.cpp
2.0/trunk/gb.gtk/src/gscrollview.cpp
2.0/trunk/gb.gtk/src/gsignals.cpp
2.0/trunk/gb.gtk/src/gslider.cpp
2.0/trunk/gb.gtk/src/gtree.cpp
2.0/trunk/gb.gtk/src/html.cpp
2.0/trunk/gb.gtk/src/tablerender.cpp
2.0/trunk/gb.gtk/src/widgets.h
2.0/trunk/gb.qt/src/CListBox.cpp
2.0/trunk/gb.qt/src/CTreeView.h
2.0/trunk/gb.qt/src/CWidget.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-05-27 18:55:42
|
Revision: 398
http://svn.sourceforge.net/gambas/?rev=398&view=rev
Author: gambas
Date: 2007-05-27 11:55:44 -0700 (Sun, 27 May 2007)
Log Message:
-----------
Forgot to add the new gb.form.properties.h file.
Added Paths:
-----------
2.0/trunk/gb.gtk/gb.form.properties.h
2.0/trunk/gb.qt/gb.form.properties.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-05-28 11:12:22
|
Revision: 400
http://svn.sourceforge.net/gambas/?rev=400&view=rev
Author: gambas
Date: 2007-05-28 04:12:24 -0700 (Mon, 28 May 2007)
Log Message:
-----------
[GB.GTK]
* NEW: Work in progress in TreeView.
[GB.QTE]
* BUG: Adds the missing gb.form.properties.h file.
[GB.QT.KDE]
* BUG: Adds the missing gb.form.properties.h file.
Modified Paths:
--------------
2.0/trunk/examples/examples/Control/TextEdit/FMain.class
2.0/trunk/examples/examples/Control/TreeView/.project
2.0/trunk/examples/examples/Control/TreeView/Female.png
2.0/trunk/examples/examples/Control/TreeView/Male.png
2.0/trunk/examples/examples/Control/TreeView/TreeViewExample.class
2.0/trunk/examples/examples/Control/TreeView/TreeViewExample.form
2.0/trunk/gb.gtk/src/CTreeView.cpp
2.0/trunk/gb.gtk/src/CTreeView.h
2.0/trunk/gb.gtk/src/CWidget.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/main.h
2.0/trunk/main/gbx/gbx_class_load.c
Added Paths:
-----------
2.0/trunk/gb.qt.kde/gb.form.properties.h
2.0/trunk/gb.qte/gb.form.properties.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-05-28 22:45:51
|
Revision: 403
http://svn.sourceforge.net/gambas/?rev=403&view=rev
Author: gambas
Date: 2007-05-28 15:45:52 -0700 (Mon, 28 May 2007)
Log Message:
-----------
[GB.QT]
* NEW: Creates a directory for storing files shared with gb.qte, gb.qt.kde
and gb.gtk.
[GB.GTK]
* NEW: The work on TreeView goes on.
* BUG: Dialog.Filter has been fixed.
* BUG: errno must be set to zero before using strtol().
* BUG: The Stock class now works correctly thanks to the previous fix.
* NEW: Newline characters are not ignored anymore in message boxes.
* NEW: Message boxes, standard dialogs and modal windows are now kept above
the current active window.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/Project.module
2.0/trunk/comp/src/gb.form/.lang/.pot
2.0/trunk/comp/src/gb.form/FFontChooser.form
2.0/trunk/examples/examples/Control/TreeView/TreeViewExample.class
2.0/trunk/examples/examples/Control/TreeView/TreeViewExample.form
2.0/trunk/examples/examples/Drawing/Chart/FormChart.class
2.0/trunk/examples/examples/Drawing/Chart/FormChart.form
2.0/trunk/examples/examples/Misc/Notepad/FNotepad.class
2.0/trunk/gb.gtk/Makefile.am
2.0/trunk/gb.gtk/src/CDialog.cpp
2.0/trunk/gb.gtk/src/CTreeView.cpp
2.0/trunk/gb.gtk/src/CWidget.cpp
2.0/trunk/gb.gtk/src/CWidget.h
2.0/trunk/gb.gtk/src/Makefile.am
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gdialog.h
2.0/trunk/gb.gtk/src/glabel.cpp
2.0/trunk/gb.gtk/src/gmainwindow.cpp
2.0/trunk/gb.gtk/src/gmessage.cpp
2.0/trunk/gb.gtk/src/gsplitter.cpp
2.0/trunk/gb.gtk/src/gstock.cpp
2.0/trunk/gb.gtk/src/gtextarea.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/html.cpp
2.0/trunk/gb.gtk/src/html.h
2.0/trunk/gb.gtk/src/widgets_private.h
2.0/trunk/gb.qt/Makefile.am
2.0/trunk/gb.qt/src/CTreeView.cpp
2.0/trunk/gb.qt/src/Makefile.am
2.0/trunk/gb.qt/src/share/CControl_desc.h
2.0/trunk/gb.qte/Makefile.am
2.0/trunk/gb.qte/src/Makefile.am
Added Paths:
-----------
2.0/trunk/gb.gtk/share
2.0/trunk/gb.qt/share/
2.0/trunk/gb.qt/share/gb.form.arrangement.h
2.0/trunk/gb.qt/share/gb.form.properties.h
2.0/trunk/gb.qt.kde/share/gb.form.properties.h
2.0/trunk/gb.qte/share
Removed Paths:
-------------
2.0/trunk/gb.gtk/gb.form.arrangement.h
2.0/trunk/gb.gtk/gb.form.properties.h
2.0/trunk/gb.qt/gb.form.arrangement.h
2.0/trunk/gb.qt/gb.form.properties.h
2.0/trunk/gb.qt.kde/gb.form.properties.h
2.0/trunk/gb.qte/gb.form.arrangement.h
2.0/trunk/gb.qte/gb.form.properties.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-05-30 21:00:40
|
Revision: 404
http://svn.sourceforge.net/gambas/?rev=404&view=rev
Author: gambas
Date: 2007-05-30 14:00:42 -0700 (Wed, 30 May 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Highlights odd lines in the project list and example list in the
project open dialog.
[GB.GTK]
* BUG: Dialog.SelectFont works correctly now.
[GB.DB.MYSQL]
* BUG: Correctly frees the unused results of internal driver queries.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/Design.module
2.0/trunk/app/src/gambas2/FOpenProject.class
2.0/trunk/app/src/gambas2/FProjectItem.form
2.0/trunk/app/src/gambas2/Project.module
2.0/trunk/comp/src/gb.form/ListContainer.class
2.0/trunk/examples/examples/Drawing/Chart/FormChart.class
2.0/trunk/examples/examples/Drawing/Chart/FormChart.form
2.0/trunk/examples/examples/Drawing/Chart/FormData.form
2.0/trunk/examples/examples/Misc/Notepad/FNotepad.class
2.0/trunk/examples/examples/Misc/Notepad/FNotepad.form
2.0/trunk/gb.db.mysql/src/main.c
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gfont.cpp
2.0/trunk/gb.gtk/src/gfont.h
2.0/trunk/gb.gtk/src/gmessage.cpp
2.0/trunk/gb.gtk/src/gtextarea.cpp
2.0/trunk/gb.qt/src/CWidget.h
2.0/trunk/main/share/gambas.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-05-31 17:44:28
|
Revision: 405
http://svn.sourceforge.net/gambas/?rev=405&view=rev
Author: gambas
Date: 2007-05-31 10:44:25 -0700 (Thu, 31 May 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Japanese translation updated.
[GB.GTK]
* BUG: The font management has been redesigned. Everything works, except
classes like Button that needs specific management, underline and
strikethrough.
* BUG: Newly created controls follow the Application.Busy flag.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/fr.po
2.0/trunk/app/src/gambas2/.lang/ja.mo
2.0/trunk/app/src/gambas2/.lang/ja.po
2.0/trunk/examples/examples/Misc/Evaluator/.icon.png
2.0/trunk/examples/examples/Misc/Evaluator/.project
2.0/trunk/examples/examples/Misc/Evaluator/FEval.form
2.0/trunk/examples/examples/Misc/Notepad/FNotepad.class
2.0/trunk/gb.gtk/src/CButton.cpp
2.0/trunk/gb.gtk/src/CDialog.cpp
2.0/trunk/gb.gtk/src/CDraw.cpp
2.0/trunk/gb.gtk/src/CFont.cpp
2.0/trunk/gb.gtk/src/CFont.h
2.0/trunk/gb.gtk/src/CScreen.cpp
2.0/trunk/gb.gtk/src/CWidget.cpp
2.0/trunk/gb.gtk/src/gbutton.cpp
2.0/trunk/gb.gtk/src/gbutton.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/gdraw.cpp
2.0/trunk/gb.gtk/src/gfont.cpp
2.0/trunk/gb.gtk/src/gfont.h
2.0/trunk/gb.gtk/src/gmainwindow.cpp
2.0/trunk/gb.gtk/src/gmenu.cpp
2.0/trunk/gb.gtk/src/gmessage.cpp
2.0/trunk/gb.gtk/src/gmessage.h
2.0/trunk/gb.gtk/src/main.cpp
2.0/trunk/gb.qt/src/CFont.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-05-31 20:55:11
|
Revision: 406
http://svn.sourceforge.net/gambas/?rev=406&view=rev
Author: gambas
Date: 2007-05-31 13:55:12 -0700 (Thu, 31 May 2007)
Log Message:
-----------
[GB.GTK]
* NEW: Working implementation of Window.Persistent and Window.Close.
* BUG: Closing the main window now automatically closes all other windows.
[EXAMPLES]
* NEW: Examples that apparently work with gb.gtk now use gb.gtk. This is
for testing purpose.
Modified Paths:
--------------
2.0/trunk/examples/examples/Basic/Blights/.project
2.0/trunk/examples/examples/Basic/Blights/win1.class
2.0/trunk/examples/examples/Basic/Blights/win1.form
2.0/trunk/examples/examples/Basic/Collection/.icon.png
2.0/trunk/examples/examples/Basic/Collection/.project
2.0/trunk/examples/examples/Basic/Collection/FStart.class
2.0/trunk/examples/examples/Basic/Collection/FStart.form
2.0/trunk/examples/examples/Basic/DragNDrop/.directory
2.0/trunk/examples/examples/Basic/DragNDrop/.icon.png
2.0/trunk/examples/examples/Basic/DragNDrop/.project
2.0/trunk/examples/examples/Basic/Object/.icon.png
2.0/trunk/examples/examples/Basic/Object/.project
2.0/trunk/examples/examples/Basic/Object/FStart.form
2.0/trunk/examples/examples/Basic/Timer/.icon.png
2.0/trunk/examples/examples/Basic/Timer/.project
2.0/trunk/examples/examples/Basic/Timer/FOtherTimer.class
2.0/trunk/examples/examples/Basic/Timer/FOtherTimer.form
2.0/trunk/examples/examples/Basic/Timer/FTimer.form
2.0/trunk/examples/examples/Drawing/Gravity/.project
2.0/trunk/examples/examples/Drawing/Gravity/FAbout.form
2.0/trunk/examples/examples/Drawing/Gravity/FMain.form
2.0/trunk/examples/examples/Drawing/ImageViewer/.icon.png
2.0/trunk/examples/examples/Drawing/ImageViewer/.project
2.0/trunk/examples/examples/Drawing/ImageViewer/FViewer.class
2.0/trunk/examples/examples/Misc/Console/.icon.png
2.0/trunk/examples/examples/Misc/Console/.project
2.0/trunk/examples/examples/Misc/Console/FConsole.form
2.0/trunk/gb.gtk/src/CWindow.cpp
2.0/trunk/gb.gtk/src/CWindow.h
2.0/trunk/gb.gtk/src/gmainwindow.cpp
2.0/trunk/gb.gtk/src/gmainwindow.h
2.0/trunk/gb.gtk/src/gpicturebox.cpp
2.0/trunk/gb.gtk/src/main.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-06-03 00:30:50
|
Revision: 407
http://svn.sourceforge.net/gambas/?rev=407&view=rev
Author: gambas
Date: 2007-06-02 17:30:51 -0700 (Sat, 02 Jun 2007)
Log Message:
-----------
* Forgot to add gb.form.font.h. Now GUI components shoud compile correctly.
[DEVELOPMENT ENVIRONMENT]
* BUG: The console window remains opened after a debugging session if it
was opened before.
[GB.DEBUG]
* NEW: The standard output of a debugged process is now flushed at each
end of line.
[GB.QT]
* NEW: ScrollView.Border is now a boolean property.
[GB.GTK]
* NEW: Control internals has been redesigned, so that the Border property
works the same way as in gb.qt. Not all controls have been redesigned
yet.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/Design.module
2.0/trunk/app/src/gambas2/FOutput.class
2.0/trunk/examples/examples/Basic/Blights/win1.form
2.0/trunk/gb.gtk/src/CContainer.h
2.0/trunk/gb.gtk/src/CFrame.cpp
2.0/trunk/gb.gtk/src/CFrame.h
2.0/trunk/gb.gtk/src/CPictureBox.h
2.0/trunk/gb.gtk/src/CScrollView.cpp
2.0/trunk/gb.gtk/src/CScrollView.h
2.0/trunk/gb.gtk/src/CWidget.h
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gframe.cpp
2.0/trunk/gb.gtk/src/gframe.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/gmoviebox.h
2.0/trunk/gb.gtk/src/gpicturebox.cpp
2.0/trunk/gb.gtk/src/gpicturebox.h
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.qt/share/gb.form.properties.h
2.0/trunk/gb.qt/src/CContainer.h
2.0/trunk/gb.qt/src/CPictureBox.cpp
2.0/trunk/gb.qt/src/CScrollView.cpp
2.0/trunk/main/lib/debug/debug.c
Added Paths:
-----------
2.0/trunk/gb.qt/share/gb.form.font.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-06-03 00:39:06
|
Revision: 408
http://svn.sourceforge.net/gambas/?rev=408&view=rev
Author: gambas
Date: 2007-06-02 17:39:06 -0700 (Sat, 02 Jun 2007)
Log Message:
-----------
[GB.GTK]
* BUG: Fixes some regressions introduced by the last changes.
Modified Paths:
--------------
2.0/trunk/examples/examples/Misc/Evaluator/.project
2.0/trunk/examples/examples/Misc/Notepad/.project
2.0/trunk/examples/examples/Misc/Notepad/FNotepad.form
2.0/trunk/gb.gtk/src/CTextArea.h
2.0/trunk/gb.gtk/src/gcontrol.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-06-03 19:51:56
|
Revision: 410
http://svn.sourceforge.net/gambas/?rev=410&view=rev
Author: gambas
Date: 2007-06-03 12:51:58 -0700 (Sun, 03 Jun 2007)
Log Message:
-----------
[GB.GTK]
* NEW: Label.Padding and TextLabel.Padding have been implemented.
* BUG: Setting ComboBox.List to NULL does not crash anymore.
* BUG: Frame container behaves correctly again.
Modified Paths:
--------------
2.0/trunk/examples/examples/Drawing/Gravity/.project
2.0/trunk/examples/examples/Drawing/Gravity/FMain.form
2.0/trunk/examples/examples/Games/DeepSpace/.icon.png
2.0/trunk/examples/examples/Games/DeepSpace/.project
2.0/trunk/examples/examples/Games/Snake/.project
2.0/trunk/examples/examples/Games/Solitaire/.icon.png
2.0/trunk/examples/examples/Games/Solitaire/.project
2.0/trunk/examples/examples/Video/MoviePlayer/.icon.png
2.0/trunk/examples/examples/Video/MoviePlayer/.project
2.0/trunk/examples/examples/Video/MoviePlayer/FMoviePlayer.form
2.0/trunk/gb.gtk/src/CConst.cpp
2.0/trunk/gb.gtk/src/CFrame.h
2.0/trunk/gb.gtk/src/CLabel.cpp
2.0/trunk/gb.gtk/src/CLabel.h
2.0/trunk/gb.gtk/src/CMouse.cpp
2.0/trunk/gb.gtk/src/CPicture.cpp
2.0/trunk/gb.gtk/src/CTextBox.cpp
2.0/trunk/gb.gtk/src/CWindow.h
2.0/trunk/gb.gtk/src/gcolumnview.cpp
2.0/trunk/gb.gtk/src/gcombobox.cpp
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gdraw.cpp
2.0/trunk/gb.gtk/src/gframe.cpp
2.0/trunk/gb.gtk/src/gframe.h
2.0/trunk/gb.gtk/src/glabel.cpp
2.0/trunk/gb.gtk/src/glabel.h
2.0/trunk/gb.gtk/src/gmessage.cpp
2.0/trunk/gb.gtk/src/gpicturebox.cpp
2.0/trunk/gb.gtk/src/gtextbox.cpp
2.0/trunk/gb.gtk/src/widgets.h
2.0/trunk/gb.qt/share/gb.form.properties.h
2.0/trunk/gb.qt/src/CConst.cpp
2.0/trunk/gb.qt/src/CFrame.h
2.0/trunk/gb.qt/src/CLabel.cpp
2.0/trunk/gb.qt/src/CPanel.h
2.0/trunk/gb.qt/src/CWindow.cpp
2.0/trunk/gb.qt/src/share/CConst_desc.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-06-04 11:40:25
|
Revision: 411
http://svn.sourceforge.net/gambas/?rev=411&view=rev
Author: gambas
Date: 2007-06-04 04:40:25 -0700 (Mon, 04 Jun 2007)
Log Message:
-----------
[GB.GTK]
* BUG: Panel, HBox, VBox, HPanel and VPanel now has no border by default.
* BUG: Tries to use standard cursors in the Mouse class.
[GB.WEB]
* NEW: Session.Id is writable. It allows you to use any current session,
provided it exists.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/FOutput.class
2.0/trunk/comp/src/gb.web/.info
2.0/trunk/comp/src/gb.web/.project
2.0/trunk/comp/src/gb.web/Session.module
2.0/trunk/gb.gtk/src/CFrame.cpp
2.0/trunk/gb.gtk/src/CMouse.cpp
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gmenu.cpp
2.0/trunk/gb.gtk/src/gmenu.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-06-08 08:18:15
|
Revision: 413
http://svn.sourceforge.net/gambas/?rev=413&view=rev
Author: gambas
Date: 2007-06-08 01:18:14 -0700 (Fri, 08 Jun 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor now correctly reads string array properties with values
having a double quote inside.
* NEW: Project view information balloon behaviour has been redesigned.
[DATABASE MANAGER]
* NEW: CSV import can strip white spaces from data.
* BUG: CSV import is more robust and clever with field names.
* BUG: CSV import can read correctly field values with newlines characters
inside.
* BUG: The server create dialog for sqlite has been fixed.
[GB.DB.MYSQL]
* BUG: Tables or fields with similar names are now correctly detected.
[GB.DB.SQLITE2]
* BUG: Memory leaks have been fixed.
[GB.DB.SQLITE3]
* BUG: Memory leaks have been fixed.
[GB.GTK]
* NEW: gPicture and gImage internal classes have been merged to minimize
the conversions between images stored in memory and images stored in the
X server.
* NEW: Classes now store references to the new gPicture class instead of
storing references to GTK+ pixbuf objects. Not all classes have been
ported to this new design.
* NEW: Disabled icons are drawn using the routine got from gb.qt.
* OPT: DrawingArea GTK+ double-buffering is now disabled when the Cached
property is set. This avoid an unneeded pixmap copy, and so doubles the
refresh speed.
* NEW: Shared classes (gFont, gPicture...) now inherits the gShare class.
* OPT: Picture cache now use the same key pattern than gb.qt, so that each
component can store its pictures independently.
[GB.FORM]
* NEW: Balloon.Visible is a new property that tells if the Balloon is
visible.
* BUG: TreeView.Item.Width now returns the correct value.
Modified Paths:
--------------
2.0/trunk/app/src/gambas-database-manager/.lang/.pot
2.0/trunk/app/src/gambas-database-manager/.lang/fr.mo
2.0/trunk/app/src/gambas-database-manager/.lang/fr.po
2.0/trunk/app/src/gambas-database-manager/.project
2.0/trunk/app/src/gambas-database-manager/FImport.class
2.0/trunk/app/src/gambas-database-manager/FImport.form
2.0/trunk/app/src/gambas-database-manager/FRequest.class
2.0/trunk/app/src/gambas-database-manager/FServer.class
2.0/trunk/app/src/gambas-database-manager/FServer.form
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/FForm.class
2.0/trunk/app/src/gambas2/FMain.class
2.0/trunk/app/src/gambas2/FProperty.class
2.0/trunk/app/src/gambas2/Project.module
2.0/trunk/comp/src/gb.form/.info
2.0/trunk/comp/src/gb.form/Balloon.class
2.0/trunk/examples/examples/Drawing/Gravity/FMain.class
2.0/trunk/examples/examples/Drawing/Gravity/FMain.form
2.0/trunk/examples/examples/Drawing/Gravity/modGravity.module
2.0/trunk/gb.db.mysql/src/main.c
2.0/trunk/gb.db.sqlite2/src/sqlitedataset.cpp
2.0/trunk/gb.db.sqlite3/src/dataset.cpp
2.0/trunk/gb.db.sqlite3/src/main.cpp
2.0/trunk/gb.db.sqlite3/src/sqlitedataset.cpp
2.0/trunk/gb.gtk/src/CClipboard.cpp
2.0/trunk/gb.gtk/src/CContainer.cpp
2.0/trunk/gb.gtk/src/CContainer.h
2.0/trunk/gb.gtk/src/CDraw.cpp
2.0/trunk/gb.gtk/src/CPicture.cpp
2.0/trunk/gb.gtk/src/CPicture.h
2.0/trunk/gb.gtk/src/CWidget.cpp
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/gcontrol.cpp
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gdesktop.cpp
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/gfont.h
2.0/trunk/gb.gtk/src/glistview.cpp
2.0/trunk/gb.gtk/src/gmainwindow.cpp
2.0/trunk/gb.gtk/src/gmainwindow.h
2.0/trunk/gb.gtk/src/gmemory.cpp
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/gstock.cpp
2.0/trunk/gb.gtk/src/gstock.h
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/main.cpp
2.0/trunk/gb.gtk/src/widgets.h
2.0/trunk/gb.gtk/src/widgets_private.h
2.0/trunk/gb.qt/src/CTreeView.cpp
2.0/trunk/main/lib/db/main.c
Added Paths:
-----------
2.0/trunk/gb.gtk/src/gshare.h
Removed Paths:
-------------
2.0/trunk/gb.gtk/src/CImage.cpp
2.0/trunk/gb.gtk/src/CImage.h
2.0/trunk/gb.gtk/src/gimage.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
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.
|
|
From: <ga...@us...> - 2007-06-09 20:08:26
|
Revision: 419
http://svn.sourceforge.net/gambas/?rev=419&view=rev
Author: gambas
Date: 2007-06-09 13:08:28 -0700 (Sat, 09 Jun 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Removes the use of SpinBox.Suffix property.
[GB.QT]
* NEW: SpinBox.Text returns the spinbox value as a string.
[GB.GTK]
* NEW: The work continues on TreeView, ListView and ColumnView.
* NEW: Control.Name and Menu.Name have been implemented.
* BUG: gTrayIcon.setPicture() has been fixed.
* BUG: The useless gScrollView::move() was removed.
* NEW: SpinBox.Text returns the spinbox value as a string.
* BUG: gControl.font() has been fixed. It always returns a font.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.project
2.0/trunk/app/src/gambas2/FCreateFile.form
2.0/trunk/app/src/gambas2/FProperty.class
2.0/trunk/examples/examples/Control/TreeView/TreeViewExample.class
2.0/trunk/examples/examples/Control/TreeView/TreeViewExample.form
2.0/trunk/gb.gtk/src/CSpinBox.cpp
2.0/trunk/gb.gtk/src/CTreeView.cpp
2.0/trunk/gb.gtk/src/CTreeView.h
2.0/trunk/gb.gtk/src/CWidget.cpp
2.0/trunk/gb.gtk/src/gcontainer.cpp
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gmenu.cpp
2.0/trunk/gb.gtk/src/gmenu.h
2.0/trunk/gb.gtk/src/gscrollview.cpp
2.0/trunk/gb.gtk/src/gscrollview.h
2.0/trunk/gb.gtk/src/gsplitter.cpp
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.qt/src/CSpinBox.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-06-11 21:55:46
|
Revision: 422
http://svn.sourceforge.net/gambas/?rev=422&view=rev
Author: gambas
Date: 2007-06-11 14:55:45 -0700 (Mon, 11 Jun 2007)
Log Message:
-----------
[GB.GTK]
* NEW: TabStrip was entirely implemented, except the Delete method.
[GB.QT]
* BUG: The Index property now takes the hidden tabs into account.
* NEW: Menu.Name was implemented.
Modified Paths:
--------------
2.0/trunk/gb.gtk/src/CContainer.cpp
2.0/trunk/gb.gtk/src/CMenu.cpp
2.0/trunk/gb.gtk/src/CTabStrip.cpp
2.0/trunk/gb.gtk/src/CWidget.cpp
2.0/trunk/gb.gtk/src/CWidget.h
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gtabstrip.cpp
2.0/trunk/gb.gtk/src/gtabstrip.h
2.0/trunk/gb.gtk/src/gtools.cpp
2.0/trunk/gb.opengl/config.h.in
2.0/trunk/gb.qt/src/CTabStrip.cpp
2.0/trunk/gb.qt/src/CTreeView.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
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.
|
|
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.
|
|
From: <ga...@us...> - 2007-06-24 18:33:12
|
Revision: 429
http://svn.sourceforge.net/gambas/?rev=429&view=rev
Author: gambas
Date: 2007-06-24 11:33:12 -0700 (Sun, 24 Jun 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: A button for swapping between gb.qt and gb.gtk in the project
property dialog. This is for testing, and will be removed in the future.
[COMPILER]
* BUG: The compiler allocated a too small internal buffer for little forms,
and then crashed. This has been fixed.
[GB.GTK]
* NEW: UserContainer.Children now behaves correctly.
* BUG: TreeView.EnsureVisible now works correcty.
* BUG: TreeView.Clear now works correcty.
* BUG: Many other fixes in TreeView, ColumnView and ListView controls.
* NEW: ComboBox Activate and Change events were implemented.
* NEW: Default and Cancel buttons were correctly implemented.
* BUG: Some fixes in TrayIcon.
* NEW: Tray icons are now transparent.
* NEW: TabStrip can delete tabs individually now.
* NEW: Window.Reparent has been implemented.
* NEW: Control.SetFocus works even if the window is not yet realized.
* NEW: Control Next and Previous properties reading have been implemented.
* BUG: Dialog.OpenFile now behaves like in gb.qt.
* BUG: Many fixes in window management.
[GB.QT]
* NEW: TreeView.Key does not change TreeView.Item anymore. And so on for
ListView and ColumnView.
Modified Paths:
--------------
2.0/trunk/app/src/gambas-database-manager/.lang/.pot
2.0/trunk/app/src/gambas-database-manager/FPassword.class
2.0/trunk/app/src/gambas-database-manager/FPassword.form
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/FPropertyProject.class
2.0/trunk/app/src/gambas2/FPropertyProject.form
2.0/trunk/app/src/gambas2/Project.module
2.0/trunk/comp/src/gb.desktop/.info
2.0/trunk/comp/src/gb.desktop/.list
2.0/trunk/comp/src/gb.form/.lang/.pot
2.0/trunk/comp/src/gb.form/DirView.class
2.0/trunk/comp/src/gb.form/FDirChooser.class
2.0/trunk/comp/src/gb.form/FMain.form
2.0/trunk/comp/src/gb.form.mdi/FMain.class
2.0/trunk/comp/src/gb.form.mdi/FMain.form
2.0/trunk/comp/src/gb.form.mdi/FTest.form
2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class
2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form
2.0/trunk/comp/src/gb.report/.info
2.0/trunk/comp/src/gb.report/.list
2.0/trunk/examples/examples/Basic/Blights/win1.form
2.0/trunk/examples/examples/Drawing/ImageViewer/.project
2.0/trunk/examples/examples/Drawing/ImageViewer/FViewer.form
2.0/trunk/examples/examples/Games/Solitaire/.project
2.0/trunk/examples/examples/Games/Solitaire/FBoardSelect.form
2.0/trunk/examples/examples/Games/Solitaire/FGameArea.class
2.0/trunk/examples/examples/Networking/ClientSocket/.icon.png
2.0/trunk/examples/examples/Networking/ClientSocket/.project
2.0/trunk/examples/examples/Networking/ClientSocket/FrmMain.form
2.0/trunk/examples/examples/Networking/DnsClient/.icon.png
2.0/trunk/examples/examples/Networking/DnsClient/.project
2.0/trunk/examples/examples/Networking/DnsClient/FMain.form
2.0/trunk/examples/examples/Networking/HTTPGet/.icon.png
2.0/trunk/examples/examples/Networking/HTTPGet/.project
2.0/trunk/examples/examples/Networking/HTTPGet/F.form
2.0/trunk/examples/examples/Networking/HTTPGet/FConfig.class
2.0/trunk/examples/examples/Networking/HTTPGet/FConfig.form
2.0/trunk/examples/examples/Networking/SerialPort/.icon.png
2.0/trunk/examples/examples/Networking/SerialPort/.project
2.0/trunk/examples/examples/Networking/SerialPort/FSerialPort.form
2.0/trunk/examples/examples/Networking/ServerSocket/.icon.png
2.0/trunk/examples/examples/Networking/ServerSocket/.project
2.0/trunk/examples/examples/Networking/ServerSocket/FrmMain.form
2.0/trunk/gb.gtk/src/CContainer.cpp
2.0/trunk/gb.gtk/src/CTabStrip.cpp
2.0/trunk/gb.gtk/src/CTextBox.cpp
2.0/trunk/gb.gtk/src/CTrayIcon.cpp
2.0/trunk/gb.gtk/src/CTreeView.cpp
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/Makefile.am
2.0/trunk/gb.gtk/src/gapplication.cpp
2.0/trunk/gb.gtk/src/gapplication.h
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/gdraw.cpp
2.0/trunk/gb.gtk/src/gdrawingarea.h
2.0/trunk/gb.gtk/src/gfont.cpp
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/gmessage.cpp
2.0/trunk/gb.gtk/src/gpicturebox.cpp
2.0/trunk/gb.gtk/src/gsignals.cpp
2.0/trunk/gb.gtk/src/gsplitter.cpp
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/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/CTextBox.cpp
2.0/trunk/gb.qt/src/CTrayIcon.cpp
2.0/trunk/gb.qt/src/CTreeView.cpp
2.0/trunk/main/gbc/gbc_compile.c
Added Paths:
-----------
2.0/trunk/comp/src/gb.form.mdi/Form1.class
2.0/trunk/comp/src/gb.form.mdi/Form1.form
2.0/trunk/gb.gtk/src/gdrawingarea.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-06-24 22:56:13
|
Revision: 430
http://svn.sourceforge.net/gambas/?rev=430&view=rev
Author: gambas
Date: 2007-06-24 15:56:09 -0700 (Sun, 24 Jun 2007)
Log Message:
-----------
[GB.GTK]
* NEW: IconView was rewritten from scratch from the TreeView code. Not
everything was done, but it works!
Modified Paths:
--------------
2.0/trunk/comp/src/gb.form/FMain.form
2.0/trunk/examples/examples/Misc/Explorer/.icon.png
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/CIconView.h
2.0/trunk/gb.gtk/src/gapplication.cpp
2.0/trunk/gb.gtk/src/giconview.cpp
2.0/trunk/gb.gtk/src/giconview.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.qt/share/gb.form.properties.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
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.
|
|
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.
|
|
From: <ga...@us...> - 2007-07-09 10:50:54
|
Revision: 435
http://svn.sourceforge.net/gambas/?rev=435&view=rev
Author: gambas
Date: 2007-07-09 03:50:54 -0700 (Mon, 09 Jul 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: The default open project dialog size is smaller.
* BUG: Tabulation characters in string properties are correctly parsed by
the form editor now.
[GB.GTK]
* NEW: TreeView MouseDown and Menu events now behave like in gb.qt.
* BUG: Key class has been fixed. But input contexts are not managed yet.
* BUG: Fixes in the gSplitter class.
* NEW: ComboBox now behaves correctly. The selection properties are not
implemented yet.
* NEW: GridView control is almost complete.
* NEW: Some controls can have a minimum height. At the moment, only
ComboBox and Button-like controls have it.
* BUG: TextArea and ComboBox now raise correctly key events.
* BUG: TabStrip and other possible multi-containers will work correctly
now.
* BUG: TabStrip Background and Foreground properties are correctly handled
now.
* NEW: TextLabel.AutoResize has been implemented.
* BUG: TextBox Change event now behaves like the gb.qt one.
* BUG: Some fixes in the management of embedded Window controls.
Modified Paths:
--------------
2.0/trunk/app/src/gambas-database-manager/.lang/.pot
2.0/trunk/app/src/gambas-database-manager/CConnection.class
2.0/trunk/app/src/gambas-database-manager/CTableViewEditor.class
2.0/trunk/app/src/gambas-database-manager/FPassword.form
2.0/trunk/app/src/gambas-database-manager/FTable.class
2.0/trunk/app/src/gambas-database-manager/FTable.form
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.project
2.0/trunk/app/src/gambas2/FForm.class
2.0/trunk/app/src/gambas2/FOpenProject.form
2.0/trunk/comp/src/gb.form.mdi/FMain.class
2.0/trunk/comp/src/gb.form.mdi/FMain.form
2.0/trunk/comp/src/gb.form.mdi/FTest.class
2.0/trunk/comp/src/gb.form.mdi/FTest.form
2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class
2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form
2.0/trunk/gb.gtk/src/CGridView.cpp
2.0/trunk/gb.gtk/src/CGridView.h
2.0/trunk/gb.gtk/src/CLabel.cpp
2.0/trunk/gb.gtk/src/CTextBox.cpp
2.0/trunk/gb.gtk/src/CTextBox.h
2.0/trunk/gb.gtk/src/CWidget.cpp
2.0/trunk/gb.gtk/src/gapplication.cpp
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/gcontrol.cpp
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gdrawingarea.cpp
2.0/trunk/gb.gtk/src/ggridview.cpp
2.0/trunk/gb.gtk/src/ggridview.h
2.0/trunk/gb.gtk/src/gkey.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/gscrollbar.h
2.0/trunk/gb.gtk/src/gscrollview.cpp
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/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/gtextbox.cpp
2.0/trunk/gb.gtk/src/gtools.h
2.0/trunk/gb.gtk/src/gtreeview.cpp
2.0/trunk/gb.gtk/src/tablerender.cpp
2.0/trunk/gb.gtk/src/tablerender.h
2.0/trunk/gb.qt/share/gb.form.properties.h
2.0/trunk/gb.qt/src/CTextBox.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|