1. 23 Dec, 2015 1 commit
  2. 12 Dec, 2015 1 commit
  3. 05 Dec, 2015 2 commits
  4. 29 Nov, 2015 1 commit
    • Don Gagne's avatar
      Autoconnect restructuring · ca6eccda
      Don Gagne authored
      Windows OS doesn’t disconnect port when you pull plug on USB. This
      caused all sorts of problems with previous logic. New logic handles
      this correctly.
      ca6eccda
  5. 25 Nov, 2015 1 commit
  6. 23 Nov, 2015 1 commit
    • Don Gagne's avatar
      Auto connect support · b9cb57ec
      Don Gagne authored
      - Pervasive change to automatically connect to known board types
      - Lots of additional changes along with this:
      - More exposure of objects/properties to Qml
      - Much restructuring in LinkManager and LinkManager clients
      b9cb57ec
  7. 19 Nov, 2015 1 commit
    • Don Gagne's avatar
      Auto connect support · 18dc3d04
      Don Gagne authored
      - Pervasive change to automatically connect to known board types
      - Lots of additional changes along with this:
      - More exposure of objects/properties to Qml
      - Much restructuring in LinkManager and LinkManager clients
      18dc3d04
  8. 18 Nov, 2015 1 commit
    • Don Gagne's avatar
      Auto connect support · aaed8c2d
      Don Gagne authored
      - Pervasive change to automatically connect to known board types
      - Lots of additional changes along with this:
      - More exposure of objects/properties to Qml
      - Much restructuring in LinkManager and LinkManager clients
      aaed8c2d
  9. 31 Oct, 2015 1 commit
  10. 30 Oct, 2015 3 commits
  11. 28 Oct, 2015 1 commit
  12. 27 Oct, 2015 2 commits
  13. 26 Oct, 2015 1 commit
  14. 23 Oct, 2015 2 commits
  15. 19 Oct, 2015 3 commits
  16. 18 Oct, 2015 1 commit
  17. 16 Oct, 2015 1 commit
  18. 15 Oct, 2015 1 commit
  19. 13 Oct, 2015 1 commit
  20. 11 Oct, 2015 1 commit
    • Don Gagne's avatar
      Turn back on · f0169d1e
      Don Gagne authored
      Was failing due to large log output from incorrectly named
      MockLinkLogVerbose.
      f0169d1e
  21. 05 Oct, 2015 1 commit
  22. 30 Sep, 2015 1 commit
  23. 27 Sep, 2015 1 commit
  24. 03 Sep, 2015 1 commit
  25. 29 Aug, 2015 2 commits
  26. 05 Aug, 2015 1 commit
  27. 25 Jul, 2015 1 commit
  28. 21 Jul, 2015 1 commit
  29. 01 Jun, 2015 1 commit
  30. 31 May, 2015 1 commit
  31. 28 May, 2015 1 commit
  32. 27 May, 2015 1 commit
    • Don Gagne's avatar
      Return AutoPilotPlugin as QSharedPointer · 1856e1cb
      Don Gagne authored
      If Facts are referenced from FactPanelController, we need to reference
      count the AutoPilotPlugin such that it doesn’t get destroyed until
      after the FactPanelController is destroyed.
      1856e1cb