Examples cleanup
authorAlan Alpert <alan.alpert@nokia.com>
Mon, 14 May 2012 03:52:41 +0000 (13:52 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 22 May 2012 00:01:50 +0000 (02:01 +0200)
commite8925dac650c6233c7f7f0abe917ff9302a96278
treeca08e16d9ab02fe10c16ff413e1d3158bc3b3ec0
parenteff98a7784a314062a8137b96ce93b155b5a22b8
Examples cleanup

Rename calculator/CalculatorCore to calculator/content for consistency.
Also fix license headers in calculator and samegame to be the examples
license instead of the source license.

Change-Id: Ia2254fcd7cce1114199921ede91bf8f032058f77
Reviewed-by: Martin Jones <martin.jones@nokia.com>
22 files changed:
examples/demos/calculator/CalculatorCore/Button.qml [deleted file]
examples/demos/calculator/CalculatorCore/Display.qml [deleted file]
examples/demos/calculator/calculator-desktop.qml
examples/demos/calculator/calculator-mobile.qml
examples/demos/calculator/content/Button.qml [new file with mode: 0644]
examples/demos/calculator/content/Display.qml [new file with mode: 0644]
examples/demos/calculator/content/calculator.js [moved from examples/demos/calculator/CalculatorCore/calculator.js with 60% similarity]
examples/demos/calculator/content/images/button-.png [moved from examples/demos/calculator/CalculatorCore/images/button-.png with 100% similarity]
examples/demos/calculator/content/images/button-blue.png [moved from examples/demos/calculator/CalculatorCore/images/button-blue.png with 100% similarity]
examples/demos/calculator/content/images/button-green.png [moved from examples/demos/calculator/CalculatorCore/images/button-green.png with 100% similarity]
examples/demos/calculator/content/images/button-purple.png [moved from examples/demos/calculator/CalculatorCore/images/button-purple.png with 100% similarity]
examples/demos/calculator/content/images/button-red.png [moved from examples/demos/calculator/CalculatorCore/images/button-red.png with 100% similarity]
examples/demos/calculator/content/images/display.png [moved from examples/demos/calculator/CalculatorCore/images/display.png with 100% similarity]
examples/demos/calculator/content/qmldir [moved from examples/demos/calculator/CalculatorCore/qmldir with 100% similarity]
examples/demos/samegame/content/BoomBlock.qml
examples/demos/samegame/content/Button.qml
examples/demos/samegame/content/Dialog.qml
examples/demos/samegame/content/GameArea.qml
examples/demos/samegame/content/NameInputDialog.qml
examples/demos/samegame/content/samegame.js
examples/demos/samegame/samegame-desktop.qml
examples/demos/samegame/samegame-mobile.qml