- 30 Oct, 2015 1 commit
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- 18 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 25 Jul, 2015 1 commit
-
-
Don Gagne authored
-
- 01 Jul, 2015 1 commit
-
-
Don Gagne authored
-
- 27 Jun, 2015 1 commit
-
-
dogmaphobic authored
-
- 08 Jun, 2015 1 commit
-
-
Don Gagne authored
-
- 04 Jun, 2015 1 commit
-
-
Don Gagne authored
Also added logging category
-
- 02 Jun, 2015 1 commit
-
-
dogmaphobic authored
-
- 01 Jun, 2015 1 commit
-
-
Andrew C. Smith authored
Check the board description in the LinkManager and display AeroCore instead of Pixhawk for the Gumstix AeroCore board.
-
- 31 May, 2015 1 commit
-
-
dogmaphobic authored
-
- 14 May, 2015 1 commit
-
-
Lorenz Meier authored
-
- 10 May, 2015 1 commit
-
-
dogmaphobic authored
-
- 28 Apr, 2015 2 commits
- 18 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 16 Apr, 2015 2 commits
-
-
dogmaphobic authored
Removed redundant counter while at it.
-
dogmaphobic authored
-
- 01 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 29 Mar, 2015 1 commit
-
-
Don Gagne authored
-
- 28 Mar, 2015 1 commit
-
-
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.
-
- 22 Mar, 2015 2 commits
- 12 Mar, 2015 1 commit
-
-
dogmaphobic authored
Changed settings version as the link configurations must be redone (with the new port names)
-
- 20 Feb, 2015 1 commit
-
-
dogmaphobic authored
-
- 18 Feb, 2015 1 commit
-
-
dogmaphobic authored
-
- 13 Feb, 2015 2 commits
-
-
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).
-
- 26 Dec, 2014 2 commits
- 12 Dec, 2014 1 commit
-
-
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.
-
- 11 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 10 Dec, 2014 2 commits
- 27 Nov, 2014 2 commits
- 26 Nov, 2014 1 commit
-
-
Don Gagne authored
- allow unit tests to use QGCApplication - clear global singletons for each unit test run
-
- 25 Nov, 2014 2 commits
-
-
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
-
- 24 Nov, 2014 1 commit
-
-
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.
-
- 19 May, 2014 1 commit
-
-
Lorenz Meier authored
-