gambas-devel-svn Mailing List for Gambas (Page 310)
Brought to you by:
gambas
This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(20) |
Oct
(61) |
Nov
(35) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(27) |
Feb
(24) |
Mar
(13) |
Apr
(95) |
May
(58) |
Jun
(27) |
Jul
(52) |
Aug
(60) |
Sep
(134) |
Oct
(118) |
Nov
(55) |
Dec
(52) |
2008 |
Jan
(149) |
Feb
(73) |
Mar
(152) |
Apr
(68) |
May
(51) |
Jun
(44) |
Jul
(47) |
Aug
(44) |
Sep
(82) |
Oct
(48) |
Nov
(54) |
Dec
(41) |
2009 |
Jan
(82) |
Feb
(48) |
Mar
(30) |
Apr
(21) |
May
(51) |
Jun
(68) |
Jul
(142) |
Aug
(96) |
Sep
(76) |
Oct
(29) |
Nov
(52) |
Dec
(126) |
2010 |
Jan
(73) |
Feb
(77) |
Mar
(120) |
Apr
(79) |
May
(58) |
Jun
(39) |
Jul
(58) |
Aug
(91) |
Sep
(74) |
Oct
(26) |
Nov
(67) |
Dec
(77) |
2011 |
Jan
(110) |
Feb
(100) |
Mar
(85) |
Apr
(107) |
May
(48) |
Jun
(43) |
Jul
(47) |
Aug
(112) |
Sep
(96) |
Oct
(62) |
Nov
(36) |
Dec
(125) |
2012 |
Jan
(54) |
Feb
(75) |
Mar
(65) |
Apr
(117) |
May
(95) |
Jun
(82) |
Jul
(128) |
Aug
(104) |
Sep
(111) |
Oct
(48) |
Nov
(141) |
Dec
(72) |
2013 |
Jan
(50) |
Feb
(36) |
Mar
(40) |
Apr
(23) |
May
(59) |
Jun
(30) |
Jul
(50) |
Aug
(55) |
Sep
(41) |
Oct
(56) |
Nov
(55) |
Dec
(70) |
2014 |
Jan
(72) |
Feb
(71) |
Mar
(31) |
Apr
(31) |
May
(47) |
Jun
(59) |
Jul
(51) |
Aug
(33) |
Sep
(76) |
Oct
(85) |
Nov
(91) |
Dec
(91) |
2015 |
Jan
(88) |
Feb
(42) |
Mar
(97) |
Apr
(31) |
May
(60) |
Jun
(52) |
Jul
(45) |
Aug
(54) |
Sep
(116) |
Oct
(65) |
Nov
(56) |
Dec
(46) |
2016 |
Jan
(48) |
Feb
(25) |
Mar
(87) |
Apr
(47) |
May
(46) |
Jun
(12) |
Jul
(24) |
Aug
(53) |
Sep
(35) |
Oct
(32) |
Nov
(55) |
Dec
(29) |
2017 |
Jan
(41) |
Feb
(13) |
Mar
(7) |
Apr
(17) |
May
(10) |
Jun
(7) |
Jul
(23) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <ga...@us...> - 2007-06-11 09:39:26
|
Revision: 421 http://svn.sourceforge.net/gambas/?rev=421&view=rev Author: gambas Date: 2007-06-11 02:39:28 -0700 (Mon, 11 Jun 2007) Log Message: ----------- [GB.GTK] * NEW: Some meaningless work on gMenu. Modified Paths: -------------- 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-10 20:42:37
|
Revision: 420 http://svn.sourceforge.net/gambas/?rev=420&view=rev Author: gambas Date: 2007-06-10 13:42:39 -0700 (Sun, 10 Jun 2007) Log Message: ----------- [GB.GTK] * BUG: Fix the Picture property. Modified Paths: -------------- 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-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-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: <lor...@us...> - 2007-06-08 20:17:42
|
Revision: 417 http://svn.sourceforge.net/gambas/?rev=417&view=rev Author: lordheavy Date: 2007-06-08 13:17:44 -0700 (Fri, 08 Jun 2007) Log Message: ----------- [GB.OPENGL] * NEW: Depend to X11/glx added, will be become optional as openGL will be ported to other os/platform. Add missing files Modified Paths: -------------- 2.0/trunk/gb.opengl/configure.ac Added Paths: ----------- 2.0/trunk/gb.opengl/src/GLinit.c 2.0/trunk/gb.opengl/src/GLinit.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 18:28:45
|
Revision: 416 http://svn.sourceforge.net/gambas/?rev=416&view=rev Author: gambas Date: 2007-06-08 11:27:44 -0700 (Fri, 08 Jun 2007) Log Message: ----------- [GB.DB.FORM] * BUG: DataCombo is now correctly refreshed when its Display property is set. Modified Paths: -------------- 2.0/trunk/comp/src/gb.db.form/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-06-08 18:22:22
|
Revision: 415 http://svn.sourceforge.net/gambas/?rev=415&view=rev Author: gambas Date: 2007-06-08 11:22:22 -0700 (Fri, 08 Jun 2007) Log Message: ----------- Modified Paths: -------------- 2.0/trunk/comp/src/gb.db.form/.component 2.0/trunk/comp/src/gb.db.form/.info 2.0/trunk/comp/src/gb.db.form/.list 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.db.form/DataCombo.class 2.0/trunk/comp/src/gb.db.form/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-06-08 12:52:34
|
Revision: 414 http://svn.sourceforge.net/gambas/?rev=414&view=rev Author: lordheavy Date: 2007-06-08 05:52:35 -0700 (Fri, 08 Jun 2007) Log Message: ----------- [GB.OPENGL] * BUG: Fix GlPolygonStipple() support Remove obsolete GLconstants.* files, add news files. Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GLrasterization.c 2.0/trunk/gb.opengl/src/Makefile.am Removed Paths: ------------- 2.0/trunk/gb.opengl/src/GLconstants.c 2.0/trunk/gb.opengl/src/GLconstants.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: <lor...@us...> - 2007-06-06 22:08:25
|
Revision: 412 http://svn.sourceforge.net/gambas/?rev=412&view=rev Author: lordheavy Date: 2007-06-06 15:08:27 -0700 (Wed, 06 Jun 2007) Log Message: ----------- [GB.OPENGL] * NEW: Remove all Gl.GetXXX, back to the default openGL behaviour, use Gl.GetIntegerv(), Gl.GetBooleanv(), GL.GetFloatv() with an optional size parameter, useful if the requested constant value is unknown (perhaps will be removed later). * BUG: Update copyrights. Some functions are not yet implemented, but near all openGL 1.0 constants are supported. TODO ; First step for a gl.gb interface, will give the possibility to add support for extra gl.GetXXXXX values and various other things to help for implementation of extra components (openGL extensions, 3D objects support, ...). Perhaps it will be ready for gambas 2.0 or just after the release (depending of the release date ;-)) Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GL.h 2.0/trunk/gb.opengl/src/GLU.c 2.0/trunk/gb.opengl/src/GLU.h 2.0/trunk/gb.opengl/src/GLUcoordTransf.c 2.0/trunk/gb.opengl/src/GLUcoordTransf.h 2.0/trunk/gb.opengl/src/GLUtextureImage.c 2.0/trunk/gb.opengl/src/GLUtextureImage.h 2.0/trunk/gb.opengl/src/GLclipping.c 2.0/trunk/gb.opengl/src/GLclipping.h 2.0/trunk/gb.opengl/src/GLcolorLighting.c 2.0/trunk/gb.opengl/src/GLcolorLighting.h 2.0/trunk/gb.opengl/src/GLconstants.c 2.0/trunk/gb.opengl/src/GLconstants.h 2.0/trunk/gb.opengl/src/GLcoordTransf.c 2.0/trunk/gb.opengl/src/GLcoordTransf.h 2.0/trunk/gb.opengl/src/GLdisplayList.c 2.0/trunk/gb.opengl/src/GLdisplayList.h 2.0/trunk/gb.opengl/src/GLfog.c 2.0/trunk/gb.opengl/src/GLfog.h 2.0/trunk/gb.opengl/src/GLframeBufferOps.c 2.0/trunk/gb.opengl/src/GLframeBufferOps.h 2.0/trunk/gb.opengl/src/GLinfo.c 2.0/trunk/gb.opengl/src/GLinfo.h 2.0/trunk/gb.opengl/src/GLmodesExec.c 2.0/trunk/gb.opengl/src/GLmodesExec.h 2.0/trunk/gb.opengl/src/GLpixelOperations.c 2.0/trunk/gb.opengl/src/GLpixelOperations.h 2.0/trunk/gb.opengl/src/GLprimitives.c 2.0/trunk/gb.opengl/src/GLprimitives.h 2.0/trunk/gb.opengl/src/GLrasterization.c 2.0/trunk/gb.opengl/src/GLrasterization.h 2.0/trunk/gb.opengl/src/GLselectPixmap.c 2.0/trunk/gb.opengl/src/GLselectPixmap.h 2.0/trunk/gb.opengl/src/GLtextureMapping.c 2.0/trunk/gb.opengl/src/GLtextureMapping.h 2.0/trunk/gb.opengl/src/Makefile.am 2.0/trunk/gb.opengl/src/main.c 2.0/trunk/gb.opengl/src/main.h Added Paths: ----------- 2.0/trunk/gb.opengl/src/gb.gl.c 2.0/trunk/gb.opengl/src/gb.gl.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-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-03 09:31:53
|
Revision: 409 http://svn.sourceforge.net/gambas/?rev=409&view=rev Author: gambas Date: 2007-06-03 02:31:54 -0700 (Sun, 03 Jun 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Quotes correctly string properties in *.form files. Spurious 'non-terminated string' errors should have disappeared. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/CControl.class 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 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-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-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-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-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-28 15:54:56
|
Revision: 402 http://svn.sourceforge.net/gambas/?rev=402&view=rev Author: gambas Date: 2007-05-28 08:54:58 -0700 (Mon, 28 May 2007) Log Message: ----------- [COMPILER] * BUG: Make it compile again. [ARCHIVER] * BUG: Make it compile again. Modified Paths: -------------- 2.0/trunk/main/share/gb_table_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-05-28 11:26:58
|
Revision: 401 http://svn.sourceforge.net/gambas/?rev=401&view=rev Author: dcamposf Date: 2007-05-28 04:26:57 -0700 (Mon, 28 May 2007) Log Message: ----------- [GB.GTK] *BUG: The dialogs and messages didn't raise the modal window to the top Modified Paths: -------------- 2.0/trunk/gb.gtk/src/gmessage.cpp 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 10:54:29
|
Revision: 399 http://svn.sourceforge.net/gambas/?rev=399&view=rev Author: gambas Date: 2007-05-28 03:54:31 -0700 (Mon, 28 May 2007) Log Message: ----------- [INTERPRETER] * NEW: Support for old non-optimized archive format. * NEW: When bytecode version is different, a warning is displayed instead of raising an error. This will be removed at 2.0 release. Modified Paths: -------------- 2.0/trunk/main/gbx/gbx_class_load.c 2.0/trunk/main/share/gb_arch_temp.h 2.0/trunk/main/share/gb_table.h 2.0/trunk/main/share/gb_table_temp.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-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. |