Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. |