Adhere to examples standards more consistently
authorAlan Alpert <alan.alpert@nokia.com>
Thu, 19 Jan 2012 05:14:06 +0000 (15:14 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 20 Jan 2012 14:13:15 +0000 (15:13 +0100)
Example subfolders should be named 'content'

Change-Id: I23f5b0ef44108f54f9b1703f04faf02cafc78efb
Reviewed-by: Martin Jones <martin.jones@nokia.com>
24 files changed:
examples/declarative/calculator/calculator.qml
examples/declarative/calculator/content/Button.qml [moved from examples/declarative/calculator/Core/Button.qml with 100% similarity]
examples/declarative/calculator/content/Display.qml [moved from examples/declarative/calculator/Core/Display.qml with 100% similarity]
examples/declarative/calculator/content/calculator.js [moved from examples/declarative/calculator/Core/calculator.js with 100% similarity]
examples/declarative/calculator/content/images/button-.png [moved from examples/declarative/calculator/Core/images/button-.png with 100% similarity]
examples/declarative/calculator/content/images/button-blue.png [moved from examples/declarative/calculator/Core/images/button-blue.png with 100% similarity]
examples/declarative/calculator/content/images/button-green.png [moved from examples/declarative/calculator/Core/images/button-green.png with 100% similarity]
examples/declarative/calculator/content/images/button-purple.png [moved from examples/declarative/calculator/Core/images/button-purple.png with 100% similarity]
examples/declarative/calculator/content/images/button-red.png [moved from examples/declarative/calculator/Core/images/button-red.png with 100% similarity]
examples/declarative/calculator/content/images/display.png [moved from examples/declarative/calculator/Core/images/display.png with 100% similarity]
examples/declarative/calculator/content/qmldir [moved from examples/declarative/calculator/Core/qmldir with 100% similarity]
examples/declarative/samegame/content/BoomBlock.qml [moved from examples/declarative/samegame/SamegameCore/BoomBlock.qml with 100% similarity]
examples/declarative/samegame/content/Button.qml [moved from examples/declarative/samegame/SamegameCore/Button.qml with 100% similarity]
examples/declarative/samegame/content/Dialog.qml [moved from examples/declarative/samegame/SamegameCore/Dialog.qml with 100% similarity]
examples/declarative/samegame/content/GameArea.qml [moved from examples/declarative/samegame/SamegameCore/GameArea.qml with 100% similarity]
examples/declarative/samegame/content/NameInputDialog.qml [moved from examples/declarative/samegame/SamegameCore/NameInputDialog.qml with 100% similarity]
examples/declarative/samegame/content/pics/background.png [moved from examples/declarative/samegame/SamegameCore/pics/background.png with 100% similarity]
examples/declarative/samegame/content/pics/blueStone.png [moved from examples/declarative/samegame/SamegameCore/pics/blueStone.png with 100% similarity]
examples/declarative/samegame/content/pics/greenStone.png [moved from examples/declarative/samegame/SamegameCore/pics/greenStone.png with 100% similarity]
examples/declarative/samegame/content/pics/particle.png [moved from examples/declarative/samegame/SamegameCore/pics/particle.png with 100% similarity]
examples/declarative/samegame/content/pics/redStone.png [moved from examples/declarative/samegame/SamegameCore/pics/redStone.png with 100% similarity]
examples/declarative/samegame/content/pics/yellowStone.png [moved from examples/declarative/samegame/SamegameCore/pics/yellowStone.png with 100% similarity]
examples/declarative/samegame/content/samegame.js [moved from examples/declarative/samegame/SamegameCore/samegame.js with 100% similarity]
examples/declarative/samegame/samegame.qml

index d447822..80f90f5 100644 (file)
@@ -41,8 +41,8 @@
 
 import QtQuick 2.0
 import QtQuick.Window 2.0
-import "Core"
-import "Core/calculator.js" as CalcEngine
+import "content"
+import "content/calculator.js" as CalcEngine
 
 Rectangle {
     id: window
index 43e956b..8617a6b 100644 (file)
@@ -41,8 +41,8 @@
 
 import QtQuick 2.0
 import QtQuick.Particles 2.0
-import "SamegameCore"
-import "SamegameCore/samegame.js" as Logic
+import "content"
+import "content/samegame.js" as Logic
 
 Rectangle {
     id: screen