Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow ids that start with uppercase letters and update docs and | Bea Lam | 2010-02-03 | 9 | -33/+33 |
| | | | | | | examples accordingly. Task-number: QT-2786 | ||||
* | Update advanced tutorial with new images | Alan Alpert | 2010-02-01 | 8 | -0/+0 |
| | | | | | | 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. | ||||
* | Remove samegame README (mentioned images have been replaced) | Kai Koehne | 2010-01-22 | 1 | -10/+0 |
| | |||||
* | Copy updated images from demos/samegame to samegame tutorial | Kai Koehne | 2010-01-22 | 5 | -0/+0 |
| | |||||
* | Fix use of XmlHttpRequest in examples | Alan Alpert | 2009-11-27 | 1 | -0/+1 |
| | |||||
* | Use console.log, not print | Warwick Allison | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Update examples for new SQL API. | Warwick Allison | 2009-11-18 | 1 | -22/+10 |
| | |||||
* | Update SameGame tutorial to discuss offline storage | Alan Alpert | 2009-11-11 | 1 | -1/+3 |
| | | | | | | Also removed the \target and got the navigation set up properly. Task-number: QT-2375 | ||||
* | Fix samegame tutorial 3 | Alan Alpert | 2009-11-10 | 1 | -12/+12 |
| | | | | | the js file hadn't been updated to avoid global vars Also updating a missed particles element | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | fix javascript errors in samegame tutorials | Yann Bodson | 2009-11-05 | 4 | -57/+102 |
| | |||||
* | Use darker() and lighter() functions from global Qt object rather than from ↵ | Yann Bodson | 2009-11-05 | 8 | -8/+8 |
| | | | | SystemPalette. | ||||
* | Particles cleaned up and placed in in qmlgraphics/ | Alan Alpert | 2009-11-05 | 1 | -6/+7 |
| | | | | | | | | | | | | | 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 | ||||
* | cleanup | Yann Bodson | 2009-10-28 | 4 | -4/+4 |
| | |||||
* | doc cleanup | Yann Bodson | 2009-10-08 | 2 | -8/+8 |
| | |||||
* | Switch Same Game tutorial to using snippets properly | Alan Alpert | 2009-10-07 | 11 | -1/+37 |
| | |||||
* | Add SameGame based advanced tutorial | Alan Alpert | 2009-10-07 | 39 | -0/+975 |
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. |