1. 30 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. 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
  5. 27 Nov, 2014 2 commits
  6. 26 Nov, 2014 1 commit
  7. 25 Nov, 2014 1 commit
  8. 24 Nov, 2014 2 commits
  9. 21 Nov, 2014 1 commit
  10. 19 Nov, 2014 1 commit
  11. 17 Nov, 2014 1 commit
  12. 11 Nov, 2014 1 commit
  13. 02 Sep, 2014 1 commit
  14. 23 Aug, 2014 1 commit
  15. 05 Aug, 2014 1 commit
  16. 23 Jul, 2014 1 commit
    • Bryant's avatar
      Removing all SLUGS autopilot-specific code. · 9d8d4c5b
      Bryant authored
      SLUGS has maintained their patches out-of-tree for a long while now.
      These will eventually get merged back in, but it'll be easier to evaluate them as fresh commits instead of modifications to this old & dead code, so we'll delete this for now.
      9d8d4c5b
  17. 15 Jul, 2014 1 commit
  18. 01 Jul, 2014 1 commit
  19. 12 May, 2014 1 commit
  20. 11 May, 2014 2 commits
  21. 27 Apr, 2014 1 commit
  22. 15 Mar, 2014 1 commit
  23. 13 Mar, 2014 1 commit
  24. 04 Mar, 2014 1 commit
  25. 22 Feb, 2014 2 commits
    • Don Gagne's avatar
      Fix failed connect · 65098676
      Don Gagne authored
      There is no such things as a clicked signal on QWidget. You activate
      new UAS from right-click menu.
      65098676
    • Don Gagne's avatar
      Fix unneeded QObject::connect which was failing · ee3dfc6a
      Don Gagne authored
      The connect call was generating debug output to identify that it was
      failing. After looking at the code realized that this connect is not
      needed. The group box is removed when UASListWidget::removeUAS method
      is called.
      
      Second change in the file fixes a crashing bug when the last UAS is
      removed. Need to exit the iterator after we modify it.
      ee3dfc6a
  26. 21 Feb, 2014 4 commits
  27. 20 Feb, 2014 1 commit
  28. 12 Jan, 2014 2 commits
  29. 08 Jan, 2014 2 commits
  30. 11 Dec, 2013 1 commit
  31. 14 Oct, 2013 1 commit