aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickparticlesystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* Fix deadlock in long-running particle systemEskil Abrahamsen Blomfeldt2024-03-141-3/+2
* Particles: Simplify QQuickParticleDataUlf Hermann2023-10-191-100/+18
* Make QQuickV4ParticleData a value typeUlf Hermann2023-10-191-11/+3
* Particles: Use pointer-based connect() and disconnect()Ulf Hermann2023-10-021-6/+6
* Particles: Optimize the case of adding a single emitterUlf Hermann2023-09-211-1/+30
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-20/+20
* Port from container::count() and length() to size()Marc Mutz2022-10-071-4/+4
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Remove set-but-not-used counter in QQuickParticleSystem::reset()Shawn Rutledge2021-12-091-4/+3
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-141-1/+1
* Finally drop last references to v8Ulf Hermann2021-08-161-6/+6
* Fix MSVC warning C4334Kai Köhne2021-05-281-1/+1
* Replace a bunch of foreach with ranged forVolker Hilsheimer2020-11-251-22/+22
* Allow removing attractor particlesystem at runtimeKaj Grönholm2020-11-121-1/+2
* Cleanup and optimize particlesKaj Grönholm2020-11-051-9/+5
* Remove CustomParticleEirik Aavitsland2020-06-021-2/+0
* Particles: reduce memory allocations by flattening a setGiuseppe D'Angelo2020-05-271-1/+1
* Particle system: fix infinite loop after running for many hoursYulong Bai2019-12-061-1/+6
* Remove QQmlV4HandleUlf Hermann2019-04-101-1/+1
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-18/+18
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* QQuickParticleSystem: Fix crash when an Affector diesMartin T. H. Sandsmark2017-04-051-4/+10
* Replace usage of QSignalMapper by lambdaOlivier Goffart2017-02-141-9/+4
* Particles: Invalidate all group IDs when groups are reset.Erik Verbruggen2016-04-281-0/+7
* Particles: half the number of calls to emittersChanged.Erik Verbruggen2016-03-081-1/+6
* Particles: make many QQuickParticleData members inlinable.Erik Verbruggen2016-03-081-102/+1
* Particles: replace a QSet<int> with a bit vector for group data.Erik Verbruggen2016-03-081-9/+9
* Particles: Shrink QQuickParticleData by 2 pointers.Erik Verbruggen2016-03-081-59/+55
* Particles: reduce excessive hash accesses to a more passable level.Erik Verbruggen2016-03-041-16/+16
* Particles: inline 4 methods.Erik Verbruggen2016-03-041-37/+1
* Particles: code clean-up.Erik Verbruggen2016-03-041-24/+48
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Particles: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-181-2/+5
* Fix typos in ParticleSystem documentationMitch Curtis2016-01-041-2/+2
* Add 28 QList::reserve() callsSérgio Martins2015-06-081-0/+1
* QQuickParticleData: Reorganise fields to drop size from 208 to 200 bytes on x...Robin Burchell2015-02-121-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-1/+1
|\
| * Fix \inqmlmodule usage: only use one parameterAlejandro Exojo2014-12-081-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-0/+20
|\|
| * Fix leaks in QQuickImageParticleJocelyn Turcotte2014-10-271-0/+20
* | QQuickParticleSystem: Use QVector instead of QList.Robin Burchell2014-10-201-2/+4
* | QQuickParticleSystem: Micro-optimize m_emitters' handling of null pointers.Robin Burchell2014-10-201-4/+9
* | QQuickParticleSystem: Optimize hash manipulation.Robin Burchell2014-10-201-2/+2
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-11/+11