Neil Horne
Neil Horne
**Describe the bug** Top channel unit it superscript whereas bottom channel is aligned with baseline. **To Reproduce** Add ui object with Layout Horizontal Pair and Unit value. **Expected behavior** Unit...
Summary of Changes As a pre-requisite for #4452 add the ability to invert a 'Source'. Currently supports Inputs, Mixes, Logical Switches and Special/Global functions. TODO: - [x] B&W UI -...
Fixes #4858 Summary of changes: - add Cloudbuild as an updateable component - add build process to interface - improve freeing control to other processes during long running Internet requests...
### Is there an existing issue for this feature request? - [X] I have searched the existing issues ### Is your feature request related to a problem? No ### Describe...
Summary of changes: - new graphics - hats - needs to work in conjunction with #3894 To do: - [x] graphics for hat and direction clicks - [x] clickable areas...
Fixes #2678 #2342 Partially fixes #2665 Summary of changes: - do not offset subid/instance +1/-1 on settings read/write respectively
Fixes #4969 Summary of changes: - add support for surface radios - add support for Radiomaster MT12 - housekeeping TODO - [ ] surface radio configuration - [ ] Companion...
Summary of changes: - upgrade Linux and MSYS2 to Ubuntu 22.04 - upgrade to Qt 6.9.0 - update dependencies per OS - eliminate Qt depreciation warnings and obsolete errors -...
Retrieving source via: include(FetchContent) FetchContent_Declare( miniz GIT_REPOSITORY https://github.com/richgel999/miniz GIT_TAG 293d4db1b7d0ffee9756d035b9ac6f7431ef8492 # v3.0.2 ) FetchContent_MakeAvailable(miniz) message("Fetched miniz source code from Github: ${miniz_SOURCE_DIR}") include_directories( ${miniz_SOURCE_DIR} ${miniz_BINARY_DIR} ) Then cmake --build mysource --target...