- Oct 30, 2015
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- Jul 25, 2015
-
-
Don Gagne authored
-
- Jun 04, 2015
-
-
Don Gagne authored
Also added logging category
-
- May 31, 2015
-
-
dogmaphobic authored
-
- Apr 28, 2015
-
-
Don Gagne authored
-
- Apr 18, 2015
-
-
dogmaphobic 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
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- 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
-
-
Don Gagne authored
Now works for more than Serial links
-
- 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
-
-
Don Gagne authored
-
- Nov 27, 2014
- Nov 26, 2014
-
-
Don Gagne authored
- allow unit tests to use QGCApplication - clear global singletons for each unit test run
-
- 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.
-
- May 19, 2014
-
-
Lorenz Meier authored
-
- Aug 01, 2013
-
-
Lorenz Meier authored
-
- Jun 10, 2013
-
-
Bryant authored
The details on the success/errors for the MAVLink protocols are now shown for each link as tooltips that are updated every 5s. Values are currently wrong and unsure why as of yet.
-
- Jun 09, 2013
-
-
Bryant authored
The details on the success/errors for the MAVLink protocols are now shown for each link as tooltips that are updated every 5s. Values are currently wrong and unsure why as of yet.
-
- Apr 21, 2013
-
-
Lorenz Meier authored
-
- Mar 30, 2011
-
-
James Goppert authored
-
- Feb 12, 2011
-
-
lm authored
-
- Jan 19, 2011
-
-
pixhawk authored
-
- Dec 21, 2010
-
-
lm authored
Significantly bugfixed persistence and link adding/removal. Not yet fully there, but getting closer to release
-
- Dec 15, 2010
-
-
Brandon Wampler authored
-
- Aug 19, 2010
-
-
pixhawk authored
Cleaned up communication structure significantly, should now be easier to add new links. Signal bytesReceived(link, QByteArray) is now only way to pass on newly received data
-
- Apr 03, 2010
-
-
pixhawk authored
-