summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/advtutorial4.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Collected the Declarative UI tutorials together and renamed them.David Boddie2010-02-191-159/+0
| | | | Reviewed-by: Trust Me
* Fix broken license headers.Jason McDonald2010-02-161-18/+18
| | | | Reviewed-by: Trust Me
* Update advanced tutorial with new imagesAlan Alpert2010-02-011-1/+3
| | | | | | Some of the images used in the example and documentation were still with the old graphics. This has been fixed so as to only use the new graphics.
* doc fixesBea Lam2009-11-261-2/+2
|
* DocAaron Kennedy2009-11-231-1/+0
|
* Doc tweaksAlan Alpert2009-11-201-5/+5
| | | | Minor touchups for the samegame tutorial
* Update SameGame tutorial to discuss offline storageAlan Alpert2009-11-111-8/+17
| | | | | | Also removed the \target and got the navigation set up properly. Task-number: QT-2375
* Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-051-3/+3
| | | | | | | | | | | | | API changes: Removed bool streamIn Added int emissionRate Added int emissionVariance Added void burst(count, emissionRate=-1) While rewriting the internals to accomodate this, all other outstanding particles bugs were believed fixed. Task-number: QT-2392 QT-2391 QT-2390 QT-2406
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-081-15/+92
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/advtutorial4.qdoc
| * Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-081-5/+9
| |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/advtutorial1.qdoc doc/src/declarative/advtutorial3.qdoc doc/src/declarative/advtutorial4.qdoc
| * | doc cleanupYann Bodson2009-10-081-15/+92
| | |
* | | spelWarwick Allison2009-10-081-2/+2
| |/ |/|
* | typosWarwick Allison2009-10-071-3/+3
|/
* Switch Same Game tutorial to using snippets properlyAlan Alpert2009-10-071-64/+16
|
* Add SameGame based advanced tutorialAlan Alpert2009-10-071-0/+120
Could use some cleanup, as I didn't manage to get code snippets working correctly. Also might benefit from being re-written by a good tutor.