gambas-devel-svn Mailing List for Gambas
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...> - 2017-08-12 09:16:00
|
Revision: 8175
http://sourceforge.net/p/gambas/code/8175
Author: gambas
Date: 2017-08-12 09:15:57 +0000 (Sat, 12 Aug 2017)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* OPT: Editor: Some optimizations in identifier completion.
* NEW: Image editor: Add an opacity effect.
* NEW: Update backround images.
[WEBSITE MAKER]
* NEW: Update to 3.10 version.
[WIKI]
* NEW: The '{@classes}' command can take arguments to add custom classes to the list of classes.
Modified Paths:
--------------
gambas/trunk/app/other/MakeWebSite/.project
gambas/trunk/app/other/MakeWebSite/.settings
gambas/trunk/app/other/MakeWebSite/.src/MMain.module
gambas/trunk/app/other/MakeWebSite/.startup
gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/main.html
gambas/trunk/app/src/gambas-wiki/.project
gambas/trunk/app/src/gambas-wiki/.src/CComponent.class
gambas/trunk/app/src/gambas-wiki/.src/WikiMarkdown.class
gambas/trunk/app/src/gambas-wiki/.startup
gambas/trunk/app/src/gambas3/.lang/fr.mo
gambas/trunk/app/src/gambas3/.lang/fr.po
gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class
gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.class
gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.form
gambas/trunk/app/src/gambas3/.src/Exported/TextEditor.class
gambas/trunk/comp/src/gb.media.form/.component
gambas/trunk/comp/src/gb.media.form/.project
gambas/trunk/comp/src/gb.net.smtp/.component
gambas/trunk/comp/src/gb.net.smtp/.project
gambas/trunk/main/share/gb_hash_temp.h
Added Paths:
-----------
gambas/trunk/app/src/gambas3/img/background/christ.png
Removed Paths:
-------------
gambas/trunk/app/src/gambas3/img/background/christ.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-08-08 12:33:49
|
Revision: 8174
http://sourceforge.net/p/gambas/code/8174
Author: gambas
Date: 2017-08-08 12:33:47 +0000 (Tue, 08 Aug 2017)
Log Message:
-----------
[INTERPRETER]
* NEW: Collection.First is a new property that returns the key of the first element of the collection, or NULL if the collection is void.
* NEW: Collection.Last is a new property that returns the key of the last element of the collection, or NULL if the collection is void.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_c_collection.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-08-07 13:51:35
|
Revision: 8173
http://sourceforge.net/p/gambas/code/8173
Author: gambas
Date: 2017-08-07 13:51:33 +0000 (Mon, 07 Aug 2017)
Log Message:
-----------
[INTERPRETER]
* NEW: Add an API that allows to create an array class before instanciating it.
[GB.DBUS]
* BUG: When marshalling from DBus to Gambas, create the array classes before instanciating them.
Modified Paths:
--------------
gambas/trunk/gb.dbus/src/helper.c
gambas/trunk/main/gbx/gbx_api.c
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...> - 2017-07-28 11:28:43
|
Revision: 8171
http://sourceforge.net/p/gambas/code/8171
Author: gambas
Date: 2017-07-28 11:28:41 +0000 (Fri, 28 Jul 2017)
Log Message:
-----------
* Tag for 3.10.0.
Added Paths:
-----------
gambas/tags/3.10.0/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-28 11:28:17
|
Revision: 8170
http://sourceforge.net/p/gambas/code/8170
Author: gambas
Date: 2017-07-28 11:28:15 +0000 (Fri, 28 Jul 2017)
Log Message:
-----------
* Remove tag 3.10.0.
Removed Paths:
-------------
gambas/tags/3.10.0/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-28 11:27:43
|
Revision: 8169
http://sourceforge.net/p/gambas/code/8169
Author: gambas
Date: 2017-07-28 11:27:41 +0000 (Fri, 28 Jul 2017)
Log Message:
-----------
* Merge from r8165-8167.
Modified Paths:
--------------
gambas/branches/3.10/app/src/gambas3/.project
gambas/branches/3.10/app/src/gambas3/.src/Editor/Code/MPrettyCode.module
gambas/branches/3.10/app/src/gambas3/.src/Project/ArgListBox.class
gambas/branches/3.10/app/src/gambas3/.src/Project/ArgListEditor.class
gambas/branches/3.10/comp/src/gb.term.form/.component
gambas/branches/3.10/comp/src/gb.term.form/.project
gambas/branches/3.10/comp/src/gb.term.form/.startup
gambas/branches/3.10/comp/src/gb.util/.component
gambas/branches/3.10/comp/src/gb.util/.project
gambas/branches/3.10/comp/src/gb.util/.src/Date.module
gambas/branches/3.10/comp/src/gb.util/.src/MMain.module
gambas/branches/3.10/comp/src/gb.util/.startup
Property Changed:
----------------
gambas/branches/3.10/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-24 18:53:35
|
Revision: 8168
http://sourceforge.net/p/gambas/code/8168
Author: gambas
Date: 2017-07-24 18:53:33 +0000 (Mon, 24 Jul 2017)
Log Message:
-----------
[CONFIGURATION]
* NEW: Switch version to 3.10.90.
[GB.DB]
* NEW: Connection.TimeZone is new property that will allow to define the default timezone of dates stored in the database we are connected to. Not implemented yet.
Modified Paths:
--------------
gambas/trunk/VERSION
gambas/trunk/acinclude.m4
gambas/trunk/comp/src/gb.form/.component
gambas/trunk/comp/src/gb.form/.project
gambas/trunk/comp/src/gb.form.terminal/.component
gambas/trunk/comp/src/gb.form.terminal/.project
gambas/trunk/comp/src/gb.gui.base/.component
gambas/trunk/comp/src/gb.gui.base/.project
gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class
gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form
gambas/trunk/comp/src/gb.gui.base/.startup
gambas/trunk/comp/src/gb.web.feed/.component
gambas/trunk/comp/src/gb.web.feed/.project
gambas/trunk/comp/src/gb.web.form/.component
gambas/trunk/comp/src/gb.web.form/.project
gambas/trunk/main/gbx/gbx_api.c
gambas/trunk/main/lib/db/CConnection.c
gambas/trunk/main/lib/db/gb.db.h
gambas/trunk/main/share/gambas.h
gambas/trunk/version.m4
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-22 14:15:54
|
Revision: 8167
http://sourceforge.net/p/gambas/code/8167
Author: gambas
Date: 2017-07-22 14:15:52 +0000 (Sat, 22 Jul 2017)
Log Message:
-----------
[GB.UTIL]
* BUG: Date.ToUTC() now actually returns the date, instead of returning nothing.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.util/.component
gambas/trunk/comp/src/gb.util/.project
gambas/trunk/comp/src/gb.util/.src/Date.module
gambas/trunk/comp/src/gb.util/.src/MMain.module
gambas/trunk/comp/src/gb.util/.startup
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-22 13:59:02
|
Revision: 8166
http://sourceforge.net/p/gambas/code/8166
Author: gambas
Date: 2017-07-22 13:59:00 +0000 (Sat, 22 Jul 2017)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Editor: Fix identation of code beautifier on lines ending with an operator and on strings spread over multiple lines.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.project
gambas/trunk/app/src/gambas3/.src/Editor/Code/MPrettyCode.module
gambas/trunk/app/src/gambas3/.src/Project/ArgListBox.class
gambas/trunk/app/src/gambas3/.src/Project/ArgListEditor.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-22 01:40:54
|
Revision: 8165
http://sourceforge.net/p/gambas/code/8165
Author: gambas
Date: 2017-07-22 01:40:52 +0000 (Sat, 22 Jul 2017)
Log Message:
-----------
[GB.TERM.FORM]
* BUG: Make the component depend on 'gb.term'.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.term.form/.component
gambas/trunk/comp/src/gb.term.form/.project
gambas/trunk/comp/src/gb.term.form/.startup
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-18 15:48:46
|
Revision: 8164
http://sourceforge.net/p/gambas/code/8164
Author: gambas
Date: 2017-07-18 15:48:44 +0000 (Tue, 18 Jul 2017)
Log Message:
-----------
[CONFIGURATION]
* NEW: Update version to 3.10.0.
Modified Paths:
--------------
gambas/tags/3.10.0/VERSION
gambas/tags/3.10.0/acinclude.m4
gambas/tags/3.10.0/version.m4
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-18 15:48:14
|
Revision: 8163
http://sourceforge.net/p/gambas/code/8163
Author: gambas
Date: 2017-07-18 15:48:12 +0000 (Tue, 18 Jul 2017)
Log Message:
-----------
[CONFIGURATION]
* NEW: Update version to 3.10.
Modified Paths:
--------------
gambas/branches/3.10/VERSION
gambas/branches/3.10/acinclude.m4
gambas/branches/3.10/version.m4
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-17 20:31:10
|
Revision: 8162
http://sourceforge.net/p/gambas/code/8162
Author: gambas
Date: 2017-07-17 20:31:09 +0000 (Mon, 17 Jul 2017)
Log Message:
-----------
* Update 3.10.0 tag.
Added Paths:
-----------
gambas/tags/3.10.0/trunk/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-17 20:30:39
|
Revision: 8161
http://sourceforge.net/p/gambas/code/8161
Author: gambas
Date: 2017-07-17 20:30:37 +0000 (Mon, 17 Jul 2017)
Log Message:
-----------
* Update 3.10 branch.
Added Paths:
-----------
gambas/branches/3.10/trunk/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-17 20:29:39
|
Revision: 8160
http://sourceforge.net/p/gambas/code/8160
Author: gambas
Date: 2017-07-17 20:29:37 +0000 (Mon, 17 Jul 2017)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Forgot to commit the new gambas background.
Added Paths:
-----------
gambas/trunk/app/src/gambas3/img/background/gambas.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-17 20:26:27
|
Revision: 8159
http://sourceforge.net/p/gambas/code/8159
Author: gambas
Date: 2017-07-17 20:26:26 +0000 (Mon, 17 Jul 2017)
Log Message:
-----------
* Tag for 3.10.0.
Added Paths:
-----------
gambas/tags/3.10.0/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-17 20:25:31
|
Revision: 8158
http://sourceforge.net/p/gambas/code/8158
Author: gambas
Date: 2017-07-17 20:25:29 +0000 (Mon, 17 Jul 2017)
Log Message:
-----------
* Branch for 3.10.
Added Paths:
-----------
gambas/branches/3.10/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-15 19:44:07
|
Revision: 8157
http://sourceforge.net/p/gambas/code/8157
Author: gambas
Date: 2017-07-15 19:44:05 +0000 (Sat, 15 Jul 2017)
Log Message:
-----------
[GB.JIT]
* BUG: Really make gb.jit compile correctly again.
Modified Paths:
--------------
gambas/trunk/gb.jit/configure.ac
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-15 13:06:11
|
Revision: 8156
http://sourceforge.net/p/gambas/code/8156
Author: gambas
Date: 2017-07-15 13:06:09 +0000 (Sat, 15 Jul 2017)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Add two new backgrounds, make the cross background bigger, and define the gambas background as default.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Options/FOption.class
gambas/trunk/app/src/gambas3/.src/Project.module
gambas/trunk/app/src/gambas3/img/background/list
Added Paths:
-----------
gambas/trunk/app/src/gambas3/img/background/christ.png
gambas/trunk/app/src/gambas3/img/background/cross.png
Removed Paths:
-------------
gambas/trunk/app/src/gambas3/img/background/cross.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-14 17:42:25
|
Revision: 8155
http://sourceforge.net/p/gambas/code/8155
Author: gambas
Date: 2017-07-14 17:42:24 +0000 (Fri, 14 Jul 2017)
Log Message:
-----------
* Remove 3.10 branch.
Removed Paths:
-------------
gambas/branches/3.10/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-14 17:41:50
|
Revision: 8154
http://sourceforge.net/p/gambas/code/8154
Author: gambas
Date: 2017-07-14 17:41:48 +0000 (Fri, 14 Jul 2017)
Log Message:
-----------
[GB.JIT]
* BUG: Try to make gb.jit compile correctly again.
Modified Paths:
--------------
gambas/trunk/gb.jit/configure.ac
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-14 15:33:45
|
Revision: 8153
http://sourceforge.net/p/gambas/code/8153
Author: gambas
Date: 2017-07-14 15:33:43 +0000 (Fri, 14 Jul 2017)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Simplified chinese translation updated by Yizou He.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.lang/fr.po
gambas/trunk/app/src/gambas3/.lang/zh.mo
gambas/trunk/app/src/gambas3/.lang/zh.po
gambas/trunk/app/src/gambas3/.lang/zh_TW.po
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-14 15:29:57
|
Revision: 8152
http://sourceforge.net/p/gambas/code/8152
Author: gambas
Date: 2017-07-14 15:29:55 +0000 (Fri, 14 Jul 2017)
Log Message:
-----------
* Branch for 3.10.
Added Paths:
-----------
gambas/branches/3.10/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-14 14:39:28
|
Revision: 8151
http://sourceforge.net/p/gambas/code/8151
Author: gambas
Date: 2017-07-14 14:39:25 +0000 (Fri, 14 Jul 2017)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Allow to enter void arguments in project arguments list.
[GB.FORM]
* BUG: TabPanel: Tab buttons now eat the wheel events, so that they do not propagate.
[GB.JIT]
* NEW: Search llvm libraries with 'llvm-config' only.
[GB.QT4]
* BUG: Don't compile the QT5 menu fix.
[GB.WEB.FORM]
* NEW: Add '/~logout' URL to clear the session.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.project
gambas/trunk/app/src/gambas3/.src/Project/ArgListBox.class
gambas/trunk/app/src/gambas3/.src/Project/ArgListEditor.class
gambas/trunk/app/src/gambas3/support.txt
gambas/trunk/comp/src/gb.desktop/.settings
gambas/trunk/comp/src/gb.form/.project
gambas/trunk/comp/src/gb.form/.src/TabPanel/_TabPanelButton.class
gambas/trunk/comp/src/gb.form/.src/Test/FIconPanel.form
gambas/trunk/comp/src/gb.form/.src/Test/FTabPanel.form
gambas/trunk/comp/src/gb.web.form/.src/WebForm.class
gambas/trunk/comp/src/gb.web.form/lib.js
gambas/trunk/gb.jit/configure.ac
gambas/trunk/gb.qt4/src/CMenu.cpp
gambas/trunk/gb.qt4/src/CMenu.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2017-07-10 16:43:25
|
Revision: 8150
http://sourceforge.net/p/gambas/code/8150
Author: gambas
Date: 2017-07-10 16:43:23 +0000 (Mon, 10 Jul 2017)
Log Message:
-----------
[GB.DESKTOP.GNOME]
* NEW: This component is now deprecated.
Modified Paths:
--------------
gambas/trunk/gb.desktop.gnome.keyring/src/gb.desktop.gnome.keyring.component
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|