Show control features#9
Merged
Merged
Conversation
… buttons, console toggles, QLab passcode)
…r feedback to pop-out
Unbounded --parallel on the 7GB arm64 macos-latest runner exhausts memory during Qt PCH compilation, starving the runner until it loses communication with the server and the build fails after ~90min. Cap to --parallel 2, matching the Linux fix.
The C++ precompiled header is built with Objective-C disabled, but AutoUpdaterSparkle.mm is compiled as Objective-C++ (ObjC enabled), causing 'Objective-C was disabled in precompiled file ... but is currently enabled'. Skip PCH for that translation unit.
- nginx autoindex is off, so /download/ returned 403 with no index.html;
generate a landing page listing the current release's files
- sign_update already emits length=... in $SIG, so the extra
length="${LEN}" produced a duplicate attribute in the macOS appcast
stretchLastSection dumped all leftover width on the last visible DCA column. Columns size to their contents, share spare space proportionally, and shrink to a 40px floor before the horizontal scrollbar takes over. Replaces manual resize + QSettings width persistence, which would fight the automatic layout.
- embed openmix.ico in the exe (RC) so Explorer, taskbar, and the WinSparkle update dialog pick it up; NSIS installer + ARP icons - bundle openmix.icns and set CFBundleIconFile on macOS - set the runtime window icon from a qrc PNG on all platforms - install vcpkg's lo.dll: the Qt deploy script only bundles Qt, so the NSIS installer shipped without liblo and the app failed to launch - add start menu + desktop shortcuts and a finish-page run option
master's #8 squash is an older snapshot of this branch; keep the branch tree (newer liblo linkage, capped CI parallelism, VPS appcast deploy, app icons).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.