1. 15 Jan, 2016 1 commit
  2. 13 Jan, 2016 1 commit
  3. 05 Jan, 2016 1 commit
  4. 29 Dec, 2015 1 commit
  5. 06 Dec, 2015 1 commit
  6. 28 Nov, 2015 1 commit
  7. 30 Oct, 2015 4 commits
  8. 11 Oct, 2015 2 commits
  9. 05 Oct, 2015 1 commit
  10. 11 Sep, 2015 1 commit
    • Don Gagne's avatar
      More MissionEditor work · d0d6cc42
      Don Gagne authored
      - New MissionManager
      - Plumb MissionManager through MissionEditor
      - Mission Editor supports get/set
      d0d6cc42
  11. 06 Sep, 2015 1 commit
  12. 03 Sep, 2015 1 commit
  13. 01 Sep, 2015 1 commit
  14. 29 Aug, 2015 1 commit
  15. 26 Aug, 2015 1 commit
    • Don Gagne's avatar
      New FirmwarePlugin support · a298165f
      Don Gagne authored
      - FirmwarePlugin is the new place for code which is specific to
      firmware flight stack
      - FirmwarePlugin currently supports flight mode apis
      - Modify code to use new FirmwarePlugin support
      a298165f
  16. 22 Aug, 2015 1 commit
  17. 12 Aug, 2015 1 commit
  18. 01 Aug, 2015 1 commit
  19. 25 Jul, 2015 1 commit
  20. 08 Jul, 2015 1 commit
  21. 04 Jul, 2015 1 commit
  22. 31 May, 2015 1 commit
  23. 24 May, 2015 1 commit
  24. 06 May, 2015 1 commit
  25. 03 May, 2015 1 commit
  26. 27 Apr, 2015 1 commit
  27. 25 Apr, 2015 1 commit
  28. 31 Mar, 2015 1 commit
  29. 26 Mar, 2015 1 commit
  30. 22 Mar, 2015 1 commit
  31. 15 Mar, 2015 1 commit
  32. 03 Mar, 2015 1 commit
  33. 28 Dec, 2014 2 commits
  34. 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
  35. 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