summaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys/dynamicscene
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Jason McDonald2010-10-016-7/+7
| | | | | | | | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones (cherry picked from commit 49452ad6b22e080b1dfdfde38c21c48bb910a1ae) Conflicts: tests/auto/declarative/qdeclarativeconnection/data/error-object.qml tests/auto/declarative/qdeclarativeconnection/data/error-property.qml tests/auto/declarative/qdeclarativeconnection/data/error-property2.qml tests/auto/declarative/qdeclarativeconnection/data/error-syntax.qml tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp tests/auto/declarative/qdeclarativeqt/data/quit.qml tests/auto/declarative/qdeclarativeview/data/error1.qml
* Doc: Fixed text in license headers.David Boddie2010-09-136-6/+6
|
* Avoid binding loop warningsBea Lam2010-07-291-1/+2
| | | | Task-number: QTBUG-12469
* QML focus API updates.Michael Brasser2010-07-211-1/+0
| | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy
* Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-031-1/+6
| | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison
* Add license headers for .qml files.Jason McDonald2010-05-216-0/+240
| | | | | | | 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-193-5/+16
| | | | | | | 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-1815-0/+380
proxywidgets -> qwidgets, dynamic -> dynamicscene, velocity -> corkboards