Move some toys back to examples
authorAlan Alpert <alan.alpert@nokia.com>
Tue, 28 Feb 2012 01:30:16 +0000 (11:30 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 28 Feb 2012 08:19:53 +0000 (09:19 +0100)
commit01bfcfba0287fa7e9e051e2540ebbdb01fee5a9e
tree934353470a620fd2658a220db1d35093318bd814
parent7d32bacfc574dabb469ad8c0a83c70bb0fc6d770
Move some toys back to examples

tvtennis, corkboards and dynamicscene are more examples than demos.

clocks and tic-tac-toe are remaining demos for now.

Change-Id: I3d9501a4742349a9eb7efdad0d06aa6e7cb02c14
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
22 files changed:
examples/qml/dynamicscene/content/Button.qml [moved from examples/demos/dynamicscene/content/Button.qml with 100% similarity]
examples/qml/dynamicscene/content/GenericSceneItem.qml [moved from examples/demos/dynamicscene/content/GenericSceneItem.qml with 100% similarity]
examples/qml/dynamicscene/content/PaletteItem.qml [moved from examples/demos/dynamicscene/content/PaletteItem.qml with 100% similarity]
examples/qml/dynamicscene/content/PerspectiveItem.qml [moved from examples/demos/dynamicscene/content/PerspectiveItem.qml with 100% similarity]
examples/qml/dynamicscene/content/Sun.qml [moved from examples/demos/dynamicscene/content/Sun.qml with 100% similarity]
examples/qml/dynamicscene/content/images/NOTE [moved from examples/demos/dynamicscene/content/images/NOTE with 100% similarity]
examples/qml/dynamicscene/content/images/face-smile.png [moved from examples/demos/dynamicscene/content/images/face-smile.png with 100% similarity]
examples/qml/dynamicscene/content/images/moon.png [moved from examples/demos/dynamicscene/content/images/moon.png with 100% similarity]
examples/qml/dynamicscene/content/images/rabbit_brown.png [moved from examples/demos/dynamicscene/content/images/rabbit_brown.png with 100% similarity]
examples/qml/dynamicscene/content/images/rabbit_bw.png [moved from examples/demos/dynamicscene/content/images/rabbit_bw.png with 100% similarity]
examples/qml/dynamicscene/content/images/star.png [moved from examples/demos/dynamicscene/content/images/star.png with 100% similarity]
examples/qml/dynamicscene/content/images/sun.png [moved from examples/demos/dynamicscene/content/images/sun.png with 100% similarity]
examples/qml/dynamicscene/content/images/tree_s.png [moved from examples/demos/dynamicscene/content/images/tree_s.png with 100% similarity]
examples/qml/dynamicscene/content/itemCreation.js [moved from examples/demos/dynamicscene/content/itemCreation.js with 100% similarity]
examples/qml/dynamicscene/dynamicscene.qml [moved from examples/demos/dynamicscene/dynamicscene.qml with 100% similarity]
examples/qtquick/animation/animation.qml
examples/qtquick/animation/behaviors/tvtennis.qml [moved from examples/demos/tvtennis/tvtennis.qml with 99% similarity]
examples/qtquick/touchinteraction/flickable/content/Day.qml [moved from examples/demos/corkboards/content/Day.qml with 100% similarity]
examples/qtquick/touchinteraction/flickable/content/cork.jpg [moved from examples/demos/corkboards/content/cork.jpg with 100% similarity]
examples/qtquick/touchinteraction/flickable/content/note-yellow.png [moved from examples/demos/corkboards/content/note-yellow.png with 100% similarity]
examples/qtquick/touchinteraction/flickable/content/tack.png [moved from examples/demos/corkboards/content/tack.png with 100% similarity]
examples/qtquick/touchinteraction/flickable/corkboards.qml [moved from examples/demos/corkboards/corkboards.qml with 100% similarity]