gambas-devel-svn Mailing List for Gambas (Page 81)
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-02-09 16:00:18
|
Revision: 6146 http://sourceforge.net/p/gambas/code/6146 Author: gambas Date: 2014-02-09 16:00:13 +0000 (Sun, 09 Feb 2014) Log Message: ----------- [CONFIGURATION] * NEW: Dutch translation updated in many places. [DEVELOPMENT ENVIRONMENT] * NEW: New option to run a program inside a true virtual terminal, but its standard error output is redirected to the IDE console. [WIKI] * NEW: New Gambas wiki CGI script. It aims at replacing the current wiki. Currently in development... [INTERPRETER] * NEW: A new '-t' hidden command-line argument to support redirecting the standard error output to a named pipe. [GB.IMAGE] * BUG: Link with the mathematic library as the pow() function is used for the image gamma filter. [GB.MARKDOWN] * NEW: Markdown.Line is a new property that returns the current line if an error occurs while converting markdown syntax to HTML. * NEW: Support for custom commands "{@...}". * NEW: The quote characters has the same effect as the backquote character, except that markdown is allowed inside. [GB.QT4] * BUG: Clipboard.Paste() now returns the image when there is both image and text inside the clipboard. 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/Design.module gambas/trunk/app/src/gambas3/.src/Editor/Code/FProcedureList.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.class gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gb.wiki/.project gambas/trunk/comp/src/gb.args/.project gambas/trunk/comp/src/gb.args/.startup gambas/trunk/comp/src/gb.db.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.lang/nl.mo gambas/trunk/comp/src/gb.form/.lang/nl.po gambas/trunk/comp/src/gb.form/.src/Test/Form2.form gambas/trunk/comp/src/gb.form.dialog/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.markdown/.info gambas/trunk/comp/src/gb.markdown/.src/Markdown.class gambas/trunk/comp/src/gb.markdown/.src/MarkdownLink.class gambas/trunk/comp/src/gb.markdown/.src/Markup.module gambas/trunk/comp/src/gb.net.pop3/.lang/zh.po gambas/trunk/comp/src/gb.net.pop3/.project gambas/trunk/comp/src/gb.net.pop3/.startup gambas/trunk/gb.qt4/src/CClipboard.cpp gambas/trunk/main/gbx/gbx.c gambas/trunk/main/lib/image/Makefile.am Added Paths: ----------- gambas/trunk/app/src/gambas-wiki/ gambas/trunk/app/src/gambas-wiki/.connection/ gambas/trunk/app/src/gambas-wiki/.connection/Connection1.connection gambas/trunk/app/src/gambas-wiki/.directory gambas/trunk/app/src/gambas-wiki/.gambas/ gambas/trunk/app/src/gambas-wiki/.hidden/ gambas/trunk/app/src/gambas-wiki/.icon.png gambas/trunk/app/src/gambas-wiki/.lang/ gambas/trunk/app/src/gambas-wiki/.lang/fr.mo gambas/trunk/app/src/gambas-wiki/.lang/fr.po gambas/trunk/app/src/gambas-wiki/.project gambas/trunk/app/src/gambas-wiki/.public/ gambas/trunk/app/src/gambas-wiki/.public/critical.png gambas/trunk/app/src/gambas-wiki/.public/edit.png gambas/trunk/app/src/gambas-wiki/.public/info.png gambas/trunk/app/src/gambas-wiki/.public/logo.png gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.public/tip.png gambas/trunk/app/src/gambas-wiki/.public/up.png gambas/trunk/app/src/gambas-wiki/.public/vb.png gambas/trunk/app/src/gambas-wiki/.public/warning.png gambas/trunk/app/src/gambas-wiki/.src/ 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/gambas-wiki/.src/WikiMarkdown.class gambas/trunk/app/src/gambas-wiki/.startup gambas/trunk/app/src/gambas-wiki/page gambas/trunk/app/src/gambas-wiki/passwd gambas/trunk/comp/src/gb.args/.lang/nl.mo gambas/trunk/comp/src/gb.args/.lang/nl.po gambas/trunk/comp/src/gb.db.form/.lang/nl.mo gambas/trunk/comp/src/gb.db.form/.lang/nl.po gambas/trunk/comp/src/gb.form.dialog/.lang/nl.mo gambas/trunk/comp/src/gb.form.dialog/.lang/nl.po gambas/trunk/comp/src/gb.form.mdi/.lang/nl.mo gambas/trunk/comp/src/gb.form.mdi/.lang/nl.po 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. |
From: <ga...@us...> - 2014-02-09 10:55:30
|
Revision: 6145 http://sourceforge.net/p/gambas/code/6145 Author: gambas Date: 2014-02-09 10:55:26 +0000 (Sun, 09 Feb 2014) Log Message: ----------- [GB.WEB] * BUG: Fix the JSON.Decode() method signature. * BUG: JSON.Null is now a read-only property. Modified Paths: -------------- gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.src/JSON.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-09 08:28:38
|
Revision: 6144 http://sourceforge.net/p/gambas/code/6144 Author: gambix Date: 2014-02-09 08:28:35 +0000 (Sun, 09 Feb 2014) Log Message: ----------- [GB.REPORT] OPT: Add icons for ReportDrawingArea and ReportViewer widget Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.src/Preview/Form1.form Added Paths: ----------- gambas/trunk/comp/src/gb.report/.hidden/control/reportdrawingarea.png gambas/trunk/comp/src/gb.report/.hidden/control/reportview.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-09 08:06:00
|
Revision: 6143 http://sourceforge.net/p/gambas/code/6143 Author: gambix Date: 2014-02-09 08:05:57 +0000 (Sun, 09 Feb 2014) Log Message: ----------- [GB.REPORT] * BUG: The custom panel is now enabled when report.paper is custom. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-09 07:21:53
|
Revision: 6142 http://sourceforge.net/p/gambas/code/6142 Author: gambix Date: 2014-02-09 07:21:49 +0000 (Sun, 09 Feb 2014) Log Message: ----------- [GB.REPORT] * NEW: A new widget ReportDrawingArea allow to draw freely on the report page. It have an event draw that provide the size of the drawing (depending on the paint device resolution too. Sometime you can use ReportUnits.DesktopScale ratio to fix the size). A cached property, allow to call the event only when the device resolution change, it is usefull when a draw need a lot of computing. * NEW: MTool and Units have been merged to create a new shared module: ReportUnits. It provide functions for unit convertions depended on paint resolution (for pixel convertion use it in a paint session) A property DesktopScale provide a ratio between Desktop pixel size and printer size. * BUG: Add again forgotten files. 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/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/ReportFrame.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/.src/TControl.class gambas/trunk/comp/src/gb.report/.src/TSizeParse.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report7.report gambas/trunk/comp/src/gb.report/.src/Tests/Report11.class gambas/trunk/comp/src/gb.report/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report/ChangeLog Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/MReport.module gambas/trunk/comp/src/gb.report/.src/ReportUnits.module gambas/trunk/comp/src/gb.report/img/32/ gambas/trunk/comp/src/gb.report/img/32/Collatecopie.png gambas/trunk/comp/src/gb.report/img/32/Empty.png gambas/trunk/comp/src/gb.report/img/32/grayscale.png gambas/trunk/comp/src/gb.report/img/32/reverse.png Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/MTools.module gambas/trunk/comp/src/gb.report/.src/Units.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-08 06:20:08
|
Revision: 6141 http://sourceforge.net/p/gambas/code/6141 Author: gambix Date: 2014-02-08 06:20:06 +0000 (Sat, 08 Feb 2014) Log Message: ----------- [GB.REPORT] BUG: Remove an accidentaly forgotten debug line. Modified Paths: -------------- 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-08 02:32:50
|
Revision: 6140 http://sourceforge.net/p/gambas/code/6140 Author: gambas Date: 2014-02-08 02:32:47 +0000 (Sat, 08 Feb 2014) Log Message: ----------- [EXAMPLES] * NEW: Add a new WaveGenerator example that plays a sinusoid wave whose frequency can be modified in realtime with a slider. * BUG: SmallWiki: Backport fixes from gb.markdown. Modified Paths: -------------- gambas/trunk/examples/examples/Games/Pong/.project gambas/trunk/examples/examples/Web/SmallWiki/.src/Markup.module gambas/trunk/examples/examples/Web/SmallWiki/.src/Wiki.webpage Added Paths: ----------- gambas/trunk/examples/examples/Multimedia/WaveGenerator/ gambas/trunk/examples/examples/Multimedia/WaveGenerator/.action/ gambas/trunk/examples/examples/Multimedia/WaveGenerator/.directory gambas/trunk/examples/examples/Multimedia/WaveGenerator/.gambas/ gambas/trunk/examples/examples/Multimedia/WaveGenerator/.hidden/ gambas/trunk/examples/examples/Multimedia/WaveGenerator/.icon.png gambas/trunk/examples/examples/Multimedia/WaveGenerator/.lang/ gambas/trunk/examples/examples/Multimedia/WaveGenerator/.project gambas/trunk/examples/examples/Multimedia/WaveGenerator/.src/ gambas/trunk/examples/examples/Multimedia/WaveGenerator/.src/FMain.class gambas/trunk/examples/examples/Multimedia/WaveGenerator/.src/FMain.form gambas/trunk/examples/examples/Multimedia/WaveGenerator/.startup gambas/trunk/examples/examples/Multimedia/WaveGenerator/audio-headphones.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-08 02:30:05
|
Revision: 6139 http://sourceforge.net/p/gambas/code/6139 Author: gambas Date: 2014-02-08 02:30:00 +0000 (Sat, 08 Feb 2014) Log Message: ----------- [GB.MEDIA] * BUG: When a MediaPipeline is freed, the pipeline is first stopped before being put to the null state. Otherwise GStreamer freezes. Modified Paths: -------------- gambas/trunk/gb.media/src/c_media.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-07 22:25:08
|
Revision: 6138 http://sourceforge.net/p/gambas/code/6138 Author: gambas Date: 2014-02-07 22:25:04 +0000 (Fri, 07 Feb 2014) Log Message: ----------- [GB.GTK] * BUG: Fix the default size of message boxes. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmessage.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-07 20:35:49
|
Revision: 6137 http://sourceforge.net/p/gambas/code/6137 Author: gambix Date: 2014-02-07 20:35:45 +0000 (Fri, 07 Feb 2014) Log Message: ----------- [GB.REPORT] BUG: Add missing files 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/ReportView.class gambas/trunk/comp/src/gb.report/.src/ReportDrawingArea.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Tests/Report11.class gambas/trunk/comp/src/gb.report/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report/img/22/FullWidth.png gambas/trunk/comp/src/gb.report/img/22/RealSize.png gambas/trunk/comp/src/gb.report/img/22/TwoPage.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-07 14:21:09
|
Revision: 6136 http://sourceforge.net/p/gambas/code/6136 Author: gambix Date: 2014-02-07 14:21:05 +0000 (Fri, 07 Feb 2014) Log Message: ----------- [GB.REPORT] * NEW: A new widget ReportView (Need polish for external use) * NEW: A new report preview windows. It embedd all the printing tools and can reflect all the printing options in real time Page size, Gray scale and a range property like in the known text editors (1;3;8-9) * OPT: many other improvement like the possibility now to a report to be initialised with an or more arguments. * BUG: the report custom size bug is solved. * OPT: I need more and more user to debug and share ideas on this component. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.lang/fr.mo gambas/trunk/comp/src/gb.report/.lang/fr.po gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPrint.class gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/TControl.class gambas/trunk/comp/src/gb.report/.src/TSizeParse.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report4.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report4.report gambas/trunk/comp/src/gb.report/.src/Tests/Old/myReport5.report Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form 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/Preview/Form1.class gambas/trunk/comp/src/gb.report/.src/Preview/Form1.form gambas/trunk/comp/src/gb.report/.src/Preview/ReportView.class gambas/trunk/comp/src/gb.report/.src/Preview/ReportViewTask.class gambas/trunk/comp/src/gb.report/img/22/ gambas/trunk/comp/src/gb.report/img/22/OnePage.png Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/CPageInfo.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-02-05 16:27:26
|
Revision: 6135 http://sourceforge.net/p/gambas/code/6135 Author: tobiasboe Date: 2014-02-05 16:27:23 +0000 (Wed, 05 Feb 2014) Log Message: ----------- [GB.NCURSES] * BUG: Reset the "watched fd" variable when a watch ends. Modified Paths: -------------- gambas/trunk/gb.ncurses/src/c_input.c gambas/trunk/gb.ncurses/src/c_window.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-05 01:06:41
|
Revision: 6134 http://sourceforge.net/p/gambas/code/6134 Author: gambas Date: 2014-02-05 01:06:37 +0000 (Wed, 05 Feb 2014) Log Message: ----------- [GB.GTK] * BUG: The printer configuration dialog does not crash anymore. * BUG: Remove some GLib warnings when displaying the printer configuration dialog. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gprinter.cpp gambas/trunk/gb.gtk/src/gspinbox.cpp gambas/trunk/gb.gtk/src/gtools.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-02-04 20:02:56
|
Revision: 6133 http://sourceforge.net/p/gambas/code/6133 Author: tobiasboe Date: 2014-02-04 20:02:50 +0000 (Tue, 04 Feb 2014) Log Message: ----------- [GB.NCURSES] * NEW: Add Key.Esc constant to catch escape key (without needing to know that it's ASCII 0x1b). Modified Paths: -------------- gambas/trunk/gb.ncurses/src/c_key.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-02-04 19:42:09
|
Revision: 6132 http://sourceforge.net/p/gambas/code/6132 Author: tobiasboe Date: 2014-02-04 19:42:05 +0000 (Tue, 04 Feb 2014) Log Message: ----------- [GB.NCURSES] * BUG: Initialise the Screen singleton's properties. Modified Paths: -------------- gambas/trunk/gb.ncurses/src/c_screen.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-02-04 18:37:32
|
Revision: 6131 http://sourceforge.net/p/gambas/code/6131 Author: tobiasboe Date: 2014-02-04 18:37:29 +0000 (Tue, 04 Feb 2014) Log Message: ----------- [GB.NCURSES] * BUG: Respect Window.Attributes when changing Window.{Fore,Back}ground. Modified Paths: -------------- gambas/trunk/gb.ncurses/src/c_window.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-02-04 16:48:57
|
Revision: 6130 http://sourceforge.net/p/gambas/code/6130 Author: tobiasboe Date: 2014-02-04 16:48:54 +0000 (Tue, 04 Feb 2014) Log Message: ----------- [GB.NCURSES] * BUG: Window.Ask() now returns the chosen letter (and not its index) as it's documented and ought to be (returning the index does not ease translation very much but makes program flow much less obvious). [EXAMPLES] * NEW: Pong: Update uses of Window.Ask(). Modified Paths: -------------- gambas/trunk/examples/examples/Games/Pong/.src/MMain.module gambas/trunk/gb.ncurses/src/c_window.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-03 20:22:32
|
Revision: 6129 http://sourceforge.net/p/gambas/code/6129 Author: gambas Date: 2014-02-03 20:22:27 +0000 (Mon, 03 Feb 2014) Log Message: ----------- [GB.WEB] * BUG: Initialize the section first when calling the Abandon() method, otherwise it does not work. Modified Paths: -------------- gambas/branches/3.5/comp/src/gb.web/.project 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-03 18:32:48
|
Revision: 6128 http://sourceforge.net/p/gambas/code/6128 Author: gambas Date: 2014-02-03 18:32:43 +0000 (Mon, 03 Feb 2014) Log Message: ----------- [EXAMPLES] * NEW: Embed the gb.markdown code so that the example can be tested on the stable version of Gambas. This is temporary! Modified Paths: -------------- gambas/trunk/examples/examples/Web/SmallWiki/.project gambas/trunk/examples/examples/Web/SmallWiki/.public/style.css gambas/trunk/examples/examples/Web/SmallWiki/.src/Wiki.class gambas/trunk/examples/examples/Web/SmallWiki/.src/Wiki.webpage gambas/trunk/examples/examples/Web/SmallWiki/.src/WikiMarkdown.class gambas/trunk/examples/examples/Web/SmallWiki/.startup Added Paths: ----------- gambas/trunk/examples/examples/Web/SmallWiki/.src/Markdown.class gambas/trunk/examples/examples/Web/SmallWiki/.src/MarkdownLink.class gambas/trunk/examples/examples/Web/SmallWiki/.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-02 14:38:53
|
Revision: 6127 http://sourceforge.net/p/gambas/code/6127 Author: gambas Date: 2014-02-02 14:38:51 +0000 (Sun, 02 Feb 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Don't freeze when loading an older version of a component project that misses some classes implemented in the newer versions of the component. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CComponent.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-02 14:21:34
|
Revision: 6126 http://sourceforge.net/p/gambas/code/6126 Author: gambas Date: 2014-02-02 14:21:31 +0000 (Sun, 02 Feb 2014) Log Message: ----------- [CONFIGURATION] * NEW: Add dutch translations. [GB.NET.POP3] * BUG: Error messages must not be translatable. Modified Paths: -------------- gambas/branches/3.5/app/src/gambas3/.lang/fr.mo gambas/branches/3.5/app/src/gambas3/.lang/fr.po gambas/branches/3.5/app/src/gambas3/.lang/nl.mo gambas/branches/3.5/app/src/gambas3/.lang/nl.po gambas/branches/3.5/comp/src/gb.args/.lang/fr.po gambas/branches/3.5/comp/src/gb.args/.project gambas/branches/3.5/comp/src/gb.args/.startup gambas/branches/3.5/comp/src/gb.db.form/.lang/fr.po gambas/branches/3.5/comp/src/gb.form/.lang/.pot gambas/branches/3.5/comp/src/gb.form/.lang/fr.po gambas/branches/3.5/comp/src/gb.form/.lang/nl.mo gambas/branches/3.5/comp/src/gb.form/.lang/nl.po gambas/branches/3.5/comp/src/gb.form.dialog/.lang/fr.po gambas/branches/3.5/comp/src/gb.form.dialog/.project gambas/branches/3.5/comp/src/gb.form.mdi/.lang/fr.po gambas/branches/3.5/comp/src/gb.form.mdi/.project gambas/branches/3.5/comp/src/gb.net.pop3/.project gambas/branches/3.5/comp/src/gb.net.pop3/.src/Pop3Client.class gambas/branches/3.5/comp/src/gb.net.pop3/.startup gambas/branches/3.5/comp/src/gb.report/.lang/fr.po gambas/branches/3.5/comp/src/gb.report/.project Added Paths: ----------- gambas/branches/3.5/comp/src/gb.args/.lang/nl.mo gambas/branches/3.5/comp/src/gb.args/.lang/nl.po gambas/branches/3.5/comp/src/gb.db.form/.lang/nl.mo gambas/branches/3.5/comp/src/gb.db.form/.lang/nl.po gambas/branches/3.5/comp/src/gb.form.dialog/.lang/nl.mo gambas/branches/3.5/comp/src/gb.form.dialog/.lang/nl.po gambas/branches/3.5/comp/src/gb.form.mdi/.lang/nl.mo gambas/branches/3.5/comp/src/gb.form.mdi/.lang/nl.po gambas/branches/3.5/comp/src/gb.report/.lang/nl.mo gambas/branches/3.5/comp/src/gb.report/.lang/nl.po Removed Paths: ------------- gambas/branches/3.5/comp/src/gb.net.pop3/.lang/cs.mo gambas/branches/3.5/comp/src/gb.net.pop3/.lang/cs.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-02 14:14:05
|
Revision: 6125 http://sourceforge.net/p/gambas/code/6125 Author: gambas Date: 2014-02-02 14:14:02 +0000 (Sun, 02 Feb 2014) Log Message: ----------- [CONFIGURATION] * BUG: Add gb.markdown to the 'order' file that lists all components written in Gambas. Modified Paths: -------------- gambas/trunk/comp/src/order This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-02 14:13:03
|
Revision: 6124 http://sourceforge.net/p/gambas/code/6124 Author: gambas Date: 2014-02-02 14:13:00 +0000 (Sun, 02 Feb 2014) Log Message: ----------- [GB.NET] * NEW: SerialPort.InputBufferSize is a new property that returns the number of bytes in the internal input buffer. * NEW: SerialPort.OutputBufferSize is a new property that returns the number of bytes in the internal output buffer. Modified Paths: -------------- gambas/trunk/gb.net/src/CSerialPort.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-02 03:53:12
|
Revision: 6123 http://sourceforge.net/p/gambas/code/6123 Author: gambas Date: 2014-02-02 03:53:08 +0000 (Sun, 02 Feb 2014) Log Message: ----------- [EXAMPLES] * NEW: SmallWiki: Don't use the new Response.GetContentTypeFrom() method so that the example is usable on older versions of Gambas. * NEW: SmallWiki: Add a drop shadow on the top header. Modified Paths: -------------- gambas/trunk/examples/examples/Web/SmallWiki/.project gambas/trunk/examples/examples/Web/SmallWiki/.public/style.css gambas/trunk/examples/examples/Web/SmallWiki/.src/Main.module gambas/trunk/examples/examples/Web/SmallWiki/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-02 03:44:01
|
Revision: 6122 http://sourceforge.net/p/gambas/code/6122 Author: gambas Date: 2014-02-02 03:43:57 +0000 (Sun, 02 Feb 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add gb.markdown component. [EXAMPLES] * NEW: SmallWiki: Add support for images. * BUG: SmallWiki: Many bug fixes and better style sheet. * NEW: SmallWiki: Use the new gb.markdown component. [GB.MARKDOWN] * NEW: This is a new component that implements the Gambas Markdown markup syntax. [GB.WEB] * NEW: Response.GetContentTypeFrom() is a new method that returns a MIME type from a path. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.src/Response.module gambas/trunk/comp/src/gb.web/.src/Session.module gambas/trunk/examples/examples/Web/SmallWiki/.project gambas/trunk/examples/examples/Web/SmallWiki/.public/edit.png gambas/trunk/examples/examples/Web/SmallWiki/.public/style.css gambas/trunk/examples/examples/Web/SmallWiki/.src/Main.module gambas/trunk/examples/examples/Web/SmallWiki/.src/Wiki.class gambas/trunk/examples/examples/Web/SmallWiki/.src/Wiki.webpage gambas/trunk/examples/examples/Web/SmallWiki/.startup gambas/trunk/examples/examples/Web/SmallWiki/page Added Paths: ----------- gambas/trunk/comp/src/gb.markdown/ gambas/trunk/comp/src/gb.markdown/.component gambas/trunk/comp/src/gb.markdown/.directory gambas/trunk/comp/src/gb.markdown/.gambas/ gambas/trunk/comp/src/gb.markdown/.hidden/ gambas/trunk/comp/src/gb.markdown/.icon.png gambas/trunk/comp/src/gb.markdown/.info gambas/trunk/comp/src/gb.markdown/.lang/ gambas/trunk/comp/src/gb.markdown/.list gambas/trunk/comp/src/gb.markdown/.project gambas/trunk/comp/src/gb.markdown/.src/ gambas/trunk/comp/src/gb.markdown/.src/MTest.module gambas/trunk/comp/src/gb.markdown/.src/Markdown.class gambas/trunk/comp/src/gb.markdown/.src/MarkdownLink.class gambas/trunk/comp/src/gb.markdown/.src/Markup.module gambas/trunk/comp/src/gb.markdown/.startup gambas/trunk/examples/examples/Web/SmallWiki/.src/WikiMarkdown.class Removed Paths: ------------- gambas/trunk/examples/examples/Web/SmallWiki/.src/Markup.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |