gambas-devel-svn Mailing List for Gambas (Page 10)
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-10-10 16:42:42
|
Revision: 7930 http://sourceforge.net/p/gambas/code/7930 Author: gambas Date: 2016-10-10 16:42:40 +0000 (Mon, 10 Oct 2016) Log Message: ----------- [GB.GUI.BASE] * BUG: GridView: Stop the scrolling timer when focus is lost, as if you open a modal dialog during a MouseDown event, you don't get the MouseUp event! Maybe I should systematically raise a fake MouseUp event when focus is lost, and QT didn't send it. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.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-10-10 16:39:15
|
Revision: 7929 http://sourceforge.net/p/gambas/code/7929 Author: gambas Date: 2016-10-10 16:39:13 +0000 (Mon, 10 Oct 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Connection editor: The "SQL request" button is now an entry in the table list. * NEW: Connection editor: The database description is now the tooltip of the database configuration button. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Connection/MConnection.module 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...> - 2016-10-10 16:36:07
|
Revision: 7928 http://sourceforge.net/p/gambas/code/7928 Author: gambas Date: 2016-10-10 16:36:05 +0000 (Mon, 10 Oct 2016) Log Message: ----------- [GB.DESKTOP] * BUG: Use KDE5 wallet when the desktop is KDE5. Use a possible old KDE4 wallet only if no password is found in the KDE5 wallet. 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-08 12:36:00
|
Revision: 7927 http://sourceforge.net/p/gambas/code/7927 Author: gambas Date: 2016-10-08 12:35:58 +0000 (Sat, 08 Oct 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Allow files located in a linked directory to be modified only if they are opened in fake mode, i.e. alone. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-08 11:46:35
|
Revision: 7926 http://sourceforge.net/p/gambas/code/7926 Author: gambas Date: 2016-10-08 11:46:33 +0000 (Sat, 08 Oct 2016) Log Message: ----------- * Merge from r7925. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7925 Modified Paths: -------------- gambas/branches/3.9/main/share/gambas.h 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-05 15:28:41
|
Revision: 7925 http://sourceforge.net/p/gambas/code/7925 Author: gambas Date: 2016-10-05 15:28:40 +0000 (Wed, 05 Oct 2016) Log Message: ----------- [INTERPRETER] * BUG: Timer delay is now stored in 31 bits, and so can now be up to 2^31 - 1 milliseconds, i.e. about 24 days, 20 hours and 31 seconds. Modified Paths: -------------- gambas/trunk/main/share/gambas.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-05 01:21:35
|
Revision: 7924 http://sourceforge.net/p/gambas/code/7924 Author: gambas Date: 2016-10-05 01:21:33 +0000 (Wed, 05 Oct 2016) Log Message: ----------- * Merge from r7923. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7923 Modified Paths: -------------- gambas/branches/3.9/comp/src/gb.dbus.trayicon/.component gambas/branches/3.9/comp/src/gb.dbus.trayicon/.project gambas/branches/3.9/comp/src/gb.dbus.trayicon/.src/DBusStatusIcon.class gambas/branches/3.9/comp/src/gb.dbus.trayicon/.src/DBusStatusIconMenu.class gambas/branches/3.9/comp/src/gb.dbus.trayicon/.startup 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-03 16:26:17
|
Revision: 7923 http://sourceforge.net/p/gambas/code/7923 Author: gambas Date: 2016-10-03 16:26:15 +0000 (Mon, 03 Oct 2016) Log Message: ----------- [GB.DBUS.TRAYICON] * BUG: Remove a debugging message Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.component 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/DBusStatusIconMenu.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-10-01 23:47:58
|
Revision: 7922 http://sourceforge.net/p/gambas/code/7922 Author: gambas Date: 2016-10-01 23:47:56 +0000 (Sat, 01 Oct 2016) Log Message: ----------- * Forget merge from r7919. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7919 Modified Paths: -------------- gambas/branches/3.9/main/gbx/gbx_local.c 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-01 22:59:07
|
Revision: 7921 http://sourceforge.net/p/gambas/code/7921 Author: gambas Date: 2016-10-01 22:59:05 +0000 (Sat, 01 Oct 2016) Log Message: ----------- * Merge from r7907-r7917, r7919. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7907 http://sourceforge.net/p/gambas/code/7917 http://sourceforge.net/p/gambas/code/7919 Modified Paths: -------------- gambas/branches/3.9/app/src/gambas3/.lang/fr.mo gambas/branches/3.9/app/src/gambas3/.lang/fr.po gambas/branches/3.9/app/src/gambas3/.project gambas/branches/3.9/app/src/gambas3/.src/CRecentProject.class gambas/branches/3.9/app/src/gambas3/.src/Packager/FMakeInstall.class gambas/branches/3.9/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/branches/3.9/app/src/gambas3/.src/Packager/Package.module gambas/branches/3.9/app/src/gambas3/.src/Project/CProjectList.class gambas/branches/3.9/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/branches/3.9/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/branches/3.9/app/src/gambas3/.src/Project/Farm/FarmRequest.class gambas/branches/3.9/app/src/gambas3/.src/Project/Library/CLibraryInfo.class gambas/branches/3.9/app/src/gambas3/.src/Project/Library/FSelectLibrary.class gambas/branches/3.9/app/src/gambas3/.src/Project.module gambas/branches/3.9/app/src/gambas3/.src/Translation/FTranslate.class gambas/branches/3.9/app/src/gambas3/.src/Translation/FTranslate.form gambas/branches/3.9/app/src/gambas3/.src/Welcome/CCoolButton.class gambas/branches/3.9/app/src/gambas3/.src/Welcome/FWelcome.class gambas/branches/3.9/comp/src/gb.desktop/.settings gambas/branches/3.9/comp/src/gb.desktop/.src/Desktop.class gambas/branches/3.9/comp/src/gb.form/.lang/fr.mo gambas/branches/3.9/comp/src/gb.form/.lang/fr.po gambas/branches/3.9/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/branches/3.9/comp/src/gb.form/.src/File/DirView.class gambas/branches/3.9/comp/src/gb.form/.src/File/Properties/FFileProperties.class gambas/branches/3.9/comp/src/gb.form/.src/Test/FTestFileView.class gambas/branches/3.9/comp/src/gb.form.editor/.src/FTestEditor.class gambas/branches/3.9/comp/src/gb.form.editor/.src/FTestEditor.form gambas/branches/3.9/comp/src/gb.form.editor/.src/TextEditor.class gambas/branches/3.9/comp/src/gb.form.editor/.src/_TextEditor_Rows.class gambas/branches/3.9/gb.xml/src/CElement.cpp gambas/branches/3.9/gb.xml/src/CNode.cpp 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-01 22:35:02
|
Revision: 7920 http://sourceforge.net/p/gambas/code/7920 Author: gambas Date: 2016-10-01 22:35:00 +0000 (Sat, 01 Oct 2016) Log Message: ----------- * Switch to version 3.9.2 Modified Paths: -------------- gambas/branches/3.9/VERSION gambas/branches/3.9/acinclude.m4 gambas/branches/3.9/version.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-01 22:32:44
|
Revision: 7919 http://sourceforge.net/p/gambas/code/7919 Author: gambas Date: 2016-10-01 22:32:42 +0000 (Sat, 01 Oct 2016) Log Message: ----------- [INTERPRETER] * BUG: The translation file of the project is now always correctly loaded. That was a very old bug. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_local.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2016-09-24 22:55:52
|
Revision: 7918 http://sourceforge.net/p/gambas/code/7918 Author: sebikul Date: 2016-09-24 22:55:50 +0000 (Sat, 24 Sep 2016) Log Message: ----------- [GB;LOGGING] * NEW: Early implementation of automatic log rotation. Modified Paths: -------------- gambas/trunk/comp/src/gb.logging/.component gambas/trunk/comp/src/gb.logging/.info gambas/trunk/comp/src/gb.logging/.list gambas/trunk/comp/src/gb.logging/.project gambas/trunk/comp/src/gb.logging/.src/FileHandler.class gambas/trunk/comp/src/gb.logging/.src/MTest.module gambas/trunk/comp/src/gb.logging/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.logging/.src/LogRotator.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <das...@us...> - 2016-09-21 10:05:43
|
Revision: 7917 http://sourceforge.net/p/gambas/code/7917 Author: dashboard68 Date: 2016-09-21 10:05:42 +0000 (Wed, 21 Sep 2016) Log Message: ----------- [GB.DESKTOP] * BUG: Desktop.RunAsRoot() should work correctly on SuSE now. It uses 'kdsu' if 'kdsudo' is not found. * NEW: Desktop.RunAsRoot() It uses 'gksu' if 'gksudo' is not found. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings 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: <das...@us...> - 2016-09-21 09:16:07
|
Revision: 7916 http://sourceforge.net/p/gambas/code/7916 Author: dashboard68 Date: 2016-09-21 09:16:05 +0000 (Wed, 21 Sep 2016) Log Message: ----------- [GB.DESKTOP] * BUG: Desktop.RunAsRoot() should work correctly on SuSE now. It uses 'kdsu' if 'kdsudo' is not found. * NEW: Desktop.RunAsRoot() It uses 'gksu' if 'gksudo' is not found. Modified Paths: -------------- 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-09-20 01:16:34
|
Revision: 7915 http://sourceforge.net/p/gambas/code/7915 Author: gambas Date: 2016-09-20 01:16:32 +0000 (Tue, 20 Sep 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The package name of the library is now always prefixed with the vendor name or prefix, so that this name is predictable. * BUG: Consequently, making a package of a project using another library does not crash anymore if that library was never packaged. * NEW: When creating the package, display the messages in a box below the output log. Do not use message boxes anymore. * NEW: When uninstalling a library, automatically remove the vendor directory if it is void. * NEW: When uninstalling a software installed from the farm, automatically remove the vendor directory if it is void. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.class gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/trunk/app/src/gambas3/.src/Packager/Package.module gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project/Library/CLibraryInfo.class gambas/trunk/app/src/gambas3/.src/Project/Library/FSelectLibrary.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-09-18 00:06:40
|
Revision: 7914 http://sourceforge.net/p/gambas/code/7914 Author: gambas Date: 2016-09-18 00:06:38 +0000 (Sun, 18 Sep 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Welcome dialog: Software button is disabled if no software is installed. * BUG: Welcome dialog: Software and example lists are automatically refreshed after the farm software client has been used. * NEW: Welcome dialog: Software can be uninstalled by clicking on the little icon on the top right of the software box. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/CRecentProject.class gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Welcome/CCoolButton.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-09-16 22:02:32
|
Revision: 7913 http://sourceforge.net/p/gambas/code/7913 Author: gambas Date: 2016-09-16 22:02:30 +0000 (Fri, 16 Sep 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Farm client: Support for library publishing and library installation. * NEW: Translation: Locations of translated strings should be more readable now. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequest.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Translation/FTranslate.class gambas/trunk/app/src/gambas3/.src/Translation/FTranslate.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2016-09-13 12:37:10
|
Revision: 7912 http://sourceforge.net/p/gambas/code/7912 Author: prokopy Date: 2016-09-13 12:37:08 +0000 (Tue, 13 Sep 2016) Log Message: ----------- [GB.XML] * BUG: XmlNode.Attributes now works correctly when getting empty attributes. * BUG: XmlElement.GetAttribute() now works correctly with empty attributes. Modified Paths: -------------- gambas/trunk/gb.xml/src/CElement.cpp gambas/trunk/gb.xml/src/CNode.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2016-09-13 11:53:41
|
Revision: 7911 http://sourceforge.net/p/gambas/code/7911 Author: tobiasboe Date: 2016-09-13 11:53:40 +0000 (Tue, 13 Sep 2016) Log Message: ----------- [GB.XML] * BUG: XmlNode: Don't crash when _get()'ing an empty attribute value Modified Paths: -------------- gambas/trunk/gb.xml/src/CNode.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-09-13 02:17:32
|
Revision: 7910 http://sourceforge.net/p/gambas/code/7910 Author: gambas Date: 2016-09-13 02:17:30 +0000 (Tue, 13 Sep 2016) Log Message: ----------- [GB.FORM] * NEW: DirChooser,FileChooser: Add a "delete directory" menu that can delete void directories only. * BUG: DirView: File watch events does not disturb renaming anymore. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/fr.mo gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/trunk/comp/src/gb.form/.src/File/DirView.class gambas/trunk/comp/src/gb.form/.src/File/Properties/FFileProperties.class gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/.src/Test/FTestFileView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-09-13 00:44:06
|
Revision: 7909 http://sourceforge.net/p/gambas/code/7909 Author: gambas Date: 2016-09-13 00:44:05 +0000 (Tue, 13 Sep 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Remove a debugging message. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Rows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-09-13 00:43:04
|
Revision: 7908 http://sourceforge.net/p/gambas/code/7908 Author: gambas Date: 2016-09-13 00:43:03 +0000 (Tue, 13 Sep 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Editor works correctly again when a procedure is collapsed. Modified Paths: -------------- 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/TextEditor.class gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Rows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-09-12 19:18:00
|
Revision: 7907 http://sourceforge.net/p/gambas/code/7907 Author: gambas Date: 2016-09-12 19:17:58 +0000 (Mon, 12 Sep 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Optionally load 'gb.inotify' component. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-09-08 21:29:45
|
Revision: 7906 http://sourceforge.net/p/gambas/code/7906 Author: gambas Date: 2016-09-08 21:29:44 +0000 (Thu, 08 Sep 2016) Log Message: ----------- * Tag for 3.9.1. Added Paths: ----------- gambas/tags/3.9.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |