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