- Mar 28, 2015
-
-
Don Gagne authored
Link ids were being used interchangeably with the mavlink channel for the link. Link ids handed out as a numerically increasing integer. Once the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break loose and cause memory corruption.
-
- Mar 26, 2015
-
-
Don Gagne authored
Also removed partially implemented an incorrect getCommunicationStatus api
-
- Mar 22, 2015
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- Mar 15, 2015
-
-
Don Gagne authored
So this special casing is no longer needed
-
- Mar 14, 2015
-
-
Bryant authored
-
- Mar 13, 2015
-
-
Don Gagne authored
If it doesn’t exist it will be prefilled with all registered categories set to false
-
- Mar 12, 2015
- Mar 10, 2015
- Mar 04, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- Mar 03, 2015
-
-
Lorenz Meier authored
-
- Feb 28, 2015
- Feb 17, 2015
-
-
dogmaphobic authored
Removed "Clear Text" context menu from roll down dialog Fixed "Clear Text" context menu in Info Dialog (renamed to "Clear Messages" in the process)
-
dogmaphobic authored
Shrunk the Message drop down dialog a bit. Made the Message drop down dialog slightly transparent.
-
dogmaphobic authored
-
- Feb 13, 2015
-
-
Don Gagne authored
-
- Jan 06, 2015
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Dec 28, 2014
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Dec 26, 2014
-
-
Don Gagne authored
Moving methods from MainWindow to QGCApplication so that more things can run without a window. Helpful for testing.
-
- Dec 25, 2014
-
-
Don Gagne authored
Emitting signal beforehand can lead to subtle bugs where code expects value to be updated and it is not.
-
- Dec 19, 2014
-
-
Ban Siesta authored
UASWaypointManager: don't clear systemid and compid of last partner so that we can still get DO_JUMP updates
-
Ban Siesta authored
UASWaypointManager: accept single waypoint messages in order to update the remaining DO_JUMP repetitions
-
- Dec 12, 2014
-
-
Lorenz Meier authored
-
Don Gagne authored
Plus a large number of other changes to allow for orderly shutdown of objects without crashes or asserts. This is need for unit tests to create/delete global state around every test.
-
- Dec 11, 2014
-
-
Don Gagne authored
-
- Dec 10, 2014
-
-
Don Gagne authored
-
- Dec 09, 2014
-
-
Lorenz Meier authored
-
- Dec 08, 2014
-
-
Don Gagne authored
Also added/converted some logging to debug the problem caused by the two parameter request apis.
-
Don Gagne authored
This removes confusion as to whether you call UAS::requestParameters (incorrect) or QGCUASParamManager::requestParameterList (correct) from client code.
-
Don Gagne authored
-
- Dec 07, 2014
-
-
Don Gagne authored
-
- Dec 05, 2014
- Dec 04, 2014
-
-
Don Gagne authored
This allows use of compile time Object::connect syntax
-