1. 01 Jun, 2015 1 commit
  2. 29 May, 2015 1 commit
  3. 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
  4. 26 May, 2015 3 commits
  5. 14 May, 2015 1 commit
  6. 13 May, 2015 1 commit
  7. 12 May, 2015 1 commit
  8. 05 May, 2015 1 commit
  9. 29 Apr, 2015 1 commit
  10. 28 Apr, 2015 3 commits
  11. 27 Apr, 2015 2 commits
  12. 16 Apr, 2015 4 commits
  13. 14 Apr, 2015 2 commits
  14. 29 Mar, 2015 2 commits
  15. 26 Mar, 2015 1 commit
  16. 22 Mar, 2015 1 commit
  17. 13 Mar, 2015 1 commit
  18. 10 Mar, 2015 3 commits
  19. 09 Mar, 2015 2 commits
    • dogmaphobic's avatar
      Type checking in Fact::setValue() · bae07b16
      dogmaphobic authored
      FactTextField, when setting the value from its "text" field, was converting the value to string. This was causing (QML JavaScript) code that uses the value for computation to stop working once the user changed the value.
      bae07b16
    • Don Gagne's avatar
      Add assert back · 6f930549
      Don Gagne authored
      Also changed to qWarning
      6f930549
  20. 08 Mar, 2015 1 commit
  21. 07 Mar, 2015 1 commit
  22. 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
  23. 28 Feb, 2015 2 commits
  24. 20 Feb, 2015 2 commits
  25. 07 Feb, 2015 1 commit