Skip to content
  1. Nov 25, 2014
  2. Nov 24, 2014
    • Don Gagne's avatar
      Use new QGCFileDialog api · 10a00eb0
      Don Gagne authored
      Using QFileDialog directly on OS X can hang intermittently due to Qt
      bug.
      10a00eb0
    • Don Gagne's avatar
      New mavlink logging support · 6d7fb36a
      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
      6d7fb36a
  3. Jun 27, 2014
  4. Jun 10, 2014
    • Bryant Mairs's avatar
      Fix for #647. · 4b07086f
      Bryant Mairs authored
      In the logplayer, the data stream is read ahead for messages, which is used to determine the size of the output bytearrays. Previously, this wasn't done correctly resulting in non-ideal behavior. Now, the next message is scanned properly, so the only bytearrays that are emitted from QGCMAVLinkLogPlayer are MAVLink messages in their entirety. This also has the benefit of skipping invalid/corrupted messages in the log that's being played back.
      4b07086f
  5. May 25, 2014
  6. May 06, 2014
    • Bryant Mairs's avatar
      QGC data logging now records small MAVLink messages. · 321f21f2
      Bryant Mairs authored
      Previously MAVLink data streams recorded by QGC would use a fixed block size of the maximum MAVLink message length and fill in only the bytes written by the message. This wasted space, make manual parsing difficult, and broke compatibility with scripts provided in the MAVLink project (issue #174).
      
      This patch alters logging to output only a packed data stream (64-bit big endian unix timestamp in microseconds since epoch + MAVLink message) instead of the unpacked data stream previously output. Additionally the previous logging code used the system endianness for packing in the timestamp, this has now been switched to always be big endian regardless of platform. All the documentation specifies big endian, so the code now follows the docs here.
      
      Additionally data playback has been modified to playback both the new packed data streams as well as the old data streams, even those with improper endianness for their timestamps.
      
      Finally, a variety of bugs have been fixed, along with some additional features and user experience changes, hopefully for the better. All existing functionality has been preserved as well.
      321f21f2
  7. May 31, 2013
  8. May 25, 2013
  9. May 05, 2013
  10. May 02, 2013
  11. Apr 29, 2013
  12. Apr 23, 2013
  13. Apr 18, 2013
  14. Apr 17, 2013
  15. Aug 08, 2012
  16. Jul 25, 2012
  17. Jan 09, 2012
  18. Sep 12, 2011
  19. Sep 11, 2011
  20. Jul 21, 2011
  21. Mar 30, 2011
  22. Jan 22, 2011
  23. Jan 20, 2011
  24. Jan 19, 2011
  25. Jan 10, 2011
  26. Jan 09, 2011
  27. Jan 08, 2011
Loading