gambas-devel-svn Mailing List for Gambas (Page 6)
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-12-31 12:01:13
|
Revision: 8030 http://sourceforge.net/p/gambas/code/8030 Author: gambas Date: 2016-12-31 12:01:12 +0000 (Sat, 31 Dec 2016) Log Message: ----------- [INTERPRETER] * BUG: Do not crash anymore when converting a pointer to an anonymous object. Raise an error instead. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_value.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-30 17:20:27
|
Revision: 8029 http://sourceforge.net/p/gambas/code/8029 Author: gambas Date: 2016-12-30 17:20:25 +0000 (Fri, 30 Dec 2016) Log Message: ----------- [GB.GTK] * BUG: Raise a "GUI is not initialized" error when trying to create a window too early, as QT components do. [GB.GTK3] * BUG: Raise a "GUI is not initialized" error when trying to create a window too early, as QT components do. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gapplication.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-30 17:07:47
|
Revision: 8028 http://sourceforge.net/p/gambas/code/8028 Author: gambas Date: 2016-12-30 17:07:45 +0000 (Fri, 30 Dec 2016) Log Message: ----------- [GB.GTK] * BUG: Window Hide and Show events are now correctly raised when the window is minimized or restored. [GB.GTK3] * BUG: Window Hide and Show events are now correctly raised when the window is minimized or restored. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-30 00:01:31
|
Revision: 8027 http://sourceforge.net/p/gambas/code/8027 Author: gambas Date: 2016-12-30 00:01:29 +0000 (Fri, 30 Dec 2016) Log Message: ----------- [GB.GTK] * BUG: Font.Styles now returns a pre-defined array and does not crash anymore. [GB.GTK3] * BUG: Font.Styles now returns a pre-defined array and does not crash anymore. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CFont.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-29 22:59:42
|
Revision: 8026 http://sourceforge.net/p/gambas/code/8026 Author: gambas Date: 2016-12-29 22:59:41 +0000 (Thu, 29 Dec 2016) Log Message: ----------- [GB.GTK] * BUG: Search for popup menu defined by the PopupMenu property recursively. [GB.GTK3] * BUG: Search for popup menu defined by the PopupMenu property recursively. [GB.QT4] * BUG: Search for popup menu defined by the PopupMenu property recursively. [GB.QT5] * BUG: Search for popup menu defined by the PopupMenu property recursively. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmenu.cpp 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-12-29 16:04:41
|
Revision: 8025 http://sourceforge.net/p/gambas/code/8025 Author: gambas Date: 2016-12-29 16:04:39 +0000 (Thu, 29 Dec 2016) Log Message: ----------- [GB.NET.SMTP] * BUG: Always check for multi-line answers. * BUG: Assume that TLS session is connected after running for one second. * NEW: Print openssl error output if the Debug property is set. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.smtp/.component gambas/trunk/comp/src/gb.net.smtp/.project gambas/trunk/comp/src/gb.net.smtp/.src/Main.module gambas/trunk/comp/src/gb.net.smtp/.src/SmtpClient.class gambas/trunk/comp/src/gb.net.smtp/.src/SmtpSession.class gambas/trunk/comp/src/gb.net.smtp/.src/SslSession.class gambas/trunk/comp/src/gb.net.smtp/.src/TlsSession.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eh...@us...> - 2016-12-28 16:18:16
|
Revision: 8024 http://sourceforge.net/p/gambas/code/8024 Author: ehasis Date: 2016-12-28 16:18:14 +0000 (Wed, 28 Dec 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Updated the Brazilian Portuguese translations Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/pt_BR.mo gambas/trunk/app/src/gambas3/.lang/pt_BR.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-28 14:43:48
|
Revision: 8023 http://sourceforge.net/p/gambas/code/8023 Author: gambas Date: 2016-12-28 14:43:47 +0000 (Wed, 28 Dec 2016) Log Message: ----------- * Tag for 3.9.2. Added Paths: ----------- gambas/tags/3.9.2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-28 14:43:31
|
Revision: 8022 http://sourceforge.net/p/gambas/code/8022 Author: gambas Date: 2016-12-28 14:43:29 +0000 (Wed, 28 Dec 2016) Log Message: ----------- * Merge from r8019. Revision Links: -------------- http://sourceforge.net/p/gambas/code/8019 Modified Paths: -------------- gambas/branches/3.9/app/src/gambas3/.src/FMain.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-12-28 14:42:26
|
Revision: 8021 http://sourceforge.net/p/gambas/code/8021 Author: gambas Date: 2016-12-28 14:42:23 +0000 (Wed, 28 Dec 2016) Log Message: ----------- * Remove tag 3.9.2. Removed Paths: ------------- gambas/tags/3.9.2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-23 20:14:02
|
Revision: 8020 http://sourceforge.net/p/gambas/code/8020 Author: gambix Date: 2016-12-23 20:14:00 +0000 (Fri, 23 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: Refresh the Preview when needed. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-22 23:22:14
|
Revision: 8019 http://sourceforge.net/p/gambas/code/8019 Author: gambas Date: 2016-12-22 23:22:12 +0000 (Thu, 22 Dec 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Explicitly close the FOutput form so that it can save its settings before its parent is destroyed. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-20 14:26:09
|
Revision: 8018 http://sourceforge.net/p/gambas/code/8018 Author: gambix Date: 2016-12-20 14:26:08 +0000 (Tue, 20 Dec 2016) Log Message: ----------- [GB.FORM] * BUG: DocumentView: WorkAround to lock scrolling on mouseWheel Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-19 13:28:13
|
Revision: 8017 http://sourceforge.net/p/gambas/code/8017 Author: gambas Date: 2016-12-19 13:28:11 +0000 (Mon, 19 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * NEW: Some little cosmetic changes in the preview bar. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-18 20:45:22
|
Revision: 8016 http://sourceforge.net/p/gambas/code/8016 Author: gambix Date: 2016-12-18 20:45:20 +0000 (Sun, 18 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: Solve some problems on RTL Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-18 19:17:36
|
Revision: 8015 http://sourceforge.net/p/gambas/code/8015 Author: gambix Date: 2016-12-18 19:17:35 +0000 (Sun, 18 Dec 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Support for the new editor property name. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.form gambas/trunk/app/src/gambas3/.src/Exported/TextEditor.class gambas/trunk/app/src/gambas3/.src/Options/FOption.class 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-12-18 19:16:25
|
Revision: 8014 http://sourceforge.net/p/gambas/code/8014 Author: gambix Date: 2016-12-18 19:16:23 +0000 (Sun, 18 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: The ShowSideBar property is renamed ShowPreview. * NEW: Now editor preview is moved on the left or right depend to the System.RightToLeft property. * NEW: Some cosmetic changes, the preview taque all the height of the editor and the buttons are visible only on fly. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.directory gambas/trunk/comp/src/gb.form.editor/.icon.png gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.project gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-17 12:36:39
|
Revision: 8013 http://sourceforge.net/p/gambas/code/8013 Author: gambas Date: 2016-12-17 12:36:37 +0000 (Sat, 17 Dec 2016) Log Message: ----------- * Tag for 3.9.2. Added Paths: ----------- gambas/tags/3.9.2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-13 09:17:22
|
Revision: 8012 http://sourceforge.net/p/gambas/code/8012 Author: gambix Date: 2016-12-13 09:17:20 +0000 (Tue, 13 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Now text that not begin with a commented line can be opened. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.directory gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class Added Paths: ----------- gambas/trunk/comp/src/gb.form.editor/Text1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-12 14:18:29
|
Revision: 8011 http://sourceforge.net/p/gambas/code/8011 Author: gambix Date: 2016-12-12 14:18:27 +0000 (Mon, 12 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Limit the "magnifying" editor refresh. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-12 13:42:22
|
Revision: 8010 http://sourceforge.net/p/gambas/code/8010 Author: gambix Date: 2016-12-12 13:42:21 +0000 (Mon, 12 Dec 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: FOption: Add an option line to activate the new editor SideBar property. (Disabled by default) Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.form gambas/trunk/app/src/gambas3/.src/Exported/TextEditor.class gambas/trunk/app/src/gambas3/.src/Options/FOption.class 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-12-12 13:35:27
|
Revision: 8009 http://sourceforge.net/p/gambas/code/8009 Author: gambix Date: 2016-12-12 13:35:26 +0000 (Mon, 12 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * New: TextEditor: Add a new property ShowSideBar that display a preview style scrolling bar. This tool tries to make walking through the code more efficiently. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.info 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-08 05:36:37
|
Revision: 8008 http://sourceforge.net/p/gambas/code/8008 Author: gambix Date: 2016-12-08 05:36:36 +0000 (Thu, 08 Dec 2016) Log Message: ----------- [GB.FORM.STOCK] * BUG: Put the good icon for 'lock' in size 22. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.stock/stock/22/lock.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-05 22:47:01
|
Revision: 8007 http://sourceforge.net/p/gambas/code/8007 Author: gambas Date: 2016-12-05 22:46:59 +0000 (Mon, 05 Dec 2016) Log Message: ----------- * Merge from r8000,r8001,r8003-r8006. Revision Links: -------------- http://sourceforge.net/p/gambas/code/8000 http://sourceforge.net/p/gambas/code/8001 http://sourceforge.net/p/gambas/code/8003 http://sourceforge.net/p/gambas/code/8006 Modified Paths: -------------- gambas/branches/3.9/app/src/gambas3/.src/Project/Library/FSelectLibrary.class gambas/branches/3.9/comp/src/gb.gui.base/.icon.png gambas/branches/3.9/comp/src/gb.gui.base/.info gambas/branches/3.9/comp/src/gb.gui.base/.project gambas/branches/3.9/comp/src/gb.gui.base/.src/IconView/IconView.class gambas/branches/3.9/comp/src/gb.gui.base/.src/Test/FIconView.class gambas/branches/3.9/comp/src/gb.gui.base/.src/Test/FIconView.form gambas/branches/3.9/comp/src/gb.gui.base/.startup gambas/branches/3.9/gb.db.sqlite2/src/main.cpp gambas/branches/3.9/gb.db.sqlite3/src/main.c gambas/branches/3.9/gb.dbus/src/helper.c gambas/branches/3.9/main/Makefile.am gambas/branches/3.9/main/lib/db/gb.db/.settings 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-12-05 22:44:53
|
Revision: 8006 http://sourceforge.net/p/gambas/code/8006 Author: gambas Date: 2016-12-05 22:44:51 +0000 (Mon, 05 Dec 2016) Log Message: ----------- [GB.DB.SQLITE2] * BUG: SQL strings including backslash characters are now correctly quoted. [GB.DB.SQLITE3] * BUG: SQL strings including backslash characters are now correctly quoted. Modified Paths: -------------- gambas/trunk/gb.db.sqlite2/src/main.cpp gambas/trunk/gb.db.sqlite3/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |