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