- Nov 15, 2015
-
-
Don Gagne authored
-
- Oct 30, 2015
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- Oct 18, 2015
-
-
Don Gagne authored
-
- Jul 25, 2015
-
-
Don Gagne authored
-
- Jul 01, 2015
-
-
Don Gagne authored
-
- Jun 27, 2015
-
-
dogmaphobic authored
-
- Jun 08, 2015
-
-
Don Gagne authored
-
- Jun 04, 2015
-
-
Don Gagne authored
Also added logging category
-
- Jun 02, 2015
-
-
dogmaphobic authored
-
- Jun 01, 2015
-
-
Andrew C. Smith authored
Check the board description in the LinkManager and display AeroCore instead of Pixhawk for the Gumstix AeroCore board.
-
- May 31, 2015
-
-
dogmaphobic authored
-
- May 14, 2015
-
-
Lorenz Meier authored
-
- May 10, 2015
-
-
dogmaphobic authored
-
- Apr 28, 2015
- Apr 18, 2015
-
-
dogmaphobic authored
-
- Apr 16, 2015
-
-
dogmaphobic authored
Removed redundant counter while at it.
-
dogmaphobic authored
-
- Apr 01, 2015
-
-
Don Gagne authored
-
- Mar 29, 2015
-
-
Don Gagne authored
-
- 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 22, 2015
- Mar 12, 2015
-
-
dogmaphobic authored
Changed settings version as the link configurations must be redone (with the new port names)
-
- Feb 20, 2015
-
-
dogmaphobic authored
-
- Feb 18, 2015
-
-
dogmaphobic authored
-
- Feb 13, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
The goal of this first installment is to organize the code a bit so it's more readable, clean up a bit of left over cruft, and manage link configurations (and links in general).
-
- Dec 26, 2014
- Dec 12, 2014
-
-
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
- Nov 27, 2014
- Nov 26, 2014
-
-
Don Gagne authored
- allow unit tests to use QGCApplication - clear global singletons for each unit test run
-
- Nov 25, 2014
-
-
Don Gagne authored
Subclass of QMessageBox which re-implements the static public functions. There are two reasons for this: 1) The QMessageBox implementation on OSX does now show the title string. This leads to message boxes which don't make much sense. So on OSX we set title to text and text to informative text. 2) If parent is NULL, we set parent to MainWindow::instance. This prevents message boxes which can go behind MainWindow
-
Don Gagne authored
-
- Nov 24, 2014
-
-
Don Gagne authored
Centralize all connecting and disconnecting of links through LinkManager::[Connect|Disconnect]Link api. Connect/Disconnect no longer allowed through LinkInterface. This allows creation of new LinkManager::setConnections[Suspended|Allowed] methods to disallow connections as needed.
-