1. 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
  2. 21 Nov, 2015 1 commit
  3. 09 Nov, 2015 2 commits
  4. 06 Nov, 2015 1 commit
  5. 04 Nov, 2015 1 commit
  6. 03 Nov, 2015 1 commit
  7. 02 Nov, 2015 1 commit
  8. 30 Oct, 2015 1 commit
  9. 29 Oct, 2015 1 commit
  10. 21 Oct, 2015 1 commit
  11. 20 Oct, 2015 1 commit
  12. 19 Oct, 2015 1 commit
  13. 18 Oct, 2015 1 commit
  14. 17 Oct, 2015 1 commit
  15. 16 Oct, 2015 1 commit
  16. 15 Oct, 2015 1 commit
  17. 13 Oct, 2015 2 commits
  18. 11 Oct, 2015 3 commits
  19. 07 Oct, 2015 1 commit
  20. 05 Oct, 2015 1 commit
  21. 31 Aug, 2015 1 commit
  22. 30 Aug, 2015 1 commit
  23. 29 Aug, 2015 1 commit
  24. 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
  25. 24 Aug, 2015 1 commit
  26. 23 Aug, 2015 1 commit
  27. 15 Aug, 2015 1 commit
  28. 07 Aug, 2015 1 commit
  29. 04 Jul, 2015 1 commit
  30. 02 Jul, 2015 1 commit
  31. 20 Jun, 2015 1 commit
  32. 10 Jun, 2015 1 commit
  33. 09 Jun, 2015 2 commits
  34. 07 Jun, 2015 1 commit
  35. 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