Skip to content
  1. May 29, 2015
  2. May 27, 2015
    • 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
  3. May 26, 2015
  4. May 14, 2015
  5. May 13, 2015
  6. May 12, 2015
  7. May 05, 2015
  8. Apr 29, 2015
  9. Apr 28, 2015
  10. Apr 27, 2015
  11. Apr 16, 2015
  12. Apr 14, 2015
  13. Mar 29, 2015
  14. Mar 26, 2015
  15. Mar 22, 2015
  16. Mar 13, 2015
  17. Mar 10, 2015
  18. 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
  19. Mar 08, 2015
  20. Mar 07, 2015
  21. 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
  22. Feb 28, 2015
  23. Feb 20, 2015
  24. Feb 07, 2015
Loading