Update extension tutorials and examples to QtQuick2
authorDamian Jansen <damian.jansen@nokia.com>
Tue, 30 Aug 2011 06:18:20 +0000 (16:18 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 5 Sep 2011 01:09:09 +0000 (03:09 +0200)
commit76dd4f8af9c48a685cb50bfa02389b392bc12a5a
tree959044545ec8b8b5d6ef40489c02d4885d4ec619
parentf22ae0f5f18a354bf3addd8023ad8b8810e42bac
Update extension tutorials and examples to QtQuick2

Also add missing licence header and update example tests

Change-Id: Ic2dc8c893ddf22f646eaeba86b6f3b4a2772726c
Reviewed-on: http://codereview.qt.nokia.com/3844
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Glenn Watson <glenn.watson@nokia.com>
50 files changed:
examples/declarative/cppextensions/imageprovider/imageprovider-example.qml
examples/declarative/cppextensions/imageprovider/imageprovider.cpp
examples/declarative/cppextensions/imageprovider/imageprovider.pro
examples/declarative/cppextensions/networkaccessmanagerfactory/main.cpp
examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.pro
examples/declarative/cppextensions/networkaccessmanagerfactory/view.qml
examples/declarative/cppextensions/plugins/README
examples/declarative/cppextensions/plugins/com/nokia/TimeExample/Clock.qml
examples/declarative/cppextensions/plugins/plugins.qml
examples/declarative/cppextensions/referenceexamples/methods/example.qml
examples/declarative/dragtarget/text/dragtext.qml
examples/declarative/tutorials/extending/chapter1-basics/app.qml
examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro
examples/declarative/tutorials/extending/chapter1-basics/main.cpp
examples/declarative/tutorials/extending/chapter1-basics/piechart.cpp
examples/declarative/tutorials/extending/chapter1-basics/piechart.h
examples/declarative/tutorials/extending/chapter2-methods/app.qml
examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro
examples/declarative/tutorials/extending/chapter2-methods/main.cpp
examples/declarative/tutorials/extending/chapter2-methods/piechart.cpp
examples/declarative/tutorials/extending/chapter2-methods/piechart.h
examples/declarative/tutorials/extending/chapter3-bindings/app.qml
examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro
examples/declarative/tutorials/extending/chapter3-bindings/main.cpp
examples/declarative/tutorials/extending/chapter3-bindings/piechart.cpp
examples/declarative/tutorials/extending/chapter3-bindings/piechart.h
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/app.qml
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/main.cpp
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.h
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/pieslice.h
examples/declarative/tutorials/extending/chapter5-listproperties/app.qml
examples/declarative/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro
examples/declarative/tutorials/extending/chapter5-listproperties/main.cpp
examples/declarative/tutorials/extending/chapter5-listproperties/piechart.cpp
examples/declarative/tutorials/extending/chapter5-listproperties/piechart.h
examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.cpp
examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.h
examples/declarative/tutorials/extending/chapter6-plugins/ChartsPlugin/qmldir [new file with mode: 0644]
examples/declarative/tutorials/extending/chapter6-plugins/app.qml
examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
examples/declarative/tutorials/extending/chapter6-plugins/piechart.cpp
examples/declarative/tutorials/extending/chapter6-plugins/piechart.h
examples/declarative/tutorials/extending/chapter6-plugins/pieslice.cpp
examples/declarative/tutorials/extending/chapter6-plugins/pieslice.h
examples/declarative/tutorials/extending/chapter6-plugins/qmldir [deleted file]
tests/auto/declarative/examples/examples.pro
tests/auto/declarative/examples/tst_examples.cpp