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