1. 30 Oct, 2015 1 commit
  2. 22 Aug, 2015 1 commit
  3. 10 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 1 commit
    • 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 2 commits
    • 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
  7. 27 Jun, 2014 1 commit
  8. 19 May, 2014 1 commit
  9. 07 Sep, 2012 1 commit
  10. 09 Jan, 2012 1 commit
  11. 30 Mar, 2011 1 commit
  12. 19 Mar, 2011 1 commit
  13. 13 Feb, 2011 2 commits
  14. 08 Feb, 2011 1 commit
  15. 03 Feb, 2011 1 commit
  16. 08 Jan, 2011 1 commit
  17. 03 Jan, 2011 1 commit
  18. 26 Aug, 2010 1 commit
  19. 07 Jun, 2010 1 commit
  20. 03 Apr, 2010 1 commit