gambas-devel-svn Mailing List for Gambas (Page 79)
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-03-11 03:39:08
|
Revision: 6196 http://sourceforge.net/p/gambas/code/6196 Author: gambas Date: 2014-03-11 03:39:05 +0000 (Tue, 11 Mar 2014) Log Message: ----------- [GB.MARKDOWN] * BUG: Void lines inside lists are correctly interpreted now. * NEW: Don't raise an exception if there is a syntax error, but prints the error inside the generated HTML instead. Modified Paths: -------------- gambas/trunk/comp/src/gb.markdown/.src/MTest.module gambas/trunk/comp/src/gb.markdown/.src/Markup.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-03-09 19:21:32
|
Revision: 6195 http://sourceforge.net/p/gambas/code/6195 Author: gambas Date: 2014-03-09 19:21:29 +0000 (Sun, 09 Mar 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Use the new wiki for the documentation. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Component/CSymbolInfo.class gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.class gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.form gambas/trunk/app/src/gambas3/.src/Help/MHelp.module gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/help/class-help.html gambas/trunk/app/src/gambas3/help/component-help.html gambas/trunk/app/src/gambas3/help/property-help.html gambas/trunk/app/src/gambas3/help/symbol-help.html gambas/trunk/app/src/gambas3/support.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-03-09 17:51:55
|
Revision: 6194 http://sourceforge.net/p/gambas/code/6194 Author: gambas Date: 2014-03-09 17:51:52 +0000 (Sun, 09 Mar 2014) Log Message: ----------- [INTERPRETER] * NEW: New LOCK ... WAIT ... syntax. [COMPILER] * NEW: New LOCK ... WAIT ... syntax. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans.h gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbx/gbx_subr_file.c 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: <ga...@us...> - 2014-03-05 15:22:28
|
Revision: 6193 http://sourceforge.net/p/gambas/code/6193 Author: gambas Date: 2014-03-05 15:22:25 +0000 (Wed, 05 Mar 2014) Log Message: ----------- [GB.FORM] * BUG: ButtonBox: Setting the ReadOnly property to TRUE must not disable the button! Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/ButtonBox.class gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.form Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/TagBox/ gambas/trunk/comp/src/gb.form/.src/TagBox/TagComboBox.class gambas/trunk/comp/src/gb.form/.src/TagBox/_TagComboBox_Item.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-03-05 00:56:20
|
Revision: 6192 http://sourceforge.net/p/gambas/code/6192 Author: gambas Date: 2014-03-05 00:56:16 +0000 (Wed, 05 Mar 2014) Log Message: ----------- [GB.NET.SMTP] * NEW: Recipients now support the "Chuck Norris <ch...@no...>" syntax. Modified Paths: -------------- gambas/trunk/gb.net.smtp/src/CSmtpClient.c gambas/trunk/gb.net.smtp/src/gb.net.smtp/.project gambas/trunk/gb.net.smtp/src/gb.net.smtp/.src/MMain.module gambas/trunk/gb.net.smtp/src/libsmtp_comm.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2014-03-04 19:20:51
|
Revision: 6191 http://sourceforge.net/p/gambas/code/6191 Author: dvillalobos Date: 2014-03-04 19:20:47 +0000 (Tue, 04 Mar 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Spanish translation updated. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/es.mo gambas/trunk/app/src/gambas3/.lang/es.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-03-03 22:07:36
|
Revision: 6190 http://sourceforge.net/p/gambas/code/6190 Author: tobiasboe Date: 2014-03-03 22:07:32 +0000 (Mon, 03 Mar 2014) Log Message: ----------- [GB.INOTIFY] * BUG: Don't re-typedef CINFO. Modified Paths: -------------- gambas/trunk/main/lib/inotify/c_watch.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-03-02 20:18:09
|
Revision: 6189 http://sourceforge.net/p/gambas/code/6189 Author: gambas Date: 2014-03-02 20:18:06 +0000 (Sun, 02 Mar 2014) Log Message: ----------- [INTERPRETER] * NEW: Use vfork() instead of fork() to implement EXEC and SHELL, so that when the child process cannot run the child program for any reason, the error is immediately catched. * BUG: Fix a possible file descriptor leak when using LOCK. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_subr_file.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-25 16:00:31
|
Revision: 6188 http://sourceforge.net/p/gambas/code/6188 Author: gambix Date: 2014-02-25 16:00:24 +0000 (Tue, 25 Feb 2014) Log Message: ----------- [GB.REPORT] * BUG: Remove bug on setting Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-25 15:00:19
|
Revision: 6187 http://sourceforge.net/p/gambas/code/6187 Author: gambix Date: 2014-02-25 15:00:14 +0000 (Tue, 25 Feb 2014) Log Message: ----------- [GB.REPORT] * NEW: The report Preview form now save it's preferences. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/ReportView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-24 23:25:14
|
Revision: 6186 http://sourceforge.net/p/gambas/code/6186 Author: gambas Date: 2014-02-24 23:25:12 +0000 (Mon, 24 Feb 2014) Log Message: ----------- [EXAMPLES] * BUG: MediaPlayer: Buttons images are correctly resized at startup. Modified Paths: -------------- gambas/trunk/examples/examples/Drawing/RandomColorSort/.project gambas/trunk/examples/examples/Multimedia/MediaPlayer/.info gambas/trunk/examples/examples/Multimedia/MediaPlayer/.project gambas/trunk/examples/examples/Multimedia/MediaPlayer/.src/CButton.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-24 23:24:26
|
Revision: 6185 http://sourceforge.net/p/gambas/code/6185 Author: gambas Date: 2014-02-24 23:24:24 +0000 (Mon, 24 Feb 2014) Log Message: ----------- [GB.MEDIA] * BUG: MediaPlayer works again. * BUG: MediaPipeline.Stop() tries to send an EOS message at most during 250 ms. A warning message is printed if the EOS message has not been sent. Modified Paths: -------------- gambas/trunk/gb.media/src/c_media.c gambas/trunk/gb.media/src/c_mediaplayer.c gambas/trunk/gb.media/src/c_mediaplayer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-24 20:32:57
|
Revision: 6184 http://sourceforge.net/p/gambas/code/6184 Author: gambas Date: 2014-02-24 20:32:53 +0000 (Mon, 24 Feb 2014) Log Message: ----------- [GB.WEB] * BUG: Fix automatic session file removing. Modified Paths: -------------- gambas/branches/3.5/comp/src/gb.web/.src/Session.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-24 20:07:51
|
Revision: 6183 http://sourceforge.net/p/gambas/code/6183 Author: gambas Date: 2014-02-24 20:07:47 +0000 (Mon, 24 Feb 2014) Log Message: ----------- [GB.WEB] * NEW: Remove session files having the same prefix and older than 24 hours when creating a new session. Modified Paths: -------------- gambas/branches/3.5/comp/src/gb.web/.src/Session.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-24 15:09:01
|
Revision: 6182 http://sourceforge.net/p/gambas/code/6182 Author: gambix Date: 2014-02-24 15:08:57 +0000 (Mon, 24 Feb 2014) Log Message: ----------- [GB.REPORT] * BUG: ReportVBox is fully rewritten (some bugs will follow be carefull) Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportVPanel.class gambas/trunk/comp/src/gb.report/.src/Tests/Report9.class gambas/trunk/comp/src/gb.report/.src/Tests/Report9.report Added Paths: ----------- gambas/trunk/comp/src/gb.report/.connection/MainConn.connection gambas/trunk/comp/src/gb.report/.src/MainTools/Types/TPageColumn.class gambas/trunk/comp/src/gb.report/.src/Tests/Report41.class gambas/trunk/comp/src/gb.report/.src/Tests/Report41.report gambas/trunk/comp/src/gb.report/.src/Tests/Report51.class gambas/trunk/comp/src/gb.report/.src/Tests/Report51.report gambas/trunk/comp/src/gb.report/.src/Tests/Report52.class gambas/trunk/comp/src/gb.report/.src/Tests/Report52.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-24 00:42:04
|
Revision: 6181 http://sourceforge.net/p/gambas/code/6181 Author: gambas Date: 2014-02-24 00:42:00 +0000 (Mon, 24 Feb 2014) Log Message: ----------- [EXAMPLES] * NEW: Add the new RandomColorSort example, made by Louis W. Adams, Jr. and fixed by myself. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.lang/fr.mo gambas/trunk/app/src/gambas-wiki/.lang/fr.po Added Paths: ----------- gambas/trunk/examples/examples/Drawing/RandomColorSort/ gambas/trunk/examples/examples/Drawing/RandomColorSort/.action/ gambas/trunk/examples/examples/Drawing/RandomColorSort/.directory gambas/trunk/examples/examples/Drawing/RandomColorSort/.gambas/ gambas/trunk/examples/examples/Drawing/RandomColorSort/.hidden/ gambas/trunk/examples/examples/Drawing/RandomColorSort/.icon.png gambas/trunk/examples/examples/Drawing/RandomColorSort/.lang/ gambas/trunk/examples/examples/Drawing/RandomColorSort/.project gambas/trunk/examples/examples/Drawing/RandomColorSort/.src/ gambas/trunk/examples/examples/Drawing/RandomColorSort/.src/FMain.class gambas/trunk/examples/examples/Drawing/RandomColorSort/.src/FMain.form gambas/trunk/examples/examples/Drawing/RandomColorSort/.startup gambas/trunk/examples/examples/Drawing/RandomColorSort/RandomColorSort.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-23 22:56:33
|
Revision: 6180 http://sourceforge.net/p/gambas/code/6180 Author: gambas Date: 2014-02-23 22:56:24 +0000 (Sun, 23 Feb 2014) Log Message: ----------- [WIKI] * BUG: Fix view mode style sheet. * NEW: Implement the "todo" command. * BUG: When a page does not exist in the current language, use the english page instead. * NEW: Add an "historic" button that switches to historic mode. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/.public/style.css gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.src/CComponent.class 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/.src/WikiMarkdown.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-23 17:04:20
|
Revision: 6179 http://sourceforge.net/p/gambas/code/6179 Author: gambas Date: 2014-02-23 17:04:17 +0000 (Sun, 23 Feb 2014) Log Message: ----------- [WIKI] * NEW: Implement the page history browser. Not perfect yet... * BUG: Fix the file name of archived pages. [EXAMPLES] * BUG: SmallWiki: Fix the file name of archived pages. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.public/critical.png gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.public/vb.png gambas/trunk/app/src/gambas-wiki/.src/CComponent.class gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas-wiki/.src/OldWiki.module gambas/trunk/app/src/gambas-wiki/.src/Wiki.class gambas/trunk/app/src/gambas-wiki/.src/Wiki.webpage gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/examples/examples/Web/SmallWiki/.src/Main.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-23 11:01:53
|
Revision: 6178 http://sourceforge.net/p/gambas/code/6178 Author: gambix Date: 2014-02-23 11:01:47 +0000 (Sun, 23 Feb 2014) Log Message: ----------- [GB.REPORT] * NEW: Now report have a new default event _Open that allow to initialize all the report data and structure. * NEW: Begin to implement the ReportGridView Widget * OPT: some cleanning in the code arrangement. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/ReportView.class gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportDrawingArea.class gambas/trunk/comp/src/gb.report/.src/ReportImage.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportLine.class gambas/trunk/comp/src/gb.report/.src/ReportSvgImage.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report/ChangeLog Added Paths: ----------- gambas/trunk/comp/src/gb.report/.hidden/control/reportgridview.png gambas/trunk/comp/src/gb.report/.src/Borders/ gambas/trunk/comp/src/gb.report/.src/Borders/ReportBorder.class gambas/trunk/comp/src/gb.report/.src/Borders/_ReportBorderSide.class gambas/trunk/comp/src/gb.report/.src/Borders/_ReportRoundCorner.class gambas/trunk/comp/src/gb.report/.src/BoxShadow/ gambas/trunk/comp/src/gb.report/.src/BoxShadow/ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/BoxShadow/ReportShadowStyle.class gambas/trunk/comp/src/gb.report/.src/BoxShadow/_ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/Brush/ gambas/trunk/comp/src/gb.report/.src/Brush/ReportBrush.class gambas/trunk/comp/src/gb.report/.src/Controls/ gambas/trunk/comp/src/gb.report/.src/Controls/ReportControl.class gambas/trunk/comp/src/gb.report/.src/MainTools/ gambas/trunk/comp/src/gb.report/.src/MainTools/MReport.module gambas/trunk/comp/src/gb.report/.src/MainTools/ReportUnits.module gambas/trunk/comp/src/gb.report/.src/MainTools/Types/ gambas/trunk/comp/src/gb.report/.src/MainTools/Types/TControl.class gambas/trunk/comp/src/gb.report/.src/MainTools/Types/TSizeHint.class gambas/trunk/comp/src/gb.report/.src/MainTools/Types/TSizeParse.class gambas/trunk/comp/src/gb.report/.src/Optional/ gambas/trunk/comp/src/gb.report/.src/Optional/Align.class gambas/trunk/comp/src/gb.report/.src/Optional/Arrange.class gambas/trunk/comp/src/gb.report/.src/Optional/Line.class gambas/trunk/comp/src/gb.report/.src/Padding/ gambas/trunk/comp/src/gb.report/.src/Padding/ReportPadding.class gambas/trunk/comp/src/gb.report/.src/ReportGridView/ gambas/trunk/comp/src/gb.report/.src/ReportGridView/_ReportGridViewCell.class gambas/trunk/comp/src/gb.report/.src/ReportGridView/_ReportGridViewColumn.class gambas/trunk/comp/src/gb.report/.src/ReportGridView/_ReportGridViewColumns.class gambas/trunk/comp/src/gb.report/.src/ReportGridView/_ReportGridViewRow.class gambas/trunk/comp/src/gb.report/.src/ReportGridView/_ReportGridViewRows.class gambas/trunk/comp/src/gb.report/.src/ReportGridView.class gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadowGrid.class gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadowGrid.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/Align.class gambas/trunk/comp/src/gb.report/.src/Arrange.class gambas/trunk/comp/src/gb.report/.src/DataWatcher.class gambas/trunk/comp/src/gb.report/.src/Line.class gambas/trunk/comp/src/gb.report/.src/MReport.module gambas/trunk/comp/src/gb.report/.src/Preview/FPreview3.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview3.form gambas/trunk/comp/src/gb.report/.src/ReportBorder.class gambas/trunk/comp/src/gb.report/.src/ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/ReportBrush.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportPadding.class gambas/trunk/comp/src/gb.report/.src/ReportShadowStyle.class gambas/trunk/comp/src/gb.report/.src/ReportUnits.module gambas/trunk/comp/src/gb.report/.src/ReportWatcher.class gambas/trunk/comp/src/gb.report/.src/TControl.class gambas/trunk/comp/src/gb.report/.src/TSizeHint.class gambas/trunk/comp/src/gb.report/.src/TSizeParse.class gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadow.class gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadow.report gambas/trunk/comp/src/gb.report/.src/_ReportBorderSide.class gambas/trunk/comp/src/gb.report/.src/_ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/_ReportRoundCorner.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-22 23:19:32
|
Revision: 6177 http://sourceforge.net/p/gambas/code/6177 Author: gambas Date: 2014-02-22 23:19:28 +0000 (Sat, 22 Feb 2014) Log Message: ----------- [WIKI] * NEW: Add translations from the old wiki. * BUG: Fix error table css. * BUG: Add some space between columns in symbol table. * BUG: Fix class automatic description. * BUG: Some fixes in old wiki conversion. [GB.MARKDOWN] * NEW: To print a single backquote between two backquotes, write it twice. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.lang/fr.mo gambas/trunk/app/src/gambas-wiki/.lang/fr.po gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.public/vb.png gambas/trunk/app/src/gambas-wiki/.src/CClassInfo.class gambas/trunk/app/src/gambas-wiki/.src/OldWiki.module gambas/trunk/app/src/gambas-wiki/.src/Wiki.class gambas/trunk/comp/src/gb.markdown/.src/Markup.module gambas/trunk/comp/src/gb.report/.src/Report.class Added Paths: ----------- gambas/trunk/app/src/gambas-wiki/.lang/ar.mo gambas/trunk/app/src/gambas-wiki/.lang/ar.po gambas/trunk/app/src/gambas-wiki/.lang/ca.mo gambas/trunk/app/src/gambas-wiki/.lang/ca.po gambas/trunk/app/src/gambas-wiki/.lang/cs.mo gambas/trunk/app/src/gambas-wiki/.lang/cs.po gambas/trunk/app/src/gambas-wiki/.lang/de.mo gambas/trunk/app/src/gambas-wiki/.lang/de.po gambas/trunk/app/src/gambas-wiki/.lang/es.mo gambas/trunk/app/src/gambas-wiki/.lang/es.po gambas/trunk/app/src/gambas-wiki/.lang/fa.mo gambas/trunk/app/src/gambas-wiki/.lang/fa.po gambas/trunk/app/src/gambas-wiki/.lang/it.mo gambas/trunk/app/src/gambas-wiki/.lang/it.po gambas/trunk/app/src/gambas-wiki/.lang/nl.mo gambas/trunk/app/src/gambas-wiki/.lang/nl.po gambas/trunk/app/src/gambas-wiki/.lang/pt_BR.mo gambas/trunk/app/src/gambas-wiki/.lang/pt_BR.po gambas/trunk/app/src/gambas-wiki/.lang/ru.mo gambas/trunk/app/src/gambas-wiki/.lang/ru.po gambas/trunk/app/src/gambas-wiki/.lang/sv.mo gambas/trunk/app/src/gambas-wiki/.lang/sv.po gambas/trunk/app/src/gambas-wiki/.lang/zh.mo gambas/trunk/app/src/gambas-wiki/.lang/zh.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-22 22:42:38
|
Revision: 6176 http://sourceforge.net/p/gambas/code/6176 Author: gambas Date: 2014-02-22 22:42:34 +0000 (Sat, 22 Feb 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The 'F2' key now can jump from a GOTO or GOSUB instruction to its target label. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-22 15:13:45
|
Revision: 6175 http://sourceforge.net/p/gambas/code/6175 Author: gambas Date: 2014-02-22 15:13:42 +0000 (Sat, 22 Feb 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: All forms types are supposed to be their own event observer. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-22 01:23:21
|
Revision: 6174 http://sourceforge.net/p/gambas/code/6174 Author: gambas Date: 2014-02-22 01:23:18 +0000 (Sat, 22 Feb 2014) Log Message: ----------- [GB.MARKDOWN] * BUG: Fix markup mismatch detection again. Now markup mismatch does not raise an error anymore. It prints it inside the page. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/comp/src/gb.markdown/.src/Markup.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-22 00:50:37
|
Revision: 6173 http://sourceforge.net/p/gambas/code/6173 Author: gambas Date: 2014-02-22 00:50:35 +0000 (Sat, 22 Feb 2014) Log Message: ----------- [GB.MARKDOWN] * BUG: Fix markup mismatch detection again. Modified Paths: -------------- gambas/trunk/comp/src/gb.markdown/.src/Markup.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-22 00:42:06
|
Revision: 6172 http://sourceforge.net/p/gambas/code/6172 Author: gambas Date: 2014-02-22 00:42:03 +0000 (Sat, 22 Feb 2014) Log Message: ----------- [GB.MARKDOWN] * BUG: Fix markup mismatch detection. Modified Paths: -------------- gambas/trunk/comp/src/gb.markdown/.src/Markup.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |