index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
particles
/
qquickparticlesystem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-1
/
+1
*
Fix deadlock in long-running particle system
Eskil Abrahamsen Blomfeldt
2024-03-14
1
-3
/
+2
*
Particles: Simplify QQuickParticleData
Ulf Hermann
2023-10-19
1
-100
/
+18
*
Make QQuickV4ParticleData a value type
Ulf Hermann
2023-10-19
1
-11
/
+3
*
Particles: Use pointer-based connect() and disconnect()
Ulf Hermann
2023-10-02
1
-6
/
+6
*
Particles: Optimize the case of adding a single emitter
Ulf Hermann
2023-09-21
1
-1
/
+30
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-20
/
+20
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-4
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Remove set-but-not-used counter in QQuickParticleSystem::reset()
Shawn Rutledge
2021-12-09
1
-4
/
+3
*
Doc: Fix qdoc warnings
Venugopal Shivashankar
2021-11-14
1
-1
/
+1
*
Finally drop last references to v8
Ulf Hermann
2021-08-16
1
-6
/
+6
*
Fix MSVC warning C4334
Kai Köhne
2021-05-28
1
-1
/
+1
*
Replace a bunch of foreach with ranged for
Volker Hilsheimer
2020-11-25
1
-22
/
+22
*
Allow removing attractor particlesystem at runtime
Kaj Grönholm
2020-11-12
1
-1
/
+2
*
Cleanup and optimize particles
Kaj Grönholm
2020-11-05
1
-9
/
+5
*
Remove CustomParticle
Eirik Aavitsland
2020-06-02
1
-2
/
+0
*
Particles: reduce memory allocations by flattening a set
Giuseppe D'Angelo
2020-05-27
1
-1
/
+1
*
Particle system: fix infinite loop after running for many hours
Yulong Bai
2019-12-06
1
-1
/
+6
*
Remove QQmlV4Handle
Ulf Hermann
2019-04-10
1
-1
/
+1
*
Doc: Add missing dots (qtdeclarative)
Paul Wicking
2018-06-19
1
-1
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-18
/
+18
*
Remove double indirection between QJSEngine and QV4::ExecutionEngine
Ulf Hermann
2018-02-02
1
-1
/
+1
*
Run includemocs in qtdeclarative
Thiago Macieira
2017-04-26
1
-0
/
+2
*
QQuickParticleSystem: Fix crash when an Affector dies
Martin T. H. Sandsmark
2017-04-05
1
-4
/
+10
*
Replace usage of QSignalMapper by lambda
Olivier Goffart
2017-02-14
1
-9
/
+4
*
Particles: Invalidate all group IDs when groups are reset.
Erik Verbruggen
2016-04-28
1
-0
/
+7
*
Particles: half the number of calls to emittersChanged.
Erik Verbruggen
2016-03-08
1
-1
/
+6
*
Particles: make many QQuickParticleData members inlinable.
Erik Verbruggen
2016-03-08
1
-102
/
+1
*
Particles: replace a QSet<int> with a bit vector for group data.
Erik Verbruggen
2016-03-08
1
-9
/
+9
*
Particles: Shrink QQuickParticleData by 2 pointers.
Erik Verbruggen
2016-03-08
1
-59
/
+55
*
Particles: reduce excessive hash accesses to a more passable level.
Erik Verbruggen
2016-03-04
1
-16
/
+16
*
Particles: inline 4 methods.
Erik Verbruggen
2016-03-04
1
-37
/
+1
*
Particles: code clean-up.
Erik Verbruggen
2016-03-04
1
-24
/
+48
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Particles: fix expensive iteration over QHash::keys()
Anton Kudryavtsev
2016-01-18
1
-2
/
+5
*
Fix typos in ParticleSystem documentation
Mitch Curtis
2016-01-04
1
-2
/
+2
*
Add 28 QList::reserve() calls
Sérgio Martins
2015-06-08
1
-0
/
+1
*
QQuickParticleData: Reorganise fields to drop size from 208 to 200 bytes on x...
Robin Burchell
2015-02-12
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Merge remote-tracking branch 'origin/5.4' into dev
Simon Hausmann
2014-12-09
1
-1
/
+1
|
\
|
*
Fix \inqmlmodule usage: only use one parameter
Alejandro Exojo
2014-12-08
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2014-10-29
1
-0
/
+20
|
\
|
|
*
Fix leaks in QQuickImageParticle
Jocelyn Turcotte
2014-10-27
1
-0
/
+20
*
|
QQuickParticleSystem: Use QVector instead of QList.
Robin Burchell
2014-10-20
1
-2
/
+4
*
|
QQuickParticleSystem: Micro-optimize m_emitters' handling of null pointers.
Robin Burchell
2014-10-20
1
-4
/
+9
*
|
QQuickParticleSystem: Optimize hash manipulation.
Robin Burchell
2014-10-20
1
-2
/
+2
|
/
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
Doc: Fix broken links
Sze Howe Koh
2013-12-30
1
-1
/
+1
*
qdoc: no longer recognizes the version nr in QML refs
Martin Smith
2013-10-02
1
-11
/
+11
[next]