Homogenize examples
authorAlan Alpert <alan.alpert@nokia.com>
Fri, 3 Feb 2012 04:43:05 +0000 (14:43 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 6 Feb 2012 21:23:34 +0000 (22:23 +0100)
commit3f622e0dc71d67cc922e530511d2f34ad678fb00
tree6438b00467f134918deabc77642b7ad1254e4c52
parenteda4b3dc3c9421a0b3009c11b858f4e5fe1d8ba2
Homogenize examples

Several groups of examples are now organized like the other Qt examples,
with a project file, doc entry, and single launch point.

Change-Id: I2fd957c00e0d1121ebe47c806e54e6999425d1d3
Reviewed-by: Martin Jones <martin.jones@nokia.com>
27 files changed:
doc/src/examples/examples-groups.qdoc [new file with mode: 0644]
doc/src/images/qml-animations-example.png [new file with mode: 0644]
doc/src/images/qml-i18n-example.png [new file with mode: 0644]
doc/src/images/qml-imageelements-example.png [new file with mode: 0644]
doc/src/images/qml-modelviews-example.png [new file with mode: 0644]
doc/src/images/qml-positioners-example.png [new file with mode: 0644]
doc/src/images/qml-shadereffects-example.png [new file with mode: 0644]
doc/src/images/qml-text-example.png [new file with mode: 0644]
doc/src/images/qml-touchinteraction-example.png [new file with mode: 0644]
examples/declarative/animation/animation.qml [moved from examples/declarative/animation/animations.qml with 100% similarity]
examples/declarative/animation/animation.qmlproject [new file with mode: 0644]
examples/declarative/imageelements/content/ImageCell.qml [moved from examples/declarative/imageelements/ImageCell.qml with 97% similarity]
examples/declarative/imageelements/image.qml
examples/declarative/imageelements/imageelements.qml [new file with mode: 0644]
examples/declarative/imageelements/imageelements.qmlproject [new file with mode: 0644]
examples/declarative/modelviews/gridview/gridview-example.qml
examples/declarative/modelviews/modelviews.qml [new file with mode: 0644]
examples/declarative/modelviews/modelviews.qmlproject [new file with mode: 0644]
examples/declarative/shadereffects/content/Slider.qml [moved from examples/declarative/shadereffects/Slider.qml with 100% similarity]
examples/declarative/shadereffects/content/face-smile.png [moved from examples/declarative/shadereffects/face-smile.png with 100% similarity]
examples/declarative/shadereffects/content/qt-logo.png [moved from examples/declarative/shadereffects/qt-logo.png with 100% similarity]
examples/declarative/shadereffects/shadereffects.qml [moved from examples/declarative/shadereffects/shader-demo.qml with 98% similarity]
examples/declarative/shared/LauncherList.qml
examples/declarative/text/text.qml [new file with mode: 0644]
examples/declarative/text/text.qmlproject [new file with mode: 0644]
examples/declarative/touchinteraction/touchinteraction.qml [new file with mode: 0644]
examples/declarative/touchinteraction/touchinteraction.qmlproject [new file with mode: 0644]