- 01 Apr, 2020 1 commit
-
-
Alex Wilkinson authored
QGCCorePlugin is currently constructed with a QGCToolbox* toolbx parameter of null. This is because at the time QGCCorePlugin (or an actual custom plugin) is constructed app->toolbox() is null. _scanAndLoadPlugins() is called as part of the QGCToolbox constructor where all toolbox classes use the same format: _class = new Class(app, this); The creation of QGCCorePlugin should follow the same pattern. The practical issue I had with this is that because the parent is not set correctly, QGCCorePlugin is not destructed when the app is closed. This means any code in the destructor is not run. (QGCCorePlugin itself has as a destructor which is currently not being called).
-
- 31 Mar, 2020 2 commits
-
-
PX4BuildBot authored
-
DoinLakeFlyer authored
New wizard done model
-
- 30 Mar, 2020 3 commits
-
-
PX4BuildBot authored
-
DoinLakeFlyer authored
Drag of land/loiter maintains land distance/heading as appropriate
-
PX4BuildBot authored
-
- 29 Mar, 2020 1 commit
-
-
DoinLakeFlyer authored
Fix return value
-
- 28 Mar, 2020 4 commits
-
-
DoinLakeFlyer authored
Out Survey polygons with KML save
-
Jacob Dahl authored
-
PX4BuildBot authored
-
DoinLakeFlyer authored
Stable update
-
- 27 Mar, 2020 12 commits
-
-
Jacob Dahl authored
-
DoinLakeFlyer authored
Add support for chunked STATUSTEXT
-
DoinLakeFlyer authored
Remove unused HIL code
-
DoinLakeFlyer authored
Fix hamburger positioning
-
Alexey authored
-
Alexey authored
-
DoinLakeFlyer authored
Much better mission->kml conversion support
-
DoinLakeFlyer authored
Use global palette
-
DoinLakeFlyer authored
Add support for isTakeoffCommand MissionCommandUIInfo
-
DoinLakeFlyer authored
Fix typo
-
DoinLakeFlyer authored
Add global palette object to QGroundControlQmlGlobal for generic usage
-
DoinLakeFlyer authored
Remove unnecessary includes of QGroundCotrolQmlGlobal.h
-
- 26 Mar, 2020 5 commits
-
-
Philipp Borgers authored
-
Philipp Borgers authored
-
PX4BuildBot authored
-
junwoo091400 authored
- UVify Core board support is implemented.
-
PX4BuildBot authored
-
- 25 Mar, 2020 7 commits
-
-
PX4BuildBot authored
-
PX4BuildBot authored
-
DoinLakeFlyer authored
-
DoinLakeFlyer authored
-
DoinLakeFlyer authored
-
Don Gagne authored
-
DoinLakeFlyer authored
Guard against UI Info not available causing crash
-
- 23 Mar, 2020 5 commits
-
-
Gus Grubba authored
-
Andrew Voznytsa authored
-
Jacob Dahl authored
-
Jacob Dahl authored
-
DoinLakeFlyer authored
-