- Apr 14, 2015
- Mar 29, 2015
- Mar 26, 2015
-
-
Don Gagne authored
More consistent with Qml usage pattern
-
- Mar 22, 2015
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- Mar 13, 2015
-
-
Don Gagne authored
If it doesn’t exist it will be prefilled with all registered categories set to false
-
- Mar 10, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- Mar 09, 2015
-
-
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.
-
Don Gagne authored
Also changed to qWarning
-
- Mar 08, 2015
-
-
Lorenz Meier authored
-
- Mar 07, 2015
-
-
Don Gagne authored
-
- Mar 06, 2015
-
-
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.
-
- Feb 28, 2015
- Feb 20, 2015
- Feb 07, 2015
- Feb 04, 2015
-
-
Don Gagne authored
-
- Dec 25, 2014
- Dec 24, 2014
-
-
Don Gagne authored
-
- Dec 23, 2014
-
-
Don Gagne authored
-
- Dec 22, 2014
-
-
Don Gagne authored
-
- Dec 20, 2014
-
-
Don Gagne authored
- properties now hand off of main “autopilot” object in qml - Added support for summary items through qml
-
- Dec 12, 2014
-
-
Don Gagne authored
This way you don’t need to know parameter set ahead of time.
-
Don Gagne authored
Plus a large number of other changes to allow for orderly shutdown of objects without crashes or asserts. This is need for unit tests to create/delete global state around every test.
-
Don Gagne authored
-
- Dec 11, 2014
-
-
Don Gagne authored
-
- Dec 09, 2014
-
-
Don Gagne authored
Allows parameter access from QML among other things
-