Thread: [Gambas-devel-svn] SF.net SVN: gambas:[1881] gambas/trunk/comp/src
Brought to you by:
gambas
From: <ga...@us...> - 2009-02-18 23:56:37
|
Revision: 1881 http://gambas.svn.sourceforge.net/gambas/?rev=1881&view=rev Author: gambas Date: 2009-02-18 22:44:59 +0000 (Wed, 18 Feb 2009) Log Message: ----------- [GB.MYSQL] * NEW: Rename /comp/src/gb.db.mysql to /comp/src/gb.mysql. Added Paths: ----------- gambas/trunk/comp/src/gb.mysql/ gambas/trunk/comp/src/gb.mysql/.component gambas/trunk/comp/src/gb.mysql/.directory gambas/trunk/comp/src/gb.mysql/.icon.png gambas/trunk/comp/src/gb.mysql/.info gambas/trunk/comp/src/gb.mysql/.lang/ gambas/trunk/comp/src/gb.mysql/.lang/es.mo gambas/trunk/comp/src/gb.mysql/.lang/es.po gambas/trunk/comp/src/gb.mysql/.list gambas/trunk/comp/src/gb.mysql/.project gambas/trunk/comp/src/gb.mysql/.settings gambas/trunk/comp/src/gb.mysql/.startup gambas/trunk/comp/src/gb.mysql/Connection.class gambas/trunk/comp/src/gb.mysql/DB.class gambas/trunk/comp/src/gb.mysql/_DataBase.class gambas/trunk/comp/src/gb.mysql/_DataTypes.class gambas/trunk/comp/src/gb.mysql/_Field.class gambas/trunk/comp/src/gb.mysql/_Index.class gambas/trunk/comp/src/gb.mysql/_MySQL.class gambas/trunk/comp/src/gb.mysql/_Routines.class gambas/trunk/comp/src/gb.mysql/_Table.class gambas/trunk/comp/src/gb.mysql/_Trigger.class gambas/trunk/comp/src/gb.mysql/_User.class gambas/trunk/comp/src/gb.mysql/_View.class gambas/trunk/comp/src/gb.mysql/logo.png gambas/trunk/comp/src/gb.mysql/modMain.module Removed Paths: ------------- gambas/trunk/comp/src/gb.db.mysql/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-02-19 00:11:10
|
Revision: 1882 http://gambas.svn.sourceforge.net/gambas/?rev=1882&view=rev Author: gambas Date: 2009-02-19 00:11:04 +0000 (Thu, 19 Feb 2009) Log Message: ----------- [GB.MYSQL] * NEW: This component is now the MySQL specific database component. It is not included anymore inside the gb.db.mysql driver. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.mysql/.project 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...> - 2009-12-11 10:26:11
|
Revision: 2475 http://gambas.svn.sourceforge.net/gambas/?rev=2475&view=rev Author: gambix Date: 2009-12-11 10:26:02 +0000 (Fri, 11 Dec 2009) Log Message: ----------- [GB.FORM] * BUG: Now some of the mouse events are fired (down, up, drag, wheel) Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/MenuButton.class gambas/trunk/comp/src/gb.report/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-26 20:08:51
|
Revision: 2831 http://gambas.svn.sourceforge.net/gambas/?rev=2831&view=rev Author: gambix Date: 2010-03-26 20:08:44 +0000 (Fri, 26 Mar 2010) Log Message: ----------- [GB.REPORT] * NEW: ReportCloner is removed, and replaced by the new Repeat property in container * BUG: The Clones are correctly located Modified Paths: -------------- gambas/trunk/comp/src/gb.chart/.directory gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/ReportCloner.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-08-08 17:21:28
|
Revision: 3098 http://gambas.svn.sourceforge.net/gambas/?rev=3098&view=rev Author: gambix Date: 2010-08-08 17:21:22 +0000 (Sun, 08 Aug 2010) Log Message: ----------- [GB.DB.FORM] * Bug: replace the removed function Font.Width by the new one Font.TextWidth Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.lang/.pot gambas/trunk/comp/src/gb.db.form/.src/DataField.class gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.report/.src/Report.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-09-07 14:18:24
|
Revision: 3194 http://gambas.svn.sourceforge.net/gambas/?rev=3194&view=rev Author: gambas Date: 2010-09-07 14:18:17 +0000 (Tue, 07 Sep 2010) Log Message: ----------- [GB.FORM] * BUG: Really correctly detect icon directories organization. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Stock.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-02 19:44:24
|
Revision: 3431 http://gambas.svn.sourceforge.net/gambas/?rev=3431&view=rev Author: gambix Date: 2011-01-02 19:44:18 +0000 (Sun, 02 Jan 2011) Log Message: ----------- [GB.FORM] * NEW: initial import of the iconview widget Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/FMain.class gambas/trunk/comp/src/gb.form/.src/FMain.form gambas/trunk/comp/src/gb.report/.icon.png gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/IconView/ gambas/trunk/comp/src/gb.form/.src/IconView/MyIconView.class gambas/trunk/comp/src/gb.form/.src/IconView/TRect.class gambas/trunk/comp/src/gb.form/.src/IconView/_IconViewItem.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-04-28 22:11:59
|
Revision: 3808 http://gambas.svn.sourceforge.net/gambas/?rev=3808&view=rev Author: gambix Date: 2011-04-28 22:11:53 +0000 (Thu, 28 Apr 2011) Log Message: ----------- [GB.REPORT] * NEW: Individual Padding size padding string : possible value - value : x cm - sides : padding-left=xcm;padding-right=ycm;etc Modified Paths: -------------- gambas/trunk/comp/src/gb.eval.highlight/.startup 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/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportHBox.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/ReportVBox.class gambas/trunk/comp/src/gb.report/.src/Tests/Test.module Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/ReportPadding.class Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/Tests/myReport3.class gambas/trunk/comp/src/gb.report/.src/Tests/myReport3.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-09-11 22:45:18
|
Revision: 4118 http://gambas.svn.sourceforge.net/gambas/?rev=4118&view=rev Author: gambas Date: 2011-09-11 22:45:12 +0000 (Sun, 11 Sep 2011) Log Message: ----------- [GB.SETTINGS] * NEW: Remove the useless Settings.Array() method. Modified Paths: -------------- gambas/trunk/comp/src/gb.settings/.info gambas/trunk/comp/src/gb.settings/.src/Settings.class gambas/trunk/comp/src/gb.web/.src/Application.module gambas/trunk/comp/src/gb.web/.src/_Request_Post.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-12-24 13:50:35
|
Revision: 4329 http://gambas.svn.sourceforge.net/gambas/?rev=4329&view=rev Author: gambas Date: 2011-12-24 13:50:29 +0000 (Sat, 24 Dec 2011) Log Message: ----------- [GB.FORM] * BUG: TabPanel now can deal with tab buttons larger than the available width. * NEW: TabPanel.Remove() and TabPanel.Current were implemented. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/TabPanel/TabPanel.class gambas/trunk/comp/src/gb.form/.src/TabPanel/_TabPanelButton.class gambas/trunk/comp/src/gb.form/.src/TabPanel/_TabPanelContainer.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.form gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-03-29 20:21:16
|
Revision: 4578 http://gambas.svn.sourceforge.net/gambas/?rev=4578&view=rev Author: gambas Date: 2012-03-29 20:21:10 +0000 (Thu, 29 Mar 2012) Log Message: ----------- [GB.FORM] * NEW: You can now find IconView items by directly typing their name while the control has the focus. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/IconView/IconView.class gambas/trunk/comp/src/gb.form/.src/Test/FIconView.form gambas/trunk/comp/src/gb.report/.component 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...> - 2012-07-24 18:14:42
|
Revision: 4986 http://gambas.svn.sourceforge.net/gambas/?rev=4986&view=rev Author: gambas Date: 2012-07-24 18:14:25 +0000 (Tue, 24 Jul 2012) Log Message: ----------- [GB.EVAL.HIGHLIGHT] * BUG: HTML highlighting: Correctly detect <head>,<body> and <html> markups in all cases. [GB.FORM] * NEW: Stock: Test more possible configuration files for LXDE. Modified Paths: -------------- gambas/trunk/comp/src/gb.eval.highlight/.project gambas/trunk/comp/src/gb.eval.highlight/.settings gambas/trunk/comp/src/gb.eval.highlight/.src/HighlightHTML.module gambas/trunk/comp/src/gb.eval.highlight/.startup gambas/trunk/comp/src/gb.form/.src/Stock.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-08-27 22:55:51
|
Revision: 5088 http://gambas.svn.sourceforge.net/gambas/?rev=5088&view=rev Author: gambas Date: 2012-08-27 22:55:45 +0000 (Mon, 27 Aug 2012) Log Message: ----------- [GB.NET.POP3] * NEW: Initial implementation of a POP3 client. Modified Paths: -------------- gambas/trunk/comp/src/order Added Paths: ----------- gambas/trunk/comp/src/gb.net.pop3/ gambas/trunk/comp/src/gb.net.pop3/.component gambas/trunk/comp/src/gb.net.pop3/.directory gambas/trunk/comp/src/gb.net.pop3/.hidden/ gambas/trunk/comp/src/gb.net.pop3/.icon.png gambas/trunk/comp/src/gb.net.pop3/.info gambas/trunk/comp/src/gb.net.pop3/.lang/ gambas/trunk/comp/src/gb.net.pop3/.list gambas/trunk/comp/src/gb.net.pop3/.project gambas/trunk/comp/src/gb.net.pop3/.src/ gambas/trunk/comp/src/gb.net.pop3/.src/MTest.module gambas/trunk/comp/src/gb.net.pop3/.src/POPClient.class gambas/trunk/comp/src/gb.net.pop3/.src/Pop3Client.class gambas/trunk/comp/src/gb.net.pop3/.src/SSLClient.class gambas/trunk/comp/src/gb.net.pop3/.src/TCPClient.class gambas/trunk/comp/src/gb.net.pop3/.src/_POPMessage.class gambas/trunk/comp/src/gb.net.pop3/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2012-09-26 04:37:03
|
Revision: 5206 http://gambas.svn.sourceforge.net/gambas/?rev=5206&view=rev Author: sebikul Date: 2012-09-26 04:36:57 +0000 (Wed, 26 Sep 2012) Log Message: ----------- [GB.MEMCACHED] * NEW: memcached client Modified Paths: -------------- gambas/trunk/comp/src/order Added Paths: ----------- gambas/trunk/comp/src/gb.memcached/ gambas/trunk/comp/src/gb.memcached/.component gambas/trunk/comp/src/gb.memcached/.directory gambas/trunk/comp/src/gb.memcached/.hidden/ gambas/trunk/comp/src/gb.memcached/.icon.png gambas/trunk/comp/src/gb.memcached/.info gambas/trunk/comp/src/gb.memcached/.list gambas/trunk/comp/src/gb.memcached/.project gambas/trunk/comp/src/gb.memcached/.src/ gambas/trunk/comp/src/gb.memcached/.src/FMain.class gambas/trunk/comp/src/gb.memcached/.src/FMain.form gambas/trunk/comp/src/gb.memcached/.src/Main.module gambas/trunk/comp/src/gb.memcached/.src/Memcached.class gambas/trunk/comp/src/gb.memcached/.src/_Memcached_Key.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-10-27 10:12:54
|
Revision: 5253 http://gambas.svn.sourceforge.net/gambas/?rev=5253&view=rev Author: gambas Date: 2012-10-27 10:12:47 +0000 (Sat, 27 Oct 2012) Log Message: ----------- [GB.GUI.BASE] * BUG: The component is correctly installed now. * OPT: Store the order of each TreeView item, so that tree traversal is faster. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/Test/FTreeView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FTreeView.form gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView.class gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class 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...> - 2012-11-12 12:15:33
|
Revision: 5317 http://gambas.svn.sourceforge.net/gambas/?rev=5317&view=rev Author: gambas Date: 2012-11-12 12:15:25 +0000 (Mon, 12 Nov 2012) Log Message: ----------- [GB.GUI.BASE] * BUG: GridView now raises its Click event correctly, and so calling the TableView Edit() method during that event works correctly again. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/Test/FTableView.class gambas/trunk/comp/src/gb.form/.src/Test/FTableView.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-28 19:34:26
|
Revision: 5390 http://gambas.svn.sourceforge.net/gambas/?rev=5390&view=rev Author: gambix Date: 2012-11-28 19:32:57 +0000 (Wed, 28 Nov 2012) Log Message: ----------- [GB.MAP] * OPT: Some changes on the map cache like using timer trigger. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/MapViewer.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/Tools/_MapTileCache.class gambas/trunk/comp/src/gb.map/.src/_MapLayer.class gambas/trunk/comp/src/gb.map/.src/_MapShape.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class gambas/trunk/comp/src/gb.memcached/.info This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-03-31 19:19:45
|
Revision: 5606 http://sourceforge.net/p/gambas/code/5606 Author: gambas Date: 2013-03-31 19:19:42 +0000 (Sun, 31 Mar 2013) Log Message: ----------- [GB.FORM] * NEW: Add text fields to enter the time in the calendar popup. Add an apply button too. Modified Paths: -------------- 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/DataTree.class gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.src/Date/DateBox.class gambas/trunk/comp/src/gb.form/.src/Date/FCalendar.class gambas/trunk/comp/src/gb.form/.src/Date/FCalendar.form gambas/trunk/comp/src/gb.form/.src/Test/Form2.class gambas/trunk/comp/src/gb.form/.src/Test/Form2.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-05-07 15:24:16
|
Revision: 5645 http://sourceforge.net/p/gambas/code/5645 Author: gambix Date: 2013-05-07 15:24:13 +0000 (Tue, 07 May 2013) Log Message: ----------- [GB.MAP] * NEW: A new static layer in the MapView give user control. It have just the zoom control for now. It can be disabled with the property ShowControls. * NEW: A new property Bounds in Map Class give the lat/lon coord at the limits of the drawed map. * NEW: Now shapes are stored directly in the ShapeLayer. It act like a collection. ex: Map!Shape.AddPoint("Home", MapPoint(0.05, 45)) You can access to it with Map!Shape!Home.Data * BUG: Many change in the zoom effect. I hope it is good Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/MapView.class gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeItem.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.form gambas/trunk/comp/src/gb.map/.src/Types/MapBounds.class gambas/trunk/comp/src/gb.map/.src/_MapLayer.class gambas/trunk/comp/src/gb.map/.src/_MapShape.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/Tests/Report4.report Added Paths: ----------- gambas/trunk/comp/src/gb.map/.src/Sprite.class gambas/trunk/comp/src/gb.map/.src/_ViewLayer.class gambas/trunk/comp/src/gb.map/bar.png gambas/trunk/comp/src/gb.map/cursor.png gambas/trunk/comp/src/gb.map/minus.png gambas/trunk/comp/src/gb.map/plus.png gambas/trunk/comp/src/gb.report/.src/Tests/Report9.class gambas/trunk/comp/src/gb.report/.src/Tests/Report9.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2013-05-20 02:15:58
|
Revision: 5665 http://sourceforge.net/p/gambas/code/5665 Author: sebikul Date: 2013-05-20 02:15:56 +0000 (Mon, 20 May 2013) Log Message: ----------- [GB.LOGGING] * NEW: New component to provide an easy logging interface. Added Paths: ----------- gambas/trunk/comp/src/gb.logging/ gambas/trunk/comp/src/gb.logging/.component gambas/trunk/comp/src/gb.logging/.directory gambas/trunk/comp/src/gb.logging/.hidden/ gambas/trunk/comp/src/gb.logging/.icon.png gambas/trunk/comp/src/gb.logging/.info gambas/trunk/comp/src/gb.logging/.lang/ gambas/trunk/comp/src/gb.logging/.list gambas/trunk/comp/src/gb.logging/.project gambas/trunk/comp/src/gb.logging/.src/ gambas/trunk/comp/src/gb.logging/.src/Formatter.module gambas/trunk/comp/src/gb.logging/.src/Logger.class gambas/trunk/comp/src/gb.logging/.src/MTest.module gambas/trunk/comp/src/gb.logging/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-11-01 00:34:21
|
Revision: 5924 http://sourceforge.net/p/gambas/code/5924 Author: gambas Date: 2013-11-01 00:34:19 +0000 (Fri, 01 Nov 2013) Log Message: ----------- [GB.FORM] * NEW: FileChooser now has support for uncompressing 'zip' files, provided that the 'zip' utility is installed on the system. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/trunk/comp/src/gb.form/.src/TableView.class gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-12-21 09:38:13
|
Revision: 6012 http://sourceforge.net/p/gambas/code/6012 Author: gambas Date: 2013-12-21 09:38:09 +0000 (Sat, 21 Dec 2013) Log Message: ----------- [GB.FORM] * BUG: FileChooser: The Paths property now returns the selected path in single mode and not a void array anymore. [GB.FORM.DIALOG] * BUG: Dialog.Open() in multiple mode works now. [GB.FORM.MDI] * BUG: Toolbar configuration dialog: the toolbar elements with a short text are correctly displayed now. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/trunk/comp/src/gb.form.dialog/.project gambas/trunk/comp/src/gb.form.dialog/.src/FFileDialog.class gambas/trunk/comp/src/gb.form.dialog/.src/Main.module gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/.src/ToolBar/FToolBarConfig.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-01-02 12:53:43
|
Revision: 6053 http://sourceforge.net/p/gambas/code/6053 Author: gambas Date: 2014-01-02 12:53:40 +0000 (Thu, 02 Jan 2014) Log Message: ----------- [GB.FORM] * NEW: Add Spinner control icon. * NEW: Spinner.Label is a new property that tell if the spinner must display a label. * NEW: Spinner.Value is the percentage value to display as a label, between 0 and 1. [GB.GUI.AREA] * NEW: ProgressBar: Take the Enabled state into account when drawing the control. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Spinner.class gambas/trunk/comp/src/gb.form/.src/Test/FSpinner.class gambas/trunk/comp/src/gb.form/.src/Test/FSpinner.form gambas/trunk/comp/src/gb.gui.base/.src/ProgressBar.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FProgressBar.form Added Paths: ----------- gambas/trunk/comp/src/gb.form/.hidden/control/spinner.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-01-14 19:54:52
|
Revision: 6082 http://sourceforge.net/p/gambas/code/6082 Author: gambas Date: 2014-01-14 19:54:49 +0000 (Tue, 14 Jan 2014) Log Message: ----------- [GB.FORM] * BUG: gb.form should compile correctly again [GB.FORM.MDI] * OPT: Workspace: Make the background flickering less. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-01-26 23:24:23
|
Revision: 6106 http://sourceforge.net/p/gambas/code/6106 Author: gambas Date: 2014-01-26 23:24:21 +0000 (Sun, 26 Jan 2014) Log Message: ----------- [GB.GUI.BASE] * BUG: GridView: Dnd now works as expected even in multiple selection mode. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/Test/Form5.form 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/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/trunk/comp/src/gb.gui.base/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |