[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][stable] 7 commits: Correctly handle timeout in 'Process.Wait()' and 'Task.Wait()' methods.



Benoît Minisini pushed to branch stable at Gambas / gambas


Commits:
993a1429 by Benoît Minisini at 2026-01-07T22:22:20+01:00
Correctly handle timeout in 'Process.Wait()' and 'Task.Wait()' methods.

[INTERPRETER]
* BUG: Correctly handle timeout in 'Process.Wait()' and 'Task.Wait()' methods.

- - - - -
f841be88 by Benoît Minisini at 2026-01-07T22:22:36+01:00
Correctly adapt project icons to dark theme.

[DEVELOPMENT ENVIRONMENT]
* BUG: Correctly adapt project icons to dark theme.

- - - - -
34ab8df2 by Benoît Minisini at 2026-01-07T22:22:47+01:00
Redraw the 'binary' icons.

[GB.FORM.STOCK]
* NEW: Redraw the 'binary' icons.

- - - - -
a185a8f6 by Benoît Minisini at 2026-01-07T22:22:59+01:00
ComboBox: Load the clear button icon without crashing when stock icons are not available.

[GB.GUI.BASE]
* BUG: ComboBox: Load the clear button icon without crashing when stock icons are not available.
* OPT: Picture: Use 'File.RealPath()' when dealing with relative paths.

- - - - -
5991b5c6 by Benoît Minisini at 2026-01-07T22:23:11+01:00
Forgot to commit a new internal routine that adapt an image to dark theme.

[GB.GUI.BASE]
* BUG: Forgot to commit a new internal routine that adapt an image to dark theme.

- - - - -
66cd8d81 by Benoît Minisini at 2026-01-07T22:23:22+01:00
Connection editor: Fix table rename on postgresql.

[DEVELOPMENT ENVIRONMENT]
* BUG: Connection editor: Fix table rename on postgresql.

- - - - -
a2c2da08 by Benoît Minisini at 2026-01-07T22:23:45+01:00
Fix loading of ComboBox clear button image.

[GB.GUI.BASE]
* BUG: Fix loading of ComboBox clear button image.

- - - - -


9 changed files:

- app/src/gambas3/.src/Connection/MConnection.module
- app/src/gambas3/.src/Project/ProjectBox.class
- comp/src/gb.form.stock/gambas-mono/128/binary.png
- comp/src/gb.form.stock/gambas-thin/128/binary.png
- comp/src/gb.form.stock/gambas/128/binary.png
- comp/src/gb.gui.base/.src/ComboBox/ComboBox.class
- comp/src/gb.gui.base/.src/Picture.class
- comp/src/gb.gui.base/.src/_Gui.class
- main/gbx/gbx_watch.c


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bb4e985eefe33ece08929a3b7058d8dd41c50f69...a2c2da087c0a7991140e0e2b48b32fb9f857878c

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bb4e985eefe33ece08929a3b7058d8dd41c50f69...a2c2da087c0a7991140e0e2b48b32fb9f857878c
You're receiving this email because of your account on gitlab.com.