1. 24 Oct, 2018 1 commit
  2. 21 Mar, 2018 1 commit
  3. 04 Jan, 2018 1 commit
  4. 20 Oct, 2017 1 commit
  5. 01 May, 2017 1 commit
  6. 18 Sep, 2016 1 commit
  7. 15 Sep, 2016 1 commit
  8. 14 Sep, 2016 1 commit
  9. 01 Sep, 2016 1 commit
  10. 12 Jun, 2016 1 commit
  11. 31 May, 2016 1 commit
  12. 15 Jan, 2016 1 commit
  13. 08 Dec, 2015 1 commit
  14. 06 Dec, 2015 1 commit
  15. 01 Dec, 2015 1 commit
  16. 30 Oct, 2015 2 commits
  17. 29 Oct, 2015 1 commit
  18. 25 Oct, 2015 1 commit
  19. 16 Oct, 2015 1 commit
  20. 13 Oct, 2015 1 commit
  21. 06 Oct, 2015 2 commits
  22. 05 Oct, 2015 1 commit
  23. 25 Sep, 2015 1 commit
  24. 29 Aug, 2015 1 commit
  25. 24 Aug, 2015 1 commit
  26. 21 Jul, 2015 1 commit
  27. 29 May, 2015 1 commit
  28. 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
  29. 26 May, 2015 1 commit
  30. 27 Apr, 2015 1 commit
  31. 16 Apr, 2015 1 commit
  32. 14 Apr, 2015 2 commits
  33. 29 Mar, 2015 3 commits
  34. 26 Mar, 2015 1 commit
  35. 06 Mar, 2015 1 commit
    • Don Gagne's avatar
      Use FactBinder to access facts from Qml · e863bdae
      Don Gagne authored
      Passing parameters QVariantMap across C++ boundary was causing crashes
      in Qt due to Qml array bugs. Referencing same Fact* across Qml boundary
      in multiple QQuickWidgets caused jScript GC to crash.
      e863bdae