aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickparticlesystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port ParticleData to V4Simon Hausmann2013-06-121-2/+2
* Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-1/+1
* Remove v8::persistent usage from particlesLars Knoll2013-05-081-1/+1
* Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Apply full transformAlan Alpert2012-11-291-4/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Particle doc fixesBea Lam2012-08-031-6/+6
* Particles module doc fixesBea Lam2012-08-021-6/+6
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Update Age affector doc referencesAlan Alpert2012-07-061-1/+1
* Rename speed -> velocity in the particle systemAlan Alpert2012-06-291-2/+2
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-0/+1
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* Extract Particles code to an independent libraryMatthew Vogt2012-04-161-0/+1164