Skip to content

Fix database dialog trigger and Windows MinGW workflow - #443

Open
YBronst wants to merge 17 commits into
ic005k:masterfrom
YBronst:master
Open

Fix database dialog trigger and Windows MinGW workflow#443
YBronst wants to merge 17 commits into
ic005k:masterfrom
YBronst:master

Conversation

@YBronst

@YBronst YBronst commented Aug 12, 2026

Copy link
Copy Markdown

🇬🇧 Release Notes (English)

What's New in this Release:

🛠 Fixed Windows (MinGW) CI Build

  • Change: Corrected the Qt tools installation syntax in the GitHub Actions workflow (windows-mingw.yml).
  • Details: Removed the deprecated version string from the tools parameter of install-qt-action.
  • Result: Resolves the CLI argument parsing error within the underlying aqt utility (aqt: error: unrecognized arguments),
    allowing automated builds to finish successfully.

📂 Fixed Intel CPU Database Dialog Trigger

  • Change: Fixed a UI bug where clicking "OK" on the "Intel CPU configuration template" informational guide box would do nothing instead of opening the template database.
  • Details: Removed an accidental early return; statement in MainWindow::on_actionDatabase_triggered().
  • Result: Clicking "OK" on the guide window properly launches the local configuration template database dialog as intended.

YBronst added 17 commits August 12, 2026 14:05
Fix qt_tools parameter format in windows-mingw.yml

Correct the syntax of the tools parameter for jurplel/install-qt-action.
The modern aqt tool expects two comma-separated parameters (`tool_name,tool_variant`)
instead of three (`tool_name,version,tool_variant`). Passing three parameters
causes aqt to fail with an "unrecognized arguments" error.
1. Correct the tools format in `.github/workflows/windows-mingw.yml` to remove the outdated version string from `qt_tools` to prevent `aqt` argument errors.
2. Remove the early `return;` statement from `MainWindow::on_actionDatabase_triggered()` in `src/mainwindow.cpp` to ensure the local database dialog opens after the template message box is closed.
…66115490988

Fix database dialog trigger and Windows MinGW workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant