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

[Git][gambas/gambas][stable] 10 commits: Fix main window icon.



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


Commits:
e9411b25 by Benoît Minisini at 2026-09-12T10:13:56+02:00
Fix main window icon.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix main window icon.

- - - - -
b8a4c0c6 by Bruce Steers at 2026-09-12T10:14:06+02:00
Fix _DesktopFile_Actions.Remove(). Use correct key when deleting an action.
[GB.DESKTOP]
* BUG: use correct collection key when removing an action.

Note to Ben,  **Oops!**. Remove was not working as I was not adding "[Desktop Action ]" to the key name. fixed now.
I also removed the unneeded sanity check to check a key exists before removal. it might as well just throw an error.
- - - - -
936fcde8 by Benoît Minisini at 2026-09-12T10:14:23+02:00
Fix javascript file compression for the 'throw' keyword.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix javascript file compression for the 'throw' keyword.

- - - - -
f6323509 by Benoît Minisini at 2026-09-12T10:14:31+02:00
Connection editor: Fix a possible crash when checking the "remember database structure" option.

[DEVELOPMENT ENVIRONMENT]
* BUG: Connection editor: Fix a possible crash when checking the "remember database structure" option.

- - - - -
4122cb86 by Benoît Minisini at 2026-09-12T10:14:38+02:00
Welcome dialog: Filter project lists immediately. Do not wait from at least three characters in the filter field.

[DEVELOPMENT ENVIRONMENT]
* NEW: Welcome dialog: Filter project lists immediately. Do not wait from at least three characters in the filter field.

- - - - -
ab9ce8ce by Benoît Minisini at 2026-09-12T10:14:55+02:00
GitLab CI: remove 'debian:bullseye' that is not supported anymore.

- - - - -
3ddb8da6 by Benoît Minisini at 2026-09-12T10:15:03+02:00
Connection editor: Do not display a spurious error anymore when checking the "remember database structure".

[DEVELOPMENT ENVIRONMENT]
* BUG: Connection editor: Do not display a spurious error anymore when checking the "remember database structure".

- - - - -
11885242 by Benoît Minisini at 2026-09-12T10:15:15+02:00
Connection editor: Specify the maximum length of metadata table string fields, otherwise MySQL can't create an index on them.

[DEVELOPMENT ENVIRONMENT]
* BUG: Connection editor: Specify the maximum length of metadata table string fields, otherwise MySQL can't create an index on them.

- - - - -
7aab39c8 by Benoît Minisini at 2026-09-12T10:15:35+02:00
Fix arrangement routine that sometimes failed to detect all children of a container.

[GB.QT4]
* BUG: Fix arrangement routine that sometimes failed to detect all children of a container.

[GB.QT5]
* BUG: Fix arrangement routine that sometimes failed to detect all children of a container.

[GB.QT6]
* BUG: Fix arrangement routine that sometimes failed to detect all children of a container.

- - - - -
7a213704 by Benoît Minisini at 2026-09-12T10:16:49+02:00
Update to version 3.22.2.

- - - - -


17 changed files:

- .gitlab-ci.yml
- VERSION
- app/src/gambas3/.src/Connection/FNewConnection.class
- app/src/gambas3/.src/Connection/MConnection.module
- app/src/gambas3/.src/Editor/MCompressFile.module
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/FScreenshot.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/CProjectList.class
- app/src/gambas3/.src/Project/FCreateFile.class
- app/src/gambas3/.src/Project/FImportFile.class
- comp/src/gb.desktop/.src/_DesktopFile_Actions.class
- gb.qt4/share/gb.form.arrangement.h
- gb.qt4/src/CContainer.cpp
- gb.qt4/src/CWidget.cpp
- version.m4


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8ad2773d0f19f1c68bf8ca71c2f6ca54e10cd2bd...7a213704c9ddd9e33daa303e789eeca6675dc1e1

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8ad2773d0f19f1c68bf8ca71c2f6ca54e10cd2bd...7a213704c9ddd9e33daa303e789eeca6675dc1e1
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help