gambas
d708361b69
Spinner: Add a Type property that allows to choose between three different spinners.
...
[GB.FORM]
* NEW: Spinner: Add a Type property that allows to choose between three different spinners.
2021-01-11 04:13:02 +01:00
gambas
15bba0dfe2
Avoid a possible crash when raising the Link event.
...
[GB.QT4]
* BUG: Avoid a possible crash when raising the Link event.
[GB.QT5]
* BUG: Avoid a possible crash when raising the Link event.
2021-01-11 03:36:28 +01:00
gambas
1d270de336
Do not crash anymore when loading an Animation fails.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Don't use the deprecated MovieBox.Path property anymore.
[GB.GTK]
* BUG: Do not crash anymore when loading an Animation fails.
[GB.GTK3]
* BUG: Do not crash anymore when loading an Animation fails.
[GB.QT4]
* BUG: Do not crash anymore when loading an Animation fails.
[GB.QT5]
* BUG: Do not crash anymore when loading an Animation fails.
2021-01-11 01:24:20 +01:00
gambas
8c4fc6d10c
Try to fix compilation on 'alpine'.
...
[GB.QT4]
* BUG: Try to fix compilation on 'alpine'.
[GB.QT5]
* BUG: Try to fix compilation on 'alpine'.
2021-01-09 11:27:53 +01:00
gambas
bfb6cce882
Remove include of the deleted 'gmoviebox.h' file.
...
[GB.GTK]
* BUG: Remove include of the deleted 'gmoviebox.h' file.
[GB.GTK3]
* BUG: Remove include of the deleted 'gmoviebox.h' file.
2021-01-09 10:52:12 +01:00
gambas
13c0d23424
MovieBox: Add backward-compatible Path property.
...
[GB.GUI.BASE]
* BUG: MovieBox: Add backward-compatible Path property.
2021-01-09 10:38:43 +01:00
gambas
a0a2d0379c
MovieBox is now implemented in Gambas, through a new Animation class.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Support for the MovieBox Animation property.
[GB.GTK]
* NEW: Animation is a new class that represents an animated image.
* NEW: MovieBox has been removed.
[GB.GTK3]
* NEW: Animation is a new class that represents an animated image.
* NEW: MovieBox has been removed.
[GB.GUI.BASE]
* NEW: MovieBox is now implemented in Gambas.
[GB.QT4]
* NEW: Animation is a new class that represents an animated image.
* NEW: MovieBox has been removed.
[GB.QT5]
* NEW: Animation is a new class that represents an animated image.
* NEW: MovieBox has been removed.
2021-01-09 10:24:56 +01:00
gambas
601eb90831
Reorder profiling menus. Display the platform and the GUI toolkit in the about dialog.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Reorder profiling menus.
* NEW: About dialog: Display the platform and the GUI toolkit.
2021-01-08 20:39:05 +01:00
gambas
f8dfd75bb8
Make the component compile again.
...
[GB.QT4]
* BUG: Make the component compile again.
2021-01-08 19:05:09 +01:00
gambas
0d076a7b7c
Fix arrangement of containers having the AutoResize property set and get rid of many deprecated GTK+ API on GTK+3.
...
[GB.GTK]
* BUG: Fix arrangement of containers having the AutoResize property set.
* BUG: TabStrip: Fix the client area computing routine.
[GB.GTK3]
* BUG: Fix arrangement of containers having the AutoResize property set.
* BUG: Get rid of many deprecated GTK+ API (not all yet).
* BUG: TabStrip: Fix the client area computing routine.
2021-01-08 18:36:02 +01:00
gambas
96c271fccf
Don't try to activate windows on Wayland, it does not work.
...
[GB.QT5]
* BUG: Don't try to activate windows on Wayland, it does not work.
2021-01-08 18:34:35 +01:00
gambas
a30f69c289
Fix error message of BigInt.ToString().
...
[GB.GMP]
* BUG: Fix error message of BigInt.ToString().
2021-01-07 02:22:18 +01:00
gambas
353d015461
TabPanel: Clicking on a tab button now gives it the focus.
...
[GB.FORM]
* NEW: TabPanel: Clicking on a tab button now gives it the focus.
2021-01-06 23:52:23 +01:00
gambas
756b051160
Fixes in keyboard management and default / cancel buttons.
...
[GB.GTK]
* BUG: Button: Fix button click animation.
* BUG: Button: The default and cancel buttons of all embedded forms of the current window are now taken into account.
* BUG: Button: Unmapped default or cancel buttons are now ignored.
* BUG: Keyboard events are now propagated to the parent containers.
[GB.GTK3]
* BUG: Button: Fix button click animation.
* BUG: Button: The default and cancel buttons of all embedded forms of the current window are now taken into account.
* BUG: Button: Unmapped default or cancel buttons are now ignored.
* BUG: Keyboard events are now propagated to the parent containers.
2021-01-06 23:48:24 +01:00
gambas
647ef86ad2
Fix TabStrip client area size computation and Menu shortcut management.
...
[GB.GTK]
* BUG: TabStrip: Fix client area size computation.
* BUG: Menu: Fix shortcut management.
[GB.GTK3]
* BUG: TabStrip: Fix client area size computation.
* BUG: Menu: Fix shortcut management.
2021-01-06 20:31:53 +01:00
gambas
f11e36d15f
Merge branch 'master' of gitlab.com:gambas/gambas
2021-01-06 16:22:33 +01:00
gambas
9a16226462
FileView: Sort configuration is kept when the view is refreshed, and the first column has a maximum width.
...
[GB.FORM]
* NEW: FileView: Sort configuration is kept when the view is refreshed.
* NEW: FileView: The first column now has a maximum width when it is resized at refresh.
2021-01-06 16:22:19 +01:00
Benoît Minisini
1686480685
Merge branch 'ubuntu-hirsute-hippo' into 'master'
...
Update .gitlab-ci.yml: Add Ubuntu 21.04 (Hirsute Hippo)
See merge request gambas/gambas!176
2021-01-06 14:42:45 +00:00
Benoît Minisini
b873531cd9
Merge branch 'fedora-trim' into 'master'
...
Update .gitlab-ci.yml: better fedora dependency list
See merge request gambas/gambas!182
2021-01-06 14:41:50 +00:00
Bruce Steers
5bb2cdf8c1
Update .gitlab-ci.yml
...
* OPT: trim fedora dependencies, reduce download.
2021-01-06 13:27:55 +00:00
gambas
ca307099d5
Merge branch 'master' of gitlab.com:gambas/gambas
2021-01-06 03:04:44 +01:00
gambas
c6b20765fa
Support for the Window Stacking and Border properties in wayland.
...
[GB.QT5]
* NEW: Support for some window properties in wayland.
[GB.QT5.WAYLAND]
* NEW: Support for the Window Stacking and Border properties.
2021-01-06 03:04:25 +01:00
Benoît Minisini
aa9ab3dedf
Merge branch 'opensuse15' into 'master'
...
Opensuse15
See merge request gambas/gambas!181
2021-01-04 17:21:23 +00:00
Bruce Steers
aba3b11451
Update .gitlab-ci.yml
2021-01-04 16:47:10 +00:00
Bruce Steers
6075d6c72a
Update .gitlab-ci.yml
...
[gitlab]
* NEW: add OpenSuse 15 (.2 & .3)
2021-01-04 16:41:22 +00:00
Tobias Boege
df5022e383
gb.ncurses: allow stepping out of and into ncurses mode
...
[GB.NCURSES]
* NEW: Screen.Suspend and Screen.Resume are two new methods which
allow to temporarily leave ncurses mode, restoring the original
tty settings, and to come back, restoring ncurses's tty settings
and screen content.
2021-01-04 17:16:23 +01:00
gambas
a514b8a676
Fix error message choice.
...
[GB.GUI.QT.OPENGL]
* BUG: Fix error message choice.
[GB.GUI.QT.WEBKIT]
* BUG: Fix error message choice.
[GB.GUI.WEBVIEW]
* BUG: Fix error message choice.
2021-01-04 13:14:30 +01:00
gambas
a0b914a084
Do not include wayland specific includes if GDK_WINDOWING_WAYLAND is not defined.
...
[GB.GTK3]
* BUG: Do not include wayland specific includes if GDK_WINDOWING_WAYLAND is not defined.
2021-01-04 02:49:54 +01:00
gambas
197adab0b5
Fix uninstallation of gambas icons.
...
[CONFIGURATION]
* BUG: Fix uninstallation of gambas icons.
2021-01-03 18:35:22 +01:00
gambas
c3d351d18d
Version control: Ignore changes in spaces when displaying git log history with changes.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Version control: Ignore changes in spaces when displaying git log history with changes.
2021-01-02 22:54:52 +01:00
gambas
8ab973d4ed
Stock: Merge the detection of 'gnome', 'mate' and 'cinnamon' desktops.
...
[GB.FORM]
* NEW: Stock: Merge the detection of 'gnome', 'mate' and 'cinnamon' desktops.
2021-01-02 22:50:54 +01:00
gambas
c8a569ebec
Merge branch 'master' of gitlab.com:gambas/gambas
2021-01-02 22:33:00 +01:00
gambas
9ed2dab99e
Fix thousand separators and Date values with no date formatting.
...
[INTERPRETER]
* BUG: Use the correct thousand separators.
* BUG: Val() correctly formats Date values with no date again, using 'gb.LongTime' format.
2021-01-02 22:31:03 +01:00
gambix
d100d710a6
Update stock theme detection.
2021-01-02 18:06:50 +01:00
gambix
72886a70bf
Now Stock class load themes with Cinnamon desktop.
...
[GB.FORM]
* BUG: Now Stock class load themes with Cinnamon desktop.
2021-01-02 17:10:03 +01:00
gambix
4839ab8fff
Merge branch 'master' of gitlab.com:gambas/gambas
2021-01-02 15:39:57 +01:00
gambas
ceb8d955df
TreeView: Modifying the font of an item now correctly updates its height.
...
[GB.GUI.BASE]
* BUG: TreeView: Modifying the font of an item now correctly updates its height.
2021-01-02 15:07:24 +01:00
gambas
dc6e0b1a7d
Add 'how-to-install' special command.
...
[WIKI]
* NEW: Add 'how-to-install' special command.
2021-01-02 11:37:05 +01:00
gambas
0938ef62e8
Remove an unused variable.
...
[GB.FORM.TERMINAL]
* BUG: Remove an unused variable.
2021-01-02 11:36:16 +01:00
gambas
cf1adc8238
Request Webkit2Gtk >= 2.20 instead of 2.28.
...
[GB.GTK3.WEBVIEW]
* NEW: Request Webkit2Gtk >= 2.20 instead of 2.28.
2021-01-02 11:35:02 +01:00
gambas
f22b74a10a
Remove TerminalView resizing workaround.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Remove TerminalView resizing workaround.
2020-12-30 22:13:33 +01:00
gambix
e155a472b3
Merge branch 'master' of gitlab.com:gambas/gambas
2020-12-30 15:18:53 +01:00
gambas
a8b9bf14b6
TerminalView: The last lines are now automatically relayouted when the width of the terminal changes.
...
[GB.FORM.TERMINAL]
* NEW: TerminalView: The last lines are now automatically relayouted when the width of the terminal changes.
* BUG: TerminalView: The padding is now correctly taking into account when computing the terminal character width.
2020-12-30 01:22:57 +01:00
gambas
e4da796e5b
WebView: Fix declaration of WebView.Settings property.
...
[GB.GTK3.WEBVIEW]
* BUG: WebView: Fix declaration of WebView.Settings property.
2020-12-29 21:36:20 +01:00
gambas
85d406b6e3
Welcome dialog: Some fixes in snow.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Welcome dialog: Some fixes in snow.
2020-12-29 17:18:22 +01:00
gambas
cbf9ec1c03
Property variables declared with 'USE' are now correctly considered as private by the automatic completion.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Property variables declared with 'USE' are now correctly considered as private by the automatic completion.
2020-12-28 23:51:30 +01:00
gambas
a165a4884c
Some fixes in snow & tears.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Welcome dialog: Do not draw tears on X-Mas.
* NEW: Welcome dialog: Make snow flakes fade when they have landed.
2020-12-28 23:42:26 +01:00
gambas
f246d03e95
Limit the width of the search list location column.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Limit the width of the search list location column.
2020-12-28 22:06:11 +01:00
gambas
d94f117e7b
Better workaround of libraries that incorrectly override SIGCHLD handler like 'glib'.
...
[INTERPRETER]
* BUG: Better workaround of libraries that incorrectly override SIGCHLD handler like 'glib'.
2020-12-28 02:45:56 +01:00
gambas
b070d7a386
Popups now use absolute position, so that they follow the document scrolling.
...
[GB.WEB.GUI]
* BUG: Popups now use absolute position, so that they follow the document scrolling.
2020-12-27 20:23:21 +01:00