1. 19 Aug, 2016 1 commit
  2. 12 Jul, 2016 1 commit
  3. 31 May, 2016 1 commit
  4. 06 May, 2016 1 commit
  5. 05 May, 2016 1 commit
  6. 10 Apr, 2016 1 commit
  7. 14 Feb, 2016 1 commit
  8. 12 Feb, 2016 1 commit
  9. 20 Jan, 2016 1 commit
  10. 10 Jan, 2016 1 commit
  11. 05 Jan, 2016 1 commit
  12. 21 Nov, 2015 1 commit
  13. 30 Oct, 2015 1 commit
  14. 16 Oct, 2015 1 commit
  15. 13 Oct, 2015 1 commit
  16. 05 Oct, 2015 2 commits
  17. 03 Sep, 2015 1 commit
  18. 30 Aug, 2015 2 commits
  19. 29 Aug, 2015 1 commit
  20. 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
  21. 02 Jul, 2015 1 commit
  22. 09 Jun, 2015 1 commit
  23. 31 May, 2015 1 commit
  24. 29 Apr, 2015 1 commit
  25. 02 Apr, 2015 1 commit
    • Don Gagne's avatar
      Resource restructuring · d5146cd2
      Don Gagne authored
      - All resources are either under src or under resources dirs
      - Removed files top level directory
      - Move flightgear files to top level dir
      d5146cd2
  26. 22 Mar, 2015 1 commit
  27. 04 Mar, 2015 2 commits
  28. 26 Feb, 2015 1 commit
  29. 17 Feb, 2015 3 commits
  30. 13 Feb, 2015 1 commit
  31. 02 Feb, 2015 1 commit
  32. 30 Dec, 2014 1 commit
  33. 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
  34. 10 Dec, 2014 1 commit
  35. 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