[Gambas-Notification] [Git][gambas/gambas][stable] 22 commits: Update CI configuraton file from master.
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Sun Sep 17 22:09:25 CEST 2023
Benoît Minisini pushed to branch stable at Gambas / gambas
Commits:
0be59a91 by Benoît Minisini at 2023-09-17T21:18:52+02:00
Update CI configuraton file from master.
- - - - -
d89c2cf6 by Benoît Minisini at 2023-09-17T21:19:43+02:00
TreeView: Remove the debugging red rectangle drawn when 'ShowCheck' property is TRUE.
[GB.GUI.BASE]
* BUG: TreeView: Remove the debugging red rectangle drawn when 'ShowCheck' property is TRUE.
- - - - -
aa37426c by Benoît Minisini at 2023-09-17T21:19:58+02:00
Desktop.Type: Always use 'Env["DESKTOP_SESSION"]' is set, when 'Env["XDG_CURRENT_DESKTOP"]' is not set.
[GB.GUI.BASE]
* NEW: Desktop.TYpe: Always use 'Env["DESKTOP_SESSION"]' is set, when 'Env["XDG_CURRENT_DESKTOP"]' is not set.
- - - - -
cf5dc8a7 by Benoît Minisini at 2023-09-17T21:20:09+02:00
Support for e2k architecture.
[CONFIGURATION]
* NEW: Support for e2k architecture.
[INTERPRETER]
* NEW: Support for e2k architecture.
- - - - -
b98bba9a by Benoît Minisini at 2023-09-17T21:20:20+02:00
Fix configuration on Alpine.
[CONFIGURATION]
* BUG: Fix configuration on Alpine.
- - - - -
e5ee7168 by Benoît Minisini at 2023-09-17T21:20:30+02:00
Fix compilation on Alpine again.
[CONFIGURATION]
* BUG: Fix compilation on Alpine again.
- - - - -
b8dea3cc by Benoît Minisini at 2023-09-17T21:20:39+02:00
Support for e2k architecture (continue...)
[INTERPRETER]
* NEW: Support for e2k architecture (continue...)
- - - - -
27398926 by Benoît Minisini at 2023-09-17T21:20:53+02:00
Toolbar: Correctly position separator when the toolbar size changes.
[GB.FORM.MDI]
* BUG: Toolbar: Correctly position separator when the toolbar size changes.
- - - - -
007ef01d by Benoît Minisini at 2023-09-17T21:22:44+02:00
ListBox: Handle key press events for finding items, like ComboBox.
[GB.GUI.BASE]
* NEW: ListBox: Handle key press events for finding items, like ComboBox.
- - - - -
dd6da25c by Benoît Minisini at 2023-09-17T21:22:55+02:00
TextEditor: PageUp and PageDown move now the same number of lines.
[GB.FORM.EDITOR]
* BUG: TextEditor: PageUp and PageDown move now the same number of lines.
- - - - -
20ff2d19 by Benoît Minisini at 2023-09-17T21:23:03+02:00
Remove test forms that do not compile.
[GB.GUI.BASE]
* BUG: Remove test forms that do not compile.
- - - - -
97cfcf95 by Benoît Minisini at 2023-09-17T21:23:13+02:00
Don't crash if the argument of 'SizeOf()' is incorrect, but raise an error instead.
[INTERPRETER]
* BUG: Don't crash if the argument of 'SizeOf()' is incorrect, but raise an error instead.
- - - - -
0ba55be0 by Benoît Minisini at 2023-09-17T21:23:24+02:00
Optimize conversions from Pointer datatype.
[GB.JIT]
* OPT: Optimize conversions from Pointer datatype.
- - - - -
cc1628c7 by Benoît Minisini at 2023-09-17T21:23:43+02:00
Prevent some optimizations that cannot work in a just-in-time context.
[INTEPRETER]
* BUG: Prevent some optimizations that cannot work in a just-in-time context.
- - - - -
c6f3a694 by Benoît Minisini at 2023-09-17T21:23:55+02:00
Fix a possible crash when creating a new TextArea control.
[GB.GTK]
* BUG: Fix a possible crash when creating a new TextArea control.
[GB.GTK3]
* BUG: Fix a possible crash when creating a new TextArea control.
- - - - -
fc8c9236 by Benoît Minisini at 2023-09-17T21:24:04+02:00
FileView: Read the output of the preview task more reliably.
[GB.FORM]
* BUG: FileView: Read the output of the preview task more reliably.
* NEW: FileView: Draw the preview icon overlay on the bottom.
- - - - -
6f600527 by Benoît Minisini at 2023-09-17T21:24:14+02:00
MySQL 8.0.34 does not support automatic reconnection anymore.
[GB.DB.MYSQL]
* NEW: MySQL 8.0.34 does not support automatic reconnection anymore.
- - - - -
62a935b8 by Benoît Minisini at 2023-09-17T21:24:55+02:00
Resizing a window by code correctly raises the Resize event again.
[GB.QT4]
* BUG: Resizing a window by code correctly raises the Resize event again.
[GB.QT5]
* BUG: Resizing a window by code correctly raises the Resize event again.
- - - - -
ec1d494e by Amin Bandali at 2023-09-17T21:26:48+02:00
Remove upper bound on poppler version for gb.pdf
[GB.PDF]
* NEW: Remove upper bound on poppler version for gb.pdf
- - - - -
f6d0441e by Benoît Minisini at 2023-09-17T21:27:19+02:00
Fix deprecated declaration.
[GB.QT4.WEBKIT]
* BUG: Fix deprecated declaration.
[GB.QT5.WEBKIT]
* BUG: Fix deprecated declaration.
- - - - -
e63b31f4 by Benoît Minisini at 2023-09-17T21:29:37+02:00
DataSource: Undone the old optimization from 2011 that prevent controls to be refreshed when the Connection property changes.
[GB.DB.FORM]
* BUG: DataSource: Undone the old optimization from 2011 that prevent controls to be refreshed when the Connection property changes.
- - - - -
f60b7758 by Benoît Minisini at 2023-09-17T22:09:04+02:00
Fix a compiler warning.
[INTERPRETER]
* BUG: Fix a compiler warning.
- - - - -
24 changed files:
- .gitlab-ci.yml
- acinclude.m4
- comp/src/gb.db.form/.src/DataSource.class
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class
- comp/src/gb.form/.src/File/FileView.class
- comp/src/gb.gui.base/.src/ComboBox/FComboBoxPopup.class
- comp/src/gb.gui.base/.src/Desktop.class
- comp/src/gb.gui.base/.src/ListBox/ListBox.class
- comp/src/gb.gui.base/.src/Main.module
- comp/src/gb.gui.base/.src/Test/FListBox.form
- comp/src/gb.gui.base/.src/TreeView/_TreeView.class
- gb.db.mysql/src/main.c
- gb.gtk/src/gtextarea.cpp
- gb.pdf/configure.ac
- gb.qt4/src/CWindow.cpp
- gb.qt4/src/webkit/cwebview.cpp
- main/configure.ac
- main/gbx/gbx_exec_loop.c
- main/gbx/gbx_exec_pop.c
- main/gbx/gbx_exec_push.c
- main/gbx/gbx_subr_conv.c
- main/lib/jit/jit_body.c
- main/share/gambas.h
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/feb7a59d7abe135bf61f6b0b1547e7a9592f3dcf...f60b7758af3b925ad04badfcab9549376fe8ee9d
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/feb7a59d7abe135bf61f6b0b1547e7a9592f3dcf...f60b7758af3b925ad04badfcab9549376fe8ee9d
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20230917/5932467c/attachment-0001.htm>
More information about the Notification
mailing list