summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dynamic
Commit message (Expand)AuthorAgeFilesLines
* Replace usage of print() with console.log().Michael Brasser2010-04-231-3/+3
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-211-0/+16
|\
| * Add .qmlproject files to declarative examples.Yann Bodson2010-04-201-0/+16
* | Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-212-2/+37
|/
* Fix code style in examplesBea Lam2010-04-131-1/+1
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-1/+1
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-086-7/+7
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-4/+4
* Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-111-0/+1
* More declarative examples cleanup.Yann Bodson2010-03-051-19/+23
* make example work againmae2010-03-031-4/+4
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-222-2/+2
* Fix dynamic exampleAlan Alpert2010-02-191-0/+1
* Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-111-1/+1
* Fix perspective in dynamic exampleAlan Alpert2009-11-092-5/+8
* Use darker() and lighter() functions from global Qt object rather than from S...Yann Bodson2009-11-052-2/+2
* enable smooth scaling for dynamic exampleYann Bodson2009-10-301-1/+1
* cleanupYann Bodson2009-10-307-8/+10
* Merge QmlComponentJS into QmlComponentAlan Alpert2009-10-291-1/+1
* Incorporate latest optical theory.Warwick Allison2009-10-282-3/+15
* Fix dynamic exampleAlan Alpert2009-10-281-2/+0
* dynamic example now meets minimum aesthetic requirementsAlan Alpert2009-10-282-14/+41
* Better dragging of items for dynamic exampleAlan Alpert2009-10-281-5/+5
* Dynamic example now has more droppable ItemsAlan Alpert2009-10-2810-51/+91
* Update dynamic exampleAlan Alpert2009-10-279-128/+188
* Fix dynamic exampleAlan Alpert2009-10-151-3/+5
* Clean upBea Lam2009-10-082-24/+68
* Rename State change elements.Martin Jones2009-08-211-1/+1
* Renaming Rect -> RectangleYann Bodson2009-08-192-5/+5
* Add delay parameter to the destroy function on QML objectsAlan Alpert2009-08-132-2/+10
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-232-0/+4
* Move the Script interface of QmlComponent to QmlBindableComponentAlan Alpert2009-07-211-2/+2
* Fix bug in createQmlObjectAlan Alpert2009-07-062-2/+2
* Improve JS dynamic creationAlan Alpert2009-07-022-7/+10
* Beautification of dynamic object example.Alan Alpert2009-07-022-25/+43
* Add dynamic object creation exampleAlan Alpert2009-06-093-0/+68