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
/
qquickimageparticle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-1
/
+1
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-1
/
+1
*
Silence -Wimplicit-fallthrough for clang
Tim Blechmann
2024-03-03
1
-0
/
+1
*
scenegraph: Add plumbing for enabling multiview
Laszlo Agocs
2024-01-15
1
-60
/
+81
*
Particles: Use pointer-based connect() and disconnect()
Ulf Hermann
2023-10-02
1
-2
/
+2
*
Mark QtQuickParticles as free of Q_FOREACH, except where it isn't
Marc Mutz
2023-08-17
1
-0
/
+2
*
Adapt to the RHI API concept
Laszlo Agocs
2023-05-22
1
-1
/
+1
*
doc: Use \value rather than \li for enumeration values and constants
Shawn Rutledge
2023-03-28
1
-6
/
+5
*
Fix QQuickImageParticle in case of QRhi re-create
Thomas Senyk
2023-02-01
1
-0
/
+7
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-5
/
+5
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-5
/
+5
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Avoid unnecessary color format conversion
JiDe Zhang
2021-10-29
1
-4
/
+5
*
Use qDegreesToRadians() rather than yet more approximations to pi/180
Edward Welbourne
2021-09-17
1
-8
/
+11
*
Do less work when there are no active ImageParticle particles
Michael Brasser
2021-02-06
1
-7
/
+25
*
Take pixel ratio into account with point particles
Kaj Grönholm
2020-11-12
1
-0
/
+12
*
Fix QQuickImageParticle resetting loop
Kaj Grönholm
2020-11-11
1
-28
/
+25
*
Add simpler non point particle level
Kaj Grönholm
2020-11-11
1
-49
/
+127
*
Optimize particles vertex data
Kaj Grönholm
2020-11-09
1
-22
/
+21
*
Cleanup and optimize particles
Kaj Grönholm
2020-11-05
1
-41
/
+18
*
Port from devicePixelRatioF() to devicePixelRatio()
Morten Johan Sørvig
2020-09-28
1
-1
/
+1
*
Do not resolve URLs when assigning them to a property
Ulf Hermann
2020-06-22
1
-4
/
+15
*
Clean up QT_CONFIG(opengl)
Paul Olav Tvete
2020-06-17
1
-21
/
+21
*
Anisotropic antialiasing for distance field text
Eskil Abrahamsen Blomfeldt
2020-06-15
1
-5
/
+10
*
Avoid including removed header in particles
Laszlo Agocs
2020-06-10
1
-1
/
+0
*
Remove the template arguments from some qMakePair calls
Giuseppe D'Angelo
2020-06-03
1
-1
/
+1
*
Make QSGMaterialRhiShader become QSGMaterialShader
Laszlo Agocs
2020-06-02
1
-485
/
+19
*
Move updateRhiTexture and co. to QSGTexture
Laszlo Agocs
2020-04-28
1
-7
/
+7
*
Get rid of Q_OPENGL_ES* macros
Eskil Abrahamsen Blomfeldt
2020-04-17
1
-4
/
+4
*
Use the extended QQmlListProperty interface in a few places
Ulf Hermann
2020-02-07
1
-1
/
+3
*
Fix static builds due to name clashes
Andy Shaw
2020-01-31
1
-7
/
+7
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Qt Forward Merge Bot
2019-10-15
1
-2
/
+16
|
\
|
*
Fix image particle flickering due to broken state machine logic
Laszlo Agocs
2019-10-14
1
-2
/
+16
*
|
Change const ref to ref in QSGMaterialRhiShader as per API review
Laszlo Agocs
2019-09-23
1
-10
/
+10
*
|
Make ImageParticle functional when rendering via the RHI
Laszlo Agocs
2019-08-22
1
-139
/
+596
*
|
Add the graphics api independent scenegraph port
Laszlo Agocs
2019-07-04
1
-1
/
+1
|
/
*
Doc: Add missing dots (qtdeclarative)
Paul Wicking
2018-06-19
1
-1
/
+1
*
Add handling of device pixel ratio to animated sprites
Allan Sandfeld Jensen
2018-04-26
1
-1
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-18
/
+18
*
Update to new QRandomGenerator API
Thiago Macieira
2017-12-05
1
-6
/
+6
*
Use QRandomGenerator instead of q?rand
Thiago Macieira
2017-08-23
1
-6
/
+7
*
Merge remote-tracking branch 'origin/5.9' into dev
Lars Knoll
2017-05-02
1
-0
/
+2
|
\
|
*
Run includemocs in qtdeclarative
Thiago Macieira
2017-04-26
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Lars Knoll
2017-04-22
1
-0
/
+7
|
\
|
|
*
Silence GCC 7 warnings about implicit fallthrough in Qt code
Thiago Macieira
2017-04-20
1
-0
/
+7
*
|
sources: Add missing override and remove redundant virtual
Alexander Volkov
2017-02-23
1
-29
/
+29
|
/
*
Remove remnants of blackberry platform support
Robin Burchell
2017-01-16
1
-16
/
+0
*
Port existing qmlInfo callers to qmlWarning
Robin Burchell
2017-01-11
1
-4
/
+4
*
particles: Fix up 16k warnings and apply them on non-ES too
Laszlo Agocs
2016-12-21
1
-2
/
+5
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Simon Hausmann
2016-11-15
1
-2
/
+4
|
\
[next]