gambas-devel-svn Mailing List for Gambas (Page 23)
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: <tob...@us...> - 2016-02-17 00:18:41
|
Revision: 7605 http://sourceforge.net/p/gambas/code/7605 Author: tobiasboe Date: 2016-02-17 00:18:40 +0000 (Wed, 17 Feb 2016) Log Message: ----------- [GB.XML] * BUG: Fix off-by-one error in utils.cpp (cf. bug #894). Modified Paths: -------------- 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-02-16 19:02:39
|
Revision: 7604 http://sourceforge.net/p/gambas/code/7604 Author: gambas Date: 2016-02-16 19:02:38 +0000 (Tue, 16 Feb 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Library selection dialog does not crash anymore when the local library path does not exist yet. * BUG: When creating the library executable, the copy in the local library path is correctly overwritten. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/Library/FSelectLibrary.class 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-02-14 16:15:33
|
Revision: 7603 http://sourceforge.net/p/gambas/code/7603 Author: gambas Date: 2016-02-14 16:15:31 +0000 (Sun, 14 Feb 2016) Log Message: ----------- [INTERPRETER] * BUG: Correctly handle the current component interpreter variable when an error occurs. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_component.c gambas/trunk/main/gbx/gbx_exec_push.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-02-10 21:45:35
|
Revision: 7602 http://sourceforge.net/p/gambas/code/7602 Author: gambas Date: 2016-02-10 21:45:33 +0000 (Wed, 10 Feb 2016) Log Message: ----------- [INTERPRETER] * NEW: Library specific path can be relative now. It is then relative to the project executable path. * NEW: Libraries are now searched in the '~/.local/share/gambas3/lib' directory even if we are not in debugging mode. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_project.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-02-03 06:15:06
|
Revision: 7601 http://sourceforge.net/p/gambas/code/7601 Author: gambas Date: 2016-02-03 06:15:04 +0000 (Wed, 03 Feb 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Library selection: "Remove" is now "Uninstall". Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Project/Library/FSelectLibrary.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-02-03 06:12:29
|
Revision: 7600 http://sourceforge.net/p/gambas/code/7600 Author: gambas Date: 2016-02-03 06:12:27 +0000 (Wed, 03 Feb 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Replace the remove menu entry, that was located in the welcome dialog only, by a remove icon present in all recent project lists. * BUG: Project property dialog: Fix display of not found libraries. * BUG: Library selection: Removing a library correctly updates the state of buttons now. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/CRecentProject.class gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/Library/ gambas/trunk/app/src/gambas3/.src/Project/Library/CLibraryInfo.class gambas/trunk/app/src/gambas3/.src/Project/Library/FSelectLibrary.class gambas/trunk/app/src/gambas3/.src/Project/Library/FSelectLibrary.form gambas/trunk/app/src/gambas3/.src/Project/Library/LibraryItem.class Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Project/CLibraryInfo.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectLibrary.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectLibrary.form gambas/trunk/app/src/gambas3/.src/Project/LibraryItem.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-02-02 08:24:47
|
Revision: 7599 http://sourceforge.net/p/gambas/code/7599 Author: gambas Date: 2016-02-02 08:24:45 +0000 (Tue, 02 Feb 2016) Log Message: ----------- [GB.SETTINGS] * NEW: Settings.ToString() and Settings.FromString() are two internal methods now made public. They convert a value to its string representation, and the contray. Modified Paths: -------------- gambas/trunk/comp/src/gb.settings/.info 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...> - 2016-02-02 05:07:49
|
Revision: 7598 http://sourceforge.net/p/gambas/code/7598 Author: gambas Date: 2016-02-02 05:07:47 +0000 (Tue, 02 Feb 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Project property dialog: Several arugment lists can be defined now. * NEW: Library selection dialog is now resizable. 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/Editor/Connection/FConnectionEditor.form gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectLibrary.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectLibrary.form gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form 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-02-01 21:59:39
|
Revision: 7597 http://sourceforge.net/p/gambas/code/7597 Author: gambas Date: 2016-02-01 21:59:37 +0000 (Mon, 01 Feb 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: When a library has no vendor, it is assumed to be the special string "(unknown)". * NEW: Library are now installed by copying the executable, not creating a symbolic link. * BUG: Uninstalling a library now works correctly. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Project/CLibraryInfo.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectLibrary.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectLibrary.form gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form 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-02-01 19:43:51
|
Revision: 7596 http://sourceforge.net/p/gambas/code/7596 Author: gambas Date: 2016-02-01 19:43:49 +0000 (Mon, 01 Feb 2016) Log Message: ----------- [GB.DBUS.TRAYICON] * BUG: TrayIcon: Forgot to implement the Tag property! 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-02-01 08:15:05
|
Revision: 7595 http://sourceforge.net/p/gambas/code/7595 Author: gambas Date: 2016-02-01 08:15:03 +0000 (Mon, 01 Feb 2016) Log Message: ----------- [DEVELOPMENT ENVIROMENT] * BUG: Packager: Fix library support. 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-02-01 08:06:34
|
Revision: 7594 http://sourceforge.net/p/gambas/code/7594 Author: gambas Date: 2016-02-01 08:06:32 +0000 (Mon, 01 Feb 2016) Log Message: ----------- [DEVELOPMENT ENVIRONEMNT] * NEW: Packager: Support for new library management. Autotools packages are not supported yet. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.class 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-02-01 02:20:21
|
Revision: 7593 http://sourceforge.net/p/gambas/code/7593 Author: gambas Date: 2016-02-01 02:20:19 +0000 (Mon, 01 Feb 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: New library management and new library selection dialog. * BUG: Fix crash dialog layout. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Debug/FCrash.class gambas/trunk/app/src/gambas3/.src/Debug/FCrash.form gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Help/MHelp.module gambas/trunk/app/src/gambas3/.src/Project/CLibraryInfo.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class gambas/trunk/app/src/gambas3/.src/Project.module Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectLibrary.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectLibrary.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-02-01 02:18:51
|
Revision: 7592 http://sourceforge.net/p/gambas/code/7592 Author: gambas Date: 2016-02-01 02:18:49 +0000 (Mon, 01 Feb 2016) Log Message: ----------- [INTERPRETER] * NEW: New library management. [COMPILER] * NEW: New library management. Modified Paths: -------------- gambas/trunk/main/gbc/gb_file.c gambas/trunk/main/gbc/gbc.c gambas/trunk/main/gbc/gbc_compile.c gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_archive.h gambas/trunk/main/gbx/gbx_c_system.c gambas/trunk/main/gbx/gbx_component.c gambas/trunk/main/gbx/gbx_project.c gambas/trunk/main/gbx/gbx_project.h gambas/trunk/main/gbx/gbx_string.c gambas/trunk/main/lib/debug/CDebug.c gambas/trunk/main/lib/eval/CExpression.h gambas/trunk/main/share/gb_common.h gambas/trunk/main/share/gb_file_share.h gambas/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-02-01 02:17:16
|
Revision: 7591 http://sourceforge.net/p/gambas/code/7591 Author: gambas Date: 2016-02-01 02:17:15 +0000 (Mon, 01 Feb 2016) Log Message: ----------- [GB.GUI.BASE] * BUG: GridView: Best row height computation now correctly takes the borders into account. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/Border.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/MMain.module 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-02-01 02:15:48
|
Revision: 7590 http://sourceforge.net/p/gambas/code/7590 Author: gambas Date: 2016-02-01 02:15:46 +0000 (Mon, 01 Feb 2016) Log Message: ----------- [GB.EVAL.HGIHLIGHT] * BUG: Javascript: Take all space characters into account. * NEW: Javascript: Try to detect functions declared inside objects. Modified Paths: -------------- gambas/trunk/comp/src/gb.eval.highlight/.src/TextHighlighter_CSS.class 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: <das...@us...> - 2016-01-27 22:21:56
|
Revision: 7589 http://sourceforge.net/p/gambas/code/7589 Author: dashboard68 Date: 2016-01-27 22:21:54 +0000 (Wed, 27 Jan 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: remove projects from the project list Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/CRecentProject.class gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2016-01-27 11:46:40
|
Revision: 7588 http://sourceforge.net/p/gambas/code/7588 Author: tobiasboe Date: 2016-01-27 11:46:38 +0000 (Wed, 27 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebExpander: Raise Show and Hide events Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebExpander.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-25 23:28:20
|
Revision: 7587 http://sourceforge.net/p/gambas/code/7587 Author: gambas Date: 2016-01-25 23:28:18 +0000 (Mon, 25 Jan 2016) Log Message: ----------- [INTERPRETER] * BUG: Case insensitive comparison is now coherent whether natural comparison is specified or not. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_compare.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-24 03:00:24
|
Revision: 7586 http://sourceforge.net/p/gambas/code/7586 Author: gambas Date: 2016-01-24 03:00:22 +0000 (Sun, 24 Jan 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add description of gb.web.form and gb.qt5.ext components. * NEW: Update french translation. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.lang/no.po gambas/trunk/app/src/gambas3/.src/Component/CDocumentation.class 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-01-24 01:23:31
|
Revision: 7585 http://sourceforge.net/p/gambas/code/7585 Author: gambas Date: 2016-01-24 01:23:29 +0000 (Sun, 24 Jan 2016) Log Message: ----------- [GB.QT5.EXT] * BUG: Forgot to commit a file. Added Paths: ----------- gambas/trunk/gb.qt5/src/ext/gb.qt5.ext.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-24 00:05:24
|
Revision: 7584 http://sourceforge.net/p/gambas/code/7584 Author: gambas Date: 2016-01-24 00:05:22 +0000 (Sun, 24 Jan 2016) Log Message: ----------- [GB.QT5.EXT] * NEW: New QT5 extension component that just includes the TextEdit control. Modified Paths: -------------- gambas/trunk/gb.qt5/configure.ac gambas/trunk/gb.qt5/src/Makefile.am Added Paths: ----------- gambas/trunk/gb.qt5/src/ext/ gambas/trunk/gb.qt5/src/ext/CTextEdit.cpp gambas/trunk/gb.qt5/src/ext/CTextEdit.h gambas/trunk/gb.qt5/src/ext/Makefile.am gambas/trunk/gb.qt5/src/ext/main.cpp gambas/trunk/gb.qt5/src/ext/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-23 22:23:16
|
Revision: 7583 http://sourceforge.net/p/gambas/code/7583 Author: gambas Date: 2016-01-23 22:23:14 +0000 (Sat, 23 Jan 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not try to lock files that are symbolic links. They are always locked. * NEW: Text editor: Try to detect functions declared inside an object for javascript files. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class 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-01-19 22:57:22
|
Revision: 7582 http://sourceforge.net/p/gambas/code/7582 Author: gambas Date: 2016-01-19 22:57:20 +0000 (Tue, 19 Jan 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Code editor: Correctly generate signature of methods having optinal arguments with initializers. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CSymbolInfo.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-18 21:22:08
|
Revision: 7581 http://sourceforge.net/p/gambas/code/7581 Author: gambas Date: 2016-01-18 21:22:06 +0000 (Mon, 18 Jan 2016) Log Message: ----------- [GB.DB.POSTGRESQL] * NEW: Imbricated transactions are now allowed, by using savepoints. Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |