[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][stable] 11 commits: Switch to version 3.19.5.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][stable] 11 commits: Switch to version 3.19.5.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sat, 14 Sep 2024 17:53:07 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch stable at Gambas / gambas Commits: f2a4f5b4 by Benoît Minisini at 2024-09-14T18:10:56+02:00 Switch to version 3.19.5. [CONFIGURATION] * NEW: Switch to version 3.19.5. - - - - - 01ad49be by Benoît Minisini at 2024-09-14T18:11:53+02:00 Fix '.gitlab-ci.yml' for debian trixie. - - - - - 098a7409 by Bruce Steers at 2024-09-14T18:12:35+02:00 Fix DesktopActions.class [GB.DESKTOP] * BUG: Export DesktopActions * BUG: DesktopActions case insensitive matching must use == instead of Like because of possible square bracket [ - - - - - e55f1571 by Benoît Minisini at 2024-09-14T18:12:51+02:00 'Application_Log' special event handler does not raise an error anymore when being called. [INTERPRETER] * BUG: 'Application_Log' special event handler does not raise an error anymore when being called. - - - - - 4ac4069d by Benoît Minisini at 2024-09-14T18:13:02+02:00 Fix Mouse wheel event cancellation. [GB.QT4] * BUG: Fix Mouse wheel event cancellation. [GB.QT5] * BUG: Fix Mouse wheel event cancellation. [GB.QT6] * BUG: Fix Mouse wheel event cancellation. - - - - - 77c9f7b0 by Benoît Minisini at 2024-09-14T18:14:36+02:00 Raise the 'MouseWheel' event before handling it internally. [GB.FORM] * NEW: DocumentView: Raise the 'MouseWheel' event before handling it internally. - - - - - 688f17a9 by Benoît Minisini at 2024-09-14T18:15:18+02:00 Fix how TabStrip tabs are hidden and shown. [GB.GTK] * BUG: Fix how TabStrip tabs are hidden and shown. [GB.GTK3] * BUG: Fix how TabStrip tabs are hidden and shown. - - - - - 971ec358 by Benoît Minisini at 2024-09-14T18:17:17+02:00 Toolbar: Take the padding of the parent into account for computing available space. [GB.FORM.MDI] * BUG: Toolbar: Take the padding of the parent into account for computing available space. - - - - - c7324a2a by Benoît Minisini at 2024-09-14T18:24:33+02:00 MenuButton now can take the focus, and correctly restores the previous focus when the popup menu is closed. [GB.FORM] * NEW: MenuButton: MenuButton now can take the focus. * BUG: MenuButton: Correctly restore the previous focus when the popup menu is closed. - - - - - 93d60a37 by Benoît Minisini at 2024-09-14T18:25:24+02:00 MenuButton: Remove a debugging message. [GB.FORM] * BUG: MenuButton: Remove a debugging message. - - - - - 9bab94a0 by Benoît Minisini at 2024-09-14T18:25:45+02:00 Don't override 'strcmp', 'strcasecmp', 'toupper' and 'tolower' when C++ compiler is used. It fails with C++ 20. [CONFIGURATION] * NEW: Don't override 'strcmp', 'strcasecmp', 'toupper' and 'tolower' when C++ compiler is used. It fails with C++ 20. [GB.GTK] * NEW: Add a missing include now required. [GB.GTK3] * NEW: Add a missing include now required. [GB.XML] * NEW: Add a missing include now required. - - - - - 19 changed files: - .gitlab-ci.yml - VERSION - comp/src/gb.desktop/.src/DesktopAction.class - comp/src/gb.desktop/.src/Main.module - comp/src/gb.form.mdi/.component - comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class - comp/src/gb.form/.project - comp/src/gb.form/.src/Button/MenuButton.class - comp/src/gb.form/.src/DocumentView/DocumentView.class - comp/src/gb.form/.src/Test/FDocumentView.class - comp/src/gb.form/.src/Test/FDocumentView.form - comp/src/gb.form/.src/TestControl.class → comp/src/gb.form/.src/Test/TestControl.class - gb.gtk/src/gtabstrip.cpp - gb.gtk/src/widgets.h - gb.qt4/src/CWidget.cpp - gb.xml/src/gb.xml.h - main/gbx/gbx_subr_file.c - main/share/gambas.h - version.m4 View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/657c8dff9318215b369fe5ecb7c32a9e14bcb55b...9bab94a0677d67f3cd60909f04161ef60ba0aaaf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/657c8dff9318215b369fe5ecb7c32a9e14bcb55b...9bab94a0677d67f3cd60909f04161ef60ba0aaaf You're receiving this email because of your account on gitlab.com.