gambas-devel-svn Mailing List for Gambas (Page 66)
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...> - 2014-10-09 00:24:23
|
Revision: 6523 http://sourceforge.net/p/gambas/code/6523 Author: gambas Date: 2014-10-09 00:24:14 +0000 (Thu, 09 Oct 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: New module type icons. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/FCreateFile.form gambas/trunk/app/src/gambas3/img/module/class.png gambas/trunk/app/src/gambas3/img/module/form.png gambas/trunk/app/src/gambas3/img/module/module.png Added Paths: ----------- gambas/trunk/app/src/gambas3/img/module/report.png gambas/trunk/app/src/gambas3/img/module/webpage.png Removed Paths: ------------- gambas/trunk/app/src/gambas3/img/module/report.png gambas/trunk/app/src/gambas3/img/module/webpage.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-08 23:42:02
|
Revision: 6522 http://sourceforge.net/p/gambas/code/6522 Author: gambas Date: 2014-10-08 23:41:53 +0000 (Wed, 08 Oct 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix the behaviour of the file creation dialog. The filter of the "existing" tab is now always set according to the type of file selected in the first tab. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/FCreateFile.class gambas/trunk/app/src/gambas3/.src/Project/FCreateFile.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-07 21:33:27
|
Revision: 6521 http://sourceforge.net/p/gambas/code/6521 Author: gambas Date: 2014-10-07 21:33:24 +0000 (Tue, 07 Oct 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Mark class as creatable if they don't have a constructor but have dynamic variables. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-07 00:01:20
|
Revision: 6520 http://sourceforge.net/p/gambas/code/6520 Author: gambas Date: 2014-10-07 00:01:13 +0000 (Tue, 07 Oct 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Use the FontBox control in the option dialog. [WIKI CGI SCRIPT] * NEW: Add a preview button in editing mode. [GB.DB] * NEW: Database driver now have a flag to tell if they support collation or not. [GB.DB.POSTGRESQL] * BUG: Use collation only if database version is greater or equal than 9.1. [GB.FORM] * NEW: Little design changes in the FontChooser control. * BUG: Fix the FontBox control. * NEW: FontBox.Default is a new property that defines which text is displayed in the control when no font is set. By default, the application default font name is used. [GB.FORM.DIALOG] * NEW: Add a custom font chooser dialog for Dialog.SelectFont(). Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/.public/style.css gambas/trunk/app/src/gambas-wiki/.icon.png gambas/trunk/app/src/gambas-wiki/.project gambas/trunk/app/src/gambas-wiki/.public/info.png gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas-wiki/.src/Wiki.class gambas/trunk/app/src/gambas-wiki/.src/Wiki.webpage gambas/trunk/app/src/gambas-wiki/.startup gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Font/FFontChooser.class gambas/trunk/comp/src/gb.form/.src/Font/FFontChooser.form gambas/trunk/comp/src/gb.form/.src/Font/FontBox.class gambas/trunk/comp/src/gb.form/.src/Test/FFont.form gambas/trunk/comp/src/gb.form/.src/Test/Form5.class gambas/trunk/comp/src/gb.form/.src/Test/Form5.form gambas/trunk/comp/src/gb.form.dialog/.component gambas/trunk/comp/src/gb.form.dialog/.info gambas/trunk/comp/src/gb.form.dialog/.project gambas/trunk/comp/src/gb.form.dialog/.src/Dialog.class gambas/trunk/gb.db.odbc/src/main.c gambas/trunk/gb.db.postgresql/src/main.c gambas/trunk/gb.db.sqlite2/src/main.cpp gambas/trunk/main/lib/data/gb.data/.project gambas/trunk/main/lib/db/gb.db.h Added Paths: ----------- gambas/trunk/app/src/gambas3/.connection/COMMUNE gambas/trunk/comp/src/gb.form.dialog/.src/FFontDialog.class gambas/trunk/comp/src/gb.form.dialog/.src/FFontDialog.form gambas/trunk/main/lib/data/gb.data/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-04 12:56:06
|
Revision: 6519 http://sourceforge.net/p/gambas/code/6519 Author: gambas Date: 2014-10-04 12:56:02 +0000 (Sat, 04 Oct 2014) Log Message: ----------- [GB.GTK] * BUG: Fix 'Menu' event and PopupMenu property behaviour. The default behaviour of the control is cancelled if: the PopupMenu property is defined, or if the 'Menu' event is stopped with STOP EVENT, of if a popup menu is displayed during the 'Menu' event handler. [GB.GTK3] * BUG: Fix 'Menu' event and PopupMenu property behaviour. The default behaviour of the control is cancelled if: the PopupMenu property is defined, or if the 'Menu' event is stopped with STOP EVENT, of if a popup menu is displayed during the 'Menu' event handler. [GB.QT4] * BUG: Fix 'Menu' event and PopupMenu property behaviour. The default behaviour of the control is cancelled if: the PopupMenu property is defined, or if the 'Menu' event is stopped with STOP EVENT, of if a popup menu is displayed during the 'Menu' event handler. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gmenu.cpp gambas/trunk/gb.gtk/src/gmenu.h gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-02 21:38:59
|
Revision: 6518 http://sourceforge.net/p/gambas/code/6518 Author: gambas Date: 2014-10-02 21:38:50 +0000 (Thu, 02 Oct 2014) Log Message: ----------- [CONFIGURATION] * NEW: Switch to version 3.6.0. [DEVELOPMENT ENVIRONMENT] * BUG: Correctly reset position buttons when a project is loaded. * BUG: Text editor: Fix word delimiter characters for automatic completion. [GB.GUI.BASE] * BUG: ScrollArea: Prevent a possible crash. [GB.NET.SMTP] * BUG: Remove a debugging message. Modified Paths: -------------- gambas/trunk/VERSION gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Editor/CPosition.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/comp/src/gb.form/.component gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/Bookmark/FEditBookmark.form gambas/trunk/comp/src/gb.form/.src/Test/FTabPanel.class gambas/trunk/comp/src/gb.form/.src/Test/FTabPanel.form gambas/trunk/comp/src/gb.gui.base/.component gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/comp/src/gb.net.smtp/.src/TcpSession.class gambas/trunk/comp/src/gb.report/.component gambas/trunk/comp/src/gb.report/.project gambas/trunk/version.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2014-10-02 15:33:41
|
Revision: 6517 http://sourceforge.net/p/gambas/code/6517 Author: gbwilly Date: 2014-10-02 15:33:36 +0000 (Thu, 02 Oct 2014) Log Message: ----------- [EXAMPLES} * NEW: Ducth translations for ArrayOfControls example * NEW: Ducth translations for Embedder example * NEW: Ducth translations for HighLightEditor example * NEW: Ducth translations for TextEdit example Modified Paths: -------------- gambas/trunk/examples/examples/Control/ArrayOfControls/.project gambas/trunk/examples/examples/Control/ArrayOfControls/.startup gambas/trunk/examples/examples/Control/Embedder/.project gambas/trunk/examples/examples/Control/TextEdit/.lang/de.po gambas/trunk/examples/examples/Control/TextEdit/.project gambas/trunk/examples/examples/Image/PhotoTouch/.lang/nl.po Added Paths: ----------- gambas/trunk/examples/examples/Control/ArrayOfControls/.lang/nl.mo gambas/trunk/examples/examples/Control/ArrayOfControls/.lang/nl.po gambas/trunk/examples/examples/Control/Embedder/.lang/nl.mo gambas/trunk/examples/examples/Control/Embedder/.lang/nl.po gambas/trunk/examples/examples/Control/HighlightEditor/.lang/nl.mo gambas/trunk/examples/examples/Control/HighlightEditor/.lang/nl.po gambas/trunk/examples/examples/Control/TextEdit/.lang/nl.mo gambas/trunk/examples/examples/Control/TextEdit/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-29 12:18:44
|
Revision: 6516 http://sourceforge.net/p/gambas/code/6516 Author: gambas Date: 2014-09-29 12:18:32 +0000 (Mon, 29 Sep 2014) Log Message: ----------- [GB.JIT] * BUG: gb.jit should now compile with LLVM 3.5. Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac gambas/trunk/gb.jit/src/jit.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-09-28 20:02:04
|
Revision: 6515 http://sourceforge.net/p/gambas/code/6515 Author: tobiasboe Date: 2014-09-28 20:01:52 +0000 (Sun, 28 Sep 2014) Log Message: ----------- [GB.DATA] * BUG: The 256 values of an input byte were mapped to just 128 bits of the trie children mask, so corruption could have happened with non-ASCII keys. * BUG: Add a special case when using GB.AddString() on an empty key * BUG: Fix a memory error from Trie.Complete()'s return value * OPT: Use the Gambas API in trie.c to manage memory and thus remove error recovery since the interpreter will crash anyway * OPT: Remove checks for "unsupported" characters as all 256 values of a byte are supported in this version of the code Modified Paths: -------------- gambas/trunk/main/lib/data/c_trie.c gambas/trunk/main/lib/data/trie.c gambas/trunk/main/lib/data/trie.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-28 12:49:21
|
Revision: 6514 http://sourceforge.net/p/gambas/code/6514 Author: gambas Date: 2014-09-28 12:49:07 +0000 (Sun, 28 Sep 2014) Log Message: ----------- [GB.FORM] * NEW: TabPanel: Use text shadow for highlighting tab captions. [GB.GUI.BASE] * NEW: Default text shadow radius is now proportional to the font height. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/Chooser/DirButton.class gambas/trunk/comp/src/gb.form/.src/TabPanel/_TabPanelButton.class gambas/trunk/comp/src/gb.form/.src/Test/FTabPanel.class gambas/trunk/comp/src/gb.form/.src/Test/FTabPanel.form gambas/trunk/comp/src/gb.gui.base/.src/Paint.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-27 21:44:45
|
Revision: 6513 http://sourceforge.net/p/gambas/code/6513 Author: gambas Date: 2014-09-27 21:44:36 +0000 (Sat, 27 Sep 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The default shortcut for deleting is the DELETE key alone again. * NEW: When renaming an item in the project treeview, the file extension is not selected. * BUG: Activating the form editor property sheet now disable the form editor poup menu. Consequently, the delete shortcut is not triggered unexpectedly anymore. [GB.GUI.BASE] * BUG: TreeView: A column resize does not automatically cancel the current renaming. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.form gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Translation/FTranslate.form gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView.class gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/gb.qt4/src/CWidget.cpp Added Paths: ----------- gambas/trunk/comp/src/gb.gui.base/.src/TreeView/RenameBox.class Removed Paths: ------------- gambas/trunk/comp/src/gb.gui.base/.src/RenameBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-26 21:52:51
|
Revision: 6512 http://sourceforge.net/p/gambas/code/6512 Author: gambas Date: 2014-09-26 21:52:42 +0000 (Fri, 26 Sep 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Clicking on the paste button correctly set the focus back to the editor. [WEBSITE MAKER] * BUG: Fix pages not located in the wiki. [EXAMPLES] * BUG: PhotoTouch: Fix the example. [COMPILER] * NEW: Remove the Js$() function. Maybe it's not where it should be. [INTERPRETER] * NEW: Remove the Js$() function. Maybe it's not where it should be. * BUG: Displaying a Result object in the debugger does not crash anymore. * NEW: The GB.Realloc() API now calls GB.Alloc() if the pointer to reallocate is null. [GB.FORM] * NEW: DateChooser: Make the time font size a little bit smaller. Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/architecture.html gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/halloffame.html gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/halloffame.html.template gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/style.css gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Date/FCalendar.class gambas/trunk/comp/src/gb.form/.src/Date/FCalendar.form gambas/trunk/comp/src/gb.form/.src/Test/Form2.class gambas/trunk/comp/src/gb.form/.src/Test/Form2.form gambas/trunk/examples/examples/Image/PhotoTouch/.info gambas/trunk/examples/examples/Image/PhotoTouch/.src/CButton.class gambas/trunk/examples/examples/Image/PhotoTouch/.src/FMain.class gambas/trunk/examples/examples/Image/PhotoTouch/.src/FMain.form gambas/trunk/examples/examples/Image/PhotoTouch/.src/FScissors.form gambas/trunk/main/gbx/gbx_debug.c gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/share/gb_alloc_temp.h gambas/trunk/main/share/gb_reserved_keyword.h gambas/trunk/main/share/gb_reserved_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2014-09-25 22:05:48
|
Revision: 6511 http://sourceforge.net/p/gambas/code/6511 Author: gbwilly Date: 2014-09-25 22:05:42 +0000 (Thu, 25 Sep 2014) Log Message: ----------- [EXAMPLES} * NEW: Ducth translations for ImageViewer example * NEW: Ducth translations for LightTable example * NEW: Ducth translations for PhotoTouch example Modified Paths: -------------- gambas/trunk/examples/examples/Image/ImageViewer/.project gambas/trunk/examples/examples/Image/PhotoTouch/.project gambas/trunk/examples/examples/Image/PhotoTouch/.startup Added Paths: ----------- gambas/trunk/examples/examples/Image/ImageViewer/.lang/nl.mo gambas/trunk/examples/examples/Image/ImageViewer/.lang/nl.po gambas/trunk/examples/examples/Image/Lighttable/.lang/nl.mo gambas/trunk/examples/examples/Image/Lighttable/.lang/nl.po gambas/trunk/examples/examples/Image/PhotoTouch/.lang/nl.mo gambas/trunk/examples/examples/Image/PhotoTouch/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2014-09-25 21:12:13
|
Revision: 6510 http://sourceforge.net/p/gambas/code/6510 Author: gbwilly Date: 2014-09-25 21:12:05 +0000 (Thu, 25 Sep 2014) Log Message: ----------- [EXAMPLES] * NEW: Ducth translations for MySQL example * NEW: Ducth translations for PictureDatabase example Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/.settings gambas/trunk/app/src/gambas3/.lang/nl.po gambas/trunk/examples/examples/Database/MySQLExample/.project gambas/trunk/examples/examples/Database/PictureDatabase/.project Added Paths: ----------- gambas/trunk/examples/examples/Database/MySQLExample/.lang/nl.mo gambas/trunk/examples/examples/Database/MySQLExample/.lang/nl.po gambas/trunk/examples/examples/Database/PictureDatabase/.lang/nl.mo gambas/trunk/examples/examples/Database/PictureDatabase/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2014-09-25 00:14:54
|
Revision: 6509 http://sourceforge.net/p/gambas/code/6509 Author: gbwilly Date: 2014-09-25 00:14:51 +0000 (Thu, 25 Sep 2014) Log Message: ----------- [WEB SITE MAKER] * OPT: Some minor corrections to Dutch translations Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/.lang/nl.mo gambas/trunk/app/other/MakeWebSite/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2014-09-24 16:05:28
|
Revision: 6508 http://sourceforge.net/p/gambas/code/6508 Author: gbwilly Date: 2014-09-24 16:05:20 +0000 (Wed, 24 Sep 2014) Log Message: ----------- [EXAMPLES] * NEW: Ducth translations for Database example Added Paths: ----------- gambas/trunk/examples/examples/Database/Database/.lang/nl.mo gambas/trunk/examples/examples/Database/Database/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-09-23 19:38:00
|
Revision: 6507 http://sourceforge.net/p/gambas/code/6507 Author: tobiasboe Date: 2014-09-23 19:37:58 +0000 (Tue, 23 Sep 2014) Log Message: ----------- [GB.DATA] * BUG: Trie: Fix Complete() method where the completion would be empty and a memory leak there Modified Paths: -------------- gambas/trunk/main/lib/data/c_trie.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-09-23 19:15:35
|
Revision: 6506 http://sourceforge.net/p/gambas/code/6506 Author: tobiasboe Date: 2014-09-23 19:15:25 +0000 (Tue, 23 Sep 2014) Log Message: ----------- [GB.DATA] * NEW: Trie and TriePrefix are new classes which implement a Patricia Trie Modified Paths: -------------- gambas/trunk/main/lib/data/Makefile.am gambas/trunk/main/lib/data/TODO gambas/trunk/main/lib/data/main.c Added Paths: ----------- gambas/trunk/main/lib/data/c_trie.c gambas/trunk/main/lib/data/c_trie.h gambas/trunk/main/lib/data/trie.c gambas/trunk/main/lib/data/trie.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2014-09-23 14:29:59
|
Revision: 6505 http://sourceforge.net/p/gambas/code/6505 Author: gbwilly Date: 2014-09-23 14:29:50 +0000 (Tue, 23 Sep 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Dutch translations corrected and updated Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/nl.mo gambas/trunk/app/src/gambas3/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-23 00:45:18
|
Revision: 6504 http://sourceforge.net/p/gambas/code/6504 Author: gambas Date: 2014-09-23 00:45:14 +0000 (Tue, 23 Sep 2014) Log Message: ----------- [WEBSITE MAKER] * NEW: Support for dutch language. Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/.lang/fr.po gambas/trunk/app/other/MakeWebSite/.settings gambas/trunk/app/other/MakeWebSite/.src/MMain.module gambas/trunk/app/other/MakeWebSite/.src/MTranslation.module gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/menu.html Added Paths: ----------- gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/flag/nl.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-23 00:27:41
|
Revision: 6503 http://sourceforge.net/p/gambas/code/6503 Author: gambas Date: 2014-09-23 00:27:31 +0000 (Tue, 23 Sep 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix a typo in an offline help message. * NEW: The option dialog was reorganized so that user identity information has itw own panel. * NEW: The user identity is now written inside translation files. [COMPILER] * NEW: Write meaningful information in generated translation files. [GB.FORM] * BUG: Wizard: Fix the layout of wizard step titles. * NEW: Add a new icon named 'identity'. [GB.FORM.STOCK] * NEW: Add a new icon named 'identity'. [GB.WEB] * BUG: The deprecated URL.Encode() and URL.Decode() functions now correctly call URL.Quote() and URL.Unquote(). Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/ar.po gambas/trunk/app/src/gambas3/.lang/de.po gambas/trunk/app/src/gambas3/.lang/es.po gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.lang/gl_ES.po gambas/trunk/app/src/gambas3/.lang/ru.po gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.class gambas/trunk/app/src/gambas3/.src/Project/FOpenProject.class gambas/trunk/app/src/gambas3/.src/Project/Patch/FMakePatch.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Translation/CTranslation.class gambas/trunk/app/src/gambas3/.src/Welcome/FAbout.form gambas/trunk/app/src/gambas3/pot-header.txt 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/Wizard/FWizard.class gambas/trunk/comp/src/gb.form/.src/Wizard/FWizard.form gambas/trunk/comp/src/gb.form/map/icon.map gambas/trunk/comp/src/gb.form.stock/stock/16/book.png gambas/trunk/comp/src/gb.form.stock/stock/16/link.png gambas/trunk/comp/src/gb.form.stock/stock/16/paste.png gambas/trunk/comp/src/gb.form.stock/stock/22/book.png gambas/trunk/comp/src/gb.form.stock/stock/22/link.png gambas/trunk/comp/src/gb.form.stock/stock/32/book.png gambas/trunk/comp/src/gb.form.stock/stock/32/link.png gambas/trunk/comp/src/gb.form.stock/stock/32/microphone.png gambas/trunk/comp/src/gb.web/.src/URL.module gambas/trunk/main/gbc/gbc_output.c Added Paths: ----------- gambas/trunk/app/src/gambas3/po-header.txt gambas/trunk/comp/src/gb.form.stock/stock/16/identity.png gambas/trunk/comp/src/gb.form.stock/stock/22/identity.png gambas/trunk/comp/src/gb.form.stock/stock/32/identity.png gambas/trunk/comp/src/gb.form.stock/stock/scalable/identity.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2014-09-22 23:32:14
|
Revision: 6502 http://sourceforge.net/p/gambas/code/6502 Author: gbwilly Date: 2014-09-22 23:32:09 +0000 (Mon, 22 Sep 2014) Log Message: ----------- [EXAMPLES] * NEW: Dutch translations for Blights example (retry) * NEW: Dutch translations for Collection example (retry) * NEW: Dutch translations for Object example (retry) * NEW: Dutch translations for Timer example (retry) Modified Paths: -------------- gambas/trunk/examples/examples/Basic/Collection/.project gambas/trunk/examples/examples/Basic/Object/.project Added Paths: ----------- gambas/trunk/examples/examples/Basic/Blights/.lang/nl.mo gambas/trunk/examples/examples/Basic/Blights/.lang/nl.po gambas/trunk/examples/examples/Basic/Collection/.lang/nl.mo gambas/trunk/examples/examples/Basic/Collection/.lang/nl.po gambas/trunk/examples/examples/Basic/Object/.lang/nl.mo gambas/trunk/examples/examples/Basic/Object/.lang/nl.po gambas/trunk/examples/examples/Basic/Timer/.lang/nl.mo gambas/trunk/examples/examples/Basic/Timer/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2014-09-22 23:24:51
|
Revision: 6501 http://sourceforge.net/p/gambas/code/6501 Author: gbwilly Date: 2014-09-22 23:24:47 +0000 (Mon, 22 Sep 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: One more correction to Dutch translation [EXAMPLES} * NEW: Dutch translations for Blights example * NEW: Dutch translations for Collection example * NEW: Dutch translations for Object example * NEW: Dutch translations for Timer example Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/nl.mo gambas/trunk/app/src/gambas3/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2014-09-22 23:11:55
|
Revision: 6500 http://sourceforge.net/p/gambas/code/6500 Author: gbwilly Date: 2014-09-22 23:11:46 +0000 (Mon, 22 Sep 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Some minor corrections to Dutch translations Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2014-09-22 22:48:55
|
Revision: 6499 http://sourceforge.net/p/gambas/code/6499 Author: gbwilly Date: 2014-09-22 22:48:49 +0000 (Mon, 22 Sep 2014) Log Message: ----------- [GB.NET.POP3] * NEW: Dutch translations corrected and updated [GB.REPORT] * NEW: Dutch translations corrected and updated Modified Paths: -------------- gambas/trunk/comp/src/gb.mysql/.component gambas/trunk/comp/src/gb.mysql/.project gambas/trunk/comp/src/gb.net.pop3/.lang/nl.mo gambas/trunk/comp/src/gb.net.pop3/.lang/nl.po gambas/trunk/comp/src/gb.report/.lang/nl.mo gambas/trunk/comp/src/gb.report/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |