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

[Git][gambas/gambas][stable] 15 commits: Container: Always trigger arrangement when the AutoResize property is set.



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


Commits:
efeaa201 by Benoît Minisini at 2026-03-30T22:16:43+02:00
Container: Always trigger arrangement when the AutoResize property is set.

[GB.QT4]
* BUG: Container: Always trigger arrangement when the AutoResize property is set.

[GB.QT5]
* BUG: Container: Always trigger arrangement when the AutoResize property is set.

[GB.QT6]
* BUG: Container: Always trigger arrangement when the AutoResize property is set.

- - - - -
1073dcbf by Benoît Minisini at 2026-03-30T22:16:50+02:00
Control: The initial position is outside of the container client area, as in QT components. Fix 'Window.Reparent()'.

[GB.GTK]
* BUG: Control: The initial position is outside of the container client area, as in QT components.
* BUG: Window: 'Reparent()' method works correctly whatever the new position of the window.

[GB.GTK3]
* BUG: Control: The initial position is outside of the container client area, as in QT components.
* BUG: Window: 'Reparent()' method works correctly whatever the new position of the window.

- - - - -
b6c2d951 by Benoît Minisini at 2026-03-30T22:17:05+02:00
Fix the behaviour of "default" and "cancel" buttons when forms are embedded.

[GB.QT4]
* BUG: Fix the behaviour of "default" and "cancel" buttons when forms are embedded.

[GB.QT5]
* BUG: Fix the behaviour of "default" and "cancel" buttons when forms are embedded.

[GB.QT6]
* BUG: Fix the behaviour of "default" and "cancel" buttons when forms are embedded.

- - - - -
0f2997ce by Benoît Minisini at 2026-03-30T22:17:41+02:00
Fix a crash occurring when the result of a string concatenation is longer than 2GB. Raise a "out of memory" error instead.

[INTERPRETER]
* BUG: Fix a crash occurring when the result of a string concatenation is longer than 2GB. Raise a "out of memory" error instead.

- - - - -
4b53ff64 by Benoît Minisini at 2026-03-30T22:17:53+02:00
'DateAdd()' now automatically converts its third argument to an integer.

[INTERPRETER]
* BUG: 'DateAdd()' now automatically converts its third argument to an integer.

- - - - -
4c6663c3 by Benoît Minisini at 2026-03-30T22:19:22+02:00
Fix bugs detected by the two pass compiler.

[GB.FORM]
* BUG: Fix bugs detected by the two pass compiler.
* BUG: FileChooser: Correctly save the preview settings.

- - - - -
6006b5fe by Benoît Minisini at 2026-03-30T22:19:40+02:00
It's impossible to check the 'gb.desktop' component, it's compiled after 'gb.form'.

[GB.FORM]
* BUG: It's impossible to check the 'gb.desktop' component, it's compiled after 'gb.form'.
* BUG: Explicitly declare 'Desktop' where needed for the two pass compiler.

- - - - -
da7a4424 by Benoît Minisini at 2026-03-30T22:19:49+02:00
Simplify how the different poppler versions are handled.

[GB.PDF]
* NEW: Simplify how the different poppler versions are handled.

- - - - -
4b1cd8f2 by Benoît Minisini at 2026-03-30T22:19:58+02:00
Fix some version checks.

[GB.PDF]
* BUG: Fix some version checks.

- - - - -
91e1584c by Benoît Minisini at 2026-03-30T22:20:17+02:00
Style: Fix an unknown symbol error detected by the two pass compiler.

[GB.GUI.BASE]
* BUG: Style: Fix an unknown symbol error detected by the two pass compiler.

- - - - -
e67b6781 by Benoît Minisini at 2026-03-30T22:20:42+02:00
ListBox: Layout items correctly (again) when the 'List' property change, and postpone layout updates.

[GB.GUI.BASE]
* NEW: ComboBox: Draw the rich text value of the current item in read-only mode.
* BUG: ComboBox: Correctly update the automatic size when adding a new item.

- - - - -
9b429067 by Benoît Minisini at 2026-03-30T22:20:51+02:00
Fix a crash when using a void key in the different component pseudo-collections.

[GB.DB]
* BUG: Fix a crash when using a void key in the different component pseudo-collections.

- - - - -
2ab627fb by Benoît Minisini at 2026-03-30T22:21:04+02:00
Fix bugs detected by the two pass compiler.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix bugs detected by the two pass compiler.

- - - - -
a5ad9253 by Benoît Minisini at 2026-03-30T22:21:12+02:00
Fix argument mismatch in function calls.

[GB.ARGS]
* BUG: Fix argument mismatch in function calls.

- - - - -
22b2e149 by Benoît Minisini at 2026-03-30T22:21:20+02:00
Fix mistake in function call.

[GB.MAP]
* BUG: Fix mistake in function call.

- - - - -


37 changed files:

- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/Family/Report/FReportBorderChooser.class
- comp/src/gb.args/.component
- comp/src/gb.args/.project
- comp/src/gb.args/.src/Args.module
- comp/src/gb.args/.version
- comp/src/gb.form/.project
- comp/src/gb.form/.src/Color/FColorChooser.class
- comp/src/gb.form/.src/File/Bookmark/CBookmarkList.class
- comp/src/gb.form/.src/File/Chooser/FDirChooser.class
- comp/src/gb.form/.src/File/DirView.class
- comp/src/gb.form/.src/File/FileView.class
- comp/src/gb.form/.src/Help.module
- comp/src/gb.form/.src/MultiContainer/_MultiContainer.class
- comp/src/gb.form/.src/ToolPanel/ToolPanel.class
- comp/src/gb.form/.src/URLLabel.class
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/ComboBox/ComboBox.class
- comp/src/gb.gui.base/.src/Style.class
- comp/src/gb.gui.base/.src/Test/FTestCombo.class
- comp/src/gb.gui.base/.src/Test/FileView/Help.module
- comp/src/gb.map/.project
- comp/src/gb.map/.src/Tools/Geo.module
- gb.gtk/src/CContainer.cpp
- gb.gtk/src/gcontainer.cpp
- gb.gtk/src/gcontrol.cpp
- gb.gtk/src/gmainwindow.cpp
- gb.pdf/configure.ac
- gb.pdf/src/CPdfDocument.cpp
- gb.pdf/src/CPdfDocument.h
- gb.pdf/src/main.cpp
- gb.pdf/src/main.h
- gb.qt4/src/CContainer.cpp
- gb.qt4/src/CWidget.cpp
- main/gbx/gbx_subr_string.c
- main/gbx/gbx_subr_time.c
- main/lib/db/c_subcollection.c


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fcc08c97d5db43429bfe4a52e2866cb466ab8f51...22b2e1495edb69059ce7c54df3fb45f43fa43908

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fcc08c97d5db43429bfe4a52e2866cb466ab8f51...22b2e1495edb69059ce7c54df3fb45f43fa43908
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