aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickparticlesystem_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replace usage of QSignalMapper by lambdaOlivier Goffart2017-02-141-4/+1
* Particles: add missing 'override'Anton Kudryavtsev2016-10-101-3/+3
* Particles: half the number of calls to emittersChanged.Erik Verbruggen2016-03-081-0/+1
* Particles: factor out t^2.Erik Verbruggen2016-03-081-12/+20
* Particles: consistently use floats for particle data calculations.Erik Verbruggen2016-03-081-56/+56
* Particles: make many QQuickParticleData members inlinable.Erik Verbruggen2016-03-081-7/+104
* Particles: replace a QSet<int> with a bit vector for group data.Erik Verbruggen2016-03-081-1/+61
* Particles: Shrink QQuickParticleData by 2 pointers.Erik Verbruggen2016-03-081-25/+25
* Particles: reduce excessive hash accesses to a more passable level.Erik Verbruggen2016-03-041-2/+30
* Particles: inline 4 methods.Erik Verbruggen2016-03-041-1/+20
* Particles: code clean-up.Erik Verbruggen2016-03-041-5/+10
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Private export the ParticleSystem and AffectorAriel Molina R2015-11-241-4/+5
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* QQuickParticleData: Reorganise fields to drop size from 208 to 200 bytes on x...Robin Burchell2015-02-121-3/+8
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix leaks in QQuickImageParticleJocelyn Turcotte2014-10-271-0/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-121-3/+3
* Port ParticleData to V4Simon Hausmann2013-06-121-2/+2
* Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-1/+1
* Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-2/+2
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-281-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Rename speed -> velocity in the particle systemAlan Alpert2012-06-291-1/+1
* Organize data members in QQuickParticleDataAlan Alpert2012-05-241-7/+13
* Extract Particles code to an independent libraryMatthew Vogt2012-04-161-0/+379