Thread: [Gambas-devel-svn] SF.net SVN: gambas:[6052] gambas/trunk/comp/src/gb.form (Page 3)
Brought to you by:
gambas
From: <ga...@us...> - 2014-01-02 10:38:54
|
Revision: 6052 http://sourceforge.net/p/gambas/code/6052 Author: gambas Date: 2014-01-02 10:38:51 +0000 (Thu, 02 Jan 2014) Log Message: ----------- [GB.FORM] * BUG: DateChooser: Remove a debugging message. * NEW: Spinner is a new control that displays a rotating spinner. 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/Date/FCalendar.class Added Paths: ----------- 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-03-05 15:22:28
|
Revision: 6193 http://sourceforge.net/p/gambas/code/6193 Author: gambas Date: 2014-03-05 15:22:25 +0000 (Wed, 05 Mar 2014) Log Message: ----------- [GB.FORM] * BUG: ButtonBox: Setting the ReadOnly property to TRUE must not disable the button! Modified Paths: -------------- 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/FSwitchButton.form Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/TagBox/ gambas/trunk/comp/src/gb.form/.src/TagBox/TagComboBox.class gambas/trunk/comp/src/gb.form/.src/TagBox/_TagComboBox_Item.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-05 15:30:29
|
Revision: 6226 http://sourceforge.net/p/gambas/code/6226 Author: gambas Date: 2014-04-05 15:30:25 +0000 (Sat, 05 Apr 2014) Log Message: ----------- [GB.FORM] * BUG: Balloon: Fix position on desktop having top and/or left panels. * BUG: Balloon: Use Tooltip.Foreground color as expected. * BUG: Balloon: Fix arrow drawing. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Balloon/FBalloon.class gambas/trunk/comp/src/gb.form/.src/Balloon/FBalloon.form gambas/trunk/comp/src/gb.form/img/round.png Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/Test/FTestBalloon.class gambas/trunk/comp/src/gb.form/.src/Test/FTestBalloon.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-12 23:03:44
|
Revision: 6316 http://sourceforge.net/p/gambas/code/6316 Author: gambas Date: 2014-06-12 23:03:35 +0000 (Thu, 12 Jun 2014) Log Message: ----------- [GB.FORM] * BUG: FileView & DirView: Symbolic link to directories are now followed like before. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/DirCache.class gambas/trunk/comp/src/gb.form/.src/File/DirView.class gambas/trunk/comp/src/gb.form/.src/File/FileView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-18 00:39:38
|
Revision: 6327 http://sourceforge.net/p/gambas/code/6327 Author: gambas Date: 2014-06-18 00:39:36 +0000 (Wed, 18 Jun 2014) Log Message: ----------- [GB.FORM] * BUG: TableView.Clear now hides the current edited cell. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info 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...> - 2014-06-27 00:43:20
|
Revision: 6345 http://sourceforge.net/p/gambas/code/6345 Author: gambas Date: 2014-06-27 00:43:16 +0000 (Fri, 27 Jun 2014) Log Message: ----------- [GB.FORM] * BUG: SwitchButton: Do not react to mouse events when disabled. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/SwitchButton.class gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-20 20:45:36
|
Revision: 6417 http://sourceforge.net/p/gambas/code/6417 Author: gambas Date: 2014-08-20 20:45:27 +0000 (Wed, 20 Aug 2014) Log Message: ----------- [GB.FORM] * BUG: TableView now hides its editor when it is resized. * BUG: FileChooser: Do not display a spurious error message when saving a file. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/fr.mo 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/.src/Test/FTableView.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-10-25 20:11:14
|
Revision: 6576 http://sourceforge.net/p/gambas/code/6576 Author: tobiasboe Date: 2014-10-25 20:11:04 +0000 (Sat, 25 Oct 2014) Log Message: ----------- [GB.FORM] * NEW: Update German translation Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/de.mo gambas/trunk/comp/src/gb.form/.lang/de.po gambas/trunk/comp/src/gb.form/.lang/fr.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-26 10:14:53
|
Revision: 6579 http://sourceforge.net/p/gambas/code/6579 Author: gambix Date: 2014-10-26 10:14:50 +0000 (Sun, 26 Oct 2014) Log Message: ----------- [GB.FORM] * BUG: Remove a call to Style.FontOf temporary. This symbole is not yet implemented or just removed ... Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.directory gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/TabPanel/TabPanel.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-10 15:00:31
|
Revision: 6625 http://sourceforge.net/p/gambas/code/6625 Author: gambix Date: 2014-11-10 15:00:20 +0000 (Mon, 10 Nov 2014) Log Message: ----------- [GB.FORM] * NEW: DocumentView is the begin for a new widget that allow to display documents such as pdf, printing preview, pictures... etc. It allow zooming, and will have differents options for arrange the pages. Each page can have it's own size and orientation property. It's not finished yet and really buggy... Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.project Added Paths: ----------- gambas/trunk/comp/src/gb.form/.hidden/control/documentview.png gambas/trunk/comp/src/gb.form/.src/DocumentView/ gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.form/.src/DocumentView/_Document.class gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.class gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-11 01:49:18
|
Revision: 6630 http://sourceforge.net/p/gambas/code/6630 Author: gambas Date: 2014-11-11 01:49:15 +0000 (Tue, 11 Nov 2014) Log Message: ----------- [GB.FORM] * NEW: The SliderBox is now in the same change group as Slider. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/SliderBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-11 11:29:58
|
Revision: 6635 http://sourceforge.net/p/gambas/code/6635 Author: gambas Date: 2014-11-11 11:29:54 +0000 (Tue, 11 Nov 2014) Log Message: ----------- [GB.FORM] * NEW: SwitchButton: Handle the keyboard and take the focus into account. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/SwitchButton.class gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.class gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-11 15:19:26
|
Revision: 6637 http://sourceforge.net/p/gambas/code/6637 Author: gambix Date: 2014-11-11 15:19:22 +0000 (Tue, 11 Nov 2014) Log Message: ----------- [GB.FORM] * NEW: Working demo of DocumentView, for the time you can do nothing... just changing zoom or document count Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info 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 Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/DocumentView/_DocumentLayout.class Removed Paths: ------------- gambas/trunk/comp/src/gb.form/.src/DocumentView/_Document.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-12 08:07:10
|
Revision: 6646 http://sourceforge.net/p/gambas/code/6646 Author: gambix Date: 2014-11-12 08:06:57 +0000 (Wed, 12 Nov 2014) Log Message: ----------- [GB.FORM] * NEW: DocumentView have a new property Layout that allow to setup special document size by a Layout property. * NEW: DocumentView have a new property draw. It provide the page number and document scaled size. Just do a Draw.Image(..) at the good size here * NEW: DocumentView have a new property Zoom/Scale. it set the zoom level between 0 and 1 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/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.form/.src/DocumentView/_DocumentLayout.class gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.class gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-14 18:16:51
|
Revision: 6651 http://sourceforge.net/p/gambas/code/6651 Author: gambix Date: 2014-11-14 18:16:46 +0000 (Fri, 14 Nov 2014) Log Message: ----------- [GB.FORM] * NEW: DOcumentView have now a property .Arrangement that allow to use the ARrange class to select the way that the documents are diplayed. * NEW: DocumentView have a property goto to force the Viewer to slide to the wanted page. * NEW: DocumentView have a property ShowShadow to display or not the doc shadows. * NEW: The properties Spacing and Padding allowto define space between and around the docs. The size is given in pixel at zoom = 1. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list 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 Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/DocumentView/_DocumentItem.class Removed Paths: ------------- gambas/trunk/comp/src/gb.form/.src/DocumentView/_DocumentLayout.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-23 09:51:09
|
Revision: 6667 http://sourceforge.net/p/gambas/code/6667 Author: gambas Date: 2014-11-23 09:50:54 +0000 (Sun, 23 Nov 2014) Log Message: ----------- [GB.FORM] * BUG: Remove testing dependencies on 'gb.desktop'. * NEW: Completion.Open() is a new method that explicitly opens the completion list. * NEW: Completion.Open() is automatically called when pressing the space key on a void editor. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Completion.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-23 10:14:38
|
Revision: 6668 http://sourceforge.net/p/gambas/code/6668 Author: gambas Date: 2014-11-23 10:14:30 +0000 (Sun, 23 Nov 2014) Log Message: ----------- [GB.FORM] * BUG: ValueBox: The Value property is not visible to the IDE anymore. * BUG: ValueBox.Text can understand a void string for all ValueBox types now. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.form gambas/trunk/comp/src/gb.form/.src/ValueBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-07 10:01:46
|
Revision: 6713 http://sourceforge.net/p/gambas/code/6713 Author: gambix Date: 2014-12-07 10:01:37 +0000 (Sun, 07 Dec 2014) Log Message: ----------- [GB.FORM] * BUG: Resolve a bug on recursive call of Layout procedure. 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/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/.src/Test/FSwitchButton.class gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.form Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/DocumentView/_DocumentItem.class gambas/trunk/comp/src/gb.form/.src/DocumentView/_DocumentLayout.class Removed Paths: ------------- gambas/trunk/comp/src/gb.form/.src/DocumentView/_DocumentItem.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-11 17:51:49
|
Revision: 6825 http://sourceforge.net/p/gambas/code/6825 Author: gambix Date: 2015-01-11 17:51:42 +0000 (Sun, 11 Jan 2015) Log Message: ----------- [GB.FORM] * BUG: Correction on the shadow display (more large and related to the spacing) * OPT: Now the Padding and Spacing properties are setting to 10 by default. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-11 21:31:26
|
Revision: 6826 http://sourceforge.net/p/gambas/code/6826 Author: gambix Date: 2015-01-11 21:31:24 +0000 (Sun, 11 Jan 2015) Log Message: ----------- [GB.FORM] * BUG: In DocumentView the _Finished event is fired more accurately. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-20 15:56:11
|
Revision: 6844 http://sourceforge.net/p/gambas/code/6844 Author: gambix Date: 2015-01-20 15:56:09 +0000 (Tue, 20 Jan 2015) Log Message: ----------- [GB.FORM] * NEW: DocumentView have a new property Column (alias Row) that have effect on Columnn, Row, Fill modes and lock the number of page showed and force automatic zoom * NEW: Fill mode is implemented, you can change page by wheeling mouse (TODO: Code for changing page) * NEW: AutoCenter property. Currently affect only Fill mode to center horizontally Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-21 16:43:31
|
Revision: 6849 http://sourceforge.net/p/gambas/code/6849 Author: gambix Date: 2015-01-21 16:43:29 +0000 (Wed, 21 Jan 2015) Log Message: ----------- [GB.FORM] * OPT: Many code cleaning. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.form/.src/DocumentView/_DocumentItem.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-24 23:40:10
|
Revision: 6865 http://sourceforge.net/p/gambas/code/6865 Author: gambas Date: 2015-01-24 23:40:08 +0000 (Sat, 24 Jan 2015) Log Message: ----------- [GB.FORM] * NEW: Redraw some control icons. * BUG: ButtonBox.FilterNow always raises the Filter event now. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.hidden/control/dirbox.png gambas/trunk/comp/src/gb.form/.hidden/control/dirchooser.png gambas/trunk/comp/src/gb.form/.hidden/control/dirview.png gambas/trunk/comp/src/gb.form/.hidden/control/documentview.png gambas/trunk/comp/src/gb.form/.hidden/control/filechooser.png gambas/trunk/comp/src/gb.form/.hidden/control/fileproperties.png gambas/trunk/comp/src/gb.form/.hidden/control/fileview.png gambas/trunk/comp/src/gb.form/.hidden/control/iconpanel.png gambas/trunk/comp/src/gb.form/.hidden/control/tabpanel.png 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/FDocumentView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-23 13:06:28
|
Revision: 6909 http://sourceforge.net/p/gambas/code/6909 Author: gambix Date: 2015-02-23 13:06:17 +0000 (Mon, 23 Feb 2015) Log Message: ----------- [GB.FORM] * NEW: Allow click and drag on DocumentView Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.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:30:35
|
Revision: 6930 http://sourceforge.net/p/gambas/code/6930 Author: gambix Date: 2015-03-02 16:30:27 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.FORM] * BUG: The DocumentView Arrange.Fill mode now resize the more large than Height Documents. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |