summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicsparticles_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing NOTIFY signals to positioners, particles and webviewJoona Petrell2010-02-231-22/+33
| | | | Reviewed-by: Aaron Kennedy
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* fix includesOswald Buddenhagen2009-12-031-1/+1
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Treat emissionRate=0 like emitting=falseAlan Alpert2009-11-251-4/+0
| | | | | | | | 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
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* remove unneeded constructorsYann Bodson2009-11-091-1/+0
|
* Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-051-0/+252
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