- 02 Apr, 2020 2 commits
-
-
PX4BuildBot authored
-
PX4BuildBot authored
-
- 01 Apr, 2020 4 commits
-
-
Don Gagne authored
Remove deprecated QString::sprintf
-
Don Gagne authored
Correctly set parent of QGCCorePlugin
-
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).
-
Don Gagne authored
Plan: New wizard done model
-
- 31 Mar, 2020 2 commits
-
-
PX4BuildBot authored
-
DoinLakeFlyer authored
New wizard done model
-
- 30 Mar, 2020 6 commits
-
-
Don Gagne authored
Plan FW Landing: Drag of land/loiter maintains land distance/heading as appropriate
-
PX4BuildBot authored
-
DoinLakeFlyer authored
Drag of land/loiter maintains land distance/heading as appropriate
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
PX4BuildBot authored
-
- 29 Mar, 2020 3 commits
-
-
Don Gagne authored
WP index to the values widget
-
Don Gagne authored
Plan: Output Survey polygons with KML save
-
DoinLakeFlyer authored
Fix return value
-
- 28 Mar, 2020 8 commits
-
-
DoinLakeFlyer authored
Out Survey polygons with KML save
-
Don Gagne authored
Remove deprecated QTime::start function and use QELapsedTimer
-
Jacob Dahl authored
-
PX4BuildBot authored
-
Don Gagne authored
Add support for chunked STATUSTEXT
-
Don Gagne authored
Remove unused HIL code
-
Don Gagne authored
Stable update
-
DoinLakeFlyer authored
Stable update
-
- 27 Mar, 2020 15 commits
-
-
Don Gagne authored
Plan: Fix hamburger positioning
-
Don Gagne authored
Removed unnecessary memory allocation
-
DoinLakeFlyer authored
Update mavlink submodule
-
Jacob Dahl authored
-
DoinLakeFlyer authored
Add support for chunked STATUSTEXT
-
Don Gagne authored
Removed unused variable
-
Don Gagne authored
Removed compile warnings on Linux
-
DoinLakeFlyer authored
Remove unused HIL code
-
DoinLakeFlyer authored
Fix hamburger positioning
-
Alexey authored
-
Don Gagne authored
remove trailing whitespaces in JoystickManager.cc
-
Don Gagne authored
Add UVify Core in the firmware downloader.
-
Alexey authored
-
Don Gagne authored
Update GPS struct name to match PX4
-
Don Gagne authored
Removed unreachable code
-