1. 28 Dec, 2014 1 commit
  2. 12 Dec, 2014 1 commit
    • Don Gagne's avatar
      Move UAS and MAVLinkProtocol back to main thread · fc493d75
      Don Gagne authored
      Plus a large number of other changes to allow for orderly shutdown of
      objects without crashes or asserts. This is need for unit tests to
      create/delete global state around every test.
      fc493d75
  3. 10 Dec, 2014 1 commit
  4. 09 Dec, 2014 1 commit
  5. 08 Dec, 2014 1 commit
    • Don Gagne's avatar
      Removed UAS::requestParameters method · 39eb564f
      Don Gagne authored
      This removes confusion as to whether you call UAS::requestParameters
      (incorrect) or QGCUASParamManager::requestParameterList (correct) from
      client code.
      39eb564f
  6. 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
  7. 27 Nov, 2014 1 commit
  8. 26 Nov, 2014 1 commit
  9. 25 Nov, 2014 2 commits
    • 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
    • Don Gagne's avatar
      Be careful with QObject:::destroyed signal · 491b1b01
      Don Gagne authored
      Do not dynamic cast or de-reference QObject, since object is either in
      destructor or may have already been destroyed.
      491b1b01
  10. 24 Nov, 2014 2 commits
  11. 21 Nov, 2014 1 commit
  12. 17 Nov, 2014 1 commit
  13. 11 Nov, 2014 2 commits
  14. 05 Nov, 2014 1 commit
  15. 30 Oct, 2014 2 commits
  16. 27 Oct, 2014 1 commit
  17. 22 Oct, 2014 1 commit
  18. 29 Sep, 2014 1 commit
  19. 21 Sep, 2014 1 commit
  20. 02 Sep, 2014 1 commit
  21. 24 Aug, 2014 2 commits
  22. 23 Aug, 2014 3 commits
  23. 13 Aug, 2014 1 commit
  24. 12 Aug, 2014 1 commit
  25. 11 Aug, 2014 4 commits
  26. 10 Aug, 2014 2 commits
  27. 05 Aug, 2014 1 commit
  28. 25 Jul, 2014 1 commit
  29. 17 Jul, 2014 1 commit