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

[Git][gambas/gambas][master] 6 commits: Toolbar: Correctly implement vertical toolbars.



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


Commits:
1034cc78 by Benoît Minisini at 2026-05-23T14:55:37+02:00
Toolbar: Correctly implement vertical toolbars.

[GB.FORM.MDI]
* NEW: Update French translation.
* BUG: Toolbar: Correctly detect the form of the toolbar when it is embedded in other forms.
* NEW: Toolbar: Vertical toolbars now work exactly like horizontal ones, but vertically.
* NEW: Toolbar: Vertical toolbars automatically hide the text of the buttons.
* NEW: Toolbar: 'ButtonSize' is a new property that returns the pixel size of the buttons.
* NEW: Toolbar: Remove the internal handle.
* BUG: Toolbar: Expanders in vertical toolbars are drawn correctly.
* BUG: Toolbar: Remove the 'Centered' property for the property list declaration.

- - - - -
b9366bac by Benoît Minisini at 2026-05-23T14:56:32+02:00
The workspace left panel is now a configurable toolbar.

[DEVELOPMENT ENVIRONMENT]
* NEW: The workspace left panel is now a configurable toolbar.

- - - - -
f7212377 by Benoît Minisini at 2026-05-23T14:57:14+02:00
Paint: 'DrawImage()' now stretches the image before drawing it, because QT painter internal stretch is buggy.

[GB.QT4]
* BUG: Paint: 'DrawImage()' now stretches the image before drawing it, because QT painter internal stretch is buggy.

[GB.QT5]
* BUG: Paint: 'DrawImage()' now stretches the image before drawing it, because QT painter internal stretch is buggy.

[GB.QT6]
* BUG: Paint: 'DrawImage()' now stretches the image before drawing it, because QT painter internal stretch is buggy.

- - - - -
958783ce by Benoît Minisini at 2026-05-23T14:59:22+02:00
Fix WebView destructor to avoid warnings on command-lines and sometimes crashes.

[GB.QT6.WEBVIEW]
* BUG: Fix compilation with recent C++ versions.
* BUG: Fix WebView destructor to avoid warnings on command-lines and sometimes crashes.

- - - - -
f480c5b8 by Benoît Minisini at 2026-05-23T15:00:51+02:00
Fix an include file preprocessor test.

[GB.COMPLEX]
* BUG: Fix an include file preprocessor test.

- - - - -
61f6ddf3 by Benoît Minisini at 2026-05-23T15:02:01+02:00
The '-t' option now prints the executed line without its timestamp. The '-t' option must be specified twice to print also the timestamp.

[INTERPRETER]
* NEW: The '-t' option now prints the executed line without its timestamp. The '-t' option must be specified twice to print also the timestamp.

- - - - -


22 changed files:

- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Help/MHelp.module
- app/src/gambas3/.src/Welcome/CCoolButton.class
- comp/src/gb.form.mdi/.lang/fr.po
- comp/src/gb.form.mdi/.project
- comp/src/gb.form.mdi/.src/Action/MAction.module
- + comp/src/gb.form.mdi/.src/Tests/FTestToolbar.class
- + comp/src/gb.form.mdi/.src/Tests/FTestToolbar.form
- comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class
- comp/src/gb.form.mdi/.src/ToolBar/FToolBar.form
- comp/src/gb.form.mdi/.src/ToolBar/FToolBarConfig.class
- comp/src/gb.form.mdi/.src/ToolBar/ToolBar.class
- + comp/src/gb.form.mdi/img/expander-v.png
- gb.qt4/src/cpaint_impl.cpp
- gb.qt5/src/webview/c_webview.cpp
- gb.qt5/src/webview/c_webview.h
- gb.qt5/src/webview/main.cpp
- main/gbx/gbx.c
- main/gbx/gbx_debug.c
- main/gbx/gbx_exec.h
- main/lib/complex/ccomplex.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f5b3b0974e3ccf5813f2586506836a7b123af3b5...61f6ddf3f8656c61844d04283e847089e41a9648

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f5b3b0974e3ccf5813f2586506836a7b123af3b5...61f6ddf3f8656c61844d04283e847089e41a9648
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