forked from opentx/opentx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Companion] Radio conversion improvements (opentx#5534)
* Move MultiposPots & MultiposPotsPositions capability lookups and getAnalogInputName() to Boards class. * Add RawSource::isAvailable() and RawSwitch::isAvailable(); Add board type param to various RawSource lookup functions. * Add CustomFunctionData::toString(), FlightModeData::toString(), FactoryInstalledPots board capability, MAX_SWITCH_TYPE, & break out GeneralSettings source/switch defaults to own function. * Add RadioDataConversionState class for tracking conversion actions. * Implement RadioDataConversionState handler, add conversion process report, and improve/fix conversion issues: * Make sure all switches/pots/knobs have default configs for destination board type; * Try to move more custom control names, intelligently; * Convert model timers and throttle source; * Adjust for Horus 6P switch in place of Taranis S2 knob; * Adjust for extra sliders on X12 and X9E to move LS and RS to proper slots as needed; * Make sure ALL controls are validated, eg. to always account for extra trims/analogs/switches/etc which don't exist on destination; * Properly indicate invalid RawSource::toString() items with "???". * Allow user to cancel out of file conversions & provide ample warnings if switching radio type/profile with unsaved file(s) still open; Also: Fix bug with some orphaned MdiChild windows never being deleted; Create static bool Storage::isBoardCompatible(b1, b2). * Add maxLibQt "stub" (will not compile). * Add ExportableTableView for better presentation of conversion results table. * Move getFourCC() and isBoardCompatible() to Boards class.
- Loading branch information
Showing
25 changed files
with
1,528 additions
and
412 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.