SameGame refactor
authorAlan Alpert <alan.alpert@nokia.com>
Wed, 10 Aug 2011 03:24:37 +0000 (13:24 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 15 Aug 2011 01:48:53 +0000 (03:48 +0200)
commit4796c4d9550166500d54b829fa97541e4de6e929
tree14a42e0f655cdb4a591ec268330e1e145e7f76f7
parentb631e1e4f245dc8ba4460bda6acb4ed1ef63bcdc
SameGame refactor

A little more imperative with dialogs controlled from script, but better
separation of GameArea and UI. Also removes old highscore script that
was never used.

Change-Id: Ib244acc90b0fc92b3a6534169e429b6acef0838e
Reviewed-on: http://codereview.qt.nokia.com/2798
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
examples/declarative/samegame/SamegameCore/BoomBlock.qml
examples/declarative/samegame/SamegameCore/Dialog.qml
examples/declarative/samegame/SamegameCore/GameArea.qml [new file with mode: 0644]
examples/declarative/samegame/SamegameCore/NameInputDialog.qml [new file with mode: 0644]
examples/declarative/samegame/SamegameCore/qmldir [deleted file]
examples/declarative/samegame/SamegameCore/samegame.js
examples/declarative/samegame/highscores/README [deleted file]
examples/declarative/samegame/highscores/score_data.xml [deleted file]
examples/declarative/samegame/highscores/score_style.xsl [deleted file]
examples/declarative/samegame/highscores/scores.php [deleted file]
examples/declarative/samegame/samegame.qml