DonLakeFlyer
a7779df791
Adjust to new parameters in Copter 3.6
...
Includes support for battery 2 setup
7 years ago
DonLakeFlyer
3e05f174c8
String fixups for localization
8 years ago
Don Gagne
4dab0e1e4c
Handle ArudPilot parameter changes in newer firmwares
8 years ago
Don Gagne
e92110a7d3
Refactor parameter apis from AutoPilotPlugin to ParameterManager
9 years ago
Don Gagne
04f973690a
Move parameter apis to Vehicle
9 years ago
Don Gagne
6046a19624
Initial implementation of LogDownloadTest
9 years ago
Lorenz Meier
78550907fe
Adjust license terms in all headers to reflect new dual-license
9 years ago
dogmaphobic
e09ff0eb3c
Completed
9 years ago
Anselmo L. S. Melo
7d47b470a5
Review iterations over QStrings
...
There are many ways of iterating over lists in C++/Qt.
In the specific case of QStrings, it is known [1] that using
foreach with const references avoids the creation of new
QString objects in each iteration, reducing the time consumed
by the loops.
[1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/
Signed-off-by: Anselmo L. S. Melo <anselmo.melo@intel.com>
9 years ago
Don Gagne
89cacd32a1
Convert QGCMessageBox to QGCApplication::showMessage
10 years ago
Don Gagne
c8942215ce
Work correctly when no Vehicle
10 years ago
dogmaphobic
2de8a49b1b
Work on Parameter Editor
10 years ago
Don Gagne
3433b5417d
Remove as many Singletons as possible
...
Instead us a Toolbox concept which hangs off of QGCApplication
10 years ago
Don Gagne
9010541154
More header fixes for Mobile build
10 years ago
Don Gagne
8b9ee774d1
Allow param edit with missing parameters
10 years ago
Don Gagne
1ad7da2c48
Allow param edit with missing parameters
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
6261e7618d
FactPanel V2
10 years ago
Don Gagne
208be59b2a
commit
10 years ago
Don Gagne
87c06bed14
Much better handling of missing facts
10 years ago