aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickparticlesystem_p.h
Commit message (Expand)AuthorAgeFilesLines
* Do less work when there are no active ImageParticle particlesMichael Brasser2021-02-061-0/+2
* Optimize particles vertex dataKaj Grönholm2020-11-091-1/+1
* Cleanup and optimize particlesKaj Grönholm2020-11-051-5/+9
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-1/+1
* Remove CustomParticleEirik Aavitsland2020-06-021-5/+0
* Particles: reduce memory allocations by flattening a setGiuseppe D'Angelo2020-05-271-1/+2
* Add major version to all Q_REVISIONsUlf Hermann2020-02-191-0/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-091-0/+2
|\
| * Particle system: fix infinite loop after running for many hoursYulong Bai2019-12-061-0/+2
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+1
|/
* Split compiler and runtime more clearlyUlf Hermann2019-07-111-0/+1
* Eliminate qmldevtools_buildUlf Hermann2019-05-311-0/+1
* Remove QQmlV4HandleUlf Hermann2019-04-101-2/+1
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-6/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* 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