Thread: [Gambas-devel-svn] SF.net SVN: gambas:[7019] gambas/trunk/comp/src/gb.form (Page 4)
Brought to you by:
gambas
From: <ga...@us...> - 2015-04-03 08:25:20
|
Revision: 7019 http://sourceforge.net/p/gambas/code/7019 Author: gambix Date: 2015-04-03 08:25:13 +0000 (Fri, 03 Apr 2015) Log Message: ----------- [GB.FORM] * NEW: Add support for RightToLeft mode in DocumentView. 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/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-04-12 21:36:38
|
Revision: 7035 http://sourceforge.net/p/gambas/code/7035 Author: gambas Date: 2015-04-12 21:36:36 +0000 (Sun, 12 Apr 2015) Log Message: ----------- [GB.FORM] * NEW: Some little changes in DateChooser look. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project 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/Stock.class gambas/trunk/comp/src/gb.form/.src/Test/Form1.class Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/Test/FTestDateChooser.class gambas/trunk/comp/src/gb.form/.src/Test/FTestDateChooser.form Removed Paths: ------------- 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...> - 2015-04-15 17:06:53
|
Revision: 7038 http://sourceforge.net/p/gambas/code/7038 Author: gambas Date: 2015-04-15 17:06:45 +0000 (Wed, 15 Apr 2015) Log Message: ----------- [GB.FORM] * BUG: ValueBox: The Change event is now raised correctly for numeric type. * NEW: Balloon: Do not take focus when being shown. * BUG: IconPanel: When the Count property is increased, new tabs are correctly visible. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Balloon/FBalloon.form gambas/trunk/comp/src/gb.form/.src/IconPanel/IconPanel.class gambas/trunk/comp/src/gb.form/.src/Test/FIconPanel.class gambas/trunk/comp/src/gb.form/.src/Test/FIconPanel.form gambas/trunk/comp/src/gb.form/.src/Test/FTestDateChooser.form gambas/trunk/comp/src/gb.form/.src/Test/FTestValueBox.class gambas/trunk/comp/src/gb.form/.src/Test/FTestValueBox.form gambas/trunk/comp/src/gb.form/.src/Test/Form1.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...> - 2015-04-17 22:08:33
|
Revision: 7040 http://sourceforge.net/p/gambas/code/7040 Author: gambas Date: 2015-04-17 22:08:31 +0000 (Fri, 17 Apr 2015) Log Message: ----------- [GB.FORM] * BUG: DateBox now works correctly with countries using the same separator for date and time, like Finnish. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.component gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Date/DateBox.class gambas/trunk/comp/src/gb.form/.src/Test/FTestDateChooser.class gambas/trunk/comp/src/gb.form/.src/Test/FTestDateChooser.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-03 19:21:56
|
Revision: 7051 http://sourceforge.net/p/gambas/code/7051 Author: gambix Date: 2015-05-03 19:21:53 +0000 (Sun, 03 May 2015) Log Message: ----------- [GB.FORM] * NEW: New widget SpinBar. It's a Gimp style widget that allow to visualize and modify a value. Unlike spinbox it support float values. It display its definition label in itself. A double click on the value allow to edit manually the value. A click and slide on the upper of the bar set the value according to the cursor position. A click and slide on the mid down of the bar allow to finely set the value by progressing of 1 of the minimal decimal by pixel. The mouse wheel interact with the value too. The number of showed decimals is the greater from MaxValue, MinValue or Step. 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/spinbar.png gambas/trunk/comp/src/gb.form/.src/SpinBar/ gambas/trunk/comp/src/gb.form/.src/SpinBar/SpinBar.class gambas/trunk/comp/src/gb.form/.src/Test/FSpinBar.class gambas/trunk/comp/src/gb.form/.src/Test/FSpinBar.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 10:49:00
|
Revision: 7070 http://sourceforge.net/p/gambas/code/7070 Author: gambas Date: 2015-05-10 10:48:59 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.FORM] * NEW: Support for Breeze and Breeze-dark icon themes. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/.src/Stock.class gambas/trunk/comp/src/gb.form/map/icon.map This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-23 18:49:46
|
Revision: 7331 http://sourceforge.net/p/gambas/code/7331 Author: gambas Date: 2015-09-23 18:49:45 +0000 (Wed, 23 Sep 2015) Log Message: ----------- [GB.FORM] * BUG: ValueBox: Setting the Type property does not hide the control contents anymore. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.icon.png 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/FTestDateChooser.class gambas/trunk/comp/src/gb.form/.src/Test/FTestDateChooser.form gambas/trunk/comp/src/gb.form/.src/Test/FTestValueBox.class gambas/trunk/comp/src/gb.form/.src/Test/FTestValueBox.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...> - 2015-10-04 12:58:42
|
Revision: 7384 http://sourceforge.net/p/gambas/code/7384 Author: gambas Date: 2015-10-04 12:58:40 +0000 (Sun, 04 Oct 2015) Log Message: ----------- [GB.FORM] * BUG: File bookmark editor: Correctly save current bookmark when using "Up" or "Down" button. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/Bookmark/FEditBookmark.class gambas/trunk/comp/src/gb.form/.src/Test/FTestMaskBox.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2015-10-04 21:34:00
|
Revision: 7388 http://sourceforge.net/p/gambas/code/7388 Author: tobiasboe Date: 2015-10-04 21:33:59 +0000 (Sun, 04 Oct 2015) Log Message: ----------- [GB.FORM] * NEW: Wizard: Add Update() method to redraw the Wizard Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/Wizard/Wizard.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-12 19:21:37
|
Revision: 7472 http://sourceforge.net/p/gambas/code/7472 Author: gambas Date: 2015-11-12 19:21:35 +0000 (Thu, 12 Nov 2015) Log Message: ----------- [GB.FORM] * BUG: Stock: Fix how theme-specific icons are handled. They are now tried on every possible size and other non theme-specific icons are ignored. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/.src/Stock.class gambas/trunk/comp/src/gb.form/map/icon.map This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-13 14:18:28
|
Revision: 7475 http://sourceforge.net/p/gambas/code/7475 Author: gambas Date: 2015-11-13 14:18:27 +0000 (Fri, 13 Nov 2015) Log Message: ----------- [GB.FORM] * BUG: Stock: Fix breeze icon theme support. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/map/icon.map This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-12 12:01:26
|
Revision: 7629 http://sourceforge.net/p/gambas/code/7629 Author: gambas Date: 2016-03-12 12:01:25 +0000 (Sat, 12 Mar 2016) Log Message: ----------- [GB.FORM] * BUG: FileChooser: ShowHidden property is correctly restored in all cases now. * NEW: ListEditor: Editor is a new property that returns the underlying text editor. * NEW: ListEditor: Add keyboard arrows shortcuts to move across the list. * NEW: ListEditor: The text editor is now the proxy of the control. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/trunk/comp/src/gb.form/.src/ListEditor/FListEditor.class gambas/trunk/comp/src/gb.form/.src/ListEditor/ListEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-04 18:57:39
|
Revision: 7758 http://sourceforge.net/p/gambas/code/7758 Author: gambas Date: 2016-05-04 18:57:37 +0000 (Wed, 04 May 2016) Log Message: ----------- [GB.FORM] * BUG: Fix InputBox layout. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/FInputBox.class gambas/trunk/comp/src/gb.form/.src/FInputBox.form 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...> - 2016-07-10 16:43:54
|
Revision: 7814 http://sourceforge.net/p/gambas/code/7814 Author: gambas Date: 2016-07-10 16:43:52 +0000 (Sun, 10 Jul 2016) Log Message: ----------- [GB.FORM] * BUG: SpinBar: Take Enabled and Design properties into account. * NEW: SpinBar: Add the Border property. * BUG: SpinBar: Fix many layout problems. * NEW: SpinBar: Draw SpinBar border using style. * BUG: SpinBar: Handle font changes. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/SpinBar/SpinBar.class gambas/trunk/comp/src/gb.form/.src/Test/FSpinBar.class gambas/trunk/comp/src/gb.form/.src/Test/FSpinBar.form 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...> - 2016-07-14 19:42:31
|
Revision: 7817 http://sourceforge.net/p/gambas/code/7817 Author: gambas Date: 2016-07-14 19:42:25 +0000 (Thu, 14 Jul 2016) Log Message: ----------- [GB.FORM] * BUG: ColorChooser: Use a different layout so that the control is usable with GTK+3. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Color/FColorChooser.class gambas/trunk/comp/src/gb.form/.src/Color/FColorChooser.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-09-13 02:17:32
|
Revision: 7910 http://sourceforge.net/p/gambas/code/7910 Author: gambas Date: 2016-09-13 02:17:30 +0000 (Tue, 13 Sep 2016) Log Message: ----------- [GB.FORM] * NEW: DirChooser,FileChooser: Add a "delete directory" menu that can delete void directories only. * BUG: DirView: File watch events does not disturb renaming anymore. Modified Paths: -------------- 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/File/Chooser/FDirChooser.class gambas/trunk/comp/src/gb.form/.src/File/DirView.class gambas/trunk/comp/src/gb.form/.src/File/Properties/FFileProperties.class gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/.src/Test/FTestFileView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-20 14:26:09
|
Revision: 8018 http://sourceforge.net/p/gambas/code/8018 Author: gambix Date: 2016-12-20 14:26:08 +0000 (Tue, 20 Dec 2016) Log Message: ----------- [GB.FORM] * BUG: DocumentView: WorkAround to lock scrolling on mouseWheel 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...> - 2017-01-07 00:50:27
|
Revision: 8040 http://sourceforge.net/p/gambas/code/8040 Author: gambas Date: 2017-01-07 00:50:25 +0000 (Sat, 07 Jan 2017) Log Message: ----------- [GB.FORM] * NEW: URLLabel: Add Alignment and Border properties. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.form gambas/trunk/comp/src/gb.form/.src/Test/FTestBalloon.form gambas/trunk/comp/src/gb.form/.src/URLLabel.class Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/Test/FMain.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.form Removed Paths: ------------- gambas/trunk/comp/src/gb.form/.src/Test/Form3.class gambas/trunk/comp/src/gb.form/.src/Test/Form3.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-01-16 16:39:20
|
Revision: 8057 http://sourceforge.net/p/gambas/code/8057 Author: gambas Date: 2017-01-16 16:39:19 +0000 (Mon, 16 Jan 2017) Log Message: ----------- [GB.FORM] * BUG: MenuButton: Never popup the menu when the button is disabled. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/MenuButton.class gambas/trunk/comp/src/gb.form/.src/Test/FTestMenuButton.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-04-27 06:44:25
|
Revision: 8127 http://sourceforge.net/p/gambas/code/8127 Author: gambas Date: 2017-04-27 06:44:23 +0000 (Thu, 27 Apr 2017) Log Message: ----------- [GB.FORM] * BUG: ColorChooser: Don't react to mouse events if disabled. * BUG: ColorPalette: Don't react to mouse events if disabled. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Color/ColorPalette.class gambas/trunk/comp/src/gb.form/.src/Color/FColorChooser.class gambas/trunk/comp/src/gb.form/.src/Test/FTestColorChooser.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-05-22 12:56:48
|
Revision: 8136 http://sourceforge.net/p/gambas/code/8136 Author: gambas Date: 2017-05-22 12:56:46 +0000 (Mon, 22 May 2017) Log Message: ----------- [GB.FORM] * BUG: ImageView: The Border property returns the accurate value now. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/ImageView/ImageView.class Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/Test/FTestImageView.class gambas/trunk/comp/src/gb.form/.src/Test/FTestImageView.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |