Thread: [Gambas-devel-svn] SF.net SVN: gambas:[6405] gambas/trunk/comp/src (Page 2)
Brought to you by:
gambas
From: <ga...@us...> - 2014-07-28 12:26:49
|
Revision: 6405 http://sourceforge.net/p/gambas/code/6405 Author: gambas Date: 2014-07-28 12:26:39 +0000 (Mon, 28 Jul 2014) Log Message: ----------- [GB.NET.SMTP] * BUG: Explicitely load the 'gb.net' component to be backward compatible with the old gb.net.smtp that didn't require it. * NEW: Fix error messages. * NEW: Add a 10 seconds timeout to the TCP socket. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.pop3/.component gambas/trunk/comp/src/gb.net.smtp/.info gambas/trunk/comp/src/gb.net.smtp/.project gambas/trunk/comp/src/gb.net.smtp/.src/SmtpClient.class gambas/trunk/comp/src/gb.net.smtp/.src/SmtpPart.class gambas/trunk/comp/src/gb.net.smtp/.src/SmtpSession.class gambas/trunk/comp/src/gb.net.smtp/.src/TcpSession.class gambas/trunk/comp/src/gb.net.smtp/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-01 12:57:06
|
Revision: 6410 http://sourceforge.net/p/gambas/code/6410 Author: gambas Date: 2014-08-01 12:56:58 +0000 (Fri, 01 Aug 2014) Log Message: ----------- [GB.NET.SMTP] * BUG: Wait for openssl process death after disconnecting from the SMTP server. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.pop3/.icon.png gambas/trunk/comp/src/gb.net.pop3/.project gambas/trunk/comp/src/gb.net.smtp/.icon.png gambas/trunk/comp/src/gb.net.smtp/.project gambas/trunk/comp/src/gb.net.smtp/.src/SslSession.class gambas/trunk/comp/src/gb.net.smtp/.src/TlsSession.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-09 15:21:17
|
Revision: 6463 http://sourceforge.net/p/gambas/code/6463 Author: gambas Date: 2014-09-09 15:21:08 +0000 (Tue, 09 Sep 2014) Log Message: ----------- [GB.DB.FORM] * NEW: DataSource: Raise a new BeforeDelete event just before trying to delete a record. Cancel that event to cancel the deletion. * BUG: DataView: The new record mark is correctly managed now. [GB.GUI.BASE] * BUG: GridView: correctly reset the row titles when the row count changes. * NEW: Make row header a little bit larger by default. Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.info gambas/trunk/comp/src/gb.db.form/.lang/.pot gambas/trunk/comp/src/gb.db.form/.src/DataSource.class gambas/trunk/comp/src/gb.db.form/.src/DataView.class gambas/trunk/comp/src/gb.db.form/.src/Test/FMain2.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-12 00:27:23
|
Revision: 6467 http://sourceforge.net/p/gambas/code/6467 Author: gambas Date: 2014-09-12 00:27:18 +0000 (Fri, 12 Sep 2014) Log Message: ----------- [GB.DB.FORM] * BUG: DataControl and DataView now automatically disable editing if their DataSource is read-only. * BUG: Fix a possible infinite recursion when updating the current record and refreshing controls. * BUG: DataView: The current row now should be correctly selected in all situations. [GB.GUI.BASE] * BUG: GridView: Changing the Mode property now correctly refreshes the control. Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.db.form/.src/DataControl.class gambas/trunk/comp/src/gb.db.form/.src/DataSource.class gambas/trunk/comp/src/gb.db.form/.src/DataView.class gambas/trunk/comp/src/gb.db.form/.src/FBrowser.class gambas/trunk/comp/src/gb.db.form/.src/Test/FTest.form gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class Removed Paths: ------------- gambas/trunk/comp/src/gb.db.form/.lang/.pot 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:46:36
|
Revision: 6498 http://sourceforge.net/p/gambas/code/6498 Author: gbwilly Date: 2014-09-22 22:46:31 +0000 (Mon, 22 Sep 2014) Log Message: ----------- [GB.ARGS] * NEW: Dutch translations corrected and updated [GB.DB.FORM] * NEW: Dutch translations corrected and updated [GB.FORM] * NEW: Dutch translations corrected and updated [GB.FORM.DIALOG] * NEW: Dutch translations corrected and updated [GB.FORM.MDI] * NEW: Dutch translations corrected and updated [GB.NET.POP3] * NEW: Dutch translations corrected and updated [GB.REPORT] * NEW: Dutch translations corrected and updated Modified Paths: -------------- 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.desktop/.settings gambas/trunk/comp/src/gb.form/.lang/nl.mo gambas/trunk/comp/src/gb.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 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. |
From: <ga...@us...> - 2014-11-05 09:38:24
|
Revision: 6611 http://sourceforge.net/p/gambas/code/6611 Author: gambas Date: 2014-11-05 09:38:15 +0000 (Wed, 05 Nov 2014) Log Message: ----------- [GB.FORM] * NEW: DirChooser & FileChooser: The popup menu is available when clicking on the bookmark button representing the top-level directory. * NEW: DirChooser & FileChooser: The root button now goes to the current root when bookmarks are hidden. * NEW: FileProperties: Preview of audio files, provided that the gb.media component has been loaded. * NEW: New 'muted' stock icon. [GB.FORM.STOCK] * NEW: New 'muted' stock icon. [GB.GUI.AREA] * BUG: TreeView renaming works now if the renamed item is not visible. [GB.MEDIA.FORM] * BUG: MediaView: The Control property has been renamed as ShowControl. * NEW: MediaView: ShowVideo is a new property that allows to hide the video part when playing audio files. * NEW: MediaView: New methods: Play, Pause, Stop. [GB.SETTINGS] * NEW: Settings.Save() now does not save all the keys anymore, but only the modified one. * BUG: Settings.Clear() now really clears the entire settings. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.directory gambas/trunk/comp/src/gb.form/.icon.png 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/File/Chooser/FDirChooser.class gambas/trunk/comp/src/gb.form/.src/File/Properties/FFileProperties.class gambas/trunk/comp/src/gb.form/.src/File/Properties/FFileProperties.form gambas/trunk/comp/src/gb.form/map/icon.map gambas/trunk/comp/src/gb.form.stock/.component gambas/trunk/comp/src/gb.form.stock/.project gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView.class gambas/trunk/comp/src/gb.media.form/.component gambas/trunk/comp/src/gb.media.form/.info gambas/trunk/comp/src/gb.media.form/.project gambas/trunk/comp/src/gb.media.form/.src/FMediaPlayer.class gambas/trunk/comp/src/gb.media.form/.src/FMediaPlayer.form gambas/trunk/comp/src/gb.media.form/.src/FTest.form gambas/trunk/comp/src/gb.media.form/.src/MediaView.class gambas/trunk/comp/src/gb.media.form/.startup gambas/trunk/comp/src/gb.settings/.src/Settings.class Added Paths: ----------- gambas/trunk/comp/src/gb.form.stock/stock/16/muted.png gambas/trunk/comp/src/gb.form.stock/stock/22/muted.png gambas/trunk/comp/src/gb.form.stock/stock/32/muted.png gambas/trunk/comp/src/gb.form.stock/stock/scalable/muted.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-10 12:23:22
|
Revision: 6623 http://sourceforge.net/p/gambas/code/6623 Author: gambix Date: 2014-11-10 12:23:08 +0000 (Mon, 10 Nov 2014) Log Message: ----------- [GB.SCANNER] * NEW: New component that provide classes to manage scanners devices via gambas code. It is a frontend to scanimage binary provided by the SANE toolkit. Added Paths: ----------- gambas/trunk/comp/src/gb.scanner/ gambas/trunk/comp/src/gb.scanner/.action/ gambas/trunk/comp/src/gb.scanner/.component gambas/trunk/comp/src/gb.scanner/.directory gambas/trunk/comp/src/gb.scanner/.gitignore gambas/trunk/comp/src/gb.scanner/.hidden/ gambas/trunk/comp/src/gb.scanner/.icon.png gambas/trunk/comp/src/gb.scanner/.info gambas/trunk/comp/src/gb.scanner/.lang/ gambas/trunk/comp/src/gb.scanner/.list gambas/trunk/comp/src/gb.scanner/.project gambas/trunk/comp/src/gb.scanner/.settings gambas/trunk/comp/src/gb.scanner/.src/ gambas/trunk/comp/src/gb.scanner/.src/Demo/ gambas/trunk/comp/src/gb.scanner/.src/Demo/FMain.class gambas/trunk/comp/src/gb.scanner/.src/Demo/FMain.form gambas/trunk/comp/src/gb.scanner/.src/Demo/FProperties.class gambas/trunk/comp/src/gb.scanner/.src/Demo/FProperties.form gambas/trunk/comp/src/gb.scanner/.src/MTest.module gambas/trunk/comp/src/gb.scanner/.src/Module1.module gambas/trunk/comp/src/gb.scanner/.src/Scanner.class gambas/trunk/comp/src/gb.scanner/.src/Scanners.class gambas/trunk/comp/src/gb.scanner/.src/_Option.class gambas/trunk/comp/src/gb.scanner/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-01 22:40:53
|
Revision: 6702 http://sourceforge.net/p/gambas/code/6702 Author: gambas Date: 2014-12-01 22:40:50 +0000 (Mon, 01 Dec 2014) Log Message: ----------- [GB.UTIL] * NEW: New interpreter utility routines component. Modified Paths: -------------- gambas/trunk/comp/src/order Added Paths: ----------- gambas/trunk/comp/src/gb.util/ gambas/trunk/comp/src/gb.util/.component gambas/trunk/comp/src/gb.util/.directory gambas/trunk/comp/src/gb.util/.gambas/ gambas/trunk/comp/src/gb.util/.gitignore gambas/trunk/comp/src/gb.util/.hidden/ gambas/trunk/comp/src/gb.util/.icon.png gambas/trunk/comp/src/gb.util/.info gambas/trunk/comp/src/gb.util/.lang/ gambas/trunk/comp/src/gb.util/.list gambas/trunk/comp/src/gb.util/.project gambas/trunk/comp/src/gb.util/.src/ gambas/trunk/comp/src/gb.util/.src/CsvFile.class gambas/trunk/comp/src/gb.util/.src/MMain.module gambas/trunk/comp/src/gb.util/.src/Shell.module gambas/trunk/comp/src/gb.util/.src/String.class gambas/trunk/comp/src/gb.util/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-11 20:59:09
|
Revision: 6718 http://sourceforge.net/p/gambas/code/6718 Author: gambas Date: 2014-12-11 20:59:02 +0000 (Thu, 11 Dec 2014) Log Message: ----------- [GB.FORM] * NEW: Format files sizes with two decimals. [GB.UTIL] * BUG: File.FormatSize() now takes an optional argument that allows to format the size in binary format (1K = 1024) instead of decimal format (1K = 1000). Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.util/.info gambas/trunk/comp/src/gb.util/.src/File.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-17 16:43:40
|
Revision: 6749 http://sourceforge.net/p/gambas/code/6749 Author: gambix Date: 2014-12-17 16:43:37 +0000 (Wed, 17 Dec 2014) Log Message: ----------- [GB.REPORTS2] * New: This is the beginning of the full rewritting of gb.report Added Paths: ----------- gambas/trunk/comp/src/Reports2/ gambas/trunk/comp/src/Reports2/.action/ gambas/trunk/comp/src/Reports2/.directory gambas/trunk/comp/src/Reports2/.gitignore gambas/trunk/comp/src/Reports2/.hidden/ gambas/trunk/comp/src/Reports2/.icon.png gambas/trunk/comp/src/Reports2/.info gambas/trunk/comp/src/Reports2/.lang/ gambas/trunk/comp/src/Reports2/.list gambas/trunk/comp/src/Reports2/.project gambas/trunk/comp/src/Reports2/.settings gambas/trunk/comp/src/Reports2/.src/ gambas/trunk/comp/src/Reports2/.src/Forms/ gambas/trunk/comp/src/Reports2/.src/Optional/ gambas/trunk/comp/src/Reports2/.src/Optional/Align.class gambas/trunk/comp/src/Reports2/.src/Optional/Arrange.class gambas/trunk/comp/src/Reports2/.src/Optional/Line.class gambas/trunk/comp/src/Reports2/.src/Report.class gambas/trunk/comp/src/Reports2/.src/ReportContainer.class gambas/trunk/comp/src/Reports2/.src/ReportControl.class gambas/trunk/comp/src/Reports2/.src/ReportSection.class gambas/trunk/comp/src/Reports2/.src/ReportVBox.class gambas/trunk/comp/src/Reports2/.src/Tests/ gambas/trunk/comp/src/Reports2/.src/Tests/FMain.class gambas/trunk/comp/src/Reports2/.src/Tests/FMain.form gambas/trunk/comp/src/Reports2/.src/Tests/Module1.module gambas/trunk/comp/src/Reports2/.src/Tools/ gambas/trunk/comp/src/Reports2/.src/Tools/ReportUnits.module gambas/trunk/comp/src/Reports2/.src/Types/ gambas/trunk/comp/src/Reports2/.src/Types/ReportPadding.class gambas/trunk/comp/src/Reports2/.src/Types/TControl.class gambas/trunk/comp/src/Reports2/.src/Types/TSizeHint.class gambas/trunk/comp/src/Reports2/.src/Types/TSizeParse.class gambas/trunk/comp/src/Reports2/.startup gambas/trunk/comp/src/Reports2/Structure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-20 21:08:47
|
Revision: 6755 http://sourceforge.net/p/gambas/code/6755 Author: gambix Date: 2014-12-20 21:08:45 +0000 (Sat, 20 Dec 2014) Log Message: ----------- [GB.REPORT2] * OPT: Move to gb.report2 Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.class gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.form gambas/trunk/comp/src/gb.form.dialog/.component gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/Test/FTreeView.class gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/comp/src/gb.logging/.startup gambas/trunk/comp/src/gb.mysql/.startup gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportContainer.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/ReportSection.class gambas/trunk/comp/src/gb.report2/.src/ReportVBox.class gambas/trunk/comp/src/gb.report2/.src/Tests/Module1.module gambas/trunk/comp/src/gb.scanner/.component gambas/trunk/comp/src/gb.scanner/.project gambas/trunk/comp/src/gb.scanner/.settings gambas/trunk/comp/src/gb.scanner/.src/Module1.module gambas/trunk/comp/src/gb.scanner/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.eval.highlight/.startup gambas/trunk/comp/src/gb.report2/ gambas/trunk/comp/src/gb.report2/.src/ReportHBox.class Removed Paths: ------------- gambas/trunk/comp/src/Reports2/ gambas/trunk/comp/src/gb.form.stock/.info gambas/trunk/comp/src/gb.form.stock/.list This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-22 19:58:59
|
Revision: 6855 http://sourceforge.net/p/gambas/code/6855 Author: gambas Date: 2015-01-22 19:58:51 +0000 (Thu, 22 Jan 2015) Log Message: ----------- [GB.FORM.MDI] * NEW: Support for "huge" toolbar icons. [GB.GUI.BASE] * NEW: ScrollArea.UseMouse is a new property. When set to FALSE, the mouse wheel will not automatically scroll the ScrollArea contents. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.mdi/.src/Action/Action.class gambas/trunk/comp/src/gb.form.mdi/.src/Action/CAction.class gambas/trunk/comp/src/gb.form.mdi/.src/ToolBar/CToolbar.class gambas/trunk/comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/CWindow.class gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/Action.class gambas/trunk/comp/src/gb.gui.base/.src/Border.class gambas/trunk/comp/src/gb.gui.base/.src/Draw.module gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Data.class gambas/trunk/comp/src/gb.gui.base/.src/IconView/IconView.class gambas/trunk/comp/src/gb.gui.base/.src/IconView/_IconView_Item.class gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/TreeView/ColumnView.class gambas/trunk/comp/src/gb.gui.base/.src/TreeView/ListView.class gambas/trunk/comp/src/gb.gui.base/.src/TreeView/TreeView.class gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView.class gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class Removed Paths: ------------- gambas/trunk/comp/src/gb.gui.base/.src/Test/Form1.class gambas/trunk/comp/src/gb.gui.base/.src/Test/Form1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 00:43:56
|
Revision: 6887 http://sourceforge.net/p/gambas/code/6887 Author: gambas Date: 2015-02-05 00:43:54 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [CONFIGURATION] * BUG: Remove '.settings' project files that must not be versioned. Removed Paths: ------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.eval.highlight/.settings gambas/trunk/comp/src/gb.mysql/.settings gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.scanner/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 15:11:47
|
Revision: 6889 http://sourceforge.net/p/gambas/code/6889 Author: gambix Date: 2015-02-05 15:11:44 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [GB.REPORT] * OPT: Add gb.report2 to the compiled components. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.project gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class gambas/trunk/comp/src/gb.map/.startup gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Tests/Old/myReport5.report gambas/trunk/comp/src/order Added Paths: ----------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.map/.src/Tests/Form5.class gambas/trunk/comp/src/gb.map/.src/Tests/Form5.form gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report14.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report14.report gambas/trunk/comp/src/gb.report/gambas.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-07 15:26:27
|
Revision: 6897 http://sourceforge.net/p/gambas/code/6897 Author: gambas Date: 2015-02-07 15:26:20 +0000 (Sat, 07 Feb 2015) Log Message: ----------- [GB.FORM] * NEW: New icon for ImageView control. [GB.GUI.BASE] * NEW: ScrollArea now raises a Font event when its font has changed. * BUG: GridView default row height now correctly follows font changes. * BUG: ListBox row height and column width now correctly follow font changes. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.form/.hidden/control/imageview.png gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/ListBox/ListBox.class gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 16:49:34
|
Revision: 6932 http://sourceforge.net/p/gambas/code/6932 Author: gambas Date: 2015-03-02 16:49:32 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.FORM] * NEW: DocumentView: Allow zoom up to 400%. [GB.REPORT2] * BUG: Preview: Fix custom zoom again. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-08 14:48:35
|
Revision: 6955 http://sourceforge.net/p/gambas/code/6955 Author: gambas Date: 2015-03-08 14:48:33 +0000 (Sun, 08 Mar 2015) Log Message: ----------- [GB.GUI.BASE] * BUG: ListBox now correctly maintains its selection when items are removed or added. * NEW: ListBox.Remove() now takes a new optional Length argument. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.component gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridViewSelection.class gambas/trunk/comp/src/gb.gui.base/.src/ListBox/ListBox.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FListBox.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FListBox.form gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/ReportDrawingArea.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.class Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-08 16:15:48
|
Revision: 6957 http://sourceforge.net/p/gambas/code/6957 Author: gambas Date: 2015-03-08 16:15:40 +0000 (Sun, 08 Mar 2015) Log Message: ----------- [GB.GUI.BASE] * BUG: Remove debugging message in GridView selection management. [GB.REPORT2] * NEW: Make the preview right panel closable. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridViewSelection.class gambas/trunk/comp/src/gb.report2/.hidden/control/reportpagebreak.png gambas/trunk/comp/src/gb.report2/.icon.png gambas/trunk/comp/src/gb.report2/.lang/fr.mo gambas/trunk/comp/src/gb.report2/.lang/fr.po gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.hidden/capture12.png gambas/trunk/comp/src/gb.report2/icon.png Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/capture12.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 14:48:40
|
Revision: 6974 http://sourceforge.net/p/gambas/code/6974 Author: gambas Date: 2015-03-10 14:48:32 +0000 (Tue, 10 Mar 2015) Log Message: ----------- [GB.FORM.STOCK] * BUG: Fix 'development.svg' that had unknown SVG urls, and consequently the "Could not resolve property" warnings displayed by the IDE. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form.stock/.component gambas/trunk/comp/src/gb.form.stock/.project gambas/trunk/comp/src/gb.form.stock/stock/scalable/development.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-13 23:59:06
|
Revision: 6984 http://sourceforge.net/p/gambas/code/6984 Author: gambas Date: 2015-03-13 23:59:04 +0000 (Fri, 13 Mar 2015) Log Message: ----------- [GB.FORM] * BUG: MaskBox: Setting the Mask property now clears the text only if it does not match the new mask. That allows the IDE to define the initial value of the Text property. * NEW: MaskBox: The Clear() method now takes the focus into account. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/MaskBox.class gambas/trunk/comp/src/gb.form/.src/Test/FTestMaskBox.form gambas/trunk/comp/src/gb.form.mdi/.component gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-30 00:28:14
|
Revision: 7160 http://sourceforge.net/p/gambas/code/7160 Author: gambas Date: 2015-06-30 00:28:12 +0000 (Tue, 30 Jun 2015) Log Message: ----------- [CONFIGURATION] * BUG: Fix compilation of gb.dbus.trayicon. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.smtp/.startup 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...> - 2015-07-11 20:59:47
|
Revision: 7178 http://sourceforge.net/p/gambas/code/7178 Author: gambix Date: 2015-07-11 20:59:45 +0000 (Sat, 11 Jul 2015) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: First commit, nothing usable for now, I just started to write the emulator, which already represents a large number of lines of code, but the most complex work was to understand how the entire virtual terminal. Thank you to all available sources, Xterm, Rxvt, Konsole. I hope to arrive at the end to implement all the functions of VT102. Added Paths: ----------- gambas/trunk/comp/src/gb.form.terminal/ gambas/trunk/comp/src/gb.form.terminal/.action/ gambas/trunk/comp/src/gb.form.terminal/.component gambas/trunk/comp/src/gb.form.terminal/.directory gambas/trunk/comp/src/gb.form.terminal/.gambas/ gambas/trunk/comp/src/gb.form.terminal/.gitignore gambas/trunk/comp/src/gb.form.terminal/.hidden/ gambas/trunk/comp/src/gb.form.terminal/.hidden/control/ gambas/trunk/comp/src/gb.form.terminal/.hidden/control/ccontainer.png gambas/trunk/comp/src/gb.form.terminal/.hidden/control/ccontrol.png gambas/trunk/comp/src/gb.form.terminal/.icon.png gambas/trunk/comp/src/gb.form.terminal/.lang/ gambas/trunk/comp/src/gb.form.terminal/.project gambas/trunk/comp/src/gb.form.terminal/.src/ gambas/trunk/comp/src/gb.form.terminal/.src/CCharacter.class gambas/trunk/comp/src/gb.form.terminal/.src/CScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/Colors.class gambas/trunk/comp/src/gb.form.terminal/.src/Emulator_VT102.class gambas/trunk/comp/src/gb.form.terminal/.src/Terminal.class gambas/trunk/comp/src/gb.form.terminal/.startup gambas/trunk/comp/src/gb.form.terminal/Text1 gambas/trunk/comp/src/gb.form.terminal/XtermTests/ gambas/trunk/comp/src/gb.form.terminal/XtermTests/16colors.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/256colors.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/256colors2.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/88colors.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/88colors2.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/8colors.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/acolors.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/doublechars.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/dynamic.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/dynamic.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/dynamic2.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/fonts.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/paste64.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/query-color.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/query-fonts.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/resize.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/resize.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/tcapquery.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/title.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-25 16:44:40
|
Revision: 7239 http://sourceforge.net/p/gambas/code/7239 Author: gambas Date: 2015-08-25 16:44:39 +0000 (Tue, 25 Aug 2015) Log Message: ----------- [GB.NET.SMTP] * NEW: SmtpClient.MessageId is a new property that allows to define the 'Message-ID' header of the mail. * NEW: SmtpClient.InReplyTo is a new property that allows to define the 'In-Reply-To' header of the mail. It defines the 'References' header as well with the same value. * NEW: SmtpClient.AddHeader() is a new method to add a custom specific header to the mail. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.smtp/.component gambas/trunk/comp/src/gb.net.smtp/.info gambas/trunk/comp/src/gb.net.smtp/.project gambas/trunk/comp/src/gb.net.smtp/.src/Main.module gambas/trunk/comp/src/gb.net.smtp/.src/SmtpClient.class gambas/trunk/comp/src/gb.net.smtp/.startup gambas/trunk/comp/src/gb.web/.component gambas/trunk/comp/src/gb.web/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-07 10:41:17
|
Revision: 7287 http://sourceforge.net/p/gambas/code/7287 Author: gambas Date: 2015-09-07 10:41:15 +0000 (Mon, 07 Sep 2015) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: SHIFT key + mouse click now selects text. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.form.editor/.startup gambas/trunk/comp/src/gb.media.form/.component gambas/trunk/comp/src/gb.media.form/.project gambas/trunk/comp/src/gb.media.form/.src/FTest.form gambas/trunk/comp/src/gb.media.form/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |