gambas-devel-svn Mailing List for Gambas (Page 24)
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...> - 2016-01-16 16:49:09
|
Revision: 7580 http://sourceforge.net/p/gambas/code/7580 Author: gambas Date: 2016-01-16 16:49:08 +0000 (Sat, 16 Jan 2016) Log Message: ----------- [GB.QT4] * BUG: ComboBox: Assigning zero to the Index property now works correctly in all cases if the ComboBox is editable. [GB.QT5] * BUG: ComboBox: Assigning zero to the Index property now works correctly in all cases if the ComboBox is editable. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CTextBox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-16 15:58:59
|
Revision: 7579 http://sourceforge.net/p/gambas/code/7579 Author: gambas Date: 2016-01-16 15:58:57 +0000 (Sat, 16 Jan 2016) Log Message: ----------- [GB.NET] * BUG: SerialPort: Correctly release the polling timer when the serial port is closed. Modified Paths: -------------- gambas/trunk/gb.net/src/CSerialPort.c gambas/trunk/gb.net/src/CSerialPort.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-16 00:31:53
|
Revision: 7578 http://sourceforge.net/p/gambas/code/7578 Author: gambas Date: 2016-01-16 00:31:52 +0000 (Sat, 16 Jan 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Code editor: Compress and uncompress functions now correctly update the procedure list. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-13 20:10:46
|
Revision: 7577 http://sourceforge.net/p/gambas/code/7577 Author: gambix Date: 2016-01-13 20:10:44 +0000 (Wed, 13 Jan 2016) Log Message: ----------- [GB.REPORT2] * NEW: Use the gambas internal Expression class to evaluate the ReportLabel Formulas. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.icon.png 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/CResult.class gambas/trunk/comp/src/gb.report2/.src/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/ReportLabel.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report13.report gambas/trunk/comp/src/gb.report2/.startup gambas/trunk/comp/src/gb.report2/FunctionsList Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.src/Evaluator/_RepExp.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView/ gambas/trunk/comp/src/gb.report2/.src/ReportGridView/ReportGridView.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView/_ReportGridViewColumn.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView/_ReportGridViewColumns.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView/_ReportGridViewData.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView/_ReportGridViewRow.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView/_ReportGridViewRows.class Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.src/Evaluator/ReportEval.class gambas/trunk/comp/src/gb.report2/.src/Evaluator/SimpleEval.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView/Old_ReportGridView_Column.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView/Old_ReportGridView_Columns.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView/Old_ReportGridView_Data.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView/Old_ReportGridView_Row.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView/Old_ReportGridView_Rows.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-13 15:01:05
|
Revision: 7576 http://sourceforge.net/p/gambas/code/7576 Author: gambas Date: 2016-01-13 15:01:04 +0000 (Wed, 13 Jan 2016) Log Message: ----------- * Merge from r7575. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7575 Modified Paths: -------------- gambas/branches/3.8/comp/src/gb.web/.src/Response.module gambas/branches/3.8/comp/src/gb.web/.src/Session.module Property Changed: ---------------- gambas/branches/3.8/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-13 14:57:33
|
Revision: 7575 http://sourceforge.net/p/gambas/code/7575 Author: gambas Date: 2016-01-13 14:57:31 +0000 (Wed, 13 Jan 2016) Log Message: ----------- [GB.WEB] * NEW: Add SVG file mime type. * BUG: Remove automatic session removal when creating a session. Modified Paths: -------------- gambas/trunk/comp/src/gb.web/.src/Response.module gambas/trunk/comp/src/gb.web/.src/Session.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-10 23:20:58
|
Revision: 7574 http://sourceforge.net/p/gambas/code/7574 Author: gambas Date: 2016-01-10 23:20:57 +0000 (Sun, 10 Jan 2016) Log Message: ----------- [GB.CRYPT] * BUG: Add <unistd.h> include to fix a warning on FreeBSD. Modified Paths: -------------- gambas/trunk/gb.crypt/src/c_crypt.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-10 22:41:49
|
Revision: 7573 http://sourceforge.net/p/gambas/code/7573 Author: gambas Date: 2016-01-10 22:41:48 +0000 (Sun, 10 Jan 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Form editor: If a translation string ends with three dots, don't put them in the translation. * BUG: If GB_GUI is not explicitly defined, remove it from the environment of the debugged process, so that it does not inherit the one defined by the IDE gb.gui.qt component. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/Design.module gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-09 14:13:55
|
Revision: 7572 http://sourceforge.net/p/gambas/code/7572 Author: gambas Date: 2016-01-09 14:13:53 +0000 (Sat, 09 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebWindow: Use bigger button images for bigger fonts. * BUG: WebWindow: Maximized windows always use the full window even if it is resized. Modified Paths: -------------- 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-close.png gambas/trunk/comp/src/gb.web.form/.public/gw-max.png Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.public/gw-close.png gambas/trunk/comp/src/gb.web.form/.public/gw-max.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2016-01-09 12:13:40
|
Revision: 7571 http://sourceforge.net/p/gambas/code/7571 Author: prokopy Date: 2016-01-09 12:13:38 +0000 (Sat, 09 Jan 2016) Log Message: ----------- [GB.XML] * BUG: XmlReader: Fix text node management. * BUG: Fix Gambas headers inclusion in various places. Modified Paths: -------------- gambas/trunk/gb.xml/src/gbinterface.h gambas/trunk/gb.xml/src/main.cpp gambas/trunk/gb.xml/src/reader.cpp gambas/trunk/gb.xml/src/textnode.cpp gambas/trunk/gb.xml/src/textnode.h gambas/trunk/gb.xml/src/utils.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-09 11:38:59
|
Revision: 7570 http://sourceforge.net/p/gambas/code/7570 Author: gambas Date: 2016-01-09 11:38:58 +0000 (Sat, 09 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebWindow: Implement window maximimization. * NEW: WebWindow: Fix window button style. Modified Paths: -------------- 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/.public/gw-max.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-09 10:03:20
|
Revision: 7569 http://sourceforge.net/p/gambas/code/7569 Author: gambas Date: 2016-01-09 10:03:19 +0000 (Sat, 09 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: Fix control images symbolic links. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webbutton.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webcheckbox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webcombobox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webhbox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/weblabel.png gambas/trunk/comp/src/gb.web.form/.hidden/control/weblistbox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webradiobutton.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webscrollview.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webseparator.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webslider.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webspinbox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webtextarea.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webtextbox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webtimer.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webvbox.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-09 09:55:26
|
Revision: 7568 http://sourceforge.net/p/gambas/code/7568 Author: gambas Date: 2016-01-09 09:55:24 +0000 (Sat, 09 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebControl: Add the Tooltip property. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-09 09:41:55
|
Revision: 7567 http://sourceforge.net/p/gambas/code/7567 Author: gambas Date: 2016-01-09 09:41:53 +0000 (Sat, 09 Jan 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Translater: Fix translations that end with a newline whereas the original string does not. * NEW: Webform: Add "vw", "vh", "vmin" and "vmax" unities. * BUG: Form editor: Remove automatic parent selection. * BUG: Form editor: Make "Tooltip" property (with a lower "t") translatable. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CPropertyInfo.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.form gambas/trunk/app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class gambas/trunk/app/src/gambas3/.src/Translation/FTranslate.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-08 15:56:29
|
Revision: 7566 http://sourceforge.net/p/gambas/code/7566 Author: gambas Date: 2016-01-08 15:56:27 +0000 (Fri, 08 Jan 2016) Log Message: ----------- * Merge from r7564. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7564 Modified Paths: -------------- gambas/branches/3.8/main/lib/db/CField.c gambas/branches/3.8/main/lib/db/CIndex.c gambas/branches/3.8/main/lib/db/main.h Property Changed: ---------------- gambas/branches/3.8/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-08 14:50:49
|
Revision: 7565 http://sourceforge.net/p/gambas/code/7565 Author: gambas Date: 2016-01-08 14:50:48 +0000 (Fri, 08 Jan 2016) Log Message: ----------- [GB.EVAL.HIGHLIGHT] * NEW: More CSS properties [GB.WEB.FORM] * OPT: WebTable: When scrolling, add new elements to the table instead of refreshing it entirely. It's far faster! Modified Paths: -------------- gambas/trunk/comp/src/gb.eval.highlight/css/properties 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/WebTable/WebTable.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-08 14:41:25
|
Revision: 7564 http://sourceforge.net/p/gambas/code/7564 Author: gambas Date: 2016-01-08 14:41:23 +0000 (Fri, 08 Jan 2016) Log Message: ----------- [GB.DB] * BUG: Take case-sensitive databases like postgresql into account in index fields. Modified Paths: -------------- gambas/trunk/main/lib/db/CField.c gambas/trunk/main/lib/db/CIndex.c gambas/trunk/main/lib/db/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-07 20:28:23
|
Revision: 7563 http://sourceforge.net/p/gambas/code/7563 Author: gambix Date: 2016-01-07 20:28:22 +0000 (Thu, 07 Jan 2016) Log Message: ----------- [GB.MAP] * BUG: SexToDec now now convert float value with a dot Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.project gambas/trunk/comp/src/gb.map/.src/MapView.class gambas/trunk/comp/src/gb.map/.src/Tests/MMain.module gambas/trunk/comp/src/gb.map/.src/Tools/Geo.module gambas/trunk/comp/src/gb.map/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-06 22:32:22
|
Revision: 7562 http://sourceforge.net/p/gambas/code/7562 Author: gambas Date: 2016-01-06 22:32:20 +0000 (Wed, 06 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebScrollView: Add ScrollX and ScrollY properties. * BUG: WebTable: Correctly initialize the Display property to 100 rows. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebScrollView.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.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-06 02:00:07
|
Revision: 7561 http://sourceforge.net/p/gambas/code/7561 Author: gambas Date: 2016-01-06 02:00:05 +0000 (Wed, 06 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebTable: Don't display progress animation if there is no rows to load. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-06 00:20:10
|
Revision: 7560 http://sourceforge.net/p/gambas/code/7560 Author: gambas Date: 2016-01-06 00:20:09 +0000 (Wed, 06 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebTabPanel: Fix syntax error is generated HTML. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.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 23:53:14
|
Revision: 7559 http://sourceforge.net/p/gambas/code/7559 Author: gambas Date: 2016-01-05 23:53:12 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebScrollView: A new container that just add scrollbars if its contents is too wide. * BUG: WebTable: Clear() also resets the horizontal scroll position. * BUG: Remove some debugging messages in the js library. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.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/control/webscrollview.png gambas/trunk/comp/src/gb.web.form/.src/WebScrollView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eh...@us...> - 2016-01-05 16:39:39
|
Revision: 7558 http://sourceforge.net/p/gambas/code/7558 Author: ehasis Date: 2016-01-05 16:39:37 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Updated the Brazilian Portuguese translations Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/pt_BR.mo gambas/trunk/app/src/gambas3/.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 15:45:37
|
Revision: 7557 http://sourceforge.net/p/gambas/code/7557 Author: gambas Date: 2016-01-05 15:45:35 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebTable: Clear() is a new method that sets the row count and the scrolling position to zero. * NEW: WebTable: If a scrolling request fails, send back to the server the scrolling position. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/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-05 15:24:52
|
Revision: 7556 http://sourceforge.net/p/gambas/code/7556 Author: gambas Date: 2016-01-05 15:24:51 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebTable: Add a little animation when the table loads its contents. * BUG: WebTable: Settings the Count property resets scrolling. * BUG: WebTable: Remove scrolling debugging messages. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.public/gw-table-more.gif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |