aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos
Commit message (Collapse)AuthorAgeFilesLines
* Refactor canvas examples by following the new example guidelines.Charles Yin2012-03-1412-0/+1741
| | | | | Change-Id: I1cc749ad11b8439239ba739f40e99b78af7351ab Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
* Merge master <-> api_changesMatthew Vogt2012-03-0578-85/+85
| | | | Change-Id: Iad2f07b989b25349fd2d4fff010e24dcd5a1688f
* Move some toys back to examplesAlan Alpert2012-02-2821-1047/+0
| | | | | | | | | tvtennis, corkboards and dynamicscene are more examples than demos. clocks and tic-tac-toe are remaining demos for now. Change-Id: I3d9501a4742349a9eb7efdad0d06aa6e7cb02c14 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
* Rename SpriteImage to SpriteSequenceAlan Alpert2012-02-281-3/+3
| | | | | | | Also rename Sprite::frames->Sprite::frameCount Change-Id: I2e7a71adc37044fd696ffda2a5da4835725ba3a8 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* Start of examples refactorAlan Alpert2012-02-24221-0/+11246
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>