Thread: [Gambas-devel-svn] SF.net SVN: gambas:[4331] gambas/trunk/comp/src/gb.form (Page 2)
Brought to you by:
gambas
From: <ga...@us...> - 2011-12-24 14:08:39
|
Revision: 4331 http://gambas.svn.sourceforge.net/gambas/?rev=4331&view=rev Author: gambas Date: 2011-12-24 14:08:33 +0000 (Sat, 24 Dec 2011) Log Message: ----------- [GB.FORM] * BUG: Fix initial TabPanel layout. Modified Paths: -------------- 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/Test/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-02-22 03:24:55
|
Revision: 4498 http://gambas.svn.sourceforge.net/gambas/?rev=4498&view=rev Author: gambas Date: 2012-02-22 03:24:48 +0000 (Wed, 22 Feb 2012) Log Message: ----------- [GB.FORM] * NEW: Start to make a GridView control entirely in Gambas. Contrary to its native implementations, it will be able to handle millions of lines without eating all memory. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Test/FMain.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.form Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/GridView/ gambas/trunk/comp/src/gb.form/.src/GridView/MyGridView.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Cell.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Column.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Columns.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Data.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Row.class gambas/trunk/comp/src/gb.form/.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...> - 2012-02-23 03:59:46
|
Revision: 4501 http://gambas.svn.sourceforge.net/gambas/?rev=4501&view=rev Author: gambas Date: 2012-02-23 03:59:39 +0000 (Thu, 23 Feb 2012) Log Message: ----------- [GB.FORM] * NEW: Work continues on the new GridView. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.src/GridView/MyGridView.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Cell.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Column.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Columns.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Data.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Row.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Rows.class gambas/trunk/comp/src/gb.form/.src/ScrollArea.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.form Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/GridView/GridViewSelection.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-02-27 00:23:00
|
Revision: 4510 http://gambas.svn.sourceforge.net/gambas/?rev=4510&view=rev Author: gambas Date: 2012-02-27 00:22:54 +0000 (Mon, 27 Feb 2012) Log Message: ----------- [GB.FORM] * BUG: Fix ListContainer control. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.src/ListContainer.class gambas/trunk/comp/src/gb.form/.src/Test/Form1.class gambas/trunk/comp/src/gb.form/.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...> - 2012-02-27 00:33:58
|
Revision: 4511 http://gambas.svn.sourceforge.net/gambas/?rev=4511&view=rev Author: gambas Date: 2012-02-27 00:33:51 +0000 (Mon, 27 Feb 2012) Log Message: ----------- [GB.FORM] * NEW: The GridView.Rows.Width property is writable now. * NEW: Setting the text of a row header now automatically enlarge it. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Rows.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-03-03 12:18:36
|
Revision: 4529 http://gambas.svn.sourceforge.net/gambas/?rev=4529&view=rev Author: gambas Date: 2012-03-03 12:18:30 +0000 (Sat, 03 Mar 2012) Log Message: ----------- [GB.FORM] * NEW: Implement Title properties as synonymous of Text for row and column headers. * BUG: GridView.Rows[].Selected now works correctly when multiple selection is enabled. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Column.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Row.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-04-12 00:37:01
|
Revision: 4616 http://gambas.svn.sourceforge.net/gambas/?rev=4616&view=rev Author: gambas Date: 2012-04-12 00:36:55 +0000 (Thu, 12 Apr 2012) Log Message: ----------- [GB.FORM] * BUG: GridView.RowAt() and GridView.ColumnAt() now correctly take the headers into account. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/GridView/GridView.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-04-12 18:21:07
|
Revision: 4618 http://gambas.svn.sourceforge.net/gambas/?rev=4618&view=rev Author: gambas Date: 2012-04-12 18:21:00 +0000 (Thu, 12 Apr 2012) Log Message: ----------- [GB.FORM] * NEW: ScrollArea ScrollW and ScrollH synonymous properties were added. * BUG: Fix GridView artifacts when there is no rows or if an incorrect value has been set to the Header property. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.component gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/GridView/GridView.class gambas/trunk/comp/src/gb.form/.src/ScrollArea.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-04-12 18:37:33
|
Revision: 4619 http://gambas.svn.sourceforge.net/gambas/?rev=4619&view=rev Author: gambas Date: 2012-04-12 18:37:27 +0000 (Thu, 12 Apr 2012) Log Message: ----------- [GB.FORM] * BUG: GridView: Only the left mouse button click hides the selection and moves the cursor now. * BUG: GridView: MouseDown events are correctly raised now. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/GridView/GridView.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-04-25 09:42:54
|
Revision: 4671 http://gambas.svn.sourceforge.net/gambas/?rev=4671&view=rev Author: gambas Date: 2012-04-25 09:42:42 +0000 (Wed, 25 Apr 2012) Log Message: ----------- [GB.FORM] * NEW: GridView row and column width now can be set to zero so that they are completely hidden. * BUG: The GridView headers now use the Button foreground color so that they are visible with a dark color theme. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/GridView/GridView.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Column.class gambas/trunk/comp/src/gb.form/.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...> - 2012-04-30 00:33:19
|
Revision: 4694 http://gambas.svn.sourceforge.net/gambas/?rev=4694&view=rev Author: gambas Date: 2012-04-30 00:33:13 +0000 (Mon, 30 Apr 2012) Log Message: ----------- [GB.FORM] * BUG: The last column of a GridView with AutoResize set is not frozen anymore when the number of columns grows. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Columns.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-05-13 02:53:17
|
Revision: 4726 http://gambas.svn.sourceforge.net/gambas/?rev=4726&view=rev Author: gambas Date: 2012-05-13 02:53:09 +0000 (Sun, 13 May 2012) Log Message: ----------- [GB.FORM] * BUG: GridView: The WordWrap property is now correctly taken into account for cells having normal text. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/GridView/GridView.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-05-27 22:00:31
|
Revision: 4787 http://gambas.svn.sourceforge.net/gambas/?rev=4787&view=rev Author: gambas Date: 2012-05-27 22:00:25 +0000 (Sun, 27 May 2012) Log Message: ----------- [GB.FORM] * NEW: Hidden SidePanel now has two toggle buttons that appear when the mouse moves on the two ends of the hidden panel. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/SidePanel/FSidePanel.class gambas/trunk/comp/src/gb.form/.src/SidePanel/FSidePanel.form gambas/trunk/comp/src/gb.form/.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...> - 2012-06-22 21:55:52
|
Revision: 4854 http://gambas.svn.sourceforge.net/gambas/?rev=4854&view=rev Author: gambas Date: 2012-06-22 21:55:46 +0000 (Fri, 22 Jun 2012) Log Message: ----------- [GB.FORM] * NEW: Ignore errors when loading the gb.form.stock component. Display a warning message on the standard error output and use a dummy icon instead. * BUG: Movement keys are not eaten by the GridView anymore. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/GridView/GridView.class 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-06-27 16:45:29
|
Revision: 4865 http://gambas.svn.sourceforge.net/gambas/?rev=4865&view=rev Author: gambas Date: 2012-06-27 16:45:19 +0000 (Wed, 27 Jun 2012) Log Message: ----------- [GB.FORM] * NEW: SidePanel: Add a popup menu to show or hide the panel, and to toggle the panel transparency. * NEW: SidePanel: Transparency is stored in SidePanel settings now. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.lang/fr.mo gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.src/SidePanel/FSidePanel.class gambas/trunk/comp/src/gb.form/.src/SidePanel/SidePanel.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-08-11 14:30:50
|
Revision: 5028 http://gambas.svn.sourceforge.net/gambas/?rev=5028&view=rev Author: gambix Date: 2012-08-11 14:30:43 +0000 (Sat, 11 Aug 2012) Log Message: ----------- [GB.FORM] * NEW: New function in GridView Rows, GetSelected, that return an integer array with the selected rows. 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/GridView/GridViewSelection.class gambas/trunk/comp/src/gb.form/.src/GridView/_GridView_Rows.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-08-11 16:26:42
|
Revision: 5031 http://gambas.svn.sourceforge.net/gambas/?rev=5031&view=rev Author: gambas Date: 2012-08-11 16:26:34 +0000 (Sat, 11 Aug 2012) Log Message: ----------- [GB.FORM] * NEW: Replace GridView.Rows.GetSelected() method by GridView.Rows. Selection property. 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/GridView/GridViewSelection.class gambas/trunk/comp/src/gb.form/.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...> - 2012-08-21 08:26:12
|
Revision: 5062 http://gambas.svn.sourceforge.net/gambas/?rev=5062&view=rev Author: gambix Date: 2012-08-21 08:26:01 +0000 (Tue, 21 Aug 2012) Log Message: ----------- [GB.FORM] * OPT: Now DateBox can take a Null Value and return a Null Value if not mofified Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Date/DateBox.class gambas/trunk/comp/src/gb.form/.src/ScrollArea.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...> - 2012-10-14 14:46:07
|
Revision: 5239 http://gambas.svn.sourceforge.net/gambas/?rev=5239&view=rev Author: gambas Date: 2012-10-14 14:46:01 +0000 (Sun, 14 Oct 2012) Log Message: ----------- [GB.FORM] * BUG: MaskBox and ButtonBox controls with no mask now should act like a normal TextBox for popup menu and focus events. 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/ButtonBox.class gambas/trunk/comp/src/gb.form/.src/MaskBox.class gambas/trunk/comp/src/gb.form/.src/Test/FIconPanel.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-01 22:21:10
|
Revision: 5277 http://gambas.svn.sourceforge.net/gambas/?rev=5277&view=rev Author: gambix Date: 2012-11-01 22:21:03 +0000 (Thu, 01 Nov 2012) Log Message: ----------- [GB.FORM] * BUG: Allow icons with a point in the name Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/FileView.class 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-12-24 13:39:17
|
Revision: 5469 http://sourceforge.net/p/gambas/code/5469 Author: gambas Date: 2012-12-24 13:39:15 +0000 (Mon, 24 Dec 2012) Log Message: ----------- [GB.FORM] * NEW: Take the DateChooser[].Font property into account. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.component gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Date/FCalendar.class 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-01-13 12:52:34
|
Revision: 5504 http://sourceforge.net/p/gambas/code/5504 Author: gambas Date: 2013-01-13 12:52:32 +0000 (Sun, 13 Jan 2013) Log Message: ----------- [GB.FORM] * NEW: TableView: Editing mode keyboard management now raises the Activate event if the Click event is not implemented. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.component gambas/trunk/comp/src/gb.form/.src/TableView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-04-29 22:46:08
|
Revision: 5624 http://sourceforge.net/p/gambas/code/5624 Author: gambas Date: 2013-04-29 22:46:05 +0000 (Mon, 29 Apr 2013) Log Message: ----------- [GB.FORM] * BUG: Fix compilation. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Main.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-09-04 10:00:33
|
Revision: 5829 http://sourceforge.net/p/gambas/code/5829 Author: gambas Date: 2013-09-04 10:00:30 +0000 (Wed, 04 Sep 2013) Log Message: ----------- [GB.FORM] * NEW: DateChooser[].Text is now taken into account. It is displayed as a tooltip when the mouse cursor hovers the associated date. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Date/FCalendar.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/.src/Test/Form4.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-09-29 20:56:53
|
Revision: 5862 http://sourceforge.net/p/gambas/code/5862 Author: gambas Date: 2013-09-29 20:56:49 +0000 (Sun, 29 Sep 2013) Log Message: ----------- [GB.FORM] * NEW: FileView preview is now done from a background task. * NEW: SVG files are handled by FileView preview now. * NEW: Add the new 'script' icon to the standard icons list. 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/File/FileView.class gambas/trunk/comp/src/gb.form/.src/MenuButton.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.form gambas/trunk/comp/src/gb.form/.src/Test/Form3.form gambas/trunk/comp/src/gb.form/map/icon.map Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/File/CTaskPreview.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |