1. 09 Dec, 2014 1 commit
  2. 05 Dec, 2014 2 commits
  3. 03 Dec, 2014 1 commit
  4. 01 Dec, 2014 1 commit
    • Bryant's avatar
      Remove all unnecessary calls to QSettings.sync(). · 6359f78a
      Bryant authored
      This function is called automatically when a QSettings object is destroyed,
      so is rarely needed to be called explicitly.
      
      There are still some cases where
      a QSettings object is passed-by-reference, so there I left the sync() calls as
      it's unclear how permanent those objects are and if they'd call sync() before
      application shutdown
      6359f78a
  5. 25 Nov, 2014 2 commits
    • Don Gagne's avatar
      File renames · 68a59a78
      Don Gagne authored
      68a59a78
    • Don Gagne's avatar
      Use new QGCMessageBox apis · db7b86fb
      Don Gagne authored
      Subclass of QMessageBox which re-implements the static public
      functions. There are two reasons for this:
      1) The QMessageBox implementation on OSX does now show the title
      string. This leads to message boxes which don't make much sense. So on
      OSX we set title to text and text to informative text.
      2) If parent is NULL, we set parent to MainWindow::instance. This
      prevents message boxes which can go behind MainWindow
      db7b86fb
  6. 24 Nov, 2014 1 commit
    • 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
  7. 14 Nov, 2014 1 commit
  8. 23 Oct, 2014 1 commit
  9. 05 Aug, 2014 1 commit
  10. 31 Jul, 2014 1 commit
  11. 25 Jul, 2014 1 commit
  12. 23 Jul, 2014 1 commit
    • Bryant's avatar
      Removing all SLUGS autopilot-specific code. · 9d8d4c5b
      Bryant authored
      SLUGS has maintained their patches out-of-tree for a long while now.
      These will eventually get merged back in, but it'll be easier to evaluate them as fresh commits instead of modifications to this old & dead code, so we'll delete this for now.
      9d8d4c5b
  13. 20 Jul, 2014 1 commit
  14. 27 Jun, 2014 1 commit
  15. 15 Jun, 2014 2 commits
  16. 24 May, 2014 2 commits
  17. 19 May, 2014 1 commit
  18. 18 May, 2014 1 commit
  19. 15 May, 2014 1 commit
  20. 07 May, 2014 1 commit
  21. 06 May, 2014 1 commit
    • 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
  22. 14 Feb, 2014 1 commit
  23. 05 Nov, 2013 1 commit
  24. 26 Sep, 2013 1 commit
  25. 26 Aug, 2013 1 commit
  26. 16 Jul, 2013 1 commit
  27. 13 Jun, 2013 1 commit
  28. 10 Jun, 2013 2 commits
  29. 09 Jun, 2013 2 commits
  30. 14 May, 2013 2 commits
  31. 25 Apr, 2013 1 commit
  32. 17 Apr, 2013 1 commit
  33. 16 Apr, 2013 1 commit