Add keyword search to VehicleConfig and Settings pages#14239
Merged
DonLakeFlyer merged 1 commit intomavlink:masterfrom Mar 29, 2026
Merged
Add keyword search to VehicleConfig and Settings pages#14239DonLakeFlyer merged 1 commit intomavlink:masterfrom
DonLakeFlyer merged 1 commit intomavlink:masterfrom
Conversation
- Add keywords to all SettingsUI.json and VehicleConfig.json files - Add keyword search/filter support to VehicleConfigView sidebar - Support translatable keywords via qgc-lupdate-json.py extraction - Add keyword support to config and settings QML generators - Split APM Safety into FlightSafety and Failsafes components - Create dedicated Failsafes summary QML files - Refactor FlightSafety summaries to exclude failsafe params - Rename VehicleComponent internals (_ensureSectionsCached, _sectionsCached) - Rename _safetyComponent to _flightSafetyComponent in APMAutoPilotPlugin - Remove orphaned hand-written QML superseded by generated versions - Fix AppSettings.qml pattern and lupdate empty string guard - Remove debug console.log from GeoFenceMapVisuals
fdf6d0b to
a5f1395
Compare
Contributor
Build ResultsPlatform Status
All builds passed. Pre-commit
Pre-commit hooks: 4 passed, 32 failed, 7 skipped. Test Resultslinux-sanitizers: 67 passed, 0 skipped Artifact Sizes
|
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.
Keyword Search for VehicleConfig and Settings Pages
Adds keyword-based search and filtering to both the Vehicle Config sidebar and Settings pages, with full translation support.
Features
qgc-lupdate-json.pyextracts keywords from JSON for translation; runtime search matches both English and translated termsAPM Safety Component Refactoring
Cleanup and Naming
_ensureParsedto_ensureSectionsCachedand_parsedto_sectionsCachedin VehicleComponent_safetyComponentto_flightSafetyComponentin APMAutoPilotPluginconsole.logfrom GeoFenceMapVisuals