Name
Last commit
Last update
..
apps Hacking on uploader
comm Converted LinkInterface from a pure-virtual interface into an abstract base class. This centralized the data rate calculation code for all subclasses. Also added the necessary code to provide upstream/downstream data rate calculations for all LinkInterface-derived classes.
input Fixed Windows compilation of Joystick interface (MSVC doesn't support C99 & the NAN macro).
plugins Further progress on cmake build system.
qgcunittest AutoTest runner is now part of main
uas Fix broken Windows build
ui Fix broken Windows build
AudioOutput.cc K/R formatting, debugging serialport.
GAudioOutput.cc Windows build required atlbase.h
GAudioOutput.h Windows build required atlbase.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 Linux compile fix
QGCCore.cc clean references and update version number
QGCCore.h First stab at better multi-use / multi-platform requirements
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 clean references and update version number
documentation.dox Testing mail commit hook
main.cc AutoTest runner is now part of main