xcsoar-menu/openvario.xci: Fix QuickMenu slot conflicts with XCSoar default.xci#407
Merged
linuxianer99 merged 1 commit intoOpenvario:masterfrom Mar 15, 2026
Conversation
…efault.xci XCSoar's default.xci has expanded its RemoteStick QuickMenu layout significantly (locations 1-41), causing conflicts with this overlay: - Remove ULDR gesture: already defined in default.xci since the QuickMenu gesture was upstreamed - Move Vario from location=13 to location=18: location 13 is now the Task manager button in default.xci; location 18 (MacCready) is a natural fit since MC+/MC- are accessible inside Vario_menu - Move Quit from location=31 to location=63: location 31 is now the Status button in default.xci; location 63 is safely beyond the default range - Add Reboot (61) and Shutdown (62) buttons for OpenVario system control Fixes Openvario#406
linuxianer99
approved these changes
Mar 3, 2026
Member
|
@lordfolken Should we also bring this in the new scarthgap branch ?? |
Contributor
Author
|
@linuxianer99 yes please. |
Member
|
Done in b6cb875 |
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.
Summary
XCSoar's
default.xcihas expanded its RemoteStick QuickMenu layout significantly (locations 1-41), causing the OpenVario overlay to silently clobber useful default buttons.This PR fixes three conflicts:
default.xcisince the QuickMenu gesture was upstreamed — the overlay copy is redundantBefore (conflicts)
After (no conflicts)
MacCreadyFixes #406
Test plan