summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/qmlgraphicsparticles
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-246-829/+0
| | | | QDeclarativeXXX.
* Treat emissionRate=0 like emitting=falseAlan Alpert2009-11-251-1/+6
| | | | | | | | Including stopping the timer because we arenæt emitting anything. Because emissionRate=0 is exactly the same as emitting=false, the emitting property has been removed. Task-number: QTBUG-6209
* update visual testYann Bodson2009-11-114-188/+188
|
* Improve particles testsAlan Alpert2009-11-095-197/+190
| | | | Code coverage data suggests some areas are inadequately tested.
* QmlGraphicsparticles visual testAlan Alpert2009-11-056-0/+831