Merged
Conversation
Multi-component overhaul in pursuit of overall streamlining. - Restructure the project for overall better organization - Use "Launcher" nomenclature over "Frontend" to better match with the name of the app and to avoid ambiguity with the UI itself - Use Qx Bindable Properties (originally was to be Qt Bindable Properties, but oh boy that was a rabbit whole that lead to the creation of the former) for the UI - Minor bug fixes
Avoids the need for manual static_casts in launcher install classes and also allows for some further automation for the same. This allows for the install registry to be part of a template traits system and reduce the degree to which a macro is needed for registration. Also, move the responsibility of image task storage entirely to Worker, and have IPlatformDoc implement a sensible default for addSet() which forwards image processing to Install if the right mode is selected. Move item related concepts to lr-items-interface.h and use inline constraints.
Unpolutes IInstall from stuff that's not directly related to it.
- Remove dated ones - Add note about Register<> - Use Qx::String::mapArg() where applicable
Upgrade to C++23, mainly for 'explicit object parameters'
Move backup facilities out of IInstall to dedicated class
Initial FP14 support
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.