-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.9.0: Roll-up #920
Merged
Merged
v1.9.0: Roll-up #920
Conversation
This file contains 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
With very little version data, these area hard to reason about.
Deviations from upstream xz-5.6.2 release are in the CMake infrastructure, to try and make the library more consumable as a vendored dependency.
Add a modified version of curl-8.8.0, where the modifications are primarily centred around the CMake infrastructure to make the library more consumable as a vendored dependency.
This flag is deprecated in Qt6
Relayout the OptionsPopup - introduce wider use of anchors rather than calculated values, nest controls as is appropriate for their rendering. Additionally, right-align all the textfields, and make the uniform size, offset the labels to indicate shared context, and numerous layout simplifications. Finally - make behaviours dependent on the value of a checkbox actually depend on that checkbox - rather than some sort of 'enabled' flag on a layout.
Use anchors preferentially, and nest the title bar elements.
Use anchors preferentially, and nest the title bar elements
The MinGW64 build of Qt6 renames 'main' to 'qMain' to ensure its runtime is executed first. This unfortunately fouls anything else called 'main', so rename the symbol to 'run'.
You must manually specify your Qt6 install path.
Add an option for the MinGW64 root path. This is used to find the supporting libraries for deployment on Windows.
The wlanapi_delayed library invocation adds complexity to the build, with a tenous advantage in terms of load time. With the upgrade of Qt to Qt6, WindeployQt now has different arguments - so drop the ones that don't exist or do the right thing.
This was causing obvious confusion for users - misclicking outside of the pop-up caused a dismissal where the consequences were not at all clear. So let's drop that behaviour entirely. You exit the dialog through explicit button or key presses only.
This doesn't work - notarisation can take up to an hour.
These are primarily gated in the dependencies - and not of interest to our build flow.
Move some files around, so that AppImages can be packaged inside a .deb for convenience.
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.
Major changes, but not enough to justify a 2.0 release.
Machine requirements:
OS Requirements:
Packaging changes: