1. 29 Mar, 2015 2 commits
  2. 26 Mar, 2015 1 commit
  3. 22 Mar, 2015 1 commit
  4. 13 Mar, 2015 1 commit
  5. 10 Mar, 2015 3 commits
  6. 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
  7. 08 Mar, 2015 1 commit
  8. 07 Mar, 2015 1 commit
  9. 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
  10. 28 Feb, 2015 2 commits
  11. 20 Feb, 2015 2 commits
  12. 07 Feb, 2015 2 commits
  13. 04 Feb, 2015 1 commit
  14. 25 Dec, 2014 2 commits
  15. 24 Dec, 2014 1 commit
  16. 23 Dec, 2014 1 commit
  17. 22 Dec, 2014 1 commit
  18. 20 Dec, 2014 1 commit
  19. 12 Dec, 2014 3 commits
  20. 11 Dec, 2014 1 commit
  21. 09 Dec, 2014 1 commit
    • Don Gagne's avatar
      New FactSystem · d6ddbdc3
      Don Gagne authored
      Allows parameter access from QML among other things
      d6ddbdc3