Don Gagne
2b206c0024
New toolbar dropdown support
...
- select active vehicle
- arm/disarm
- select flight mode
10 years ago
Don Gagne
87865088ec
Parameter search support
10 years ago
Don Gagne
943d47a451
New MultiVehicleManager, Vehicle objects
...
- MultiVehicleManager is a Qml friendly replacement for UASManager
- Vehicle is a replacement for both UAS and AutoPilotPlugin
10 years ago
Don Gagne
d9c2a2aa45
Add resetAllParameterToDefaults api
10 years ago
Don Gagne
9b68c43fb2
Parameter load errors shown to user
10 years ago
Don Gagne
fb8a050bdd
SetupView converted to Qml only
10 years ago
Don Gagne
1856e1cb7e
Return AutoPilotPlugin as QSharedPointer
...
If Facts are referenced from FactPanelController, we need to reference
count the AutoPilotPlugin such that it doesn’t get destroyed until
after the FactPanelController is destroyed.
10 years ago
Don Gagne
6261e7618d
FactPanel V2
10 years ago
Don Gagne
97c8b6dc31
FactSystem now only source for parameters
...
QGCUASParamManager and friends are replaced by FactSystem
10 years ago
Don Gagne
5f5aea8490
Lead the user through fixing setup problems
10 years ago
Don Gagne
2cfa58a61c
pluginReady now supports disconnect signalling
10 years ago
Don Gagne
4787a4fc30
Add Group support to FactSystem
10 years ago
Don Gagne
cc427cdc7a
Oopsie!
10 years ago
Don Gagne
f067bcc541
Fix compiler warnings
10 years ago
Don Gagne
d5e2f29c0a
Update to new ParameterLoader and component id support
10 years ago
Don Gagne
dee99ea532
Changed pluginReady mechanism
...
More consistent with Qml usage pattern
10 years ago
Don Gagne
e863bdae38
Use FactBinder to access facts from Qml
...
Passing parameters QVariantMap across C++ boundary was causing crashes
in Qt due to Qml array bugs. Referencing same Fact* across Qml boundary
in multiple QQuickWidgets caused jScript GC to crash.
10 years ago
Don Gagne
b6e2a387c5
New parameter refresh apis
...
Also, uas is kept in object
10 years ago
Don Gagne
f08d592f23
Added new _autopilot member
11 years ago
Don Gagne
558b23f894
AutoPilot plugin restructuring for better QML support
...
- properties now hand off of main “autopilot” object in qml
- Added support for summary items through qml
11 years ago
Don Gagne
006b4d3611
New AutoPilotPlugin and VehicleSetup
11 years ago
Don Gagne
23c77aefcb
Mock mavlink ftp server
11 years ago
Don Gagne
85d15747cd
Start of mock FileSever for unit testing
11 years ago
Don Gagne
af676062f1
Added/fixed license headers plus a tab
12 years ago
Don Gagne
36fafeec1c
Mock implementations of UAS, UASManager and QGCUASParamManger
...
Used for unit testing
12 years ago