gambas-devel-svn Mailing List for Gambas (Page 2)
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...> - 2017-07-10 16:42:30
|
Revision: 8149 http://sourceforge.net/p/gambas/code/8149 Author: gambas Date: 2017-07-10 16:42:28 +0000 (Mon, 10 Jul 2017) Log Message: ----------- [GB.DESKTOP] * BUG: Don't use 'gb.desktop.gnome' anymore, as libgnome-keyring is deprecated. Use the 'secret-tool' program only. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.src/_Desktop_Passwords.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2017-06-23 10:08:42
|
Revision: 8148 http://sourceforge.net/p/gambas/code/8148 Author: prokopy Date: 2017-06-23 10:08:40 +0000 (Fri, 23 Jun 2017) Log Message: ----------- [GB.XML] * BUG: Fix finding the parent document of an element. [GB.XML.HTML] * BUG: Fix the serialization of HTML/XHTML documents. Modified Paths: -------------- gambas/trunk/gb.xml/src/CDocument.cpp gambas/trunk/gb.xml/src/html/htmlserializer.cpp gambas/trunk/gb.xml/src/node.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-06-21 16:45:41
|
Revision: 8147 http://sourceforge.net/p/gambas/code/8147 Author: gambas Date: 2017-06-21 16:45:39 +0000 (Wed, 21 Jun 2017) Log Message: ----------- [GB.WEB.FORM] * BUG: Exclude GUI components explicitely, instead of claiming implementing the event loop. Otherwise the IDE allows you to create GUI forms. * NEW: WebUploader: Define a default event and a default size. * BUG: WebTable: The first row in correctly unselected again in single selection mode. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.component gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebUploader.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...> - 2017-06-21 13:31:57
|
Revision: 8146 http://sourceforge.net/p/gambas/code/8146 Author: gambas Date: 2017-06-21 13:31:55 +0000 (Wed, 21 Jun 2017) Log Message: ----------- [GB.SETTINGS] * BUG: Don't crash if the window screen number is incorrect. Modified Paths: -------------- gambas/trunk/comp/src/gb.settings/.src/Settings.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-06-20 20:41:40
|
Revision: 8145 http://sourceforge.net/p/gambas/code/8145 Author: gambas Date: 2017-06-20 20:41:39 +0000 (Tue, 20 Jun 2017) Log Message: ----------- [GB.EVAL.HIGHLIGHT] * BUG: Fix SQL highlighting of strings that span multiple lines. Modified Paths: -------------- gambas/trunk/comp/src/gb.eval.highlight/.src/TextHighlighter_SQL.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-06-19 23:48:59
|
Revision: 8144 http://sourceforge.net/p/gambas/code/8144 Author: gambas Date: 2017-06-19 23:48:57 +0000 (Mon, 19 Jun 2017) Log Message: ----------- [GB.NET.CURL] * NEW: FtpClient: BufferSize is a new property that allows to define the receive buffer size. * NEW: HttpClient: BufferSize is a new property that allows to define the receive buffer size. Modified Paths: -------------- gambas/trunk/gb.net.curl/src/CCurl.c gambas/trunk/gb.net.curl/src/CCurl.h gambas/trunk/gb.net.curl/src/CFtpClient.c gambas/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...> - 2017-06-19 22:44:51
|
Revision: 8143 http://sourceforge.net/p/gambas/code/8143 Author: gambas Date: 2017-06-19 22:44:49 +0000 (Mon, 19 Jun 2017) Log Message: ----------- [GB.WEB.FORM] * BUG: This component now claims event loop implementation, so that you cannot check 'gb.web.form' with any other GUI component. * BUG: Prevent timers from being called recursively. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.component gambas/trunk/comp/src/gb.web.form/.icon.png gambas/trunk/comp/src/gb.web.form/.src/WebForm.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...> - 2017-06-09 23:00:47
|
Revision: 8142 http://sourceforge.net/p/gambas/code/8142 Author: gambas Date: 2017-06-09 23:00:45 +0000 (Fri, 09 Jun 2017) Log Message: ----------- [INTERPRETER] * BUG: Don't raise events just after a process has been started and has just been terminated. Postpone them. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_c_process.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-05-30 13:22:53
|
Revision: 8141 http://sourceforge.net/p/gambas/code/8141 Author: gambas Date: 2017-05-30 13:22:52 +0000 (Tue, 30 May 2017) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Better detection of regular expressions when compressing a javascript file. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Editor/MCompressFile.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-05-27 05:35:32
|
Revision: 8140 http://sourceforge.net/p/gambas/code/8140 Author: gambas Date: 2017-05-27 05:35:30 +0000 (Sat, 27 May 2017) Log Message: ----------- [GB.WEB] * NEW: Request.TempDir is a new property that allows to define where the uploaded files are stored. * NEW: Request.MaxFileSize is a new property that allows to define the maximum size of uploaded files. By default it is 128 MB. [GB.WEB.FORM] * NEW: WebUploadArea: Take the new Request.TempDir property into account. * BUG: Prevent gw.table.onscroll() from failing if the target element does not exist anymore. Modified Paths: -------------- gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.src/Request.module gambas/trunk/comp/src/gb.web/.src/_Request_Post.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebUploadArea.class gambas/trunk/comp/src/gb.web.form/.src/WebUploader.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...> - 2017-05-26 12:26:40
|
Revision: 8139 http://sourceforge.net/p/gambas/code/8139 Author: gambas Date: 2017-05-26 12:26:39 +0000 (Fri, 26 May 2017) Log Message: ----------- [INTERPRETER] * BUG: Check if linking with 'librt' is needed to get monotonic clock. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/main/gbx/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-05-26 00:20:42
|
Revision: 8138 http://sourceforge.net/p/gambas/code/8138 Author: gambas Date: 2017-05-26 00:20:40 +0000 (Fri, 26 May 2017) Log Message: ----------- [CONFIGURATION] * NEW: Add a autoconf check for monotonic clock. [INTERPRETER] * BUG: Use a monotonic clock (if possible) to implement the WAIT instruction. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/share/gb_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-05-22 15:21:27
|
Revision: 8137 http://sourceforge.net/p/gambas/code/8137 Author: gambas Date: 2017-05-22 15:21:26 +0000 (Mon, 22 May 2017) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix duplicated shortcuts in "fake" mode (i.e. when using the IDE to edit an external file). Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-05-22 12:56:48
|
Revision: 8136 http://sourceforge.net/p/gambas/code/8136 Author: gambas Date: 2017-05-22 12:56:46 +0000 (Mon, 22 May 2017) Log Message: ----------- [GB.FORM] * BUG: ImageView: The Border property returns the accurate value now. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/ImageView/ImageView.class Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/Test/FTestImageView.class gambas/trunk/comp/src/gb.form/.src/Test/FTestImageView.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-05-16 20:31:59
|
Revision: 8135 http://sourceforge.net/p/gambas/code/8135 Author: gambix Date: 2017-05-16 20:31:57 +0000 (Tue, 16 May 2017) Log Message: ----------- [GB.MAP] * BUG: Now PolyLine Shape don't close the polygon by default you must add a end point to the same position than the first o achieve that. * NEW: The _ShapeItem class have a new LineWidth property that allow to change the thinkness of the drawing element. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeItem.class gambas/trunk/comp/src/gb.map/.src/Tests/Form6.class gambas/trunk/comp/src/gb.map/.src/Tests/Form6.form gambas/trunk/comp/src/gb.map/.src/_MapShape.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-05-05 15:00:44
|
Revision: 8134 http://sourceforge.net/p/gambas/code/8134 Author: gambas Date: 2017-05-05 15:00:42 +0000 (Fri, 05 May 2017) Log Message: ----------- [GB.WEB.FORM] * BUG: WebTable: clicking on the checkboxes of a WebTable in multiple selection mode works correctly again. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.class 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...> - 2017-05-03 23:56:27
|
Revision: 8133 http://sourceforge.net/p/gambas/code/8133 Author: gambas Date: 2017-05-03 23:56:25 +0000 (Wed, 03 May 2017) Log Message: ----------- [GB.UTIL] * NEW: Compute Date.ToUnixTime() with System.TimeZone. Modified Paths: -------------- gambas/trunk/comp/src/gb.util/.src/Date.module gambas/trunk/comp/src/gb.util/.src/MMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-05-03 23:24:33
|
Revision: 8132 http://sourceforge.net/p/gambas/code/8132 Author: gambas Date: 2017-05-03 23:24:30 +0000 (Wed, 03 May 2017) Log Message: ----------- [WIKI] * NEW: The [...](...) syntax can be used for images links to display a thumbnail images opening a link in a new page (usually the image in full size). [GB.GTK] * NEW: Disabled controls do not raise mouse events anymore, unless in design mode. [GB.GTK3] * NEW: Disabled controls do not raise mouse events anymore, unless in design mode. [GB.FORM] * BUG: DateChooser: Use light colors when disabled. [GB.QT4] * NEW: Disabled controls do not raise mouse events anymore, unless in design mode. [GB.QT5] * NEW: Disabled controls do not raise mouse events anymore, unless in design mode. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.src/WikiMarkdown.class gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/SwitchButton.class gambas/trunk/comp/src/gb.form/.src/Date/FCalendar.class gambas/trunk/comp/src/gb.form/.src/SliderBox.class gambas/trunk/comp/src/gb.form/.src/Test/FTestDateChooser.form gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report2/.list gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.net.curl/src/gb.net.curl/.startup gambas/trunk/gb.qt4/src/CPicture.cpp gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-04-29 18:42:43
|
Revision: 8131 http://sourceforge.net/p/gambas/code/8131 Author: gambas Date: 2017-04-29 18:42:41 +0000 (Sat, 29 Apr 2017) Log Message: ----------- [GB.PCRE] * NEW: RegExp.Greedy is a new constant that allows to remove the ungreedy default option of RegExp.Replace(). Modified Paths: -------------- gambas/trunk/gb.pcre/src/regexp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-04-27 13:46:50
|
Revision: 8130 http://sourceforge.net/p/gambas/code/8130 Author: gambas Date: 2017-04-27 13:46:49 +0000 (Thu, 27 Apr 2017) Log Message: ----------- [COMPILER] * BUG: Oops, forgot to remove a debugging flag. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_read.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-04-27 13:18:37
|
Revision: 8129 http://sourceforge.net/p/gambas/code/8129 Author: gambas Date: 2017-04-27 13:18:35 +0000 (Thu, 27 Apr 2017) Log Message: ----------- [COMPILER] * NEW: New instruction MOVE ... DOWNTO ... that renames a file and erase the destination atomically. [INTERPRETER] * NEW: New instruction MOVE ... DOWNTO ... that renames a file and erase the destination atomically. * BUG: The signal handler now loops until the signal pipe is void. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_read.c gambas/trunk/main/gbc/gbc_read.h gambas/trunk/main/gbc/gbc_trans.h gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbx/gbx_signal.c gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/share/gb_file_share.h gambas/trunk/main/share/gb_file_temp.h gambas/trunk/main/share/gb_reserved_keyword.h gambas/trunk/main/share/gb_reserved_temp.h gambas/trunk/main/tools/gbh3/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-04-27 09:01:40
|
Revision: 8128 http://sourceforge.net/p/gambas/code/8128 Author: gambix Date: 2017-04-27 09:01:38 +0000 (Thu, 27 Apr 2017) Log Message: ----------- [GB.TERM.FORM] * NEW: New widget TermScrollBar. It allow to display true scrollbar in your terminal window. * NEW: Begin to work on the TermListBox widget. Modified Paths: -------------- gambas/trunk/comp/src/gb.term.form/.info gambas/trunk/comp/src/gb.term.form/.list gambas/trunk/comp/src/gb.term.form/.project gambas/trunk/comp/src/gb.term.form/.src/TermColor.class gambas/trunk/comp/src/gb.term.form/.src/TermControl.class gambas/trunk/comp/src/gb.term.form/.src/trfTest.class Added Paths: ----------- gambas/trunk/comp/src/gb.term.form/.src/TermListBox.class gambas/trunk/comp/src/gb.term.form/.src/TermScrollBar.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-04-27 06:44:25
|
Revision: 8127 http://sourceforge.net/p/gambas/code/8127 Author: gambas Date: 2017-04-27 06:44:23 +0000 (Thu, 27 Apr 2017) Log Message: ----------- [GB.FORM] * BUG: ColorChooser: Don't react to mouse events if disabled. * BUG: ColorPalette: Don't react to mouse events if disabled. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Color/ColorPalette.class gambas/trunk/comp/src/gb.form/.src/Color/FColorChooser.class gambas/trunk/comp/src/gb.form/.src/Test/FTestColorChooser.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-04-27 06:01:31
|
Revision: 8126 http://sourceforge.net/p/gambas/code/8126 Author: gambas Date: 2017-04-27 06:01:29 +0000 (Thu, 27 Apr 2017) Log Message: ----------- [GB.EVAL.HIGHLIGHT] * BUG: Javascript: Fix regular expressions highlighting. Modified Paths: -------------- gambas/trunk/comp/src/gb.eval.highlight/.src/Main.module gambas/trunk/comp/src/gb.eval.highlight/.src/TextHighlighter_Javascript.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-04-27 06:00:00
|
Revision: 8125 http://sourceforge.net/p/gambas/code/8125 Author: gambas Date: 2017-04-27 05:59:59 +0000 (Thu, 27 Apr 2017) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Editor: Javascript compression now try to detect regular expressions so that they are never split if there is a space inside. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/MCompressFile.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |