gambas-devel-svn Mailing List for Gambas (Page 9)
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-11-04 18:17:01
|
Revision: 7955 http://sourceforge.net/p/gambas/code/7955 Author: gambas Date: 2016-11-04 18:16:59 +0000 (Fri, 04 Nov 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebTable: Selection is now correctly maintained between requests. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTableSelection.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-11-02 16:15:28
|
Revision: 7954 http://sourceforge.net/p/gambas/code/7954 Author: gambas Date: 2016-11-02 16:15:26 +0000 (Wed, 02 Nov 2016) Log Message: ----------- * Merge from r7953. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7953 Modified Paths: -------------- gambas/branches/3.9/comp/src/gb.web.form/.info gambas/branches/3.9/comp/src/gb.web.form/.src/WebControl.class gambas/branches/3.9/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/branches/3.9/comp/src/gb.web.form/.src/WebTable/_WebTableColumn.class gambas/branches/3.9/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class gambas/branches/3.9/comp/src/gb.web.form/.src/WebUploadArea.class Property Changed: ---------------- gambas/branches/3.9/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-11-02 16:14:37
|
Revision: 7953 http://sourceforge.net/p/gambas/code/7953 Author: gambas Date: 2016-11-02 16:14:36 +0000 (Wed, 02 Nov 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebContainer: Force a full refresh when the Visible property changes. * NEW: WebTable: Add an Hidden property to the column object. * NEW: WebUploadArea: Clear() is a new method that clears the possible uploaded file. Modified Paths: -------------- 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/WebTable.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/.src/WebUploadArea.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-11-01 20:11:09
|
Revision: 7952 http://sourceforge.net/p/gambas/code/7952 Author: gambas Date: 2016-11-01 20:11:07 +0000 (Tue, 01 Nov 2016) Log Message: ----------- [GB.SDL2.AUDIO] * BUG: Remove unneeded references to Channel objects, which lead to memory leak. Modified Paths: -------------- gambas/trunk/gb.sdl2/src/audio/c_channel.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-11-01 08:00:30
|
Revision: 7951 http://sourceforge.net/p/gambas/code/7951 Author: gambix Date: 2016-11-01 08:00:29 +0000 (Tue, 01 Nov 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Remove the pretty code indentation on function Begin/End. I need to find a way to close indentations on functions without ending. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/MPrettyCode.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-31 09:31:17
|
Revision: 7950 http://sourceforge.net/p/gambas/code/7950 Author: gambix Date: 2016-10-31 09:31:15 +0000 (Mon, 31 Oct 2016) Log Message: ----------- [GB.MAP] * BUG: Now polyline work properly. * BUG: Zoom down does not change the center of the map anymore. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.component gambas/trunk/comp/src/gb.map/.project gambas/trunk/comp/src/gb.map/.src/MapView.class gambas/trunk/comp/src/gb.map/.src/Tests/Form5.form gambas/trunk/comp/src/gb.map/.src/_MapShape.class gambas/trunk/comp/src/gb.map/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.map/.src/Tests/Form6.class gambas/trunk/comp/src/gb.map/.src/Tests/Form6.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-30 13:34:03
|
Revision: 7949 http://sourceforge.net/p/gambas/code/7949 Author: gambas Date: 2016-10-30 13:34:01 +0000 (Sun, 30 Oct 2016) Log Message: ----------- * Merge from r7948. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7948 Modified Paths: -------------- gambas/branches/3.9/comp/src/gb.web.form/.info gambas/branches/3.9/comp/src/gb.web.form/.src/WebControl.class Property Changed: ---------------- gambas/branches/3.9/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-30 13:32:42
|
Revision: 7948 http://sourceforge.net/p/gambas/code/7948 Author: gambas Date: 2016-10-30 13:32:41 +0000 (Sun, 30 Oct 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebControl.Name is now writable, so that the Group virtual property can be used in the IDE. 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-10-30 13:13:07
|
Revision: 7947 http://sourceforge.net/p/gambas/code/7947 Author: gambas Date: 2016-10-30 13:13:05 +0000 (Sun, 30 Oct 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Editor: Workaround an interpreter crash when analyzing an expression including the LAST keyword. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-30 10:46:12
|
Revision: 7946 http://sourceforge.net/p/gambas/code/7946 Author: gambas Date: 2016-10-30 10:46:11 +0000 (Sun, 30 Oct 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Packager: The description text box now expands vertically. * BUG: Packager: Debian package description is now correctly generated in all cases. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/trunk/app/src/gambas3/.src/Packager/Package.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-30 10:25:21
|
Revision: 7945 http://sourceforge.net/p/gambas/code/7945 Author: gambas Date: 2016-10-30 10:25:20 +0000 (Sun, 30 Oct 2016) Log Message: ----------- [GB.NET.POP3] * BUG: Pop3Client.Refresh() has been implemented. This method was needed to refresh the internal message cache, so that you don't have to open a new connection each time you need to read the message box. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.pop3/.component gambas/trunk/comp/src/gb.net.pop3/.info gambas/trunk/comp/src/gb.net.pop3/.project gambas/trunk/comp/src/gb.net.pop3/.src/Pop3Client.class gambas/trunk/comp/src/gb.net.pop3/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-30 10:16:18
|
Revision: 7944 http://sourceforge.net/p/gambas/code/7944 Author: gambas Date: 2016-10-30 10:16:16 +0000 (Sun, 30 Oct 2016) Log Message: ----------- [GB.GTK] * BUG: Window.Menus[] does not crash anymore. [GB.GTK3] * BUG: Window.Menus[] does not crash anymore. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-29 22:43:32
|
Revision: 7943 http://sourceforge.net/p/gambas/code/7943 Author: gambas Date: 2016-10-29 22:43:30 +0000 (Sat, 29 Oct 2016) Log Message: ----------- [GB.DBUS] * BUG: Add debugging message to the GetAll() DBus method implementation. Modified Paths: -------------- gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusObject.class gambas/trunk/gb.dbus/src/gb.dbus/.src/MMain.module Added Paths: ----------- gambas/trunk/gb.dbus/src/gb.dbus/.src/mpris.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-29 01:43:32
|
Revision: 7942 http://sourceforge.net/p/gambas/code/7942 Author: gambas Date: 2016-10-29 01:43:30 +0000 (Sat, 29 Oct 2016) Log Message: ----------- [GB.DESKTOP] * BUG: Setting Desktop.Passwords[] now works correctly if 'secret-tool' is used. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings 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: <ga...@us...> - 2016-10-29 01:38:58
|
Revision: 7941 http://sourceforge.net/p/gambas/code/7941 Author: gambas Date: 2016-10-29 01:38:56 +0000 (Sat, 29 Oct 2016) Log Message: ----------- [GB.DB] * BUG: Connection.ApplyTemplate() now correctly handles a collation whose name is "default" in the template file. Modified Paths: -------------- gambas/trunk/main/lib/db/gb.db/.component gambas/trunk/main/lib/db/gb.db/.project gambas/trunk/main/lib/db/gb.db/.settings gambas/trunk/main/lib/db/gb.db/.src/Connection.class gambas/trunk/main/lib/db/gb.db/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-29 01:35:41
|
Revision: 7940 http://sourceforge.net/p/gambas/code/7940 Author: gambas Date: 2016-10-29 01:35:40 +0000 (Sat, 29 Oct 2016) Log Message: ----------- [GB.INOTIFY] * BUG: Creating a watch with a null path now raises an error instead of crashing. Modified Paths: -------------- gambas/trunk/main/lib/inotify/c_watch.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-28 10:12:10
|
Revision: 7939 http://sourceforge.net/p/gambas/code/7939 Author: gambas Date: 2016-10-28 10:12:09 +0000 (Fri, 28 Oct 2016) Log Message: ----------- [INTERPRETER] * BUG: Exec with a null program name does not crash anymore. Modified Paths: -------------- 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...> - 2016-10-27 11:05:41
|
Revision: 7938 http://sourceforge.net/p/gambas/code/7938 Author: gambas Date: 2016-10-27 11:05:39 +0000 (Thu, 27 Oct 2016) Log Message: ----------- [GB.DESKTOP] * NEW: Support for cygwin desktops. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.src/Desktop.class 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: <ga...@us...> - 2016-10-25 02:42:57
|
Revision: 7937 http://sourceforge.net/p/gambas/code/7937 Author: gambas Date: 2016-10-25 02:42:54 +0000 (Tue, 25 Oct 2016) Log Message: ----------- * Merge from r7935,r7936. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7935 http://sourceforge.net/p/gambas/code/7936 Modified Paths: -------------- gambas/branches/3.9/comp/src/gb.web/.src/Request.module gambas/branches/3.9/comp/src/gb.web/.src/Response.module gambas/branches/3.9/comp/src/gb.web.form/.component gambas/branches/3.9/comp/src/gb.web.form/.info gambas/branches/3.9/comp/src/gb.web.form/.lang/fr.po gambas/branches/3.9/comp/src/gb.web.form/.project gambas/branches/3.9/comp/src/gb.web.form/.src/WebForm.class gambas/branches/3.9/comp/src/gb.web.form/.src/WebTextBox.class gambas/branches/3.9/comp/src/gb.web.form/.startup gambas/branches/3.9/comp/src/gb.web.form/ac.js gambas/branches/3.9/comp/src/gb.web.form/lib.js Property Changed: ---------------- gambas/branches/3.9/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-25 02:41:23
|
Revision: 7936 http://sourceforge.net/p/gambas/code/7936 Author: gambas Date: 2016-10-25 02:41:22 +0000 (Tue, 25 Oct 2016) Log Message: ----------- [GB.WEB] * NEW: If Http-Accept-Language header is void, Request.Language returns the current system language instead of "C". * NEW: Mime types for 'json', 'kml' & 'kmz' files. Used by the Response.SendFile() method. Modified Paths: -------------- gambas/trunk/comp/src/gb.web/.src/Request.module gambas/trunk/comp/src/gb.web/.src/Response.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-25 02:37:18
|
Revision: 7935 http://sourceforge.net/p/gambas/code/7935 Author: gambas Date: 2016-10-25 02:37:16 +0000 (Tue, 25 Oct 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebForm.Download() is a new static method that triggers a file download on the client side. * BUG: WebTextBox: The default event is "Change" now. * BUG: Allows quotes in automatic completion items. 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/.lang/fr.po gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/ac.js 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-10-21 02:12:16
|
Revision: 7934 http://sourceforge.net/p/gambas/code/7934 Author: gambas Date: 2016-10-21 02:12:14 +0000 (Fri, 21 Oct 2016) Log Message: ----------- [GB.MEDIA.FORM] * NEW: MediaView: Expose the inner MediaPlayer AboutToFinish event. * NEW: MediaView: Expose the inner MediaPlayer NextURL property. Modified Paths: -------------- gambas/trunk/comp/src/gb.media.form/.component gambas/trunk/comp/src/gb.media.form/.info gambas/trunk/comp/src/gb.media.form/.project gambas/trunk/comp/src/gb.media.form/.src/FMediaPlayer.class gambas/trunk/comp/src/gb.media.form/.src/FMediaPlayer.form gambas/trunk/comp/src/gb.media.form/.src/FTest.form gambas/trunk/comp/src/gb.media.form/.src/MediaView.class gambas/trunk/comp/src/gb.media.form/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-21 02:09:36
|
Revision: 7933 http://sourceforge.net/p/gambas/code/7933 Author: gambas Date: 2016-10-21 02:09:34 +0000 (Fri, 21 Oct 2016) Log Message: ----------- [GB.MEDIA] * NEW: Link explicitly with the thread library. * BUG: MediaPipeline: Prevent message callback routine possible recursion. * NEW: MediaPipeline: Raise the Start event when a new stream is started. * NEW: MediaPipeline: The Position and Duration properties are now computed during the message callback routine. * NEW: MediaPipeline: Raise the AboutToFinish event two seconds before the stream end. * NEW: MediaPlayer: NextURL is a new property that you must set to define the next stream that will be played without gap. * NEW: MediaPlayer: Setting the URL property now automatically stops the player. * NEW: MediaPlayer: The AboutToFinish event is now raised by MediaPipeline. This is not the GStreamer 'about-to-finish' signal anymore. Modified Paths: -------------- gambas/trunk/gb.media/src/Makefile.am gambas/trunk/gb.media/src/c_media.c gambas/trunk/gb.media/src/c_media.h gambas/trunk/gb.media/src/c_mediaplayer.c gambas/trunk/gb.media/src/c_mediaplayer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nge...@us...> - 2016-10-15 15:33:23
|
Revision: 7932 http://sourceforge.net/p/gambas/code/7932 Author: ngerrard Date: 2016-10-15 15:33:21 +0000 (Sat, 15 Oct 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fixed bug 1019 IDE Crash when deleting code Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CDocumentation.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nge...@us...> - 2016-10-13 14:20:35
|
Revision: 7931 http://sourceforge.net/p/gambas/code/7931 Author: ngerrard Date: 2016-10-13 14:20:33 +0000 (Thu, 13 Oct 2016) Log Message: ----------- [GB.JIT] * BUG: Fix to locate JIT.H and resolve issue where multiple versions of llvm present. JIT.H is only available prior to llvm 5.6 and GB.JIT can only be compiled with those versions. [GB.SDL] * NEW: Cygwin needs the shared library x11 - as per Bastian Germann [GB.XML] * NEW: Cygwin changes - as per Bastian Germann Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac gambas/trunk/gb.sdl/configure.ac gambas/trunk/gb.xml/src/gb.xml.h gambas/trunk/gb.xml/src/html/htmlmain.h gambas/trunk/gb.xml/src/main.cpp gambas/trunk/gb.xml/src/utils.cpp gambas/trunk/gb.xml/src/utils.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |