1. 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
  2. 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
  3. 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
      Remove unused code · 1d97a7fd
      Don Gagne authored
      1d97a7fd
  4. 21 Nov, 2014 1 commit
  5. 17 Nov, 2014 1 commit
  6. 23 Aug, 2014 1 commit
  7. 28 Dec, 2013 1 commit
  8. 09 Sep, 2013 1 commit
    • Jean Cyr's avatar
      Fix Spektrum pair buton such that it works every time. · 8216b137
      Jean Cyr authored
      - MAV resets the RC_DSM_BIND param back to 0 automatically but QGC
      doesn't know about this and thinks the parameter hasn't changed when the
      pair button is hit a second time. Since it thinks the param has not
      change, it doesn't transmit the update.
      - This implements method to allow to optionally force QGC to send the
      update. By default it does not
      - Also added copy statements to include the two missing DLLs
      (QtDeclarative and QtScript) automatically as part of Windows build.
      8216b137
  9. 29 Aug, 2013 1 commit
  10. 27 Aug, 2013 1 commit
  11. 25 Aug, 2013 1 commit
  12. 22 Aug, 2013 1 commit
  13. 20 Aug, 2013 1 commit
    • tstellanova's avatar
      Support persist-params-after-send · ce1e6e14
      tstellanova authored
      Add persistRcValuesButt to allow mappings to be persisted outside the
      calibration mode; cleanup const params in param dataq model;  add some
      debug for mapping problems
      ce1e6e14
  14. 19 Aug, 2013 1 commit
  15. 18 Aug, 2013 1 commit
  16. 16 Aug, 2013 3 commits
  17. 15 Aug, 2013 1 commit
  18. 13 Aug, 2013 20 commits