gambas-devel-svn Mailing List for Gambas (Page 303)
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: <jor...@us...> - 2007-09-14 00:15:25
|
Revision: 595 http://gambas.svn.sourceforge.net/gambas/?rev=595&view=rev Author: jordisayol Date: 2007-09-13 17:15:29 -0700 (Thu, 13 Sep 2007) Log Message: ----------- Modified Paths: -------------- 2.0/trunk/examples/examples/Automation/Scripting/.icon.png 2.0/trunk/examples/examples/Automation/Scripting/.project Added Paths: ----------- 2.0/trunk/examples/examples/Automation/Scripting/.lang/ca.mo 2.0/trunk/examples/examples/Automation/Scripting/.lang/ca.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jor...@us...> - 2007-09-13 22:17:45
|
Revision: 594 http://gambas.svn.sourceforge.net/gambas/?rev=594&view=rev Author: jordisayol Date: 2007-09-13 15:17:47 -0700 (Thu, 13 Sep 2007) Log Message: ----------- Modified Paths: -------------- 2.0/trunk/examples/examples/Automation/KateBrowser/.icon.png 2.0/trunk/examples/examples/Automation/KateBrowser/.project Added Paths: ----------- 2.0/trunk/examples/examples/Automation/KateBrowser/.lang/ca.mo 2.0/trunk/examples/examples/Automation/KateBrowser/.lang/ca.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-13 21:59:50
|
Revision: 593 http://gambas.svn.sourceforge.net/gambas/?rev=593&view=rev Author: gambas Date: 2007-09-13 14:59:54 -0700 (Thu, 13 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The information balloon now appears only if you press SHIFT while moving the mouse across project tree view items. * BUG: The project '.lang' hidden directory that contains translation files is now automatically created and put under version control. * BUG: Add all specials methods in automatic completion. * BUG: Fix image rotation in icon editor. Image.Rotate now uses radians. [GB.QT] * NEW: ColumnView with AutoResize set now take the column label widths into account. * BUG: Key modifier properties (Key.Shift, Key.Control...) now return the accurate value during a KeyRelease event. Maybe gb.gtk should be checked for the same problem. [GB.FORM] * NEW: A few new icons in the stock. [GB.FORM.MDI] * NEW: The MDI windows menu has now an entry for closing all windows except the current one. [GB.SETTINGS] * BUG: The $XDG_CONFIG_HOME environmental variable is now taken into account. [GB.WEB] * BUG: The Request class now can handle submission of <select> form elements with multiple selection. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas-database-manager/FPassword.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FCompletion.class 2.0/trunk/app/src/gambas2/FForm.form 2.0/trunk/app/src/gambas2/FIconEditor.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.chart/.project 2.0/trunk/comp/src/gb.form/map/gnome.map 2.0/trunk/comp/src/gb.form/map/kde.map 2.0/trunk/comp/src/gb.form/map/map 2.0/trunk/comp/src/gb.form/stock/gtk/48/gtk-dialog-authentication.png 2.0/trunk/comp/src/gb.form/stock/qt/16/earth.png 2.0/trunk/comp/src/gb.form.mdi/.lang/fr.mo 2.0/trunk/comp/src/gb.form.mdi/.lang/fr.po 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/comp/src/gb.settings/Settings.class 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/gb.qt/src/CKey.cpp 2.0/trunk/gb.qt/src/CKey.h 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CTreeView.h 2.0/trunk/gb.qt/src/CWidget.cpp Added Paths: ----------- 2.0/trunk/comp/src/gb.form/stock/default/16/access.png 2.0/trunk/comp/src/gb.form/stock/default/16/attach.png 2.0/trunk/comp/src/gb.form/stock/default/16/camera.png 2.0/trunk/comp/src/gb.form/stock/default/16/clock.png 2.0/trunk/comp/src/gb.form/stock/default/16/erase.png 2.0/trunk/comp/src/gb.form/stock/default/16/lamp.png 2.0/trunk/comp/src/gb.form/stock/default/16/lock.png 2.0/trunk/comp/src/gb.form/stock/default/16/mail.png 2.0/trunk/comp/src/gb.form/stock/default/16/mouse.png 2.0/trunk/comp/src/gb.form/stock/default/16/rotate-left.png 2.0/trunk/comp/src/gb.form/stock/default/16/rotate-right.png 2.0/trunk/comp/src/gb.form/stock/default/16/unlock.png 2.0/trunk/comp/src/gb.form/stock/default/16/wizard.png 2.0/trunk/comp/src/gb.form/stock/default/32/access.png 2.0/trunk/comp/src/gb.form/stock/default/32/attach.png 2.0/trunk/comp/src/gb.form/stock/default/32/camera.png 2.0/trunk/comp/src/gb.form/stock/default/32/clock.png 2.0/trunk/comp/src/gb.form/stock/default/32/erase.png 2.0/trunk/comp/src/gb.form/stock/default/32/lamp.png 2.0/trunk/comp/src/gb.form/stock/default/32/lock.png 2.0/trunk/comp/src/gb.form/stock/default/32/mail.png 2.0/trunk/comp/src/gb.form/stock/default/32/mouse.png 2.0/trunk/comp/src/gb.form/stock/default/32/rotate-left.png 2.0/trunk/comp/src/gb.form/stock/default/32/rotate-right.png 2.0/trunk/comp/src/gb.form/stock/default/32/unlock.png 2.0/trunk/comp/src/gb.form/stock/default/32/wizard.png 2.0/trunk/comp/src/gb.form/stock/default/48/access.png 2.0/trunk/comp/src/gb.form/stock/default/48/camera.png 2.0/trunk/comp/src/gb.form/stock/default/48/clock.png 2.0/trunk/comp/src/gb.form/stock/default/48/erase.png 2.0/trunk/comp/src/gb.form/stock/default/48/mouse.png 2.0/trunk/comp/src/gb.form/stock/default/48/rotate-left.png 2.0/trunk/comp/src/gb.form/stock/default/48/rotate-right.png 2.0/trunk/comp/src/gb.form/stock/default/48/wizard.png 2.0/trunk/comp/src/gb.form/stock/default/64/access.png 2.0/trunk/comp/src/gb.form/stock/default/64/camera.png 2.0/trunk/comp/src/gb.form/stock/default/64/clock.png 2.0/trunk/comp/src/gb.form/stock/default/64/mouse.png 2.0/trunk/comp/src/gb.form/stock/gtk/16/erase.png 2.0/trunk/comp/src/gb.form/stock/gtk/16/lamp.png Removed Paths: ------------- 2.0/trunk/comp/src/gb.form/stock/default/16/auth.png 2.0/trunk/comp/src/gb.form/stock/default/32/auth.png 2.0/trunk/comp/src/gb.form/stock/qt/16/rotate-left.png 2.0/trunk/comp/src/gb.form/stock/qt/16/rotate-right.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jor...@us...> - 2007-09-13 21:47:56
|
Revision: 592 http://gambas.svn.sourceforge.net/gambas/?rev=592&view=rev Author: jordisayol Date: 2007-09-13 14:47:59 -0700 (Thu, 13 Sep 2007) Log Message: ----------- Modified Paths: -------------- 2.0/trunk/examples/examples/Printing/Printing/.project Added Paths: ----------- 2.0/trunk/examples/examples/Printing/Printing/.lang/ 2.0/trunk/examples/examples/Printing/Printing/.lang/ca.mo 2.0/trunk/examples/examples/Printing/Printing/.lang/ca.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Fabien B. <gam...@gm...> - 2007-09-12 10:16:03
|
Et oui ... toujours fach=E9 vec l'othographe...mi ;-) vais revoir tout =E7a ... promis On Wednesday 12 September 2007 00:57:38 ga...@us... wrote: > Revision: 590 > http://gambas.svn.sourceforge.net/gambas/?rev=3D590&view=3Drev > Author: gambas > Date: 2007-09-11 15:57:37 -0700 (Tue, 11 Sep 2007) > > Log Message: > ----------- > [GB.CHART] > * BUG: Replaced "Heigth" by "Height". > > Modified Paths: > -------------- > 2.0/trunk/comp/src/gb.chart/Chart.class > 2.0/trunk/comp/src/gb.chart/FTest.class > 2.0/trunk/comp/src/gb.chart/Form1.class > 2.0/trunk/comp/src/gb.chart/_CLegend.class > > > This was sent by the SourceForge.net collaborative development platform, > the world's largest Open Source development site. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Gambas-devel-svn mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gambas-devel-svn |
From: <ga...@us...> - 2007-09-11 23:42:17
|
Revision: 591 http://gambas.svn.sourceforge.net/gambas/?rev=591&view=rev Author: gambas Date: 2007-09-11 16:42:20 -0700 (Tue, 11 Sep 2007) Log Message: ----------- [GB.GTK] * BUG: Frame borders are correctly drawn now. Modified Paths: -------------- 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-09-11 22:57:34
|
Revision: 590 http://gambas.svn.sourceforge.net/gambas/?rev=590&view=rev Author: gambas Date: 2007-09-11 15:57:37 -0700 (Tue, 11 Sep 2007) Log Message: ----------- [GB.CHART] * BUG: Replaced "Heigth" by "Height". Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/Chart.class 2.0/trunk/comp/src/gb.chart/FTest.class 2.0/trunk/comp/src/gb.chart/Form1.class 2.0/trunk/comp/src/gb.chart/_CLegend.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-11 20:31:20
|
Revision: 589 http://gambas.svn.sourceforge.net/gambas/?rev=589&view=rev Author: gambix Date: 2007-09-11 13:31:24 -0700 (Tue, 11 Sep 2007) Log Message: ----------- [GB.CHART] * NEW: Now the Y step values are correctly set * NEW: The Columns style Axes are drawn by the common function Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/CPoint.class 2.0/trunk/comp/src/gb.chart/Form1.class 2.0/trunk/comp/src/gb.chart/MTools.module 2.0/trunk/comp/src/gb.chart/_CStyleColumns.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-11 18:41:45
|
Revision: 588 http://gambas.svn.sourceforge.net/gambas/?rev=588&view=rev Author: gambas Date: 2007-09-11 11:41:49 -0700 (Tue, 11 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Many enhancements and fixes in debug windows. * NEW: Debug windows now follow the default system color palette. Otherwise, they would be sometimes not visible. * NEW: SIGTERM signal is not considered as a program crash anymore. [DATABASE MANAGER] * BUG: The gb.gtk GridView can emit the Change event with no current cell. Now that does lead to a crash anymore. * NEW: Table, field and index names are now case sensitive. [GB.DB] * NEW: Table, field and index names are now case sensitive. All drivers were modified according to this new policy. * NEW: The arguments of internal requests are now automatically quoted. That fixes a potential security hole. The following drivers are yet to be fixed: gb.db.firebird & gb.db.odbc. * BUG: Result class now correctly deals with its internal array of modification flags. [GB.DB.SQLITE2] * BUG: All gb.db.sqlite3 bug fixes were backported. [GB.DB.SQLITE3] * BUG: Reading a field having a NULL value works in all cases now. [GB.DEBUG] * BUG: The debugger does not return overridden fields aynmore when information on a class is asked. [GB.FORM] * BUG: Balloon foreground color is now always black, so that it is visible whatever the system foreground color is. [GB.FORM.MDI] * BUG: Does not try to close windows when they have became invalid. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas-database-manager/CTableViewEditor.class 2.0/trunk/app/src/gambas-database-manager/FTable.class 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/img/16/rename.png 2.0/trunk/comp/src/gb.form/FBalloon.form 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/examples/examples/Games/GameOfLife/.settings 2.0/trunk/gb.db.firebird/src/main.cpp 2.0/trunk/gb.db.mysql/src/main.c 2.0/trunk/gb.db.odbc/src/main.c 2.0/trunk/gb.db.postgresql/src/main.c 2.0/trunk/gb.db.sqlite2/src/dataset.cpp 2.0/trunk/gb.db.sqlite2/src/dataset.h 2.0/trunk/gb.db.sqlite2/src/main.cpp 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.sqlite2/src/sqlitedataset.h 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/qry_dat.cpp 2.0/trunk/gb.db.sqlite3/src/sqlitedataset.cpp 2.0/trunk/gb.db.sqlite3/src/sqlitedataset.h 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/lib/db/CField.c 2.0/trunk/main/lib/db/CResultField.c 2.0/trunk/main/lib/db/gb.db.h 2.0/trunk/main/lib/db/gb_barray.h 2.0/trunk/main/lib/db/main.c 2.0/trunk/main/lib/db/main.h 2.0/trunk/main/lib/debug/print.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-11 16:29:04
|
Revision: 587 http://gambas.svn.sourceforge.net/gambas/?rev=587&view=rev Author: gambix Date: 2007-09-11 09:29:06 -0700 (Tue, 11 Sep 2007) Log Message: ----------- [GB.CHART] * BUG: Now Title and Header Class are exported.$ * BUG: Title Font is based on the class Title Now Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/Chart.class 2.0/trunk/comp/src/gb.chart/_CHeaders.class 2.0/trunk/comp/src/gb.chart/_CTitle.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-11 16:17:47
|
Revision: 586 http://gambas.svn.sourceforge.net/gambas/?rev=586&view=rev Author: gambix Date: 2007-09-11 09:17:48 -0700 (Tue, 11 Sep 2007) Log Message: ----------- oups Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/.project Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-11 16:12:47
|
Revision: 585 http://gambas.svn.sourceforge.net/gambas/?rev=585&view=rev Author: gambix Date: 2007-09-11 09:12:49 -0700 (Tue, 11 Sep 2007) Log Message: ----------- activate gb.chart Modified Paths: -------------- 2.0/trunk/comp/src/order This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-11 15:59:00
|
Revision: 584 http://gambas.svn.sourceforge.net/gambas/?rev=584&view=rev Author: gambix Date: 2007-09-11 08:58:55 -0700 (Tue, 11 Sep 2007) Log Message: ----------- [GB.CHART] * NEW: New demo form that will be placed in examples directory then. * NEW: Areas style and 3 subStyles are done * NEW: 2 new substyle for Pies * NEW: The Chart axes are drawed by a common class Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/.project 2.0/trunk/comp/src/gb.chart/Chart.class 2.0/trunk/comp/src/gb.chart/ChartType.class 2.0/trunk/comp/src/gb.chart/Form1.class 2.0/trunk/comp/src/gb.chart/Form1.form 2.0/trunk/comp/src/gb.chart/MTools.module 2.0/trunk/comp/src/gb.chart/_CStyleAreas.class 2.0/trunk/comp/src/gb.chart/_CStyleColumns.class Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/CPoint.class 2.0/trunk/comp/src/gb.chart/CRect.class 2.0/trunk/comp/src/gb.chart/img/ 2.0/trunk/comp/src/gb.chart/img/areas.png 2.0/trunk/comp/src/gb.chart/img/areasnormal.png 2.0/trunk/comp/src/gb.chart/img/areaspercent.png 2.0/trunk/comp/src/gb.chart/img/areasstacked.png 2.0/trunk/comp/src/gb.chart/img/bars.png 2.0/trunk/comp/src/gb.chart/img/barsnormal.png 2.0/trunk/comp/src/gb.chart/img/barspercent.png 2.0/trunk/comp/src/gb.chart/img/barsstacked.png 2.0/trunk/comp/src/gb.chart/img/columns.png 2.0/trunk/comp/src/gb.chart/img/columnslinecombination.png 2.0/trunk/comp/src/gb.chart/img/columnsnormal.png 2.0/trunk/comp/src/gb.chart/img/columnspercent.png 2.0/trunk/comp/src/gb.chart/img/columnsstacked.png 2.0/trunk/comp/src/gb.chart/img/lines.png 2.0/trunk/comp/src/gb.chart/img/linesnormal.png 2.0/trunk/comp/src/gb.chart/img/linespercent.png 2.0/trunk/comp/src/gb.chart/img/linesstacked.png 2.0/trunk/comp/src/gb.chart/img/linessymbols.png 2.0/trunk/comp/src/gb.chart/img/net.png 2.0/trunk/comp/src/gb.chart/img/pie.png 2.0/trunk/comp/src/gb.chart/img/pienormal.png 2.0/trunk/comp/src/gb.chart/img/pieoffset1.png 2.0/trunk/comp/src/gb.chart/img/pieoffset2.png 2.0/trunk/comp/src/gb.chart/img/pierings.png 2.0/trunk/comp/src/gb.chart/img/stockchart.png 2.0/trunk/comp/src/gb.chart/img/xychart.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-10 13:44:49
|
Revision: 583 http://gambas.svn.sourceforge.net/gambas/?rev=583&view=rev Author: gambix Date: 2007-09-10 06:44:52 -0700 (Mon, 10 Sep 2007) Log Message: ----------- [GB.CHART] * NEW: Areas style with 3 substyles available : Normal, Stacked, Percent The stacked mode is in the demo form. * OPT: The Name of bar Style have changed to Columns Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/Chart.class 2.0/trunk/comp/src/gb.chart/ChartType.class 2.0/trunk/comp/src/gb.chart/FTest.class 2.0/trunk/comp/src/gb.chart/FTest.form 2.0/trunk/comp/src/gb.chart/MTools.module 2.0/trunk/comp/src/gb.chart/_CStyleLine.class 2.0/trunk/comp/src/gb.chart/_CStylePie.class Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/Form1.class 2.0/trunk/comp/src/gb.chart/Form1.form 2.0/trunk/comp/src/gb.chart/_CStyleAreas.class 2.0/trunk/comp/src/gb.chart/_CStyleColumns.class Removed Paths: ------------- 2.0/trunk/comp/src/gb.chart/_CStyleBar.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jor...@us...> - 2007-09-10 12:31:44
|
Revision: 582 http://gambas.svn.sourceforge.net/gambas/?rev=582&view=rev Author: jordisayol Date: 2007-09-10 05:31:47 -0700 (Mon, 10 Sep 2007) Log Message: ----------- [EXAMPLES] * NEW: Catalan translation of Printing example. Modified Paths: -------------- 2.0/trunk/examples/examples/Printing/Printing/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-09 22:41:10
|
Revision: 581 http://gambas.svn.sourceforge.net/gambas/?rev=581&view=rev Author: gambas Date: 2007-09-09 15:41:13 -0700 (Sun, 09 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Menu reorganization. * NEW: You an open a browser on the current project from the 'Tools' menu now. * NEW: The debugging yellow windows displays integer values in decimal and hexadecimal form now. * BUG: The form name is not put in the list of form controls anymore. * NEW: The image editor option was removed and replaced by a new 'Edit with' item in the project tree view pop-up menu. * NEW: Icon editor edition buttons are hidden when the icon is read-only. [GB.QT] * NEW: When a debugged program is paused, and run again, the program active window is automatically reactivated. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/ar.po 2.0/trunk/app/src/gambas2/.lang/ca.po 2.0/trunk/app/src/gambas2/.lang/cs.po 2.0/trunk/app/src/gambas2/.lang/cy.po 2.0/trunk/app/src/gambas2/.lang/de.po 2.0/trunk/app/src/gambas2/.lang/es.po 2.0/trunk/app/src/gambas2/.lang/fa.po 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/gl_ES.po 2.0/trunk/app/src/gambas2/.lang/hr.po 2.0/trunk/app/src/gambas2/.lang/hu.po 2.0/trunk/app/src/gambas2/.lang/id.po 2.0/trunk/app/src/gambas2/.lang/it.po 2.0/trunk/app/src/gambas2/.lang/ja.po 2.0/trunk/app/src/gambas2/.lang/nl.po 2.0/trunk/app/src/gambas2/.lang/no.po 2.0/trunk/app/src/gambas2/.lang/pl.po 2.0/trunk/app/src/gambas2/.lang/pt.po 2.0/trunk/app/src/gambas2/.lang/pt_BR.po 2.0/trunk/app/src/gambas2/.lang/ru.po 2.0/trunk/app/src/gambas2/.lang/sl.po 2.0/trunk/app/src/gambas2/.lang/sv.po 2.0/trunk/app/src/gambas2/.lang/tr.po 2.0/trunk/app/src/gambas2/.lang/zh.po 2.0/trunk/app/src/gambas2/.lang/zh_TW.po 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FGambas.class 2.0/trunk/app/src/gambas2/FGambas.form 2.0/trunk/app/src/gambas2/FIconEditor.class 2.0/trunk/app/src/gambas2/FIconEditor.form 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/FBalloon.form 2.0/trunk/comp/src/gb.form/FColorChooser.form 2.0/trunk/comp/src/gb.form/FExpander.form 2.0/trunk/comp/src/gb.form/FFontChooser.form 2.0/trunk/comp/src/gb.form/FSidePanel.form 2.0/trunk/comp/src/gb.form/FToolBar.form 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/CWindow.h 2.0/trunk/gb.qt/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-09-09 00:01:55
|
Revision: 551 http://gambas.svn.sourceforge.net/gambas/?rev=551&view=rev Author: gambix Date: 2007-09-03 02:30:58 -0700 (Mon, 03 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The IDE does not crash anymore when trying to add a directory in the class, module, form one. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-08 23:13:21
|
Revision: 580 http://gambas.svn.sourceforge.net/gambas/?rev=580&view=rev Author: gambas Date: 2007-09-08 16:13:24 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [GB.QT.EXT] * Forgot to commit! Added Paths: ----------- 2.0/trunk/gb.gtk/src/ext/ 2.0/trunk/gb.gtk/src/ext/CGridView.cpp 2.0/trunk/gb.gtk/src/ext/CGridView.h 2.0/trunk/gb.gtk/src/ext/Makefile.am 2.0/trunk/gb.gtk/src/ext/gb.gtk.ext.component 2.0/trunk/gb.gtk/src/ext/main.cpp 2.0/trunk/gb.gtk/src/ext/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-08 22:55:44
|
Revision: 579 http://gambas.svn.sourceforge.net/gambas/?rev=579&view=rev Author: gambix Date: 2007-09-08 15:55:48 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [GB.CHART] * NEW: New Lines Style * NEW: Now the Legend can show data or data set on need Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/Chart.class 2.0/trunk/comp/src/gb.chart/FTest.class 2.0/trunk/comp/src/gb.chart/FTest.form 2.0/trunk/comp/src/gb.chart/_CLegend.class 2.0/trunk/comp/src/gb.chart/_CStylePie.class Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/_CStyleLine.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-08 22:23:48
|
Revision: 578 http://gambas.svn.sourceforge.net/gambas/?rev=578&view=rev Author: gambas Date: 2007-09-08 15:23:50 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Debugging yellow windows save their position correctly now. * NEW: Support for static classes, and objects that can be used like an array. I.e. they have a Count property, and are indexed by an integer. Support for objects indexed by strings is planned. * BUG: Error messages are correctly displayed when evaluating an expression during debugging. * BUG: Project property dialog tabs are correct now. * BUG: Breakpoints are not incorrectly set anymore at program startup. * NEW: Application.Env.Count is a new property that returns the number of environment variables. [GB.DB] * NEW: Result.Fields.Length does not crash anymore. [GB.DEBUG] * NEW: Support for static classes and objects that can be used like an array. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FMenu.class 2.0/trunk/app/src/gambas2/FMenu.form 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/comp/src/gb.db.form/DataSource.class 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_c_application.c 2.0/trunk/main/gbx/gbx_c_subcollection.c 2.0/trunk/main/gbx/gbx_class.c 2.0/trunk/main/gbx/gbx_class.h 2.0/trunk/main/gbx/gbx_class_desc.h 2.0/trunk/main/gbx/gbx_component.c 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/gbx/gbx_debug.h 2.0/trunk/main/gbx/gbx_exec_enum.c 2.0/trunk/main/lib/db/CResultField.c 2.0/trunk/main/lib/debug/debug.c 2.0/trunk/main/lib/debug/gb.debug.h 2.0/trunk/main/lib/debug/print.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-08 22:07:33
|
Revision: 577 http://gambas.svn.sourceforge.net/gambas/?rev=577&view=rev Author: gambix Date: 2007-09-08 15:07:36 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [GB.CHART] * NEW: BarStyle and PieStyle can show multiple set of data now. Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/FTest.class 2.0/trunk/comp/src/gb.chart/_CLegend.class 2.0/trunk/comp/src/gb.chart/_CSerie.class 2.0/trunk/comp/src/gb.chart/_CStyleBar.class 2.0/trunk/comp/src/gb.chart/_CStylePie.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-08 21:33:35
|
Revision: 576 http://gambas.svn.sourceforge.net/gambas/?rev=576&view=rev Author: gambas Date: 2007-09-08 14:33:35 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [INFORMER] * BUG: Removed changes from revision 550. Not preloading QT and KDE libraries make the dynamic loader crash on some distributions, but not Mandriva. Revision Links: -------------- http://gambas.svn.sourceforge.net/gambas/?rev=550&view=rev Modified Paths: -------------- 2.0/trunk/main/gbc/gbi.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-08 19:52:34
|
Revision: 575 http://gambas.svn.sourceforge.net/gambas/?rev=575&view=rev Author: gambas Date: 2007-09-08 12:52:37 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [INFORMER] * BUG: Tries something else... Modified Paths: -------------- 2.0/trunk/main/gbc/gbi.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-08 18:59:40
|
Revision: 574 http://gambas.svn.sourceforge.net/gambas/?rev=574&view=rev Author: gambas Date: 2007-09-08 11:59:40 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [INFORMER] * BUG: Tries to fix a dynamic library loader crash with KDE libraries. Modified Paths: -------------- 2.0/trunk/main/gbc/gbi.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-09-08 17:27:05
|
Revision: 573 http://gambas.svn.sourceforge.net/gambas/?rev=573&view=rev Author: lordheavy Date: 2007-09-08 10:27:06 -0700 (Sat, 08 Sep 2007) Log Message: ----------- Updated (removed Draw.Begin/End). Modified Paths: -------------- 2.0/trunk/examples/examples/Games/BeastScroll/MMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |