gambas-devel-svn Mailing List for Gambas (Page 25)
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: <eh...@us...> - 2016-01-05 12:29:51
|
Revision: 7555 http://sourceforge.net/p/gambas/code/7555 Author: ehasis Date: 2016-01-05 12:29:49 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: Updated Brazilian Portuguese translations Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.lang/pt_BR.mo gambas/trunk/app/src/gambas-wiki/.lang/pt_BR.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-05 04:03:37
|
Revision: 7554 http://sourceforge.net/p/gambas/code/7554 Author: gambas Date: 2016-01-05 04:03:36 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [CONFIGURATION] * NEW: Remove "-march=native" compilation flag to see if it prevent arm gcc from crashing. Modified Paths: -------------- gambas/trunk/acinclude.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-05 03:36:22
|
Revision: 7553 http://sourceforge.net/p/gambas/code/7553 Author: gambas Date: 2016-01-05 03:36:21 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebTable: ScrollX and ScrollY are two new properties that store the scrolling state of the table. * NEW: WebTable: Scrolling is preserved between refresh. * NEW: WebTable: Missing rows are now automatically added when the scrolling bar reaches the end of the table. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.public/gw-waiting.gif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-05 01:29:15
|
Revision: 7552 http://sourceforge.net/p/gambas/code/7552 Author: gambas Date: 2016-01-05 01:29:13 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebTable: Cell foreground color is correctly taken into account. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-05 00:30:50
|
Revision: 7551 http://sourceforge.net/p/gambas/code/7551 Author: gambas Date: 2016-01-05 00:30:48 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebForm: Set the window container Ignore property. * BUG: WebContainer: Correctly take the Ignore property into account. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-05 00:14:05
|
Revision: 7550 http://sourceforge.net/p/gambas/code/7550 Author: gambas Date: 2016-01-05 00:14:03 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * OPT: Compress style sheet and javascript library. * OPT: Put popup windows inside an intermediate container, so that refreshing a window does not refresh the entire page. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/lib.js gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-04 18:19:45
|
Revision: 7549 http://sourceforge.net/p/gambas/code/7549 Author: gambas Date: 2016-01-04 18:19:43 +0000 (Mon, 04 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebForm: Width and Height properties now act as minimal dimensions if the form is used as a resizable dialog. * BUG: WebWindow: Remove the mozilla specific style sheet of window close button. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/ gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/lib.js This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-04 01:29:34
|
Revision: 7548 http://sourceforge.net/p/gambas/code/7548 Author: gambas Date: 2016-01-04 01:29:32 +0000 (Mon, 04 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebTable: New default style. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-03 18:24:14
|
Revision: 7547 http://sourceforge.net/p/gambas/code/7547 Author: gambas Date: 2016-01-03 18:24:13 +0000 (Sun, 03 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebButton: Remove all padding for buttons with no border. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-03 17:21:35
|
Revision: 7546 http://sourceforge.net/p/gambas/code/7546 Author: gambas Date: 2016-01-03 17:21:34 +0000 (Sun, 03 Jan 2016) Log Message: ----------- [COMPILER] * BUG: Remove compiler debugging messages. Modified Paths: -------------- gambas/trunk/main/share/gb_code_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-03 16:44:25
|
Revision: 7545 http://sourceforge.net/p/gambas/code/7545 Author: gambas Date: 2016-01-03 16:44:24 +0000 (Sun, 03 Jan 2016) Log Message: ----------- [INTERPRETER] * NEW: Support for custom expression evaluators. [GB.EVAL] * NEW: You can now inheriting the Expression class to create a custom expression evaluator. You have to reimplement three methods: IsSubr(), that returns if a Gambas subroutine is allowed; IsIdentifier() that returns if a specific identifier is known; GetValue() that returns the value of an identifier. All other methods you add to the class become your specific subroutine, provided that you allow it in the IsIdentifier() method. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_eval.c gambas/trunk/main/gbx/gbx_expression.h gambas/trunk/main/lib/eval/CExpression.c gambas/trunk/main/lib/eval/CExpression.h gambas/trunk/main/lib/eval/eval.c gambas/trunk/main/lib/eval/eval_read.c gambas/trunk/main/lib/eval/eval_trans_expr.c gambas/trunk/main/lib/eval/eval_trans_tree.c gambas/trunk/main/lib/eval/main.c gambas/trunk/main/lib/eval/main.h gambas/trunk/main/share/gb_code_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-02 17:17:08
|
Revision: 7544 http://sourceforge.net/p/gambas/code/7544 Author: gambas Date: 2016-01-02 17:17:07 +0000 (Sat, 02 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: Try to fix WebLabel style behaviour. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-02 15:24:08
|
Revision: 7543 http://sourceforge.net/p/gambas/code/7543 Author: gambas Date: 2016-01-02 15:24:06 +0000 (Sat, 02 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebControl: If Expand is FALSE, then prevent the control from shrinking. * NEW: WebTable: Columns now have a Width property, which defines its minimum width. * NEW: WebLabel: Allow wrapping, but align vertically to the baseline and hides overflowing text. Not perfect yet... :-( Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumn.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class gambas/trunk/comp/src/gb.web.form/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-02 11:11:53
|
Revision: 7542 http://sourceforge.net/p/gambas/code/7542 Author: gambas Date: 2016-01-02 11:11:52 +0000 (Sat, 02 Jan 2016) Log Message: ----------- [INTERPRETER] * BUG: Shell$() does not try to convert into current locale anymore. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_subr_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-30 18:11:03
|
Revision: 7541 http://sourceforge.net/p/gambas/code/7541 Author: gambas Date: 2015-12-30 18:11:01 +0000 (Wed, 30 Dec 2015) Log Message: ----------- [INTERPRETER] * NEW: _ready() is new special method that is called when an object construction is completly finished. [COMPILER] * NEW: Remove the call to _load() method in form constructors. [GB.WEB.FORM] * BUG: WebExpander: Remove a debugging message. * NEW: WebForm.Debug is a new static property that, if set, dumps all exchanges between the server and the client in the browser console. * NEW: Use the new _ready special method. * NEW: WebLabel: Add the Border property. * NEW: WebLabel: Alignment is a new property that defines the label horizontal alignment. * NEW: A few changes in default style sheet. Modified Paths: -------------- gambas/trunk/comp/src/gb.web/.src/Session.module gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.class gambas/trunk/comp/src/gb.web.form/.src/WebExpander.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebLabel.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/main/gbc/gbc_form.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_object.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-30 18:05:22
|
Revision: 7540 http://sourceforge.net/p/gambas/code/7540 Author: gambas Date: 2015-12-30 18:05:20 +0000 (Wed, 30 Dec 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Connection editor: Moving index fiels now correctly marks the connection as modified. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-30 17:10:02
|
Revision: 7539 http://sourceforge.net/p/gambas/code/7539 Author: gambas Date: 2015-12-30 17:10:00 +0000 (Wed, 30 Dec 2015) Log Message: ----------- [INTERPRETER] * BUG: Correctly load optional exported classes at component loading. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_archive.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-30 13:58:26
|
Revision: 7538 http://sourceforge.net/p/gambas/code/7538 Author: gambix Date: 2015-12-30 13:58:23 +0000 (Wed, 30 Dec 2015) Log Message: ----------- [GB.REPORT2] * BUG: Remove unneeded variable initialization. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Evaluator/SimpleEval.class gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportContainer.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/ReportDrawingArea.class gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/ReportLabel.class gambas/trunk/comp/src/gb.report2/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report2/.src/Types/Border/ReportBorder.class gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/ReportBoxShadow.class gambas/trunk/comp/src/gb.report2/.src/Types/TControl.class gambas/trunk/comp/src/gb.report2/.src/Types/TSizeParse.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Borders/ReportBorder.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView.class gambas/trunk/comp/src/gb.report2/.src/ReportVPanel.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report10.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report10.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report13.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report13.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report14.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report14.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/ gambas/trunk/comp/src/gb.report2/.src/Tests/old/FMain.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/FMain.form gambas/trunk/comp/src/gb.report2/.src/Tests/old/Module1.module gambas/trunk/comp/src/gb.report2/.src/Tests/old/OutputReport2.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/OutputReport2.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report1.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report1.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report11.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report11.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report12.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report12.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report2.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report2.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report3.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report3.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report4.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report4.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report5.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report5.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report51.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report51.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report6.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report6.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report7.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report7.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report8.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report8.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report9.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report9.report gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/Old_ReportGridView_Column.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/Old_ReportGridView_Columns.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/Old_ReportGridView_Data.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/Old_ReportGridView_Row.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/Old_ReportGridView_Rows.class gambas/trunk/comp/src/gb.report2/.src/Types/_ReportVirtualControl.class Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/Borders/ReportBorder.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView.class gambas/trunk/comp/src/gb.report2/.src/Tests/FMain.class gambas/trunk/comp/src/gb.report2/.src/Tests/FMain.form gambas/trunk/comp/src/gb.report2/.src/Tests/Module1.module gambas/trunk/comp/src/gb.report2/.src/Tests/OutputReport2.class gambas/trunk/comp/src/gb.report2/.src/Tests/OutputReport2.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report10.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report10.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report11.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report12.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report12.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report2.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report4.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report4.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report5.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report5.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report6.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report6.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report8.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report8.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report9.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report9.report gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/FBoxShadow.class gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/FBoxShadow.form gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Column.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Columns.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Data.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Row.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Rows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-27 19:01:36
|
Revision: 7537 http://sourceforge.net/p/gambas/code/7537 Author: gambas Date: 2015-12-27 19:01:34 +0000 (Sun, 27 Dec 2015) Log Message: ----------- * Merge from r7536. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7536 Modified Paths: -------------- gambas/branches/3.8/gb.db.sqlite3/src/helper.c gambas/branches/3.8/gb.db.sqlite3/src/main.c gambas/branches/3.8/main/lib/db/gb.db/.src/Connection.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-27 18:16:35
|
Revision: 7536 http://sourceforge.net/p/gambas/code/7536 Author: gambas Date: 2015-12-27 18:16:32 +0000 (Sun, 27 Dec 2015) Log Message: ----------- [CONFIGURATION] * NEW: Add "-march=native" to the compilation flags. Maybe it could speed up then interpretrer a bit? [DEVELOPMENT ENVIRONMENT] * NEW: Connection editor: Update layout. * NEW: Form editor: Clicking on the master selection selects the parent control. [WEB SITE MAKER] * NEW: Update for 3.8.4 version. [GB.DB] * BUG: Default values are now correctly taken into account by database templates. [GB.DB.SQLITE3] * BUG: Fix a possible uninitialized allocation of columns names. [GB.UTIL] * NEW: Class.Stat() class name argument now allows "../" in the name to search for classes in parent components. [GB.WEB] * NEW: Request.Language returns the main language requested by the HTTP client. This value can be directly assigned to System.Language. * NEW: Session.Size returns the size of the session file in bytes. [GB.WEB.FORM] * NEW: Automatic management of favicon. The application favicon must be a file named "favicon.png" in the ".public" directory. * NEW: The Align class for alignment constants. * NEW: WebControl: Any control can raise a Message event now. * NEW: The Message boxes now raise the "Message" event of the WebControl that opened the message box. If the event is not handled, then the event is raised by the WebForm of the control. * NEW: The Select class for selection mode constants. * BUG: WebComboBox: Define the default event. * NEW: WebContainer: Indent is a new property that allows to add a left padding to the container. * NEW: WebContainer: Extra children (those created after initialization) are now recreated with their event observer and event name, provided that the event observer is another WebControl. * NEW: WebContainer: DeleteChildren() is a new method that deletes all container children. * NEW: WebExpander: New container that implements an expander. * NEW: WebForm: Teh application language now automatically switches to the language requested by the HTTP client. * BUG: WebForm: Show() and ShowModal() method now raise the Open event. * NEW: WebLabel: Add the Border property to the property list. * NEW: WebLabel: Newlines in label text are automatically replaced by "<br>". * NEW: WebTable: New control that implements an HTML table with automatic scrollbars. It gets its data through a Data event, and only displays the first hundred elements by default. A button allows to increase the number of displayed elements. The 'Mode' property allows to define the selection mode. When rows are selectable, an extra columns is added, with radion buttons on single selection mode, and checkboxes on multiple selection mode. The indexes of selected rows is returned by the 'Selection' property. * BUG: Many fixes in the default stylesheet. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/examples/Multimedia/MediaPlayer/.list gambas/trunk/app/examples/Multimedia/MediaPlayer/.project gambas/trunk/app/examples/Multimedia/MediaPlayer/.src/FControl.form gambas/trunk/app/examples/Multimedia/MediaPlayer/.src/FMain.class gambas/trunk/app/examples/Multimedia/MediaPlayer/.src/FMain.form gambas/trunk/app/other/MakeWebSite/.settings gambas/trunk/app/other/MakeWebSite/.src/MMain.module gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/main.html gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.form gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Family/CFamily.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FPublish.form gambas/trunk/comp/src/gb.db.form/.connection/Connection3.connection gambas/trunk/comp/src/gb.dbus.trayicon/.src/FTest.class gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridViewSelection.class gambas/trunk/comp/src/gb.util/.src/Class.class gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.src/Request.module gambas/trunk/comp/src/gb.web/.src/Session.module gambas/trunk/comp/src/gb.web.form/.component gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.public/gw-close.png gambas/trunk/comp/src/gb.web.form/.src/Header.webpage gambas/trunk/comp/src/gb.web.form/.src/Message/FMessage.class gambas/trunk/comp/src/gb.web.form/.src/Message/FMessage.webform gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebLabel.class gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/gb.db.sqlite3/src/helper.c gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/lib/db/gb.db/.settings gambas/trunk/main/lib/db/gb.db/.src/Connection.class Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webexpander.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webtable.png gambas/trunk/comp/src/gb.web.form/.public/favicon.png gambas/trunk/comp/src/gb.web.form/.public/gw-arrow-bottom.png gambas/trunk/comp/src/gb.web.form/.public/gw-arrow-left.png gambas/trunk/comp/src/gb.web.form/.public/gw-arrow-right.png gambas/trunk/comp/src/gb.web.form/.public/gw-arrow-top.png gambas/trunk/comp/src/gb.web.form/.src/Align.class gambas/trunk/comp/src/gb.web.form/.src/Select.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.webform gambas/trunk/comp/src/gb.web.form/.src/WebExpander.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/ gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTableData.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTableSelection.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumn.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class Removed Paths: ------------- gambas/trunk/comp/src/gb.db.form/.connection/Connection3.template gambas/trunk/comp/src/gb.web.form/.public/favicon.ico This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-22 20:41:20
|
Revision: 7535 http://sourceforge.net/p/gambas/code/7535 Author: gambas Date: 2015-12-22 20:41:18 +0000 (Tue, 22 Dec 2015) Log Message: ----------- [COMPILER] * BUG: Optional exported classes are now correctly inserted into '*.list' files. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_dump.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-22 00:39:49
|
Revision: 7534 http://sourceforge.net/p/gambas/code/7534 Author: gambas Date: 2015-12-22 00:39:47 +0000 (Tue, 22 Dec 2015) Log Message: ----------- [GB.DB.SQLITE3] * BUG: Handle double quotes in table schemas, when detecting auto-increment fields. Modified Paths: -------------- gambas/trunk/gb.db.sqlite3/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-17 20:51:11
|
Revision: 7533 http://sourceforge.net/p/gambas/code/7533 Author: gambix Date: 2015-12-17 20:51:10 +0000 (Thu, 17 Dec 2015) Log Message: ----------- [GB.REPORT2] * BUG: Finally , after 10 years, I managed to solve the numbering problem of cloned elements. This will allow to manage data groups. * NEW: Two new variable are supported in the expression evaluator Page for the page number, and Index for the cloned element index. ex: =Page Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Evaluator/SimpleEval.class gambas/trunk/comp/src/gb.report2/.src/ReportContainer.class gambas/trunk/comp/src/gb.report2/.src/ReportLabel.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report2/.startup gambas/trunk/comp/src/gb.report2/FunctionsList Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.src/Tests/Report10.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report10.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-16 11:20:35
|
Revision: 7532 http://sourceforge.net/p/gambas/code/7532 Author: gambix Date: 2015-12-16 11:20:34 +0000 (Wed, 16 Dec 2015) Log Message: ----------- [GB.REPORT] * BUG: Adding a forgotten file. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.src/Evaluator/SimpleEval.class Added Paths: ----------- gambas/trunk/comp/src/gb.report2/FunctionsList This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-16 11:17:58
|
Revision: 7531 http://sourceforge.net/p/gambas/code/7531 Author: gambix Date: 2015-12-16 11:17:56 +0000 (Wed, 16 Dec 2015) Log Message: ----------- [GB.REPORT] NEW: Start to implement an external formula evaluator. This will allow to manage data and format more easily and at a widget level. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Tests/FMain.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report5.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report6.report gambas/trunk/comp/src/gb.report2/.src/Types/Base/ReportBrush.class gambas/trunk/comp/src/gb.report2/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.src/Evaluator/ gambas/trunk/comp/src/gb.report2/.src/Evaluator/CResult.class gambas/trunk/comp/src/gb.report2/.src/Evaluator/ReportEval.class gambas/trunk/comp/src/gb.report2/.src/Evaluator/SimpleEval.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |