Thread: [Gambas-devel-svn] SF.net SVN: gambas:[7301] gambas/trunk/comp/src (Page 3)
Brought to you by:
gambas
From: <ga...@us...> - 2015-09-12 17:37:33
|
Revision: 7301 http://sourceforge.net/p/gambas/code/7301 Author: gambas Date: 2015-09-12 17:37:31 +0000 (Sat, 12 Sep 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Reset the cursor position before actually setting the Text property, to avoid a possible crash. [GB.GUI.BASE] * NEW: ScrollArea: Ignore Style.ScrollBarSpacing when layouting scrollbars. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.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-09-26 08:50:16
|
Revision: 7348 http://sourceforge.net/p/gambas/code/7348 Author: gambas Date: 2015-09-26 08:50:14 +0000 (Sat, 26 Sep 2015) Log Message: ----------- [GB.FORM.MDI] * BUG: Correctly read the action pictures in the archive they are declared. [GB.GUI.BASE] * BUG: Fix icon path to internal key generation in the Picture cache. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.mdi/.src/Action/CAction.class gambas/trunk/comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/Picture.class 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. |
From: <ga...@us...> - 2015-09-27 17:25:12
|
Revision: 7359 http://sourceforge.net/p/gambas/code/7359 Author: gambas Date: 2015-09-27 17:25:10 +0000 (Sun, 27 Sep 2015) Log Message: ----------- [GB.GUI.BASE] * NEW: GridView: Don't draw the background if the Background property is set to Color.Transparent. [GB.FORM.EDITOR] * BUG: TextEditor: Load() method now always move the cursor to the beginning, to avoid a possible crash. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-30 15:06:43
|
Revision: 7374 http://sourceforge.net/p/gambas/code/7374 Author: gambas Date: 2015-09-30 15:06:41 +0000 (Wed, 30 Sep 2015) Log Message: ----------- [GB.FORM.DIALOG] * NEW: Dialog.Key is a new property that allows to define the sub-key used for storing dialog settings. [GB.SETTINGS] * NEW: Settings.Read and Settings.Write can take an absolute key as argument. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.dialog/.info gambas/trunk/comp/src/gb.form.dialog/.src/Dialog.class gambas/trunk/comp/src/gb.form.dialog/.src/FDirDialog.class gambas/trunk/comp/src/gb.form.dialog/.src/FFileDialog.class gambas/trunk/comp/src/gb.form.dialog/.src/FFontDialog.class gambas/trunk/comp/src/gb.settings/.src/Settings.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-12 22:59:52
|
Revision: 7408 http://sourceforge.net/p/gambas/code/7408 Author: gambas Date: 2015-10-12 22:59:51 +0000 (Mon, 12 Oct 2015) Log Message: ----------- [GB.FORM] * BUG: Fix "linux" stock icon. 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/scalable/linux.svg gambas/trunk/comp/src/gb.gui.base/.src/Picture.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-24 21:09:15
|
Revision: 7432 http://sourceforge.net/p/gambas/code/7432 Author: gambas Date: 2015-10-24 21:09:13 +0000 (Sat, 24 Oct 2015) Log Message: ----------- [GB.FORM] * NEW: MaskBox.Filter is a new property that takes a LIKE regular expression describing the allowed characters. By default all characters are allowed. * NEW: MaskBox now raises the Filter event with a character as argument. If this event is stopped, then the character is not allowed. By default all characters are allowed. [GB.WEB] * NEW: Request.Referer is a new property that returns the request referer. * NEW: Request.UserAgent is a new property that returns the request user agent. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project 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/.src/Test/FTestMessageView.class gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.src/Application.module gambas/trunk/comp/src/gb.web/.src/Request.module Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/Completion.class gambas/trunk/comp/src/gb.form/.src/FileCompletion.class Removed Paths: ------------- gambas/trunk/comp/src/gb.form/.src/Completion.class gambas/trunk/comp/src/gb.form/.src/FileCompletion.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-30 13:58:26
|
Revision: 7538 http://sourceforge.net/p/gambas/code/7538 Author: gambix Date: 2015-12-30 13:58:23 +0000 (Wed, 30 Dec 2015) Log Message: ----------- [GB.REPORT2] * BUG: Remove unneeded variable initialization. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Evaluator/SimpleEval.class 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/ReportDrawingArea.class gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/ReportLabel.class gambas/trunk/comp/src/gb.report2/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report2/.src/Types/Border/ReportBorder.class gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/ReportBoxShadow.class gambas/trunk/comp/src/gb.report2/.src/Types/TControl.class gambas/trunk/comp/src/gb.report2/.src/Types/TSizeParse.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Borders/ReportBorder.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView.class gambas/trunk/comp/src/gb.report2/.src/ReportVPanel.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report10.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report10.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report13.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report13.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report14.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report14.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/ gambas/trunk/comp/src/gb.report2/.src/Tests/old/FMain.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/FMain.form gambas/trunk/comp/src/gb.report2/.src/Tests/old/Module1.module gambas/trunk/comp/src/gb.report2/.src/Tests/old/OutputReport2.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/OutputReport2.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report1.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report1.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report11.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report11.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report12.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report12.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report2.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report2.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report3.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report3.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report4.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report4.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report5.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report5.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report51.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report51.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report6.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report6.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report7.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report7.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report8.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report8.report gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report9.class gambas/trunk/comp/src/gb.report2/.src/Tests/old/Report9.report gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/Old_ReportGridView_Column.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/Old_ReportGridView_Columns.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/Old_ReportGridView_Data.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/Old_ReportGridView_Row.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/Old_ReportGridView_Rows.class gambas/trunk/comp/src/gb.report2/.src/Types/_ReportVirtualControl.class Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/Borders/ReportBorder.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView.class gambas/trunk/comp/src/gb.report2/.src/Tests/FMain.class gambas/trunk/comp/src/gb.report2/.src/Tests/FMain.form gambas/trunk/comp/src/gb.report2/.src/Tests/Module1.module gambas/trunk/comp/src/gb.report2/.src/Tests/OutputReport2.class gambas/trunk/comp/src/gb.report2/.src/Tests/OutputReport2.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report10.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report10.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report11.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report12.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report12.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report2.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report4.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report4.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report5.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report5.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report6.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report6.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report8.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report8.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report9.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report9.report gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/FBoxShadow.class gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/FBoxShadow.form gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Column.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Columns.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Data.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Row.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Rows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-02 15:24:08
|
Revision: 7543 http://sourceforge.net/p/gambas/code/7543 Author: gambas Date: 2016-01-02 15:24:06 +0000 (Sat, 02 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebControl: If Expand is FALSE, then prevent the control from shrinking. * NEW: WebTable: Columns now have a Width property, which defines its minimum width. * NEW: WebLabel: Allow wrapping, but align vertically to the baseline and hides overflowing text. Not perfect yet... :-( Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumn.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class gambas/trunk/comp/src/gb.web.form/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-08 14:50:49
|
Revision: 7565 http://sourceforge.net/p/gambas/code/7565 Author: gambas Date: 2016-01-08 14:50:48 +0000 (Fri, 08 Jan 2016) Log Message: ----------- [GB.EVAL.HIGHLIGHT] * NEW: More CSS properties [GB.WEB.FORM] * OPT: WebTable: When scrolling, add new elements to the table instead of refreshing it entirely. It's far faster! Modified Paths: -------------- gambas/trunk/comp/src/gb.eval.highlight/css/properties gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-15 14:55:37
|
Revision: 7635 http://sourceforge.net/p/gambas/code/7635 Author: gambas Date: 2016-03-15 14:55:35 +0000 (Tue, 15 Mar 2016) Log Message: ----------- [GB.EVAL.HIGHLIGHT] * NEW: TextHighlighter: Comment is a new flag that tells if a ln highlighted line is only a comment. [GB.FORM.EDITOR] * NEW: TextEditor: Draw the procedure separator before its previous comments. * NEW: TextEditor: ShowIndent is a new property that make the editor draw a thin vertical line to emphasize corresponding indentations. Modified Paths: -------------- gambas/trunk/comp/src/gb.eval.highlight/.info gambas/trunk/comp/src/gb.eval.highlight/.src/TextHighlighter.class gambas/trunk/comp/src/gb.eval.highlight/.src/TextHighlighter_Gambas.class gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.src/CDocument.class gambas/trunk/comp/src/gb.form.editor/.src/CLineInfo.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Line.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-20 01:23:04
|
Revision: 7646 http://sourceforge.net/p/gambas/code/7646 Author: gambas Date: 2016-03-20 01:23:01 +0000 (Sun, 20 Mar 2016) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: Don't use bold text for displaying cursor information. [GB.GUI.BASE] * BUG: ScrollArea: Fix some number roundings in EnsureVisible() method. [GB.WEB] * OPT: Session: Use buffered i/o when loading or saving session. [GB.WEB.FORM] * NEW: DateChooser is a new control that implements a date chooser. * NEW: DateBox is a new control that implements a date box with a popup calendar. * NEW: WebForm.ShowPopup() is a new method that allows to use a form as a popup. * BUG: WebComboBox: Fix design. * NEW: WebControl: Support for properties storing a WebControl. * NEW: WebExpander: Use standard arrow. * NEW: Internal support for web controls that need custom style sheets or javascript libraries. * NEW: WebForm: Close is new event that is raised when a form is closed. * NEW: WebForm: Popup is a new property that tells if the form is currently used as a popup. * NEW: WebForm: PopupParent is a new property that returns the control using that form as a popup. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class gambas/trunk/comp/src/gb.web/.icon.png gambas/trunk/comp/src/gb.web/.src/Session.module gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Header.webpage gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.webform gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebExpander.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebImage.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/calendar.js gambas/trunk/comp/src/gb.web.form/.hidden/control/webdatebox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webdatechooser.png gambas/trunk/comp/src/gb.web.form/.public/gw-arrow-down.png gambas/trunk/comp/src/gb.web.form/.public/gw-arrow-up.png gambas/trunk/comp/src/gb.web.form/.src/Calendar/ gambas/trunk/comp/src/gb.web.form/.src/Calendar/FCalendar.class gambas/trunk/comp/src/gb.web.form/.src/Calendar/FCalendar.webform gambas/trunk/comp/src/gb.web.form/.src/Calendar/WebDateBox.class gambas/trunk/comp/src/gb.web.form/.src/Calendar/WebDateChooser.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform4.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform4.webform gambas/trunk/comp/src/gb.web.form/.src/Test/Webform5.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform5.webform gambas/trunk/comp/src/gb.web.form/style.css Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.public/gw-arrow-bottom.png gambas/trunk/comp/src/gb.web.form/.public/gw-arrow-top.png gambas/trunk/comp/src/gb.web.form/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-04-13 20:00:27
|
Revision: 7740 http://sourceforge.net/p/gambas/code/7740 Author: gambix Date: 2016-04-13 20:00:25 +0000 (Wed, 13 Apr 2016) Log Message: ----------- [GB.TERMAPP] * NEW: Initial commit Create the base object structure. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.project gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class gambas/trunk/comp/src/gb.form.terminal/.src/VT100/Console.class gambas/trunk/comp/src/gb.form.terminal/.src/VT100/Main.module gambas/trunk/comp/src/gb.gui.base/.src/Test/FIconView.class gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.web.form/.list Added Paths: ----------- gambas/trunk/comp/src/gb.form.terminal/.src/VT100/Attr.class gambas/trunk/comp/src/gb.termapp/ gambas/trunk/comp/src/gb.termapp/.directory gambas/trunk/comp/src/gb.termapp/.gambas/ gambas/trunk/comp/src/gb.termapp/.gitignore gambas/trunk/comp/src/gb.termapp/.hidden/ gambas/trunk/comp/src/gb.termapp/.icon.png gambas/trunk/comp/src/gb.termapp/.lang/ gambas/trunk/comp/src/gb.termapp/.project gambas/trunk/comp/src/gb.termapp/.src/ gambas/trunk/comp/src/gb.termapp/.src/Attr.class gambas/trunk/comp/src/gb.termapp/.src/CLine.class gambas/trunk/comp/src/gb.termapp/.src/Color.class gambas/trunk/comp/src/gb.termapp/.src/Container.class gambas/trunk/comp/src/gb.termapp/.src/Control.class gambas/trunk/comp/src/gb.termapp/.src/Label.class gambas/trunk/comp/src/gb.termapp/.src/Main.module gambas/trunk/comp/src/gb.termapp/.src/Term.class gambas/trunk/comp/src/gb.termapp/.src/Window.class gambas/trunk/comp/src/gb.termapp/.src/Windows.class gambas/trunk/comp/src/gb.termapp/.startup Removed Paths: ------------- gambas/trunk/comp/src/gb.form.terminal/.src/VT100/Attributes.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-07 00:07:43
|
Revision: 7767 http://sourceforge.net/p/gambas/code/7767 Author: gambas Date: 2016-05-07 00:07:42 +0000 (Sat, 07 May 2016) Log Message: ----------- [GB.FORM] * NEW: If 'gb.inotify' component is loaded, then FileView and DirView will use it to automatically refresh when something changes on the file system. * NEW: FileView: Preview refresh optimization. [GB.GUI.BASE] * NEW: IconView: Add ScrollX, ScrollY, ScrollWidth, ScrollHeight, ClientWidth and ClientHeight properties. * NEW: IconView: Add the Scroll() method. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.icon.png gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/CTaskPreview.class gambas/trunk/comp/src/gb.form/.src/File/DirView.class gambas/trunk/comp/src/gb.form/.src/File/FileView.class gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/IconView/IconView.class gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView.class 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. |
From: <ga...@us...> - 2016-05-14 13:19:04
|
Revision: 7778 http://sourceforge.net/p/gambas/code/7778 Author: gambas Date: 2016-05-14 13:19:03 +0000 (Sat, 14 May 2016) Log Message: ----------- [GB.DESKTOP] * BUG: Fix Unity indicator unregistration in TrayIcon.Delete() method. Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcon.class gambas/trunk/comp/src/gb.desktop/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-01 23:59:25
|
Revision: 7795 http://sourceforge.net/p/gambas/code/7795 Author: gambas Date: 2016-06-01 23:59:23 +0000 (Wed, 01 Jun 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: TerminalView: Mouse wheel now scrolls the terminal if it has no requested mouse events. [GB.WEB.FORM] * BUG: WebButton: Setting Text and Image property now refreshes the control only if the value has actually changed. * NEW: WebButton: Image property can be an absolute path. * NEW: WebContainer: All containers are now "position: relative". * BUG: WebLabel: Setting Text property now refreshes the control only if the value has actually changed. * NEW: WebTable: ShowCheck is a new property, set by default. If not set, the first column of checkboxes or radiobuttons is hidden, and the table behaves a bit like a ListBox. * BUG: WebUploadArea: Spurious Progress events are not raised anymore once the upload is finished. * OPT: WebWindow: Windows are now positioned through a 2D translation instead of setting the top and left positions. That way, the browser won't recalculate its layout, and the window moves are faster. Especially on Firefox. * NEW: Initial internal support for automatic completion. * BUG: WebWindow: Deactivated window title is visible again. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.public/gw-max.png gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebCheckBox.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebImage.class gambas/trunk/comp/src/gb.web.form/.src/WebLabel.class gambas/trunk/comp/src/gb.web.form/.src/WebRadioButton.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class gambas/trunk/comp/src/gb.web.form/.src/WebUploadArea.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/ac.js This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-26 02:42:26
|
Revision: 7805 http://sourceforge.net/p/gambas/code/7805 Author: gambas Date: 2016-06-26 02:42:23 +0000 (Sun, 26 Jun 2016) Log Message: ----------- [GB.EVAL.HIGHLIGHT] * NEW: Add missing symbol in css highlighting. [GB.WEBFORM] * NEW: Make gb.web.form translatable. * NEW: Add the Scroll class to store the ScrollBar property constants. * BUG: WebControl: Padding and Margin now use "rem" instead of "em". * NEW: WebScrollView: Add the ScrollBar property to hide one or both scrollbars. * NEW: WebScrollView: SetHeaders() is a new method that allows to define the headers of the ScrollView as two other WebScrollView controls whose scroll position will be automatically synchronized. * NEW: WebScrollView now raises the Scroll event. * NEW: WebTabPanel: ShowTabs is a new property that allows to hide the tabs. * NEW: WebTable: Step is a new property that allows to define the number of rows that are loaded when reaching the table end. Modified Paths: -------------- gambas/trunk/comp/src/gb.eval.highlight/css/values gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.startup gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/lib.js gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.src/Header.class gambas/trunk/comp/src/gb.web.form/.src/Header.webpage gambas/trunk/comp/src/gb.web.form/.src/Message/Message.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebScrollView.class gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.lang/fr.mo gambas/trunk/comp/src/gb.web.form/.lang/fr.po gambas/trunk/comp/src/gb.web.form/.src/Scroll.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-08-19 14:15:35
|
Revision: 7848 http://sourceforge.net/p/gambas/code/7848 Author: gambas Date: 2016-08-19 14:15:33 +0000 (Fri, 19 Aug 2016) Log Message: ----------- [GB.WEB] * NEW: Response.Done is a new property that tells if Response.End has been called. [GB.WEB.FORM] * NEW: A WebForm can declare a static public method 'HandleRequest' taking no arguments and returning nothing. That method will be called before processing any request, so that you can process the Request object before anything else. If you handle the request and send a response (i.e. if you call Response.End during that method), then the gb.web.form component will not process it. Modified Paths: -------------- gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.src/Response.module gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebForm.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-11-06 22:08:45
|
Revision: 7962 http://sourceforge.net/p/gambas/code/7962 Author: gambix Date: 2016-11-06 22:08:43 +0000 (Sun, 06 Nov 2016) Log Message: ----------- [GB.SPELLS] * NEW: First release. Begin to put the structure in place. Added Paths: ----------- gambas/trunk/comp/src/gb.spells/ gambas/trunk/comp/src/gb.spells/.directory gambas/trunk/comp/src/gb.spells/.gambas/ gambas/trunk/comp/src/gb.spells/.gitignore gambas/trunk/comp/src/gb.spells/.hidden/ gambas/trunk/comp/src/gb.spells/.icon.png gambas/trunk/comp/src/gb.spells/.info gambas/trunk/comp/src/gb.spells/.lang/ gambas/trunk/comp/src/gb.spells/.list gambas/trunk/comp/src/gb.spells/.project gambas/trunk/comp/src/gb.spells/.src/ gambas/trunk/comp/src/gb.spells/.src/Arrange.class gambas/trunk/comp/src/gb.spells/.src/Attr.class gambas/trunk/comp/src/gb.spells/.src/Char.class gambas/trunk/comp/src/gb.spells/.src/Color.class gambas/trunk/comp/src/gb.spells/.src/Container.class gambas/trunk/comp/src/gb.spells/.src/Control.class gambas/trunk/comp/src/gb.spells/.src/Desktop.class gambas/trunk/comp/src/gb.spells/.src/Label.class gambas/trunk/comp/src/gb.spells/.src/Main.module gambas/trunk/comp/src/gb.spells/.src/Panel.class gambas/trunk/comp/src/gb.spells/.src/Term.class gambas/trunk/comp/src/gb.spells/.src/Window.class gambas/trunk/comp/src/gb.spells/.src/Windows.class gambas/trunk/comp/src/gb.spells/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-11-06 22:41:37
|
Revision: 7964 http://sourceforge.net/p/gambas/code/7964 Author: gambix Date: 2016-11-06 22:41:35 +0000 (Sun, 06 Nov 2016) Log Message: ----------- [GB.SPELL] * New: Rename the component to gb.term.form. Modified Paths: -------------- gambas/trunk/comp/src/gb.args/.startup gambas/trunk/comp/src/gb.db.form/.connection/Connection2.connection gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.form.mdi/.component gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.markdown/.startup gambas/trunk/comp/src/gb.mysql/.startup gambas/trunk/comp/src/gb.net.smtp/.startup gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report2/.component gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.startup gambas/trunk/comp/src/gb.scanner/.component gambas/trunk/comp/src/gb.scanner/.icon.png gambas/trunk/comp/src/gb.scanner/.info gambas/trunk/comp/src/gb.scanner/.project gambas/trunk/comp/src/gb.scanner/.src/MTest2.module gambas/trunk/comp/src/gb.scanner/.src/Module2.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/.startup gambas/trunk/comp/src/gb.term.form/.project gambas/trunk/comp/src/gb.util.web/.startup gambas/trunk/comp/src/gb.web.form/.list Added Paths: ----------- gambas/trunk/comp/src/gb.form.mdi/.src/Tests/ gambas/trunk/comp/src/gb.form.mdi/.src/Tests/FMain.class gambas/trunk/comp/src/gb.form.mdi/.src/Tests/FMain.form gambas/trunk/comp/src/gb.form.mdi/.src/Tests/FMain1.class gambas/trunk/comp/src/gb.form.mdi/.src/Tests/FMain1.form gambas/trunk/comp/src/gb.form.mdi/.src/Tests/FMain2.class gambas/trunk/comp/src/gb.form.mdi/.src/Tests/FMain2.form gambas/trunk/comp/src/gb.form.mdi/.src/Tests/FTestSidePanel.class gambas/trunk/comp/src/gb.form.mdi/.src/Tests/FTestSidePanel.form gambas/trunk/comp/src/gb.form.mdi/.src/Tests/Form1.class gambas/trunk/comp/src/gb.form.mdi/.src/Tests/Form1.form gambas/trunk/comp/src/gb.form.mdi/.src/Tests/Form2.class gambas/trunk/comp/src/gb.form.mdi/.src/Tests/Form2.form gambas/trunk/comp/src/gb.report2/.src/Tests/Report16.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report16.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report17.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report17.report gambas/trunk/comp/src/gb.scanner/.src/Demo/Form1.class gambas/trunk/comp/src/gb.scanner/.src/Demo/Form1.form gambas/trunk/comp/src/gb.term.form/ gambas/trunk/comp/src/gb.term.form/.component Removed Paths: ------------- gambas/trunk/comp/src/gb.db.form/.connection/Connection2.template gambas/trunk/comp/src/gb.form.mdi/.src/FMain.class gambas/trunk/comp/src/gb.form.mdi/.src/FMain.form gambas/trunk/comp/src/gb.form.mdi/.src/FMain1.class gambas/trunk/comp/src/gb.form.mdi/.src/FMain1.form gambas/trunk/comp/src/gb.form.mdi/.src/FTestSidePanel.class gambas/trunk/comp/src/gb.form.mdi/.src/FTestSidePanel.form gambas/trunk/comp/src/gb.form.mdi/.src/Form1.class gambas/trunk/comp/src/gb.form.mdi/.src/Form1.form gambas/trunk/comp/src/gb.form.mdi/.src/Form2.class gambas/trunk/comp/src/gb.form.mdi/.src/Form2.form gambas/trunk/comp/src/gb.spells/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-11-19 11:24:42
|
Revision: 7988 http://sourceforge.net/p/gambas/code/7988 Author: gambas Date: 2016-11-19 11:24:40 +0000 (Sat, 19 Nov 2016) Log Message: ----------- [GB.WEB] * NEW: Response.Cancel() is a new method that allows to cancel a response, provided that nothing has been sent to the client yet. It requires at least that the response is buffered. [GB.WEB.FORM] * BUG: Better error handling. Now unexpected errors should be displayed in the browser through an alert box in almost all cases. Modified Paths: -------------- gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.src/Response.module gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-01-31 19:27:35
|
Revision: 8075 http://sourceforge.net/p/gambas/code/8075 Author: gambas Date: 2017-01-31 19:27:33 +0000 (Tue, 31 Jan 2017) Log Message: ----------- [GB.WEB.FORM] * BUG: WebExpander: Arrows are correctly displayed now. * NEW: Message boxes icons are now pre-loaded. * NEW: WebTableView: Sortable is a new property that indicates that the table can be sorted. * NEW: WebTableView: Columns[].Sortable is a new property that tells if a specific is sortable or not. By default, all columns are sortable. * NEW: WebTableView: SortColumns is a new property that returns the index of the currently sorted columns, or -1 if no column is sorted. * NEW: WebTableView: SortOrder is a new property that returns the sort order (gb.Ascent or gb.Descent) or the currently sorted column. * NEW: WebTableView: Sort is a new event that is raised each time the sort state of the table has changed, meaning that the table view contents must be refreshed with the newly sorted data. * NEW: WebTableView: Clicking on a row, when the table is in multiple selection mode, selects the clicked row and unselect the other ones. Modified Paths: -------------- gambas/trunk/comp/src/gb.term.form/.project gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/lib.js gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.webform gambas/trunk/comp/src/gb.web.form/.src/WebExpander.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumn.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2017-04-02 16:04:29
|
Revision: 8117 http://sourceforge.net/p/gambas/code/8117 Author: tobiasboe Date: 2017-04-02 16:04:27 +0000 (Sun, 02 Apr 2017) Log Message: ----------- [CONFIGURATION] * NEW: Add gb.rss [GB.RSS] * NEW: New component to generate and parse RSS documents Modified Paths: -------------- gambas/trunk/comp/src/order Added Paths: ----------- gambas/trunk/comp/src/gb.rss/ gambas/trunk/comp/src/gb.rss/.component gambas/trunk/comp/src/gb.rss/.directory gambas/trunk/comp/src/gb.rss/.hidden/ gambas/trunk/comp/src/gb.rss/.hidden/TODO gambas/trunk/comp/src/gb.rss/.icon.png gambas/trunk/comp/src/gb.rss/.info gambas/trunk/comp/src/gb.rss/.lang/ gambas/trunk/comp/src/gb.rss/.list gambas/trunk/comp/src/gb.rss/.project gambas/trunk/comp/src/gb.rss/.src/ gambas/trunk/comp/src/gb.rss/.src/Main.module gambas/trunk/comp/src/gb.rss/.src/Rss.class gambas/trunk/comp/src/gb.rss/.src/RssCategory.class gambas/trunk/comp/src/gb.rss/.src/RssCloud.class gambas/trunk/comp/src/gb.rss/.src/RssEnclosure.class gambas/trunk/comp/src/gb.rss/.src/RssGuid.class gambas/trunk/comp/src/gb.rss/.src/RssImage.class gambas/trunk/comp/src/gb.rss/.src/RssItem.class gambas/trunk/comp/src/gb.rss/.src/RssSource.class gambas/trunk/comp/src/gb.rss/.src/RssTextInput.class gambas/trunk/comp/src/gb.rss/.startup gambas/trunk/comp/src/gb.rss/Feed-icon.svg gambas/trunk/comp/src/gb.rss/test.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2017-04-14 19:24:08
|
Revision: 8121 http://sourceforge.net/p/gambas/code/8121 Author: tobiasboe Date: 2017-04-14 19:24:06 +0000 (Fri, 14 Apr 2017) Log Message: ----------- [CONFIGURATION] * NEW: Rename gb.rss to gb.web.feed. [GB.WEB.FEED] * NEW: Document the component. * BUG: Set RssGuid.IsPermaLink to True by default, as per specification. * BUG: Set RssImage.{Width,Height} to the defaults 88 and 31, as per specification. * BUG: Enforce the maximum values of RssImage.{Width,Height}. Modified Paths: -------------- gambas/trunk/comp/src/order Added Paths: ----------- gambas/trunk/comp/src/gb.web.feed/ gambas/trunk/comp/src/gb.web.feed/.component gambas/trunk/comp/src/gb.web.feed/.directory gambas/trunk/comp/src/gb.web.feed/.gambas/ gambas/trunk/comp/src/gb.web.feed/.hidden/ gambas/trunk/comp/src/gb.web.feed/.hidden/TODO gambas/trunk/comp/src/gb.web.feed/.icon.png gambas/trunk/comp/src/gb.web.feed/.lang/ gambas/trunk/comp/src/gb.web.feed/.project gambas/trunk/comp/src/gb.web.feed/.src/ gambas/trunk/comp/src/gb.web.feed/.src/Main.module gambas/trunk/comp/src/gb.web.feed/.src/Rss.class gambas/trunk/comp/src/gb.web.feed/.src/RssCategory.class gambas/trunk/comp/src/gb.web.feed/.src/RssCloud.class gambas/trunk/comp/src/gb.web.feed/.src/RssEnclosure.class gambas/trunk/comp/src/gb.web.feed/.src/RssGuid.class gambas/trunk/comp/src/gb.web.feed/.src/RssImage.class gambas/trunk/comp/src/gb.web.feed/.src/RssItem.class gambas/trunk/comp/src/gb.web.feed/.src/RssSource.class gambas/trunk/comp/src/gb.web.feed/.src/RssTextInput.class gambas/trunk/comp/src/gb.web.feed/.startup gambas/trunk/comp/src/gb.web.feed/Feed-icon.svg gambas/trunk/comp/src/gb.web.feed/test.xml Removed Paths: ------------- gambas/trunk/comp/src/gb.rss/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-05-27 05:35:32
|
Revision: 8140 http://sourceforge.net/p/gambas/code/8140 Author: gambas Date: 2017-05-27 05:35:30 +0000 (Sat, 27 May 2017) Log Message: ----------- [GB.WEB] * NEW: Request.TempDir is a new property that allows to define where the uploaded files are stored. * NEW: Request.MaxFileSize is a new property that allows to define the maximum size of uploaded files. By default it is 128 MB. [GB.WEB.FORM] * NEW: WebUploadArea: Take the new Request.TempDir property into account. * BUG: Prevent gw.table.onscroll() from failing if the target element does not exist anymore. Modified Paths: -------------- gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.src/Request.module gambas/trunk/comp/src/gb.web/.src/_Request_Post.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebUploadArea.class gambas/trunk/comp/src/gb.web.form/.src/WebUploader.class gambas/trunk/comp/src/gb.web.form/lib.js This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |