gambas-devel-svn Mailing List for Gambas (Page 36)
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...> - 2015-09-06 14:10:59
|
Revision: 7280 http://sourceforge.net/p/gambas/code/7280 Author: gambas Date: 2015-09-06 14:10:57 +0000 (Sun, 06 Sep 2015) Log Message: ----------- [GB.QT4] * BUG: Raise an error when calling Screen[] with an incorrect index. * BUG: Fix modal dialog initial screen again. [GB.QT5] * BUG: Raise an error when calling Screen[] with an incorrect index. * BUG: Fix modal dialog initial screen again. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CScreen.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-06 13:19:48
|
Revision: 7279 http://sourceforge.net/p/gambas/code/7279 Author: gambas Date: 2015-09-06 13:19:46 +0000 (Sun, 06 Sep 2015) Log Message: ----------- [GB.QT4] * BUG: Modal dialogs now should be centered in the screen of their parent window, not always in the main screen anymore. [GB.QT5] * BUG: Modal dialogs now should be centered in the screen of their parent window, not always in the main screen anymore. Modified Paths: -------------- 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...> - 2015-09-06 12:36:34
|
Revision: 7278 http://sourceforge.net/p/gambas/code/7278 Author: gambas Date: 2015-09-06 12:36:33 +0000 (Sun, 06 Sep 2015) Log Message: ----------- [GB.EVAL] * BUG: Now lines of any length can be highlighted. Modified Paths: -------------- gambas/trunk/main/lib/eval/eval.c gambas/trunk/main/lib/eval/eval_analyze.c gambas/trunk/main/lib/eval/eval_analyze.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-05 19:55:16
|
Revision: 7277 http://sourceforge.net/p/gambas/code/7277 Author: gambas Date: 2015-09-05 19:55:15 +0000 (Sat, 05 Sep 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix dutch translation. * BUG: The search result list should be correctly hidden and shown when being refreshed now. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.lang/nl.mo gambas/trunk/app/src/gambas3/.lang/nl.po gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.class gambas/trunk/app/src/gambas3/.src/Search/FSearch.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-05 19:49:30
|
Revision: 7276 http://sourceforge.net/p/gambas/code/7276 Author: gambas Date: 2015-09-05 19:49:28 +0000 (Sat, 05 Sep 2015) Log Message: ----------- * Tag for 3.8.1 again. Added Paths: ----------- gambas/tags/3.8.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-05 19:49:05
|
Revision: 7275 http://sourceforge.net/p/gambas/code/7275 Author: gambas Date: 2015-09-05 19:49:03 +0000 (Sat, 05 Sep 2015) Log Message: ----------- * Remove 3.8.1 tag. Removed Paths: ------------- gambas/tags/3.8.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-05 19:48:26
|
Revision: 7274 http://sourceforge.net/p/gambas/code/7274 Author: gambas Date: 2015-09-05 19:48:24 +0000 (Sat, 05 Sep 2015) Log Message: ----------- * Merge from r7272,r7273. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7272 http://sourceforge.net/p/gambas/code/7273 Modified Paths: -------------- gambas/branches/3.8/gb.gtk/src/gkey.cpp gambas/branches/3.8/gb.gtk/src/gtextarea.cpp 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...> - 2015-09-05 16:00:56
|
Revision: 7273 http://sourceforge.net/p/gambas/code/7273 Author: gambas Date: 2015-09-05 16:00:54 +0000 (Sat, 05 Sep 2015) Log Message: ----------- [GB.GTK] * BUG: No GTK+ warning message anymore when a TextArea or TextBox gets the focus using some input methods. [GB.GTK3] * BUG: No GTK+ warning message anymore when a TextArea or TextBox gets the focus using some input methods. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gkey.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-05 15:45:33
|
Revision: 7272 http://sourceforge.net/p/gambas/code/7272 Author: gambas Date: 2015-09-05 15:45:31 +0000 (Sat, 05 Sep 2015) Log Message: ----------- [GB.GTK] * BUG: TextArea.Paste() and CTRL+V works correctly now. [GB.GTK3] * BUG: TextArea.Paste() and CTRL+V works correctly now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gtextarea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-03 12:40:25
|
Revision: 7271 http://sourceforge.net/p/gambas/code/7271 Author: gambas Date: 2015-09-03 12:40:24 +0000 (Thu, 03 Sep 2015) Log Message: ----------- * Tag for 3.8.1 again. Added Paths: ----------- gambas/tags/3.8.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-03 12:40:06
|
Revision: 7270 http://sourceforge.net/p/gambas/code/7270 Author: gambas Date: 2015-09-03 12:40:04 +0000 (Thu, 03 Sep 2015) Log Message: ----------- * Merge from r7265-r7267. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7265 http://sourceforge.net/p/gambas/code/7267 Modified Paths: -------------- gambas/branches/3.8/app/src/gambas3/install/Makefile.am gambas/branches/3.8/app/src/gambas3/install/acinclude.m4 gambas/branches/3.8/gb.db.odbc/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...> - 2015-09-03 12:39:25
|
Revision: 7269 http://sourceforge.net/p/gambas/code/7269 Author: gambas Date: 2015-09-03 12:39:23 +0000 (Thu, 03 Sep 2015) Log Message: ----------- * Remove tag 3.8.1. Removed Paths: ------------- gambas/tags/3.8.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-03 12:35:46
|
Revision: 7268 http://sourceforge.net/p/gambas/code/7268 Author: gambas Date: 2015-09-03 12:35:45 +0000 (Thu, 03 Sep 2015) Log Message: ----------- [WEBSITE MAKER] * NEW: Finally update the Gambas developer list. Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/authors.txt gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/halloffame.html gambas/trunk/app/src/gambas3/authors.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-03 12:18:13
|
Revision: 7267 http://sourceforge.net/p/gambas/code/7267 Author: gambas Date: 2015-09-03 12:18:11 +0000 (Thu, 03 Sep 2015) Log Message: ----------- [GB.DB.ODBC] * BUG: Allow the Connection Host and User properties to be NULL. * BUG: Some other little fixes. Modified Paths: -------------- gambas/trunk/gb.db.odbc/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-03 12:05:50
|
Revision: 7266 http://sourceforge.net/p/gambas/code/7266 Author: gambas Date: 2015-09-03 12:05:49 +0000 (Thu, 03 Sep 2015) Log Message: ----------- [GB.DB.ODBC] * NEW: Allow the Connection.Host property to be a full ODBC connection string. Modified Paths: -------------- gambas/trunk/gb.db.odbc/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-03 11:43:40
|
Revision: 7265 http://sourceforge.net/p/gambas/code/7265 Author: gambas Date: 2015-09-03 11:43:38 +0000 (Thu, 03 Sep 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Fix autotools packager. Modified Paths: -------------- gambas/trunk/app/src/gambas3/install/Makefile.am gambas/trunk/app/src/gambas3/install/acinclude.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-01 23:46:06
|
Revision: 7264 http://sourceforge.net/p/gambas/code/7264 Author: gambas Date: 2015-09-01 23:46:05 +0000 (Tue, 01 Sep 2015) Log Message: ----------- * Tag for 3.8.1. Added Paths: ----------- gambas/tags/3.8.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-01 23:45:27
|
Revision: 7263 http://sourceforge.net/p/gambas/code/7263 Author: gambas Date: 2015-09-01 23:45:26 +0000 (Tue, 01 Sep 2015) Log Message: ----------- [CONFIGURATION] * NEW: Switch 3.8 branch to version 3.8.1. Modified Paths: -------------- gambas/branches/3.8/VERSION gambas/branches/3.8/acinclude.m4 gambas/branches/3.8/version.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-01 23:43:58
|
Revision: 7262 http://sourceforge.net/p/gambas/code/7262 Author: gambas Date: 2015-09-01 23:43:56 +0000 (Tue, 01 Sep 2015) Log Message: ----------- * Merge from r7259 & r7261. * The previous merge was actially r7241-r7258. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7259 http://sourceforge.net/p/gambas/code/7261 http://sourceforge.net/p/gambas/code/7241 http://sourceforge.net/p/gambas/code/7258 Modified Paths: -------------- gambas/branches/3.8/gb.qt4/src/CTextBox.cpp gambas/branches/3.8/gb.qt4/src/Makefile.am gambas/branches/3.8/gb.qt4/src/main.cpp gambas/branches/3.8/gb.qt5/src/Makefile.am gambas/branches/3.8/main/gbx/gbx_string.c Added Paths: ----------- gambas/branches/3.8/gb.qt4/src/fix_breeze.cpp gambas/branches/3.8/gb.qt4/src/fix_breeze.h gambas/branches/3.8/gb.qt5/src/fix_breeze.cpp gambas/branches/3.8/gb.qt5/src/fix_breeze.h 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...> - 2015-09-01 23:25:21
|
Revision: 7261 http://sourceforge.net/p/gambas/code/7261 Author: gambas Date: 2015-09-01 23:25:20 +0000 (Tue, 01 Sep 2015) Log Message: ----------- * Fake commit for r7251. [INTERPRETER] * BUG: GB.SubstString() API now can take a void substitution string. It returns NULL instead of doing a segfault. Consequently, RegExp.Replace() from gb.pcre can take a null replace string without crashing. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7251 Modified Paths: -------------- gambas/trunk/main/gbx/gbx_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-01 02:57:46
|
Revision: 7260 http://sourceforge.net/p/gambas/code/7260 Author: gambas Date: 2015-09-01 02:57:43 +0000 (Tue, 01 Sep 2015) Log Message: ----------- * Merge from r7241-r7249. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7241 http://sourceforge.net/p/gambas/code/7249 Modified Paths: -------------- gambas/branches/3.8/app/other/MakeWebSite/.project gambas/branches/3.8/app/other/MakeWebSite/.settings gambas/branches/3.8/app/other/MakeWebSite/.startup gambas/branches/3.8/app/other/MakeWebSite/gambas.sourceforge.net/menu.html gambas/branches/3.8/app/src/gambas3/.lang/fr.mo gambas/branches/3.8/app/src/gambas3/.lang/fr.po gambas/branches/3.8/app/src/gambas3/.project gambas/branches/3.8/app/src/gambas3/.src/CRecentProject.class gambas/branches/3.8/app/src/gambas3/.src/Dialog/FColorChooser.class gambas/branches/3.8/app/src/gambas3/.src/Editor/Form/CControl.class gambas/branches/3.8/app/src/gambas3/.src/Editor/Form/FForm.class gambas/branches/3.8/app/src/gambas3/.src/Editor/Form/FForm.form gambas/branches/3.8/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/branches/3.8/app/src/gambas3/.src/Editor/Image/FImageEditor.form gambas/branches/3.8/app/src/gambas3/.src/Editor/Image/FImageProperty.class gambas/branches/3.8/app/src/gambas3/.src/Editor/Image/FImageProperty.form gambas/branches/3.8/app/src/gambas3/.src/Exported/TextEditor.class gambas/branches/3.8/app/src/gambas3/.src/FMain.class gambas/branches/3.8/app/src/gambas3/.src/FMain.form gambas/branches/3.8/app/src/gambas3/.src/Options/FOption.class gambas/branches/3.8/app/src/gambas3/.src/Options/FOption.form gambas/branches/3.8/app/src/gambas3/.src/Packager/FMakeInstall.class gambas/branches/3.8/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/branches/3.8/app/src/gambas3/.src/Packager/Package.module gambas/branches/3.8/app/src/gambas3/.src/Project/Farm/SoftwareBox.class gambas/branches/3.8/app/src/gambas3/.src/Project.module gambas/branches/3.8/app/src/gambas3/.src/Welcome/CWelcome.class gambas/branches/3.8/app/src/gambas3/.src/Welcome/FSystemInfo.class gambas/branches/3.8/app/src/gambas3/.src/Welcome/FSystemInfo.form gambas/branches/3.8/app/src/gambas3/install/Makefile.am gambas/branches/3.8/app/src/gambas3/install/acinclude.m4 gambas/branches/3.8/comp/src/gb.eval.highlight/.component gambas/branches/3.8/comp/src/gb.eval.highlight/.project gambas/branches/3.8/comp/src/gb.form/.component gambas/branches/3.8/comp/src/gb.form/.project gambas/branches/3.8/comp/src/gb.form/.src/ImageView/ImageView.class gambas/branches/3.8/comp/src/gb.form/.src/Message/MessageView.class gambas/branches/3.8/comp/src/gb.form/.src/Test/FTestDateChooser.form gambas/branches/3.8/comp/src/gb.gui.base/.component gambas/branches/3.8/comp/src/gb.gui.base/.project gambas/branches/3.8/comp/src/gb.gui.base/.src/Shortcut.class gambas/branches/3.8/comp/src/gb.gui.base/.startup gambas/branches/3.8/comp/src/gb.report2/.component gambas/branches/3.8/comp/src/gb.report2/.project gambas/branches/3.8/comp/src/gb.report2/.src/Tests/Report8.report gambas/branches/3.8/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/branches/3.8/comp/src/gb.report2/.src/Viewer/FPreview.form gambas/branches/3.8/comp/src/gb.report2/.src/Viewer/ReportView.class gambas/branches/3.8/comp/src/gb.report2/.startup gambas/branches/3.8/gb.qt4/src/CWindow.cpp gambas/branches/3.8/main/gbx/gbx_debug.c gambas/branches/3.8/main/gbx/gbx_local.c gambas/branches/3.8/main/gbx/gbx_string.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...> - 2015-09-01 02:47:11
|
Revision: 7259 http://sourceforge.net/p/gambas/code/7259 Author: gambas Date: 2015-09-01 02:47:09 +0000 (Tue, 01 Sep 2015) Log Message: ----------- [GB.QT4] * NEW: Breeze widget theme patch to fix its bugs on small TextBox, ComboBox and SpinBox controls. [GB.QT5] * NEW: Breeze widget theme patch to fix its bugs on small TextBox, ComboBox and SpinBox controls. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/Makefile.am gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt5/src/Makefile.am Added Paths: ----------- gambas/trunk/gb.qt4/src/fix_breeze.cpp gambas/trunk/gb.qt4/src/fix_breeze.h gambas/trunk/gb.qt5/src/fix_breeze.cpp gambas/trunk/gb.qt5/src/fix_breeze.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-30 14:39:40
|
Revision: 7258 http://sourceforge.net/p/gambas/code/7258 Author: gambas Date: 2015-08-30 14:39:38 +0000 (Sun, 30 Aug 2015) Log Message: ----------- [INTERPRETER] * BUG: Debugger: Displaying a dynamic variable in a static context does not crash anymore. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_debug.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-30 14:38:25
|
Revision: 7257 http://sourceforge.net/p/gambas/code/7257 Author: gambas Date: 2015-08-30 14:38:23 +0000 (Sun, 30 Aug 2015) Log Message: ----------- [GB.REPORT2] * BUG: Preview: Fix the printer combo initial value. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-30 13:18:05
|
Revision: 7256 http://sourceforge.net/p/gambas/code/7256 Author: gambas Date: 2015-08-30 13:18:03 +0000 (Sun, 30 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Update french translation. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |