aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/samegame/content/samegame.js
Commit message (Collapse)AuthorAgeFilesLines
* centralize and fixup example sources install targetsOswald Buddenhagen2012-12-101-581/+0
| | | | | | | | follow respective change in qtbase Change-Id: I27502eb7ebea973e19ec5f7c3ec0e2338556f6e0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
* Refactoring samegameFabian Bumberger2012-11-201-13/+14
| | | | | | | This patch cleans up the example and makes it more customizeable by adding a setting file. Also a bug has been fixed, where the "New game" button could not been clicked. Change-Id: Ia397258721dfcf4900e3ed1e176a257eccfad354 Reviewed-by: Alan Alpert (RIM) <aalpert@rim.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-6/+6
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie7f5d49ed8235d7a7845ab68f99ad1c220e64d5c Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Make samegame work againKent Hansen2012-08-241-4/+4
| | | | | | | | | | | | | Fixes regression caused by commit 6ebf215fdaf2d757ab90ae4d46c4b938e978e2dc. The commit did update the autotests to use "Sql.LocalStorage.openDatabaseSync" instead of the old "Sql.openDatabaseSync", but the examples and demos were not updated accordingly. Task-number: QTBUG-26928 Change-Id: Ifcff830e195a05a26ee095e11d4185f6d94eb1aa Reviewed-by: Leonardo Sobral Cunha <leo.cunha@nokia.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Add new samegame and calculator demosAlan Alpert2012-07-121-112/+362
| | | | | Change-Id: I06ac38a1d0f844eba367fc5e163151d1f70a0012 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* Examples cleanupAlan Alpert2012-05-221-0/+40
| | | | | | | | | 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>
* Update samegame demo to new layoutAlan Alpert2012-03-221-1/+1
| | | | | Change-Id: Ib9cf4fb29022c63ce24f7b8c7ca4ff17c149a9cb Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
* Start of examples refactorAlan Alpert2012-02-241-0/+290
This is the general reorg of the examples directory structure, plus additional guidelines. calculator, animations and accessibility have been updated to the new standards and tested, as an example. Task-number: QTBUG-24133 Change-Id: I76c3b86751d3195ba2a5474ff23afb875765e9a4 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>