gambas-devel-svn Mailing List for Gambas (Page 16)
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-05-14 18:48:04
|
Revision: 7780 http://sourceforge.net/p/gambas/code/7780 Author: gambas Date: 2016-05-14 18:48:03 +0000 (Sat, 14 May 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Support for new internal library naming scheme. Modified Paths: -------------- 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-05-14 15:59:33
|
Revision: 7779 http://sourceforge.net/p/gambas/code/7779 Author: gambas Date: 2016-05-14 15:59:31 +0000 (Sat, 14 May 2016) Log Message: ----------- [GB.DBUS] * NEW: The application now registers to the DBus bus with its process id added to its name. * NEW: DBus.Unique is a new property that sets if the application should be unique on the DBus bus. If set, then the process id is not added to the name when registering. * BUG: If DBus.Unique is set, then registering the application a second time raises an error. Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.project gambas/trunk/comp/src/gb.dbus.trayicon/.src/Main.module gambas/trunk/comp/src/gb.dbus.trayicon/.startup gambas/trunk/gb.dbus/src/gb.dbus/.src/DBus.class gambas/trunk/gb.dbus/src/helper.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-14 13:19:04
|
Revision: 7778 http://sourceforge.net/p/gambas/code/7778 Author: gambas Date: 2016-05-14 13:19:03 +0000 (Sat, 14 May 2016) Log Message: ----------- [GB.DESKTOP] * BUG: Fix Unity indicator unregistration in TrayIcon.Delete() method. Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcon.class gambas/trunk/comp/src/gb.desktop/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-14 12:22:08
|
Revision: 7777 http://sourceforge.net/p/gambas/code/7777 Author: gambas Date: 2016-05-14 12:22:06 +0000 (Sat, 14 May 2016) Log Message: ----------- [GB.DESKTOP] * BUG: Use the same desktop detection algorithm than GUI components. [GB.GTK] * BUG: Fix the desktop detection algorithm. Use XDG_CURRENT_DESKTOP before anything else. Support for Cinnamon. [GB.GTK3] * BUG: Fix the desktop detection algorithm. Use XDG_CURRENT_DESKTOP before anything else. Support for Cinnamon. [GB.QT4] * BUG: Fix the desktop detection algorithm. Use XDG_CURRENT_DESKTOP before anything else. Support for Cinnamon. [GB.QT5] * BUG: Fix the desktop detection algorithm. Use XDG_CURRENT_DESKTOP before anything else. Support for Cinnamon. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.src/Desktop.class gambas/trunk/gb.qt4/src/desktop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-14 11:25:46
|
Revision: 7776 http://sourceforge.net/p/gambas/code/7776 Author: gambas Date: 2016-05-14 11:25:45 +0000 (Sat, 14 May 2016) Log Message: ----------- [GB.DESKTOP] * NEW: Support for Cinnamon Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.src/Desktop.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-14 11:15:37
|
Revision: 7775 http://sourceforge.net/p/gambas/code/7775 Author: gambas Date: 2016-05-14 11:15:35 +0000 (Sat, 14 May 2016) Log Message: ----------- [GB.DBUS.TRAYICON] * NEW: Deleting a TrayIcon now unregisters it when Unity-like indicator protocol is in use. * NEW: Support for Cinnamon. Note that the Cinnamon system tray does not send the click events specified by the protocol. Consequently, you get no Click, MiddleClick and Scroll events! Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcon.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-14 10:12:41
|
Revision: 7774 http://sourceforge.net/p/gambas/code/7774 Author: gambas Date: 2016-05-14 10:12:40 +0000 (Sat, 14 May 2016) Log Message: ----------- [GB.DBUS.TRAYICON] * NEW: Add support for the XAyatanaLabel property. It actually returns the TrayIcon Text property. Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.project gambas/trunk/comp/src/gb.dbus.trayicon/.src/DBusStatusIcon.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/FTest.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/FTest.form gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcon.class gambas/trunk/comp/src/gb.dbus.trayicon/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-13 12:54:21
|
Revision: 7773 http://sourceforge.net/p/gambas/code/7773 Author: gambas Date: 2016-05-13 12:54:19 +0000 (Fri, 13 May 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add pastel theme made by Antonio Orefice. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Options/FOption.class Added Paths: ----------- gambas/trunk/app/src/gambas3/theme/pastel This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-13 12:39:00
|
Revision: 7772 http://sourceforge.net/p/gambas/code/7772 Author: gambas Date: 2016-05-13 12:38:58 +0000 (Fri, 13 May 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Give fous to the terminal when the program is started. * NEW: Connection editor: Add "select all" and "unselect all" buttons to the DataView. [GB.DB.FORM] * BUG: DataView: Allow selection unless the current record is a new record. [GB.FORM.TERMINAL] * BUG: TerminalView: Reset() method resets more things. * BUG: TerminalView: Flush the output buffer when the running process ends. [GB.UTIL] * BUG: Date.FromUnixTime() now correctly ignores the current timezone. [GB.UTIL.WEB] * OPT: JSON.Encode() is now a lot faster, thanks to Alexander Kuiper. [GB.WEB.FORM] * BUG: WebDateBox: Fix "_Similar" property. * BUG: WebComboBox: Fix "_Similar" property. * NEW: WebDateBox: Value is now a synonymous for the Date property. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.form gambas/trunk/comp/src/gb.db.form/.src/DataView.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class gambas/trunk/comp/src/gb.util/.src/Date.module gambas/trunk/comp/src/gb.util/.src/MMain.module gambas/trunk/comp/src/gb.util.web/.src/JSON.module gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.src/Calendar/WebDateBox.class gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-07 14:28:11
|
Revision: 7771 http://sourceforge.net/p/gambas/code/7771 Author: gambas Date: 2016-05-07 14:28:09 +0000 (Sat, 07 May 2016) Log Message: ----------- [GB.FORM] * BUG: FileView: Enable/disable file watches on Show/Hide events. * BUG: DirView: Enable/disable file watches on Show/Hide events. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/File/DirView.class gambas/trunk/comp/src/gb.form/.src/File/FileView.class 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-05-07 13:15:32
|
Revision: 7770 http://sourceforge.net/p/gambas/code/7770 Author: gambas Date: 2016-05-07 13:15:31 +0000 (Sat, 07 May 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Hide the debug panel when the console is put in floating mode. * BUG: Take the "invert theme" option when initializing the colors of a specific control. [GB.FORM] * BUG: Remove a debugging message. [GB.QT4] * BUG: Do nothing when showing or hiding a window, when it is already shown or hidden. [GB.QT5] * BUG: Do nothing when showing or hiding a window, when it is already shown or hidden. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.class gambas/trunk/app/src/gambas3/.src/MTheme.module gambas/trunk/comp/src/gb.form/.src/File/DirView.class gambas/trunk/gb.qt4/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-05-07 01:15:45
|
Revision: 7769 http://sourceforge.net/p/gambas/code/7769 Author: gambas Date: 2016-05-07 01:15:43 +0000 (Sat, 07 May 2016) Log Message: ----------- [GB.FORM] * OPT: DirView: Disable file watches when the control is hidden. * OPT: DirView: Delay the view refresh when a watch event is received. * BUG: DirView: Remove debugging messages. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/File/DirView.class gambas/trunk/comp/src/gb.form/.src/File/FileView.class gambas/trunk/gb.qt4/src/CDrawingArea.cpp gambas/trunk/gb.qt4/src/CDrawingArea.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-07 00:55:10
|
Revision: 7768 http://sourceforge.net/p/gambas/code/7768 Author: gambas Date: 2016-05-07 00:55:08 +0000 (Sat, 07 May 2016) Log Message: ----------- [GB.INOTIFY] * BUG: Forgot to commit a source file. Added Paths: ----------- gambas/trunk/main/lib/inotify/gb_list.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-07 00:07:43
|
Revision: 7767 http://sourceforge.net/p/gambas/code/7767 Author: gambas Date: 2016-05-07 00:07:42 +0000 (Sat, 07 May 2016) Log Message: ----------- [GB.FORM] * NEW: If 'gb.inotify' component is loaded, then FileView and DirView will use it to automatically refresh when something changes on the file system. * NEW: FileView: Preview refresh optimization. [GB.GUI.BASE] * NEW: IconView: Add ScrollX, ScrollY, ScrollWidth, ScrollHeight, ClientWidth and ClientHeight properties. * NEW: IconView: Add the Scroll() method. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.icon.png gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/CTaskPreview.class gambas/trunk/comp/src/gb.form/.src/File/DirView.class gambas/trunk/comp/src/gb.form/.src/File/FileView.class gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/IconView/IconView.class gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView.class gambas/trunk/comp/src/gb.gui.base/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-06 23:03:30
|
Revision: 7766 http://sourceforge.net/p/gambas/code/7766 Author: gambas Date: 2016-05-06 23:03:28 +0000 (Fri, 06 May 2016) Log Message: ----------- [GB.INOTIFY] * BUG: Now you can create as many watches on the same path as you want. * NEW: Consequently, the Watch[] static array accessor, that returned the watch associated with a path, had to be removed. * NEW: The flags constants and the Watch.Events property are now associated with the Gambas events, not the internal inotify events. Modified Paths: -------------- gambas/trunk/main/lib/inotify/Makefile.am gambas/trunk/main/lib/inotify/c_watch.c gambas/trunk/main/lib/inotify/c_watch.h gambas/trunk/main/lib/inotify/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-05 17:40:46
|
Revision: 7765 http://sourceforge.net/p/gambas/code/7765 Author: gambas Date: 2016-05-05 17:40:44 +0000 (Thu, 05 May 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Debug panel: Some design fixes. * BUG: Display a message when the debugged program is stopped by CTRL+C or the SIGTERM signal. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Debug/Design.module gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.class gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.form gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Debug/FOutput.form gambas/trunk/app/src/gambas3/img/16/stack.png Added Paths: ----------- gambas/trunk/app/src/gambas3/img/16/stack-dark.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-05 14:01:50
|
Revision: 7764 http://sourceforge.net/p/gambas/code/7764 Author: gambas Date: 2016-05-05 14:01:49 +0000 (Thu, 05 May 2016) Log Message: ----------- [GB.GTK] * BUG: Button grab is correctly released now when a modal dialog is opened after a button click. [GB.GTK3] * BUG: Button grab is correctly released now when a modal dialog is opened after a button click. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-05 12:41:19
|
Revision: 7763 http://sourceforge.net/p/gambas/code/7763 Author: gambas Date: 2016-05-05 12:41:17 +0000 (Thu, 05 May 2016) Log Message: ----------- [GB.GTK] * BUG: TextArea: ToPos(), ToColumn() and ToLine() methods work correctly now. [GB.GTK3] * BUG: TextArea: ToPos(), ToColumn() and ToLine() methods work correctly now. [GB.QT4] * BUG: TextArea: ToPos(), ToColumn() and ToLine() methods work correctly now. [GB.QT5] * BUG: TextArea: ToPos(), ToColumn() and ToLine() methods work correctly now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gtextarea.cpp gambas/trunk/gb.gtk/src/gtextarea.h gambas/trunk/gb.qt4/src/CTextArea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-05 11:21:57
|
Revision: 7762 http://sourceforge.net/p/gambas/code/7762 Author: gambas Date: 2016-05-05 11:21:55 +0000 (Thu, 05 May 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The terminal output now works as expected when the project is running. [WIKI] * BUG: The '@classes' special command now detect the class descriptions in non-english languages correctly. [GB.FORM.TERMINAL] * BUG: TerminalView: The top right character can be selected now. * BUG: TerminalView: Goto() method now ensures that the cursor is visible. * NEW: TerminalView: Count is a new property that returns the number of lines in the terminal (not the screen height). Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.src/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Debug/FOutput.form gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/DesktopMime.class gambas/trunk/comp/src/gb.desktop/.src/Main.module gambas/trunk/comp/src/gb.form.editor/.project gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.form.editor/.src/Main.module gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-05 00:55:41
|
Revision: 7761 http://sourceforge.net/p/gambas/code/7761 Author: gambas Date: 2016-05-05 00:55:39 +0000 (Thu, 05 May 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Createing a project from a template having no icon now works correctly. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/FCreateProject.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-04 20:06:01
|
Revision: 7760 http://sourceforge.net/p/gambas/code/7760 Author: gambas Date: 2016-05-04 20:05:54 +0000 (Wed, 04 May 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Option dialog: Layout the "space(s)" label so that it trims its contents if its translation is too wide. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Options/FOption.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-04 19:53:02
|
Revision: 7759 http://sourceforge.net/p/gambas/code/7759 Author: gambas Date: 2016-05-04 19:53:01 +0000 (Wed, 04 May 2016) Log Message: ----------- [GB.NET] * BUG: ServerSocket: Handle all error codes when listening. Modified Paths: -------------- gambas/trunk/gb.net/src/CServerSocket.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-04 18:57:39
|
Revision: 7758 http://sourceforge.net/p/gambas/code/7758 Author: gambas Date: 2016-05-04 18:57:37 +0000 (Wed, 04 May 2016) Log Message: ----------- [GB.FORM] * BUG: Fix InputBox layout. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/FInputBox.class gambas/trunk/comp/src/gb.form/.src/FInputBox.form gambas/trunk/comp/src/gb.form/.src/Main.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-04 14:59:11
|
Revision: 7757 http://sourceforge.net/p/gambas/code/7757 Author: gambas Date: 2016-05-04 14:59:09 +0000 (Wed, 04 May 2016) Log Message: ----------- * Merge from r7756. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7756 Modified Paths: -------------- gambas/branches/3.8/gb.db.mysql/src/main.c 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-05-04 14:56:59
|
Revision: 7756 http://sourceforge.net/p/gambas/code/7756 Author: gambas Date: 2016-05-04 14:56:57 +0000 (Wed, 04 May 2016) Log Message: ----------- [GB.DB.MYSQL] * BUG: Use "START TRANSACTION" instead of "BEGIN", because I was told that BEGIN actually does nothing as autocommit is set by default. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |