summaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys
Commit message (Collapse)AuthorAgeFilesLines
* Make dynamicscene example embeddeable in another graphics sceneAlan Alpert2010-05-201-1/+1
|
* Some minor example fixesAlan Alpert2010-05-208-0/+37
| | | | | | -dial moved to dial-example so the dirname is the same as the qml name -added rssnews to .pro so it can be installed -added some README files like the other dirs
* 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-1821-0/+0
| | | | proxywidgets -> qwidgets, dynamic -> dynamicscene, velocity -> corkboards
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-172-2/+14
| | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Focus should be applied to focus scopes all the way up the chain, not Add focus docs snippets Fix doc for status, add Image::onLoaded. Don't crash due to recursive positioning. ListModel::get() shouldn't print warnings for invalid indices since it Add \brief to TextInput Add missing .pro Restructure the examples. They are now organized into various graphicsWidgets doc example was previously removed Doc fix Add a "priority" property to Keys and KeyNavigation
* Restructure the examples. They are now organized into variousBea Lam2010-05-1649-0/+1180
subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).