- Jul 24, 2015
-
-
Don Gagne authored
-
- Apr 20, 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.
-
- 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 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 10, 2014
- Dec 09, 2014
-
-
Don Gagne authored
-
- Dec 05, 2014
-
-
Don Gagne authored
-
- Nov 24, 2014
-
-
Don Gagne authored
- Logging now always on to temp file - User prompted to save temp file after disconnect - Orphaned temp logs checked for on boot - Logs saved to new save file location - Log file starts/stops with first and last connnection
-
- Jul 25, 2014
-
-
Lorenz Meier authored
-
- Jul 20, 2014
-
-
Lorenz Meier authored
-
- May 24, 2014
-
-
Lorenz Meier authored
-
- May 19, 2014
-
-
Lorenz Meier authored
-
- May 15, 2014
-
-
Lorenz Meier authored
-
- Jun 10, 2013
-
-
Bryant authored
Changed many functions in the abstract *Link classes to be const. This facilitates setting other functions as const. The metadata for specific links are reset when the links are added.
-
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
Changed many functions in the abstract *Link classes to be const. This facilitates setting other functions as const. The metadata for specific links are reset when the links are added.
-
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 16, 2013
-
-
Lorenz Meier authored
-
- Sep 07, 2012
-
-
Lorenz Meier authored
-
- Feb 14, 2012
-
-
Bryant Mairs authored
Refactored part of MAVLinkProtocol::receiveBytes() as I was trying to debug within it. Nothing major, though I did remove an unnecessary loop.
-
- Feb 13, 2012
-
-
hengli authored
-
- Dec 10, 2011
-
-
Lionel Heng authored
Enabled visualization of point cloud data via Protocol Buffers serialization and extended_mavlink_message.
-
- Sep 20, 2011
-
-
LM authored
Fixed roll angle in Google earth, still not smooth. Fixed a number of threading issues. Fixed all custom widget related bugs. Improved MAVLink decoder. Reduced CPU usage substantially across all views
-
- Mar 30, 2011
-
-
James Goppert authored
-
- Mar 19, 2011
-
-
lm authored
-
- Feb 13, 2011
- Feb 08, 2011
-
-
pixhawk authored
-
- Feb 03, 2011
-
-
pixhawk authored
Added angle conversion testing, added battery settings option, added option to set MAVLink ID of groundstation
-
- Jan 08, 2011
-
-
pixhawk authored
Added not yet working version of logging / log replay, fixed ALL bugs in main window, enabled full persistence in main window and serial link.
-
- Jan 03, 2011
- Oct 25, 2010
-
-
pixhawk authored
-
- Oct 24, 2010
-
-
pixhawk authored
-
- Aug 22, 2010
-
-
pixhawk authored
Working on QGraphicsView-based local waypoints interface supporting drag-and-drop, commented code, fixed Google Maps interface, added mouse and SpinBox zoom to HSIWidget, fixed MAV-based coloring and stylesheets - MEGA COMMIT
-
- Aug 20, 2010
-
-
pixhawk 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
-