gambas-devel-svn Mailing List for Gambas (Page 295)
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-10-31 11:51:22
|
Revision: 794 http://gambas.svn.sourceforge.net/gambas/?rev=794&view=rev Author: gambas Date: 2007-10-31 04:51:18 -0700 (Wed, 31 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Beginning of IDE option dialog slight redesign. [SCRIPTER] * NEW: You can write scripts in Gambas now, thanks to Fabien Bodard. [GB.EVAL] * BUG: Syntax analyzer now correctly interpret the identifier following an exclamation mark as a string. It does not try to change its case anymore. [GB.QT] * BUG: GridView Row and Column property now can be set to -1, meaning that there is no current cell. [GB.FORM] * NEW: FontChooser.ShowPreview is a new property for hiding the font preview. Modified Paths: -------------- 2.0/trunk/app/Makefile.am 2.0/trunk/app/src/INSTALL 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/support.txt 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FFontChooser.class 2.0/trunk/comp/src/gb.form/FontChooser.class 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/main/lib/eval/eval.c Added Paths: ----------- 2.0/trunk/app/src/gbs2/ 2.0/trunk/app/src/gbs2/.directory 2.0/trunk/app/src/gbs2/.icon.png 2.0/trunk/app/src/gbs2/.project 2.0/trunk/app/src/gbs2/.settings 2.0/trunk/app/src/gbs2/CComponent.class 2.0/trunk/app/src/gbs2/MMain.module 2.0/trunk/app/src/gbs2/helptext 2.0/trunk/app/src/gbs2/script.png Removed Paths: ------------- 2.0/trunk/examples/examples/Drawing/Sensor/Form1.class 2.0/trunk/examples/examples/Drawing/Sensor/Form1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jor...@us...> - 2007-10-30 10:46:08
|
Revision: 793 http://gambas.svn.sourceforge.net/gambas/?rev=793&view=rev Author: jordisayol Date: 2007-10-30 03:46:13 -0700 (Tue, 30 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Catalan translation updated. * NEW: Catalan tips updated. [DATABASE MANAGER] * NEW: Catalan translation updated. [WIKI CGI SCRIPT] * NEW: Catalan translation updated. [GB.FORM] * NEW: Catalan translation updated. [GB.FORM.MDI] * NEW: Catalan translation added. [GB.FORM.DIALOG] * NEW: Catalan translation added. [GB.DB.FORM] * NEW: Catalan translation added. Modified Paths: -------------- 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/.lang/ca.po 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/.lang/ca.po 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/ca.po 2.0/trunk/app/src/gambas2/tips/tips.ca 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.lang/ca.po Added Paths: ----------- 2.0/trunk/comp/src/gb.db.form/.lang/ca.po 2.0/trunk/comp/src/gb.form.dialog/.lang/ca.po 2.0/trunk/comp/src/gb.form.mdi/.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-10-30 09:36:12
|
Revision: 792 http://gambas.svn.sourceforge.net/gambas/?rev=792&view=rev Author: gambas Date: 2007-10-30 02:36:16 -0700 (Tue, 30 Oct 2007) Log Message: ----------- [GB.GTK] * BUG: GridView rows resizing works again. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/gb.gtk/src/ggridview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-29 19:44:46
|
Revision: 791 http://gambas.svn.sourceforge.net/gambas/?rev=791&view=rev Author: gambas Date: 2007-10-29 12:44:49 -0700 (Mon, 29 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: A new icon for searching entire words option. [INTERPRETER] * BUG: Fix a crash when creating an error backtrace without class context. [GB.QT] * BUG: HBox and VBox with AutoResize set do not shrink to a null size when they have no visible child. They keep their size. [GB.GTK] * BUG: HBox and VBox with AutoResize set do not shrink to a null size when they have no visible child. They keep their size. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/img/16/word.png 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/comp/src/gb.form/.project 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.dialog/.project 2.0/trunk/comp/src/gb.form.dialog/Main.module 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.qt/share/gb.form.arrangement.h 2.0/trunk/main/gbx/gb_error.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-28 15:02:33
|
Revision: 790 http://gambas.svn.sourceforge.net/gambas/?rev=790&view=rev Author: gambas Date: 2007-10-28 08:02:37 -0700 (Sun, 28 Oct 2007) Log Message: ----------- [GB.GTK] * BUG: IconView raises correctly its Click event now. Modified Paths: -------------- 2.0/trunk/gb.gtk/src/giconview.cpp 2.0/trunk/gb.gtk/src/gtree.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-27 23:20:20
|
Revision: 789 http://gambas.svn.sourceforge.net/gambas/?rev=789&view=rev Author: gambas Date: 2007-10-27 16:20:25 -0700 (Sat, 27 Oct 2007) Log Message: ----------- [GB.DB.FORM] * BUG: DataCombo now can be set to a null value when being read-only. This prevent the DataSource to become mad in that case. Modified Paths: -------------- 2.0/trunk/comp/src/gb.db.form/DataCombo.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-27 10:58:37
|
Revision: 788 http://gambas.svn.sourceforge.net/gambas/?rev=788&view=rev Author: dcamposf Date: 2007-10-27 03:58:39 -0700 (Sat, 27 Oct 2007) Log Message: ----------- [DEVELOPEMENT ENVIRONMENT] *NEW: Open web page with Firefox using a new window (Help Browser), if Firefox is already running *BUG: Updated spanish translation Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/es.mo 2.0/trunk/app/src/gambas2/.lang/es.po 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-10-26 16:30:53
|
Revision: 787 http://gambas.svn.sourceforge.net/gambas/?rev=787&view=rev Author: gambas Date: 2007-10-26 09:30:57 -0700 (Fri, 26 Oct 2007) Log Message: ----------- [GB.DB.FORM] * BUG: Fixed a infinite recursion when checking if a data control was modified. Modified Paths: -------------- 2.0/trunk/comp/src/gb.db.form/.info 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/comp/src/gb.db.form/.lang/fr.po 2.0/trunk/comp/src/gb.db.form/.lang/it.po 2.0/trunk/comp/src/gb.db.form/.list 2.0/trunk/comp/src/gb.db.form/DataSource.class Added Paths: ----------- 2.0/trunk/comp/src/gb.db.form/FMain.class 2.0/trunk/comp/src/gb.db.form/FMain.form Removed Paths: ------------- 2.0/trunk/comp/src/gb.db.form/FMain.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: <ga...@us...> - 2007-10-26 13:43:07
|
Revision: 786 http://gambas.svn.sourceforge.net/gambas/?rev=786&view=rev Author: gambas Date: 2007-10-26 06:43:10 -0700 (Fri, 26 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Searching list window when starting the search in a data text file does not crash anymore. * NEW: Support for alpha channel display in the icon editor. It does not work completely yet. [WIKI CGI SCRIPT] * NEW: A new URL argument for showing a page with the top path links, and without. * NEW: A new keyword, "@no-autolink", that prevent auto-link feature when putat the beginning of a page. [COMPILER] * NEW: The files are now always compiled in alphabetic order. This keeps the translation files contents structure between two compilations on different systems. [GB.DRAW] * NEW: Support for alpha channel in Draw.Zoom(). [GB.QT] * NEW: Color.Blend is a new method for blending a color on top of another one. [GB.GTK] * NEW: Color.Blend is a new method for blending a color on top of another one. [GB.DB.MYSQL] * NEW: Client charset is set to System.Charset at database connection when possible. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/doc.cgi/Main.module 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FFind.class 2.0/trunk/app/src/gambas2/FIconEditor.class 2.0/trunk/app/src/gambas2/FList.form 2.0/trunk/comp/src/gb.form/.lang/fr.po 2.0/trunk/comp/src/gb.form.dialog/.lang/fr.po 2.0/trunk/comp/src/gb.form.dialog/.lang/it.po 2.0/trunk/comp/src/gb.form.dialog/.lang/ja.po 2.0/trunk/comp/src/gb.form.dialog/.project 2.0/trunk/examples/examples/Control/TreeView/.project 2.0/trunk/examples/examples/Database/Database/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.class 2.0/trunk/gb.db.mysql/src/main.c 2.0/trunk/gb.gtk/src/CColor.cpp 2.0/trunk/gb.qt/src/CColor.cpp 2.0/trunk/main/gbc/gbc.c 2.0/trunk/main/lib/draw/CDraw.c 2.0/trunk/main/share/gb_limit.h Added Paths: ----------- 2.0/trunk/comp/src/gb.form.dialog/.lang/fr.mo 2.0/trunk/comp/src/gb.form.dialog/.lang/ja.mo This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-26 09:40:37
|
Revision: 785 http://gambas.svn.sourceforge.net/gambas/?rev=785&view=rev Author: dcamposf Date: 2007-10-26 02:40:41 -0700 (Fri, 26 Oct 2007) Log Message: ----------- [GB.PDF] * NEW: 'W' and 'H' page properties as synoymous of 'Width' and 'Height' Modified Paths: -------------- 2.0/trunk/gb.pdf/src/CPdfDocument.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-25 22:58:42
|
Revision: 784 http://gambas.svn.sourceforge.net/gambas/?rev=784&view=rev Author: gambas Date: 2007-10-25 15:58:45 -0700 (Thu, 25 Oct 2007) Log Message: ----------- [GB.CHART] * BUG: .info and .list files need to be comitted. Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/.project Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/.info 2.0/trunk/comp/src/gb.chart/.list This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-25 22:48:52
|
Revision: 783 http://gambas.svn.sourceforge.net/gambas/?rev=783&view=rev Author: gambas Date: 2007-10-25 15:48:56 -0700 (Thu, 25 Oct 2007) Log Message: ----------- [INTERPRETER] * BUG: String[].Exist() second optional argument is correctly declared now. * NEW: Format$() got a new date format token, "uu", which prints the milliseconds of a date/time value with always three digits. Modified Paths: -------------- 2.0/trunk/main/gbx/gbx_c_array.c 2.0/trunk/main/gbx/gbx_local.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-25 15:08:43
|
Revision: 782 http://gambas.svn.sourceforge.net/gambas/?rev=782&view=rev Author: dcamposf Date: 2007-10-25 08:08:35 -0700 (Thu, 25 Oct 2007) Log Message: ----------- [GB.SDL] *BUG: Draw.Image method failed with segfault when image is NULL Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cdraw.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-25 14:58:54
|
Revision: 781 http://gambas.svn.sourceforge.net/gambas/?rev=781&view=rev Author: dcamposf Date: 2007-10-25 07:58:58 -0700 (Thu, 25 Oct 2007) Log Message: ----------- [GB.PDF] * BUG: Zoom property must take values greater than zero Modified Paths: -------------- 2.0/trunk/gb.pdf/src/CPdfDocument.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-10-25 13:03:26
|
Revision: 780 http://gambas.svn.sourceforge.net/gambas/?rev=780&view=rev Author: lordheavy Date: 2007-10-25 06:03:30 -0700 (Thu, 25 Oct 2007) Log Message: ----------- [GB.SDL] * BUG: Fix RGB/BGR color problem when an image is resized and assigned as a texture with gb.opengl component. Modified Paths: -------------- 2.0/trunk/gb.sdl/src/SDLsurface.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-24 18:14:17
|
Revision: 779 http://gambas.svn.sourceforge.net/gambas/?rev=779&view=rev Author: dcamposf Date: 2007-10-24 11:14:22 -0700 (Wed, 24 Oct 2007) Log Message: ----------- [EXAMPLES] * NEW: PdfViewer example supports PDF Index Modified Paths: -------------- 2.0/trunk/examples/examples/Misc/PDFViewer/FMain.class 2.0/trunk/examples/examples/Misc/PDFViewer/FMain.form 2.0/trunk/examples/examples/Misc/PDFViewer/Fabout.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-24 18:13:12
|
Revision: 778 http://gambas.svn.sourceforge.net/gambas/?rev=778&view=rev Author: dcamposf Date: 2007-10-24 11:13:16 -0700 (Wed, 24 Oct 2007) Log Message: ----------- [GB.PDF] *BUG: Pdf Index fixed when Index has more than two nested levels Modified Paths: -------------- 2.0/trunk/gb.pdf/src/CPdfDocument.cpp 2.0/trunk/gb.pdf/src/CPdfDocument.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-24 12:38:44
|
Revision: 777 http://gambas.svn.sourceforge.net/gambas/?rev=777&view=rev Author: dcamposf Date: 2007-10-24 05:38:48 -0700 (Wed, 24 Oct 2007) Log Message: ----------- [GB.PDF] * BUG: Bad cast for indexes [EXAMPLES] * NEW: PdfViewer supports rotation and text finding Modified Paths: -------------- 2.0/trunk/examples/examples/Misc/PDFViewer/.lang/es.mo 2.0/trunk/examples/examples/Misc/PDFViewer/.lang/es.po 2.0/trunk/examples/examples/Misc/PDFViewer/FMain.class 2.0/trunk/examples/examples/Misc/PDFViewer/FMain.form 2.0/trunk/gb.pdf/src/CPdfDocument.cpp 2.0/trunk/gb.pdf/src/CPdfDocument.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-24 12:21:15
|
Revision: 776 http://gambas.svn.sourceforge.net/gambas/?rev=776&view=rev Author: dcamposf Date: 2007-10-24 05:21:20 -0700 (Wed, 24 Oct 2007) Log Message: ----------- [GB.PDF] * BUG: Bad alloction of found items due to a bad cast Modified Paths: -------------- 2.0/trunk/gb.pdf/src/CPdfDocument.cpp 2.0/trunk/gb.pdf/src/CPdfDocument.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-24 11:11:59
|
Revision: 775 http://gambas.svn.sourceforge.net/gambas/?rev=775&view=rev Author: dcamposf Date: 2007-10-24 04:12:03 -0700 (Wed, 24 Oct 2007) Log Message: ----------- [GB.PDF] * BUG: Text finding failed due to wrong Unicode conversion * BUG: Text finding not taking in account rotation and scale Modified Paths: -------------- 2.0/trunk/gb.pdf/src/CPdfDocument.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-24 09:34:27
|
Revision: 774 http://gambas.svn.sourceforge.net/gambas/?rev=774&view=rev Author: dcamposf Date: 2007-10-24 02:34:32 -0700 (Wed, 24 Oct 2007) Log Message: ----------- [GB.PDF] * BUG: Page bookmarks position fixed according to page zoom and orientation Modified Paths: -------------- 2.0/trunk/gb.pdf/src/CPdfDocument.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-24 09:11:20
|
Revision: 773 http://gambas.svn.sourceforge.net/gambas/?rev=773&view=rev Author: dcamposf Date: 2007-10-24 02:11:24 -0700 (Wed, 24 Oct 2007) Log Message: ----------- [GB.PDF] * BUG: Fixed Image and Picture extraction when Orientation is Sideways Modified Paths: -------------- 2.0/trunk/gb.pdf/src/CPdfDocument.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-24 08:52:52
|
Revision: 772 http://gambas.svn.sourceforge.net/gambas/?rev=772&view=rev Author: dcamposf Date: 2007-10-24 01:52:56 -0700 (Wed, 24 Oct 2007) Log Message: ----------- [GB.NET.CURL] *BUG: Many compiler warnings removed Modified Paths: -------------- 2.0/trunk/gb.net.curl/src/CFtpClient.c 2.0/trunk/gb.net.curl/src/CHttpClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-22 22:25:14
|
Revision: 771 http://gambas.svn.sourceforge.net/gambas/?rev=771&view=rev Author: gambas Date: 2007-10-22 15:25:18 -0700 (Mon, 22 Oct 2007) Log Message: ----------- [INTERPRETER] * NEW: System.Backtrace now returns the current backtrace as a string array. It is not a boolean property enabling error backtrace anymore. * NEW: Error.Backtrace now returns the last error backtrace as a string array. Now error backtrace is always taken as soon as a class has debugging information inside. [GB.DB.FORM] * BUG: DataView.Header now works correctly when set to GridView.Both. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.db.form/DataView.class 2.0/trunk/main/gbx/gb_error.c 2.0/trunk/main/gbx/gb_error.h 2.0/trunk/main/gbx/gbx_c_application.c 2.0/trunk/main/gbx/gbx_c_class.h 2.0/trunk/main/gbx/gbx_c_error.c 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/gbx/gbx_debug.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-22 21:08:36
|
Revision: 770 http://gambas.svn.sourceforge.net/gambas/?rev=770&view=rev Author: gambix Date: 2007-10-22 14:08:40 -0700 (Mon, 22 Oct 2007) Log Message: ----------- Just a little update Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/ReportTextLabel.class 2.0/trunk/comp/src/gb.report/ReportVBox.class 2.0/trunk/comp/src/gb.report/Tutorial2.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |