aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/samegame/content/Button.qml
Commit message (Collapse)AuthorAgeFilesLines
* centralize and fixup example sources install targetsOswald Buddenhagen2012-12-101-70/+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-3/+6
| | | | | | | 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>
* Add new samegame and calculator demosAlan Alpert2012-07-121-28/+20
| | | | | Change-Id: I06ac38a1d0f844eba367fc5e163151d1f70a0012 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* Examples cleanupAlan Alpert2012-05-221-28/+27
| | | | | | | | | 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/+2
| | | | | Change-Id: Ib9cf4fb29022c63ce24f7b8c7ca4ff17c149a9cb Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
* Merge master <-> api_changesMatthew Vogt2012-03-051-1/+1
| | | | Change-Id: Iad2f07b989b25349fd2d4fff010e24dcd5a1688f
* Start of examples refactorAlan Alpert2012-02-241-0/+75
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>