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

[Git][gambas/gambas][stable] 23 commits: Update template icons and remove 'GTK+2' template.



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


Commits:
5214cbca by Benoît Minisini at 2026-09-12T10:08:56+02:00
Update template icons and remove 'GTK+2' template.

[TEMPLATES]
* NEW: Remove the 'GTK+2' template.
* NEW: Update template icons.

- - - - -
b8629b7e by Benoît Minisini at 2026-09-12T10:09:04+02:00
Code & text editor: Locations including a '&' character are now displayed correctly.

[DEVELOPMENT ENVIRONMENT]
* BUG: Code & text editor: Locations including a '&' character are now displayed correctly.

- - - - -
c968da3e by Benoît Minisini at 2026-09-12T10:09:10+02:00
UTF-8 thousand separators are now taken into account, and not replaced by an underscore anymore.

[INTERPRETER]
* BUG: UTF-8 thousand separators are now taken into account, and not replaced by an underscore anymore.

- - - - -
4066e4d1 by Bruce Steers at 2026-09-12T10:09:28+02:00
Fix Run button not working if more than one file is modified and not yet saved.
[DEVELOPMENT_ENVIRONMENT]
* BUG: Only Inc Application.Busy once if more than one document is modified as Dec is only used once.
- - - - -
89921832 by Paolo Milliery at 2026-09-12T10:09:41+02:00
Fix gb.db2.odbc Result.Count on 64-bit systems

- - - - -
28829a61 by Paolo Milliery at 2026-09-12T10:09:47+02:00
Fix first ODBC result row access

- - - - -
19bfa6c6 by Benoît Minisini at 2026-09-12T10:09:59+02:00
Fix currency formats for localizations that do not use decimal digits in currency.

[INTERPRETER]
* BUG: Fix currency formats for localizations that do not use decimal digits in currency.

- - - - -
9d3519f8 by Benoît Minisini at 2026-09-12T10:10:10+02:00
Remove the XIM workaround. Keyboard events are not raised twice anymore apparently.

[GB.GTK]
* BUG: Remove the XIM workaround. Keyboard events are not raised twice anymore apparently.

[GB.GTK3]
* BUG: Remove the XIM workaround. Keyboard events are not raised twice anymore apparently.

- - - - -
2b1a51b6 by Benoît Minisini at 2026-09-12T10:10:17+02:00
Fix the previous fix.

[GB.GTK]
* BUG: Fix the previous fix.

[GB.GTK3]
* BUG: Fix the previous fix.

- - - - -
dc16deea by Benoît Minisini at 2026-09-12T10:10:25+02:00
ValueBox: Take the number of decimal digit into account correctly in currency mode.

[GB.FORM]
* BUG: ValueBox: Take the number of decimal digit into account correctly in currency mode.

- - - - -
0faadeb3 by Benoît Minisini at 2026-09-12T10:10:32+02:00
MenuButton: Correctly stretches the control icon.

[GB.FORM]
* BUG: MenuButton: Correctly stretches the control icon.

- - - - -
77a2b6e5 by Benoît Minisini at 2026-09-12T10:10:41+02:00
TableView: If 'NoKeyboard' is set, then the ENTER and the RETURN key do not trigger editing anymore.

[GB.FORM]
* NEW: TableView: If 'NoKeyboard' is set, then the ENTER and the RETURN key do not trigger editing anymore.

- - - - -
b2d8e6e4 by Benoît Minisini at 2026-09-12T10:10:48+02:00
Fix compression of '&' keyword in CSS files.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix compression of '&' keyword in CSS files.

- - - - -
b548f34d by Benoît Minisini at 2026-09-12T10:10:57+02:00
Project tree: Insert a space between the opened branch list and the project tree itself.

[DEVELOPMENT ENVIRONMENT]
* NEW: Project tree: Insert a space between the opened branch list and the project tree itself.

- - - - -
6f11c3be by Benoît Minisini at 2026-09-12T10:11:05+02:00
Javascript file compression correctly compress the backslash strings.

[DEVELOPMENT ENVIRONMENT]
* BUG: Javascript file compression correctly compress the backslash strings.

- - - - -
2eb1be07 by Benoît Minisini at 2026-09-12T10:11:12+02:00
Fix CSS compression of '&' keyword again.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix CSS compression of '&' keyword again.

- - - - -
4279557f by Benoît Minisini at 2026-09-12T10:11:21+02:00
Make savepoint names system-wide unique by adding the pid to it.

[GB.DB.POSTGRESQL]
* BUG: Make savepoint names system-wide unique by adding the pid to it.

- - - - -
a3ff053d by Benoît Minisini at 2026-09-12T10:11:30+02:00
Image: The optional 'Fast' argument of the 'Stretch()' method is correctly interpreted.

[GB.IMAGE.IO]
* BUG: Image: The optional 'Fast' argument of the 'Stretch()' method is correctly interpreted.

- - - - -
99b5e8b7 by Benoît Minisini at 2026-09-12T10:11:40+02:00
Compile the project before showing the translation workspace. Do not prevent project compilation when 'Application.Busy' is set.

[DEVELOPMENT ENVIRONMENT]
* BUG: Translation workspace: Compile the project before showing the translation workspace.
* BUG: Do not prevent project compilation when 'Application.Busy' is set.

- - - - -
6b129fb8 by Benoît Minisini at 2026-09-12T10:11:51+02:00
Update the project icon when the project properties change, not just when the project is opened.

[DEVELOPMENT ENVIRONMENT]
* BUG: Update the project icon when the project properties change, not just when the project is opened.

- - - - -
64d4a76c by Benoît Minisini at 2026-09-12T10:12:06+02:00
The 'database' application template must now use 'gb.db2' and not 'gb.db' anymore.

[TEMPLATES]
* BUG: The 'database' application template must now use 'gb.db2' and not 'gb.db' anymore.

- - - - -
79eacced by Benoît Minisini at 2026-09-12T10:12:13+02:00
Use the same savepoint names as 'gb.db.postgresql'.

[GB.DB2.POSTGRESQL]
* NEW: Use the same savepoint names as 'gb.db.postgresql'.

- - - - -
8ad2773d by Benoît Minisini at 2026-09-12T10:12:21+02:00
Add a missing tooltip in the left toolbar.

[DEVELOPMENT ENVIRONMENT]
* BUG: Add a missing tooltip in the left toolbar.

- - - - -


59 changed files:

- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Code/FTextEditor.class
- app/src/gambas3/.src/Editor/MCompressFile.module
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/FProjectProperty.class
- app/template/console/.hidden/icon.png
- + app/template/console/.version
- app/template/database/.hidden/icon.png
- app/template/database/.project
- + app/template/database/.version
- app/template/graphical/.hidden/icon.png
- + app/template/graphical/.version
- − app/template/gtk2/.directory
- − app/template/gtk2/.hidden/icon.png
- − app/template/gtk2/.icon.png
- − app/template/gtk2/.lang/es.po
- − app/template/gtk2/.lang/es_ES.po
- − app/template/gtk2/.lang/fr.po
- − app/template/gtk2/.lang/it.po
- − app/template/gtk2/.lang/ru.po
- − app/template/gtk2/.lang/zh.po
- − app/template/gtk2/.project
- − app/template/gtk2/.src/FMain.class
- − app/template/gtk2/.src/FMain.form
- app/template/gtk3/.hidden/icon.png
- app/template/qt/.hidden/icon.png
- app/template/qt/.lang/fr.po
- app/template/qt/.project
- + app/template/qt/.version
- app/template/sdl/.hidden/icon.png
- + app/template/sdl/.version
- app/template/web/.hidden/icon.png
- + app/template/web/.version
- app/template/webform/.hidden/icon.png
- app/template/webform/.project
- + app/template/webform/.version
- comp/src/gb.form/.component
- comp/src/gb.form/.project
- comp/src/gb.form/.src/Button/ButtonBox.class
- comp/src/gb.form/.src/Button/MenuButton.class
- comp/src/gb.form/.src/File/Properties/FFileProperties.class
- comp/src/gb.form/.src/Main.module
- comp/src/gb.form/.src/TableView.class
- comp/src/gb.form/.src/Test/FTestMenuButton.form
- comp/src/gb.form/.src/Test/FTestTableView.class
- comp/src/gb.form/.src/Test/FTestTableView.form
- comp/src/gb.form/.src/Test/FTestValueBox.form
- comp/src/gb.form/.src/ValueBox.class
- comp/src/gb.form/.version
- gb.db.postgresql/src/main.c
- gb.db2.odbc/src/main.c
- gb.db2.postgresql/src/gb.db2.postgresql/.component
- gb.db2.postgresql/src/gb.db2.postgresql/.src/_DatabaseDriver_Postgresql.class
- gb.gtk/src/gkey.cpp
- gb.image.io/src/c_image.c
- main/gbx/gbx_local.c


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/650a70445fc25b03495009bcde83856c6e3e636e...8ad2773d0f19f1c68bf8ca71c2f6ca54e10cd2bd

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/650a70445fc25b03495009bcde83856c6e3e636e...8ad2773d0f19f1c68bf8ca71c2f6ca54e10cd2bd
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