- 29 Mar, 2015 2 commits
- 26 Mar, 2015 1 commit
-
-
Don Gagne authored
More consistent with Qml usage pattern
-
- 22 Mar, 2015 1 commit
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- 13 Mar, 2015 1 commit
-
-
Don Gagne authored
If it doesn’t exist it will be prefilled with all registered categories set to false
-
- 10 Mar, 2015 3 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- 09 Mar, 2015 2 commits
-
-
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
-
- 08 Mar, 2015 1 commit
-
-
Lorenz Meier authored
-
- 07 Mar, 2015 1 commit
-
-
Don Gagne authored
-
- 06 Mar, 2015 1 commit
-
-
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.
-
- 28 Feb, 2015 2 commits
- 20 Feb, 2015 2 commits
- 07 Feb, 2015 2 commits
- 04 Feb, 2015 1 commit
-
-
Don Gagne authored
-
- 25 Dec, 2014 2 commits
- 24 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 23 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 22 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 20 Dec, 2014 1 commit
-
-
Don Gagne authored
- properties now hand off of main “autopilot” object in qml - Added support for summary items through qml
-
- 12 Dec, 2014 3 commits
-
-
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
-
- 11 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 09 Dec, 2014 1 commit
-
-
Don Gagne authored
Allows parameter access from QML among other things
-