This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
You've already forked gambas-source-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
8ef094e3e7
gambas-source-code
/
comp
/
src
/
gb.gui.base
/
.startup
10 lines
51 B
Text
Raw
Normal View
History
Unescape
Escape
[DEVELOPMENT ENVIRONMENT] * NEW: Project property dialog: New project arguments interface. * NEW: Debugger: The project arguments is now selectable with a popup menu. * BUG: Fix position history behaviour. [INTERPRETER] * NEW: Object.Type(), Object.Class() and Object.Is() now work with invalid objects. [GB.FORM] * NEW: Completion: Support for TextArea editor. * NEW: Completion: Editor property is now writable. * NEW: TableView: Raise a new Hide event when the editor is hidden. [GB.FORM.EDITOR] * NEW: TextEditor: CursorAt() is a new method that returns the cursor screen position from a line and a column. [GB.GTK] * NEW: TextBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: ComboBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: TextArea: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. [GB.GTK3] * NEW: TextBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: ComboBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: TextArea: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. [GB.GUI.BASE] * BUG: GridView: Newlines in cells with WordWrap property set are now taken into account correctly. [GB.QT4] * NEW: TextBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: ComboBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: TextArea: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. [GB.QT5] * NEW: TextBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: ComboBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: TextArea: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. git-svn-id: svn://localhost/gambas/trunk@7825 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2016-07-18 05:01:59 +02:00
FGridView
[INTERPRETER] * BUG: Fix the order of component exported classes loading after the project has been loaded. * BUG: Fix GB.CanRaise() API. [GB.DB.FORM] * NEW: DataView.Sorted is a new property that tells if the data can be sorted by clicking on the column headers. * NEW: DataView columns now show sort indicators, and data can be sorted in descending order. * NEW: DataSource.Ascending is a new property that defines the order of the sort defined by the DataSource.Sort property. [GB.FORM] * NEW: Remove all controls that were moved to gb.gui.base. * NEW: FileView file size units are translatable now. [GB.GTK] * NEW: Remove TreeView, ListView and ColumnView. * NEW: Control.Tracking takes the proxy into account. * NEW: Remove the Gambas part. [GB.GUI.BASE] * NEW: gb.gui.base is a new hidden component that is automatically loaded by gb.qt4 and gb.gtk. It implements the following controls and classes entirely in Gambas: TreeView, ListView, ColumnView, IconView, Action, ScrollArea. These classes were located in gb.form and in the Gambas part of GUI components before. [GB.QT4] * NEW: Remove TreeView, ListView and ColumnView. * NEW: Control.Tracking takes the proxy into account. * NEW: Remove the Gambas part. [GB.WEB] * NEW: Request.Query and Request.Path can be modified now. * BUG: Overriding a CGI variable with Null works now. git-svn-id: svn://localhost/gambas/trunk@5251 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-10-27 02:28:55 +02:00
gb.gui.base
0
0
[GB.GUI.BASE] * BUG: GridView: Stop the scrolling timer when focus is lost, as if you open a modal dialog during a MouseDown event, you don't get the MouseUp event! Maybe I should systematically raise a fake MouseUp event when focus is lost, and QT didn't send it. git-svn-id: svn://localhost/gambas/trunk@7930 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2016-10-10 18:42:40 +02:00
3.9.90
[INTERPRETER] * BUG: Fix the order of component exported classes loading after the project has been loaded. * BUG: Fix GB.CanRaise() API. [GB.DB.FORM] * NEW: DataView.Sorted is a new property that tells if the data can be sorted by clicking on the column headers. * NEW: DataView columns now show sort indicators, and data can be sorted in descending order. * NEW: DataSource.Ascending is a new property that defines the order of the sort defined by the DataSource.Sort property. [GB.FORM] * NEW: Remove all controls that were moved to gb.gui.base. * NEW: FileView file size units are translatable now. [GB.GTK] * NEW: Remove TreeView, ListView and ColumnView. * NEW: Control.Tracking takes the proxy into account. * NEW: Remove the Gambas part. [GB.GUI.BASE] * NEW: gb.gui.base is a new hidden component that is automatically loaded by gb.qt4 and gb.gtk. It implements the following controls and classes entirely in Gambas: TreeView, ListView, ColumnView, IconView, Action, ScrollArea. These classes were located in gb.form and in the Gambas part of GUI components before. [GB.QT4] * NEW: Remove TreeView, ListView and ColumnView. * NEW: Control.Tracking takes the proxy into account. * NEW: Remove the Gambas part. [GB.WEB] * NEW: Request.Query and Request.Path can be modified now. * BUG: Overriding a CGI variable with Null works now. git-svn-id: svn://localhost/gambas/trunk@5251 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-10-27 02:28:55 +02:00
gb.image
gb.gui
Reference in a new issue
Copy permalink