summaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys/dynamicscene/qml
Commit message (Collapse)AuthorAgeFilesLines
* Update Docs, Examples and Demos for new CreateObject overloadableChristopher Ham2011-01-281-5/+2
| | | | | | | | Dynamic object in Docs explains QScriptValue argument. SameGame and Dynamic scene now make use of overloadable. Task-number: QTBUG-13087 Reviewed-by: Bea Lam
* Update copyright year to 2011.Jason McDonald2011-01-105-5/+5
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-295-5/+5
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: Fixed text in license headers.David Boddie2010-09-135-5/+5
|
* Add license headers for .qml files.Jason McDonald2010-05-215-0/+200
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Make dynamicscene example embeddeable in another graphics sceneAlan Alpert2010-05-201-1/+1
|
* Fix incorrect mergeAlan Alpert2010-05-201-1/+1
| | | | Didn't actually notice the name change of that function
* Fix dynamicscene exampleAlan Alpert2010-05-192-1/+10
| | | | | | | In all the renaming (presumably) the moon broke, now fixed. Also made it slightly smaller, to be friendlier to desktop systems with small screens (and the fixed size qtdemo)
* Rename some examples: proxyviewer -> networkaccessmanagerfactory,Bea Lam2010-05-185-0/+187
proxywidgets -> qwidgets, dynamic -> dynamicscene, velocity -> corkboards