gambas
6aaf3381d9
WebComboBox: Setting the text on editable comboboxes correctly sets the Index property and raises the Click event.
...
[GB.WEB.GUI]
* BUG: WebComboBox: Setting the text on editable comboboxes correctly sets the Index property and raises the Click event.
2020-09-17 09:55:34 +02:00
gambas
6e3f56be4e
TerminalView: Ignore window manipulations sequences.
...
[GB.FORM.TERMINAL]
* NEW: TerminalView: Ignore window manipulations sequences ("ESC [ ... t").
2020-09-08 09:02:53 +02:00
gambas
027843d640
ToolBar: Configuration of toolbars having the same key but on different forms are now distinct.
...
[GB.FORM.MDI]
* BUG: ToolBar: Configuration of toolbars having the same key but on different forms are now distinct.
2020-09-08 00:25:55 +02:00
gambas
2a4493100f
Report.Print() now works correctly whatever the toolkit or the printer.
...
[GB.REPORT2]
* BUG: Report.Print() now works correctly whatever the toolkit or the printer.
* BUG: Checking or unchecking the grayscale checkbox now correctly refreshes the preview.
2020-09-05 21:44:56 +02:00
gambas
b7f1e745c1
WebComboBox: Use the 'onclick' event instead of 'onselect', so that initial click on first list element is detected.
...
[GB.WEB.GUI]
* BUG: WebComboBox: Use the 'onclick' event instead of 'onselect', so that initial click on first list element is detected.
2020-09-05 14:37:03 +02:00
gambas
93f91041e1
Message: text is not vertically truncated anymore when using a GTK+ component.
...
[GB.GUI.BASE]
* BUG: Message: text is not vertically truncated anymore when using a GTK+ component.
2020-08-30 20:58:55 +02:00
gambas
db06064d7b
Log is now disabled by default.
...
[GB.WEB.GUI]
* BUG: Log is now disabled by default. Setting the GB_WEB_GUI_DEBUG environment variable to "1" enables it.
2020-08-24 10:43:40 +02:00
gambas
76637184e6
Remove a debugging message.
...
[GB.SETTINGS]
* BUG: Remove a debugging message.
2020-08-21 11:22:30 +02:00
Benoît Minisini
e193d7ec8c
Merge branch 'gbs3' into 'master'
...
Gbs3
See merge request gambas/gambas!152
2020-08-21 09:20:19 +00:00
gambas
ccb5471dcf
ListBox: Click event is now raised on the next event loop.
...
[GB.GUI.BASE]
* NEW: ListBox: Click event is now raised on the next event loop.
2020-08-20 01:41:34 +02:00
gambas
796ec29fbb
Merge branch 'master' of https://gitlab.com/gambas/gambas
2020-08-20 01:37:54 +02:00
gambas
6a505680e2
DataComboView: Handle keyboard shortcuts: Space, Enter, Down, and Escape key.
...
[GB.DB.FORM]
* NEW: DataComboView: Handle keyboard shortcuts: Space, Enter, Down, and Escape key.
2020-08-20 01:37:47 +02:00
Brian G
ca34256ccf
[gb.texthighlight]
...
* FIX: Removed ToConsole
* NEW: Created new branch for console highlight
* NEW: Updated TextHighlight to include ToConsole, for console print highlighting support
2020-08-19 06:33:17 -07:00
gambas
5be18a279d
Desktop.SendMail() now waits for the completion of the 'xdg-email' script, so that errors are raised.
...
[GB.DESKTOP]
* BUG: Desktop.SendMail() now waits for the completion of the 'xdg-email' script, so that errors are raised.
2020-08-18 10:59:20 +02:00
gambas
b00a552f62
TextEditor: Line numbers do not overlap expanders anymore when text editor has custom highlighting.
...
[GB.FORM.EDITOR]
* BUG: TextEditor: Line numbers do not overlap expanders anymore when text editor has custom highlighting.
2020-08-11 14:13:34 +02:00
gambas
1eb943644e
Display grid if the grid property is set, and ignore vertical alignment when drawing the contents.
...
[GB.DB.FORM]
* BUG: DataComboView: Ignore vertical alignment when drawing the contents.
* NEW: DataComboView: Draw grid inside the combo if the grid property is set (the code is actually in the previous commit).
2020-08-03 02:33:15 +02:00
gambas
0720b6763d
Fix popup management, and save drawing context when running a style method.
...
[GB.GTK]
* BUG: Fix popup management.
* BUG: Save drawing context when running a style method.
[GB.GTK3]
* BUG: Fix popup management.
* BUG: Save drawing context when running a style method.
2020-08-03 02:22:02 +02:00
gambas
ff5541cdb9
DataComboView: Fix default event and prevent the popup contents from scrolling horizontally.
...
[GB.DB.FORM]
* BUG: DataComboView: Fix default event.
* NEW: DataComboView: Prevent the popup contents from scrolling horizontally.
2020-08-03 00:21:49 +02:00
Brian G
145d47e451
[gb.texthighlight
...
* Add: Updated TextHighlight to include ToConsole, for console print highlighting support
2020-07-30 14:11:30 -07:00
Brian G
6189fba3d0
# Add Updated TextHighlight to include ToConsole, for console color support
2020-07-30 13:00:24 -07:00
Brian G
06d6dffc9d
Merge branch 'master' of gitlab.com:ercoupeflyer/gambas
2020-07-30 12:56:49 -07:00
Brian G
26e98d1155
# Add Updated TextHighlight to include ToConsole, for console color support
2020-07-30 12:52:45 -07:00
gambas
a3ee48178a
TrayIcon: Update the DBus menu only if necessary.
...
[GB.DBUS.TRAYICON]
* BUG: TrayIcon: Update the DBus menu only if necessary.
2020-07-29 22:12:20 +02:00
gambas
22afec7de4
On KDE5, don't try to use old KDE4 wallet if it is not available.
...
[GB.DESKTOP]
* BUG: On KDE5, don't try to use old KDE4 wallet if it is not available.
2020-07-29 11:45:41 +02:00
gambas
323100a39c
Setting action tooltip does not crash anymore on menus.
...
[GB.GUI.BASE]
* BUG: Setting action tooltip does not crash anymore on menus.
2020-07-19 00:51:54 +02:00
gambas
7c56865d97
Fix '&=' operator optimization when the added string is void.
...
[INTERPRETER]
* BUG: Fix '&=' operator optimization when the added string is void.
2020-07-13 15:41:12 +02:00
gambas
c45afb88ed
Fix again automatic insertion of string delimiters.
...
[GB.FORM.EDITOR]
* BUG: Fix again automatic insertion of string delimiters.
2020-07-09 13:24:02 +02:00
Benoît Minisini
6d6f99887a
Merge branch 'master' into 'master'
...
Updated brazilian portuguese translations
See merge request gambas/gambas!150
2020-07-04 09:52:12 +00:00
gambas
4b34a2b9d5
Settings: Add a few methods and properties.
...
[GB.SETTINGS]
* NEW: Settings.Count is a new property that returns the total number of settings.
* NEW: Settings.Exist() is a new method that return if a specific settings key is set.
* NEW: Settings.Keys.Count is a new property that returns the number of children slots.
* NEW: Settings.Keys.Exist() is a new method that returns if a specific child slot exists.
* NEW: Settings.Keys.All is a new property that returns an array of all children slot keys.
2020-07-03 01:55:06 +02:00
gambas
7923d08a41
WebComboBox: Fix initial value of the Index property.
...
[GB.WEB.GUI]
* BUG: WebComboBox: Fix initial value of the Index property.
2020-07-02 22:51:00 +02:00
gambas
7d0eb6598f
Disabled widgets now ignore all pointer events.
...
[GB.WEB.GUI]
* BUG: Disabled widgets now ignore all pointer events.
2020-07-02 20:17:17 +02:00
gambas
5b6d3a1b2e
TextEditor: Inserting a string delimiter at the beginning of the line does not crash anymore.
...
[GB.FORM.EDITOR]
* BUG: TextEditor: Inserting a string delimiter at the beginning of the line does not crash anymore.
2020-06-29 20:33:32 +02:00
gambas
3b8166343f
Update project version.
2020-06-29 20:25:11 +02:00
gambas
f8da3dbd6b
Minus sign reformatting.
2020-06-29 20:24:04 +02:00
gambas
4b2967df56
Remove useless void lines.
2020-06-29 20:23:07 +02:00
gambas
dfd64cde24
Display a better error message if the settings file directory disappeared.
...
[GB.SETTINGS]
* NEW: Display a better error message if the settings file directory disappeared.
2020-06-29 20:20:57 +02:00
gambas
dcce2f9d83
DesktopFile: Fix the case of the "exist" symbol that is used as a public method name.
...
[GB.DESKTOP]
* BUG: DesktopFile: Fix the case of the "exist" symbol that is used as a public method name.
2020-06-29 20:19:32 +02:00
gambas
445d8784a8
FileChooser & DirChooser: ShowToolbar is a new property that toggles the toolbar.
...
[GB.FORM]
* NEW: FileChooser: ShowToolbar is a new property that toggles the toolbar.
* NEW: DirChooser: ShowToolbar is a new property that toggles the toolbar.
* NEW: FileView: Display a text inside the view when a directory is empty.
2020-06-27 12:01:59 +02:00
gambas
1ba3d0cb5a
FileChooser: Add a separator above the bottom filters when Border property is unset.
...
[GB.FORM]
* NEW: FileChooser: Add a separator above the bottom filters when Border property is unset.
2020-06-24 19:50:36 +02:00
gambas
dc0ad72612
MediaView: Add Volume and Muted properties.
...
[GB.MEDIA.FORM]
* NEW: MediaView: Volume is a new property to return or set the audio volume.
* NEW: MediaView: Muted is a new property that defines if the audio is muted or not.
2020-06-22 02:10:20 +02:00
gambas
42f32030e3
TextEditor: Fix cursor move down and string closing routine.
...
[GB.FORM.EDITOR]
* BUG: TextEditor: Moving down now should work as expected on wrapped lines.
* NEW: TextEditor: Draw wrapped lines with little arrows at the end.
* NEW: TextEditor: String closing routine should be less stupid now.
2020-06-19 13:24:50 +02:00
gambas
0406cdf471
Update some icons, and add a 128 pixels version of 'pen' and 'mouse' color stock icons.
...
[GB.FORM.STOCK]
* NEW: Update some icons, and add a 128 pixels version of 'pen' and 'mouse' color stock icons.
2020-06-14 00:50:22 +02:00
gambas
9c2f725e01
Merge branch 'master' of gitlab.com:gambas/gambas
2020-06-12 22:13:27 +02:00
gambas
de483d68bc
Update project icon.
...
[GB.FORM.PRINT]
* NEW: Update project icon.
2020-06-12 22:13:18 +02:00
gambas
87b69361b4
TextEditor: Draw margin background and current line differently.
...
[GB.FORM.EDITOR]
* NEW: TextEditor: Draw margin background and current line differently.
2020-06-12 22:12:32 +02:00
Gen Braga
8f1d99c3b6
Added Brazilian Portuguese translations
...
[GB.REPORT2]
* NEW: Added Brazilian Portuguese translations.
2020-06-12 02:37:14 -03:00
Gen Braga
554c80f419
Updated Brazilian Portuguese translations
...
[GB.FORM.PRINT]
* NEW: Updated Brazilian Portuguese translations.
2020-06-12 02:31:03 -03:00
Gen Braga
6303fbe01c
Updated Brazilian Portuguese translations
...
[GB.FORM.MDI]
* NEW: Updated Brazilian Portuguese translations.
2020-06-12 02:21:23 -03:00
Gen Braga
dc70dc9146
Updated Brazilian Portuguese translations
...
[GB.DB.FORM]
* NEW: Updated Brazilian Portuguese translations.
2020-06-12 02:14:00 -03:00
Gen Braga
5867236c38
Update Brazilian Portuguese translations
...
[GB.ARGS]
* NEW: Updated Brazilian Portuguese translations.
2020-06-11 21:51:01 -03:00