gambas-devel-svn Mailing List for Gambas (Page 80)
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-22 00:33:51
|
Revision: 6171 http://sourceforge.net/p/gambas/code/6171 Author: gambas Date: 2014-02-22 00:33:46 +0000 (Sat, 22 Feb 2014) Log Message: ----------- [WIKI] * BUG: Fix the special methods syntax. * BUG: Fix the class symbols table. [GB.MARKDOWN] * NEW: <img>, <br> and <hr> markups don't need to be closed anymore. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.src/CClassInfo.class gambas/trunk/app/src/gambas-wiki/.src/CSymbolInfo.class 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-21 23:33:13
|
Revision: 6170 http://sourceforge.net/p/gambas/code/6170 Author: gambas Date: 2014-02-21 23:33:07 +0000 (Fri, 21 Feb 2014) Log Message: ----------- [WIKI] * NEW: Some cosmetic fixes. * NEW: Implement the read-only view mode. * BUG: Correctly handle current language in links. [GB.MARKDOWN] * NEW: The [[ ... ]] syntax now uses the "table" class by default for the <table> markup. Modified Paths: -------------- 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/.src/WikiMarkdown.class gambas/trunk/comp/src/gb.markdown/.src/Markup.module Added Paths: ----------- gambas/trunk/app/src/gambas-wiki/.public/home.png gambas/trunk/app/src/gambas-wiki/.public/up-gray.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-21 22:17:30
|
Revision: 6169 http://sourceforge.net/p/gambas/code/6169 Author: gambas Date: 2014-02-21 22:17:25 +0000 (Fri, 21 Feb 2014) Log Message: ----------- [WIKI] * BUG: Tuning of the old wiki conversion. * NEW: Change the wiki structure. The Gambas information files and component files are put in the 'info' sub-directory. [EXAMPLES] * NEW: LCDLabel: New example. [GB.FORM] * BUG: ButtonBox button is correctly disabled when the Enabled property is cleared. [GB.MARKDOWN] * NEW: Two new callbacks : one called when entering a table, one when exiting. Modified Paths: -------------- 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/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/gambas-wiki/.src/WikiMarkdown.class 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/Form2.class gambas/trunk/comp/src/gb.form/.src/Test/Form2.form gambas/trunk/comp/src/gb.markdown/.info gambas/trunk/comp/src/gb.markdown/.src/Markdown.class gambas/trunk/comp/src/gb.markdown/.src/Markup.module gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form gambas/trunk/comp/src/gb.report/.src/Tests/Report9.report gambas/trunk/examples/examples/Drawing/Painting/.project gambas/trunk/examples/examples/Games/Concent/.project gambas/trunk/examples/examples/Printing/Printing/.project gambas/trunk/gb.qt4/src/ext/gview.cpp Added Paths: ----------- gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/ gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/.public/ gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/.public/style.css gambas/trunk/examples/examples/Control/LCDLabel/ gambas/trunk/examples/examples/Control/LCDLabel/.action/ gambas/trunk/examples/examples/Control/LCDLabel/.directory gambas/trunk/examples/examples/Control/LCDLabel/.gambas/ gambas/trunk/examples/examples/Control/LCDLabel/.hidden/ gambas/trunk/examples/examples/Control/LCDLabel/.icon.png gambas/trunk/examples/examples/Control/LCDLabel/.info gambas/trunk/examples/examples/Control/LCDLabel/.lang/ gambas/trunk/examples/examples/Control/LCDLabel/.list gambas/trunk/examples/examples/Control/LCDLabel/.project gambas/trunk/examples/examples/Control/LCDLabel/.src/ gambas/trunk/examples/examples/Control/LCDLabel/.src/FMain.class gambas/trunk/examples/examples/Control/LCDLabel/.src/FMain.form gambas/trunk/examples/examples/Control/LCDLabel/.src/TimeBox.class gambas/trunk/examples/examples/Control/LCDLabel/.startup gambas/trunk/examples/examples/Control/LCDLabel/alarm.ogg gambas/trunk/examples/examples/Control/LCDLabel/lcdlabel.png gambas/trunk/examples/examples/Games/Concent/.connection/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-20 20:25:50
|
Revision: 6168 http://sourceforge.net/p/gambas/code/6168 Author: gambix Date: 2014-02-20 20:25:46 +0000 (Thu, 20 Feb 2014) Log Message: ----------- [GB.REPORT] * OPT: ReportView drawing not use Svgimage, this avoid qt4 svg rendering bugs. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/ReportView.class gambas/trunk/comp/src/gb.report/.src/ReportUnits.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-19 21:12:03
|
Revision: 6167 http://sourceforge.net/p/gambas/code/6167 Author: gambix Date: 2014-02-19 21:11:59 +0000 (Wed, 19 Feb 2014) Log Message: ----------- [GB.REPORT] * BUG: The report engine have a new scaling routne based on the document size and not on the device resolution. * NEW: ReportLabel now use Angle in degree ... be carfull if you are alread using this property it will affect * BUG: Remove gb.map use Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info 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/ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportUnits.module gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report4.report gambas/trunk/comp/src/gb.report/.src/Tests/Old/myReport5.report gambas/trunk/comp/src/gb.report/.src/Tests/Report11.class gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadow.report gambas/trunk/comp/src/gb.report/.src/_ReportBoxShadow.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eh...@us...> - 2014-02-18 16:56:37
|
Revision: 6166 http://sourceforge.net/p/gambas/code/6166 Author: ehasis Date: 2014-02-18 16:56:26 +0000 (Tue, 18 Feb 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Added the shortcut information in the buttons on the translate form. * NEW: Updated the Brazilian Portuguese translation. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/pt_BR.mo gambas/trunk/app/src/gambas3/.lang/pt_BR.po gambas/trunk/app/src/gambas3/.src/Translation/FTranslate.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-18 13:27:11
|
Revision: 6165 http://sourceforge.net/p/gambas/code/6165 Author: gambas Date: 2014-02-18 13:27:00 +0000 (Tue, 18 Feb 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix integer properties reading when loading a form. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class 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-17 22:09:18
|
Revision: 6164 http://sourceforge.net/p/gambas/code/6164 Author: gambas Date: 2014-02-17 22:09:13 +0000 (Mon, 17 Feb 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Support for "Angle" properties. These properties are integer properties that represent an angle in degrees. Radians are not supported at the moment. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.form gambas/trunk/app/src/gambas3/support.txt Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Editor/Form/AngleBox.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CoordBox.class Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Dialog/Report/CoordBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-16 23:12:53
|
Revision: 6163 http://sourceforge.net/p/gambas/code/6163 Author: gambas Date: 2014-02-16 23:12:50 +0000 (Sun, 16 Feb 2014) Log Message: ----------- [GB.GTK] * BUG: Fix a Slider warning when setting the MinValue or MaxValue property. [GB.GTK3] * BUG: Painting a DrawingArea is done with the correct origin now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/cpaint_impl.cpp gambas/trunk/gb.gtk/src/gslider.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-16 18:00:35
|
Revision: 6162 http://sourceforge.net/p/gambas/code/6162 Author: gambas Date: 2014-02-16 18:00:32 +0000 (Sun, 16 Feb 2014) Log Message: ----------- [GB.GTK] * BUG: Paint.TextSize() and Paint.RichTextSize() now correctly take into account the device resolution. [GB.GTK3] * BUG: Paint.TextSize() and Paint.RichTextSize() now correctly take into account the device resolution. * BUG: Printer.Configure() now correctly returns FALSE if the "Print" button has been pressed. Modified Paths: -------------- gambas/trunk/examples/examples/Printing/Printing/.project gambas/trunk/examples/examples/Printing/Printing/.src/FMain.class gambas/trunk/gb.gtk/src/cpaint_impl.cpp gambas/trunk/gb.gtk/src/gprinter.cpp gambas/trunk/gb.gtk/src/gprinter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-16 15:06:26
|
Revision: 6161 http://sourceforge.net/p/gambas/code/6161 Author: gambas Date: 2014-02-16 15:06:21 +0000 (Sun, 16 Feb 2014) Log Message: ----------- [GB.FORM] * NEW: LCDLabel: Support for new characters. [GB.GTK] * BUG: Rich text support is more robust now: it can handle self-closed markups. [GB.GTK3] * BUG: Rich text support is more robust now: it can handle self-closed markups. [GB.MEDIA] * BUG: According to the GStreamer documentation, you can send an EOS message only while playing. [GB.QT4] * BUG: Rich text paragraph margins are now proportional to the font size. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/LCDLabel.class gambas/trunk/comp/src/gb.form/.src/Test/FLCDLabel.class gambas/trunk/examples/examples/Games/StarField/.project gambas/trunk/examples/examples/Games/StarField/.startup gambas/trunk/examples/examples/Multimedia/WaveGenerator/.src/FMain.class gambas/trunk/examples/examples/Printing/Printing/.project gambas/trunk/examples/examples/Printing/Printing/.src/FMain.class gambas/trunk/examples/examples/Printing/Printing/.startup gambas/trunk/examples/examples/Printing/Printing/molly-malone.txt gambas/trunk/gb.gtk/src/gfont.cpp gambas/trunk/gb.gtk/src/gtools.cpp gambas/trunk/gb.gtk/src/gtools.h gambas/trunk/gb.media/src/c_media.c gambas/trunk/gb.media/src/c_media.h gambas/trunk/gb.qt4/src/CDraw.cpp Added Paths: ----------- gambas/trunk/gb.qt4/gb.geom.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-16 00:04:49
|
Revision: 6160 http://sourceforge.net/p/gambas/code/6160 Author: gambas Date: 2014-02-16 00:04:44 +0000 (Sun, 16 Feb 2014) Log Message: ----------- [GB.MEDIA] * NEW: If the MediaControl type contains a '/' character, then a MediaFilter is created using that type as filter. * NEW: Properties having the "Caps" type are now handled everywhere. 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-15 13:18:30
|
Revision: 6159 http://sourceforge.net/p/gambas/code/6159 Author: gambas Date: 2014-02-15 13:18:28 +0000 (Sat, 15 Feb 2014) Log Message: ----------- [GB.MEDIA] * BUG: Fix how the end of stream is sent when stopping a pipeline. Modified Paths: -------------- gambas/trunk/gb.media/src/c_media.c gambas/trunk/gb.media/src/c_media.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-15 12:38:28
|
Revision: 6158 http://sourceforge.net/p/gambas/code/6158 Author: gambas Date: 2014-02-15 12:38:25 +0000 (Sat, 15 Feb 2014) Log Message: ----------- [GB.MEDIA] * NEW: MediaPipeline constructor now takes the message bus polling frequency as an optional argument. * NEW: MediaPipeline.Stop() now force EOS on sources before stopping the pipeline. Modified Paths: -------------- gambas/trunk/gb.media/src/c_media.c gambas/trunk/gb.media/src/c_media.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-14 23:17:47
|
Revision: 6157 http://sourceforge.net/p/gambas/code/6157 Author: gambas Date: 2014-02-14 23:17:45 +0000 (Fri, 14 Feb 2014) Log Message: ----------- [GB.COMPLEX] * BUG: Conversion from complex to number now returns the real part if the imaginary part is null, and raises an error otherwise. It does not return the complex modulus anymore. Use Abs() for that. Modified Paths: -------------- gambas/trunk/main/lib/complex/ccomplex.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-14 23:16:26
|
Revision: 6156 http://sourceforge.net/p/gambas/code/6156 Author: gambas Date: 2014-02-14 23:16:24 +0000 (Fri, 14 Feb 2014) Log Message: ----------- [GB.GSL] * BUG: Conversion from complex to number now returns the real part if the imaginary part is null, and raises an error otherwise. It does not return the complex modulus anymore. Use Abs() for that. Modified Paths: -------------- gambas/trunk/gb.gsl/src/c_complex.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bb...@us...> - 2014-02-13 11:56:07
|
Revision: 6155 http://sourceforge.net/p/gambas/code/6155 Author: bbruen Date: 2014-02-13 11:56:04 +0000 (Thu, 13 Feb 2014) Log Message: ----------- [GB.DESKTOP] [BUG] Small change to xdg-email for LXDE so it doesn't open the web browser if there is a default email application. Modified Paths: -------------- gambas/trunk/gb.desktop/src/gb.desktop/xdg-utils/xdg-email This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-13 00:47:58
|
Revision: 6154 http://sourceforge.net/p/gambas/code/6154 Author: gambas Date: 2014-02-13 00:47:54 +0000 (Thu, 13 Feb 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix the analyze of exported classes that override a class from a 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-12 22:26:09
|
Revision: 6153 http://sourceforge.net/p/gambas/code/6153 Author: gambas Date: 2014-02-12 22:26:02 +0000 (Wed, 12 Feb 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Menu shortcut for defining a class or a form as startup class has been removed from the editor (but not from the project tree). * NEW: A new menu to run a specific form as if it was the startup class. [WIKI] * NEW: The wiki is almost finished. Tuning is needed, as the automatic conversion between the old wiki syntax and the new markdown syntax cannot be perfect. Not yet done: history, registration, to do list. [EXAMPLES] * NEW: WaveGenerator: Set the "is-live" property of the 'audiotestsrc' plugin. * NEW: WaveGenerator: Use the 'autoaudiosink' output instead of a specific one. * NEW: WaveGenerator: Allow to choose the wave form. [INTERPRETER] * NEW: A new '-s' command-line option to override the startup class defined in the project. [GB.FORM] * NEW: MaskBox has a new ShowDefault property. When set, the maskbox does not hide its contents anymore when losing the focus if its value was the default value. [GB.GTK] * BUG: Control Move() and MoveScaled() method do not try to resize the control anymore if their width and height arguments are omitted. [GB.MARKDOWN] * BUG: Bug fixes, tuning... [GB.MEDIA] * NEW: MediaControl: An enumeration property can be set through its integer value now. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.connection/Connection1.connection gambas/trunk/app/src/gambas-wiki/.lang/fr.po gambas/trunk/app/src/gambas-wiki/.project 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/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/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Debug/Design.module gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.form gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.form gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/MaskBox.class gambas/trunk/comp/src/gb.markdown/.info gambas/trunk/comp/src/gb.markdown/.src/Markdown.class gambas/trunk/comp/src/gb.markdown/.src/Markup.module gambas/trunk/comp/src/gb.web/.src/Main.module gambas/trunk/comp/src/gb.web/.src/Response.module gambas/trunk/examples/examples/Basic/Timer/.project gambas/trunk/examples/examples/Multimedia/MediaPlayer/.project gambas/trunk/examples/examples/Multimedia/MediaPlayer/.startup gambas/trunk/examples/examples/Multimedia/WaveGenerator/.src/FMain.class gambas/trunk/examples/examples/Multimedia/WaveGenerator/.src/FMain.form gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.media/src/c_media.c gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_project.c gambas/trunk/main/gbx/gbx_project.h Added Paths: ----------- gambas/trunk/app/src/gambas-wiki/.src/CClassInfo.class gambas/trunk/app/src/gambas-wiki/.src/CComponent.class gambas/trunk/app/src/gambas-wiki/.src/CPropertyInfo.class gambas/trunk/app/src/gambas-wiki/.src/CSymbolInfo.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-12 17:34:30
|
Revision: 6152 http://sourceforge.net/p/gambas/code/6152 Author: gambix Date: 2014-02-12 17:34:27 +0000 (Wed, 12 Feb 2014) Log Message: ----------- [GB.REPORT] BUG: Now Duplex modes are correctly setting in ReportPreview BUG: ReportFrame set clipping inside the borders Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form gambas/trunk/comp/src/gb.report/.src/ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report/.src/_ReportBoxShadow.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadow.class gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadow.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/Tests/Old/rpTestShadow.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/rpTestShadow.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-12 16:27:39
|
Revision: 6151 http://sourceforge.net/p/gambas/code/6151 Author: gambas Date: 2014-02-12 16:27:35 +0000 (Wed, 12 Feb 2014) Log Message: ----------- [GB.COMPRESS.ZLIB] * BUG: Fix file compression routine when the file size is a multiple of the internal buffer size. Modified Paths: -------------- gambas/trunk/gb.compress.zlib/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-12 16:25:31
|
Revision: 6150 http://sourceforge.net/p/gambas/code/6150 Author: gambas Date: 2014-02-12 16:25:28 +0000 (Wed, 12 Feb 2014) Log Message: ----------- [GB.COMPRESS.ZLIB] * BUG: Fix file compression routine when the file size is a multiple of the internal buffer size. Modified Paths: -------------- gambas/branches/3.5/gb.compress.zlib/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-02-12 14:34:48
|
Revision: 6149 http://sourceforge.net/p/gambas/code/6149 Author: tobiasboe Date: 2014-02-12 14:34:45 +0000 (Wed, 12 Feb 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: FMakePatch: Save chosen paths (old source archive, old project, patch file name) in the project's .settings. * NEW: FPatch: Save last loaded patch in .settings. * NEW: Re-read the entire project after patching/reverting since a patch can change version numbers, components used, etc.. * BUG: Patch: the gambas-patch-ignore file is now chmod'd to rw-------. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/Patch/FMakePatch.class gambas/trunk/app/src/gambas3/.src/Project/Patch/FPatch.class gambas/trunk/app/src/gambas3/.src/Project/Patch/Patch.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-12 14:09:27
|
Revision: 6148 http://sourceforge.net/p/gambas/code/6148 Author: gambix Date: 2014-02-12 14:09:24 +0000 (Wed, 12 Feb 2014) Log Message: ----------- [GB.REPORT] * OPT: BE CAREFFULL, Now if ReportObject Width and Height are not set, then the ReportObject si autoResized. This will help a lot new users to understand the report layout. * BUG: Some bugs corrected on the reportPreview. * NEW: Begin to implement a Shadow for ReportFrame Objects. It have the same way to work than the CSS3 box shadow. XOffset, YOffset, Spread, Color. Actually only the class have been implemented... I need to say to the engine how to use it :-) 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/Report.class gambas/trunk/comp/src/gb.report/.src/ReportBorder.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.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/ReportSvgImage.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report/.src/TSizeParse.class 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/.src/_ReportBorderSide.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/ReportShadowStyle.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report6.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report6.report gambas/trunk/comp/src/gb.report/.src/Tests/Old/rpTestShadow.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/rpTestShadow.report gambas/trunk/comp/src/gb.report/.src/_ReportBoxShadow.class Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report6.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report6.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-02-09 21:23:07
|
Revision: 6147 http://sourceforge.net/p/gambas/code/6147 Author: tobiasboe Date: 2014-02-09 21:23:05 +0000 (Sun, 09 Feb 2014) Log Message: ----------- [GB.INOTIFY] * NEW: Rename the PathWatch class to Watch. * NEW: Generalise the events raised by the class for future portability. * NEW: Add static properties Name, IsDir, Unmount and Cookie and remove the corresponding event handler arguments. * NEW: Do not automatically reference a Watch anymore to keep it sane. * BUG: Automatic detection of watch events works now (#6115). * BUG: Invalidate Watch objects when the kernel tells us to. * BUG: Don't enter an infinite loop if some event bits are not recognised. * OPT: Use hash tables to improve lookups. Modified Paths: -------------- gambas/trunk/main/lib/inotify/Makefile.am gambas/trunk/main/lib/inotify/main.c Added Paths: ----------- gambas/trunk/main/lib/inotify/c_watch.c gambas/trunk/main/lib/inotify/c_watch.h Removed Paths: ------------- gambas/trunk/main/lib/inotify/c_pathwatch.c gambas/trunk/main/lib/inotify/c_pathwatch.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |