[Gambas-Notification] [Git][gambas/gambas][stable] 20 commits: Panel now always has its own window, otherwise its children controls will eat...
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Sun Feb 4 22:21:06 CET 2024
Benoît Minisini pushed to branch stable at Gambas / gambas
Commits:
cacc0ce6 by Benoît Minisini at 2024-01-31T00:54:41+01:00
Panel now always has its own window, otherwise its children controls will eat events if they overlap other controls anywhere.
[GB.GTK3]
* BUG: Panel now always has its own window, otherwise its children controls will eat events if they overlap other controls anywhere.
* BUG: Slider: Fix background color management.
* BUG: ScrollBar: Fix background color management.
- - - - -
b335c6a6 by Benoît Minisini at 2024-02-01T02:00:35+01:00
Fix mouse cursor management.
[GB.GTK]
* BUG: Fix mouse cursor management.
[GB.GTK3]
* BUG: Fix mouse cursor management.
- - - - -
5efd5106 by Benoît Minisini at 2024-02-01T16:03:44+01:00
Delete all generated application desktop files whose icon does not exist anymore.
[GB.GUI.BASE]
* BUG: ScrollArea: Remove a debugging message.
* BUG: Delete all generated application desktop files whose icon does not exist anymore.
- - - - -
0068fd1b by Benoît Minisini at 2024-02-01T16:43:29+01:00
Connection: 'ApplyTemplate()' correctly remove temporary tables created by the updating process.
[GB.DB]
* BUG: Connection: 'ApplyTemplate()' correctly remove temporary tables created by the updating process.
- - - - -
13d99aeb by Benoît Minisini at 2024-02-01T17:06:47+01:00
The 'default' collation is now returned as the void collation.
[GB.DB.POSTGRESQL]
* NEW: The 'default' collation is now returned as the void collation.
- - - - -
cd9bfa92 by Benoît Minisini at 2024-02-02T03:47:34+01:00
Fix panel contents layout.
[GB.GTK]
* BUG: Fix panel contents layout.
[GB.GTK3]
* BUG: Fix panel contents layout.
- - - - -
f8465e3b by Benoît Minisini at 2024-02-02T04:19:17+01:00
Remove the warning message about wayland being unable to activate windows.
[GB.QT5.WAYLAND]
* NEW: Remove the warning message about wayland being unable to activate windows.
- - - - -
6900a999 by Benoît Minisini at 2024-02-02T04:20:43+01:00
Really remove warning message about wayland being unable to activate windows.
[GB.QT5.WAYLAND]
* NEW: Really remove warning message about wayland being unable to activate windows.
- - - - -
8bbc8304 by Benoît Minisini at 2024-02-03T10:20:24+01:00
Menu: Popup() method takes a new optional argument that allows to specify the control that pops up the menu. It ensures that the menu is at the right place on Wayland.
[GB.GTK]
* NEW: Menu: Popup() method takes a new optional argument that allows to specify the control that pops up the menu. It ensures that the menu is at the right place on Wayland.
[GB.GTK3]
* NEW: Menu: Popup() method takes a new optional argument that allows to specify the control that pops up the menu. It ensures that the menu is at the right place on Wayland.
[GB.QT4]
* NEW: Menu: Popup() method takes a new optional argument that allows to specify the control that pops up the menu. It ensures that the menu is at the right place on Wayland.
[GB.QT5]
* NEW: Menu: Popup() method takes a new optional argument that allows to specify the control that pops up the menu. It ensures that the menu is at the right place on Wayland.
- - - - -
39336da8 by Benoît Minisini at 2024-02-03T10:23:34+01:00
MenuButton: Use the new 'Menu.Popup()' extra arguments to ensure that the popup menu is correctly positioned on Wayland.
[GB.FORM]
* NEW: MenuButton: Use the new 'Menu.Popup()' extra arguments to ensure that the popup menu is correctly positioned on Wayland.
- - - - -
fbe411dd by Benoît Minisini at 2024-02-03T10:28:43+01:00
Version control: Fix display of check-boxes at bottom of the version control dialog.
[DEVELOPMENT ENVIRONMENT]
* BUG: Version control: Fix display of check-boxes at bottom of the version control dialog.
* NEW: Form editor: The 'DrawingArea.NoMouse' property must be ignored by the form editor.
- - - - -
c58a22c9 by Benoît Minisini at 2024-02-03T10:34:17+01:00
ScrollArea: Correctly restore paint state before painting shadows.
[GB.GUI.BASE]
* BUG: ScrollArea: Correctly restore paint state before painting shadows.
- - - - -
bdb92266 by Benoît Minisini at 2024-02-03T11:09:13+01:00
TextEditor: Display shadows on margin too.
[GB.FORM.EDITOR]
* NEW: TextEditor: Display shadows on margin too.
- - - - -
d2bb3e10 by Benoît Minisini at 2024-02-03T11:11:29+01:00
Toolbar: Remove an unused variable.
[GB.FORM.MDI]
* BUG: Toolbar: Remove an unused variable.
- - - - -
5b8dd8ea by Benoît Minisini at 2024-02-03T12:11:05+01:00
Small optimization of inequality comparison operators.
[INTERPRETER]
* OPT: Small optimization of inequality comparison operators.
- - - - -
8d36b133 by Benoît Minisini at 2024-02-03T14:23:16+01:00
Forgot to remove a debugging message.
[GB.GTK]
* BUG: Forgot to remove a debugging message.
[GB.GTK3]
* BUG: Forgot to remove a debugging message.
- - - - -
f7240bba by Benoît Minisini at 2024-02-03T16:33:29+01:00
Remove another debugging message.
[GB.GTK]
* BUG: Remove another debugging message.
[GB.GTK3]
* BUG: Remove another debugging message.
- - - - -
b20a8f47 by Benoît Minisini at 2024-02-04T00:38:57+01:00
Projects now are compiled with the maximum number of background tasks by default.
[DEVELOPMENT ENVIRONMENT]
* NEW: Projects now are compiled with the maximum number of background tasks by default.
- - - - -
b639c6fd by Benoît Minisini at 2024-02-04T22:12:29+01:00
ScrollView: Shadows do not break scrollbars management anymore.
[GB.GUI.BASE]
* BUG: ScrollView: Shadows do not break scrollbars management anymore.
- - - - -
6fa4c430 by Benoît Minisini at 2024-02-04T22:20:52+01:00
Merge branch 'master' into stable
- - - - -
30 changed files:
- app/src/gambas3/.src/Component/CPropertyInfo.class
- app/src/gambas3/.src/Editor/Form/FForm.form
- app/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/Farm/CSoftware.class
- app/src/gambas3/.src/VersionControl/FVersionControl.class
- app/src/gambas3/.src/VersionControl/FVersionControl.form
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.mdi/.src/Tests/FMain.form
- comp/src/gb.form.mdi/.src/Tests/Form1.form
- comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class
- comp/src/gb.form/.src/Button/MenuButton.class
- comp/src/gb.form/.src/TabPanel/TabPanel.class
- comp/src/gb.form/.src/Test/FTestTabPanel.class
- comp/src/gb.form/.src/Test/FTestTabPanel.form
- comp/src/gb.gui.base/.src/ScrollArea.class
- comp/src/gb.gui.base/.src/Test/FScrollArea.form
- comp/src/gb.gui.base/.src/_Gui.class
- gb.db.postgresql/src/main.c
- gb.gtk/src/CContainer.cpp
- gb.gtk/src/CMenu.cpp
- gb.gtk/src/gapplication.cpp
- gb.gtk/src/gcontainer.cpp
- gb.gtk/src/gcontrol.cpp
- gb.gtk/src/gcontrol.h
- gb.gtk/src/gmainwindow.cpp
- gb.gtk/src/gmenu.cpp
- gb.gtk/src/gmenu.h
- gb.gtk/src/gpanel.cpp
- gb.gtk/src/gpanel.h
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9827d0270b6c3bcefc457ba962aa633f7a408a9c...6fa4c430b24d66f52e2281098bf34bc55676b919
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9827d0270b6c3bcefc457ba962aa633f7a408a9c...6fa4c430b24d66f52e2281098bf34bc55676b919
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/20240204/26af9d5a/attachment-0001.htm>
More information about the Notification
mailing list