1. 21 Oct, 2015 1 commit
  2. 06 Sep, 2015 1 commit
  3. 29 Jul, 2015 1 commit
  4. 02 Apr, 2015 1 commit
  5. 09 Mar, 2015 1 commit
  6. 25 Dec, 2014 1 commit
  7. 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
  8. 09 Dec, 2014 5 commits
  9. 08 Dec, 2014 2 commits
  10. 05 Dec, 2014 1 commit
  11. 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
  12. 31 Jul, 2014 3 commits
  13. 18 Jul, 2014 1 commit
  14. 17 Jul, 2014 3 commits
  15. 06 Jul, 2014 1 commit
  16. 27 Jun, 2014 1 commit
  17. 25 Jun, 2014 1 commit
  18. 16 Jun, 2014 1 commit
  19. 22 May, 2014 1 commit
  20. 29 Mar, 2014 1 commit
  21. 27 Mar, 2014 1 commit
  22. 25 Feb, 2014 2 commits
  23. 24 Feb, 2014 1 commit
  24. 20 Feb, 2014 1 commit
  25. 18 Feb, 2014 1 commit
  26. 14 Feb, 2014 1 commit
  27. 13 Feb, 2014 2 commits
  28. 12 Jan, 2014 1 commit
  29. 12 Dec, 2013 1 commit
    • Don Gagne's avatar
      Windows build required atlbase.h · 4a91f435
      Don Gagne authored
      While testing the previous commit on Windows I found that I could not
      compile windows due to include of atlbase.h. This file is no longer
      available in SDKs. It is only available in for money versions of VIsual
      Studio. Luckily this include was not needed. So I just removed it and
      Windows now builds again with just VS Express. Tested all changes on
      OSX, Linux and Windows (including speech on windows, which still works).
      4a91f435