| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
SetProperties -> PropertyChanges
RunScript -> StateChangeScript
SetAnchors -> AnchorChanges
|
| |
|
|
|
|
|
|
| |
Also updated dynamic example to have a fadeout effect on deletion.
Also slipped in a toStr function, as it didn't work when I called it
toString.
|
|
|
|
|
| |
Adjust examples and demos accordingly.
As per QT-558
|
| |
|
|
|
|
|
| |
Wasn't actually loading the object's context properly, with regard to
url resolution.
|
|
|
|
|
|
|
|
| |
Renamed evalQml to be consistent with us, not javascript.
Fixed bug where createComponent never had the right path.
createQmlObject (evalQml) now has a parent as a argument.
It also still has a bug where that parent doesnt get set properly,
although it is used as the creation context also.
|
|
|
|
|
| |
Adds some error handling, and cleans up documentation and the example
a little.
|
|
|