Name
Last commit
Last update
..
apps Hacking on uploader
comm HIL config improvements, fixed confusion about which dock widget is part of which view, main window behaving now
input Removal of some comments, and fix for JoystickInput not exiting cleanly
plugins Further progress on cmake build system.
qgcunittest Added some comments to UASUnitTest.cc
uas Fix initial acceptance radius, warn user about offline mode
ui Fixed only icon showing on the advanced menu in the toolbar.
AudioOutput.cc K/R formatting, debugging serialport.
GAudioOutput.cc Formatting, fixing audio alarms
GAudioOutput.h Update src/GAudioOutput.h
LogCompressor.cc Fixed zero order hold for logging
LogCompressor.h Refactored the LogCompressor. It wasn't properly handling certain message logging files that mixed messages (Issue #70).
MG.h Moved the images folder to the files directory. Changed all of the paths to images to files/images.
PX4FirmwareUpgradeWorker.cc Hacking on uploader
PX4FirmwareUpgradeWorker.h Hacking on uploader
QGC.cc Improvements across application
QGC.h Improvements across application
QGCCore.cc Fix a minor bug on program shutdown with link deletion
QGCCore.h Merged
QGCGeo.h Added coordinate conversion for global / local conversion
Waypoint.cc Some more bugfixes and improvements for the Mission Plan widget. The "current"-checkbox in "Onboard"-waypoints can no longer be changed by clicking directly, but it is handled internally by QGC. Now there should be one and only one checked checkbox, which shows the last KNOWN "current" waypoint on MAV. The white border around an unchecked checkbox means, that the user is requesting the change of current waypoint, but QGC has not received MISSION_CURRENT message as a confirmation yet. Also,if there is no response from UAV after pushing "Read" or "Refresh", the "Onboard" list will be deleted to indicate, that there is no information available.
Waypoint.h Some more bugfixes and improvements for the Mission Plan widget. The "current"-checkbox in "Onboard"-waypoints can no longer be changed by clicking directly, but it is handled internally by QGC. Now there should be one and only one checked checkbox, which shows the last KNOWN "current" waypoint on MAV. The white border around an unchecked checkbox means, that the user is requesting the change of current waypoint, but QGC has not received MISSION_CURRENT message as a confirmation yet. Also,if there is no response from UAV after pushing "Read" or "Refresh", the "Onboard" list will be deleted to indicate, that there is no information available.
configuration.h Cleaned up version number
documentation.dox Testing mail commit hook
main.cc Change so Waypoints are the same across maps, and offline waypoints get appeneded to the end of the MAV's waypoint list on connect