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
/
quick
/
items
/
qquickanimatedsprite.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: Fix string, real, point and size QML property documentation
David Boddie
2024-12-05
1
-1
/
+1
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Fix glitches in big AnimatedSprite animations
Eirik Aavitsland
2021-12-09
1
-7
/
+7
*
Port from devicePixelRatioF() to devicePixelRatio()
Morten Johan Sørvig
2020-09-28
1
-1
/
+1
*
Resume AnimatedSprite playback when visibility changes
Laszlo Agocs
2020-04-24
1
-0
/
+8
*
Replace QFlagPointer with QTaggedPointer
Simon Hausmann
2020-04-03
1
-1
/
+1
*
Allow AnimatedSprite to finish on the last frame
Michael Brasser
2019-11-13
1
-1
/
+34
*
Cleanup and document AnimatedSprite::start()/stop()
Michael Brasser
2019-11-01
1
-2
/
+27
*
Small performance improvements suggested by clang-tidy
Albert Astals Cid
2019-10-07
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.11' into dev
Ulf Hermann
2018-06-25
1
-1
/
+1
|
\
|
*
Doc: Add missing dots (qtdeclarative)
Paul Wicking
2018-06-19
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-04-27
1
-1
/
+3
|
\
|
|
*
Add handling of device pixel ratio to animated sprites
Allan Sandfeld Jensen
2018-04-26
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-03-17
1
-16
/
+16
|
\
|
|
*
Improve AnimatedSprite's documentation
Mitch Curtis
2018-03-16
1
-16
/
+16
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-03-03
1
-3
/
+61
|
\
|
|
*
Doc: add code examples and GIFs of AnimatedSprite
Mitch Curtis
2018-02-28
1
-3
/
+61
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-02-27
1
-2
/
+14
|
\
|
|
*
AnimatedSprite: set implicit size based on implicit frame size
Mitch Curtis
2018-02-26
1
-1
/
+13
|
*
Sprite, SpriteAnimation: document that frameDuration is in milliseconds
Mitch Curtis
2018-02-26
1
-1
/
+1
*
|
Add finished() signal to AnimatedSprite
Mitch Curtis
2018-02-26
1
-0
/
+11
|
/
*
Run includemocs in qtdeclarative
Thiago Macieira
2017-04-26
1
-0
/
+2
*
Port existing qmlInfo callers to qmlWarning
Robin Burchell
2017-01-11
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-10-10
1
-12
/
+20
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-30
1
-12
/
+20
|
|
\
|
|
*
Quick: Do not send SG updates when AnimatedSprite is not visible
Erik Verbruggen
2016-09-23
1
-12
/
+20
*
|
|
Add QSGSpriteNode to the Scenegraph Adaptation Layer
Andy Nichols
2016-07-14
1
-299
/
+393
*
|
|
Enable building Qt Quick Sprite classes with QT_NO_OPENGL
Andy Nichols
2016-07-14
1
-3
/
+9
|
/
/
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-08
1
-2
/
+2
|
\
|
|
*
Move Qt Quick resources under the :/qt-project.org/ directory
Giuseppe D'Angelo
2016-04-01
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-07
1
-48
/
+44
|
\
|
|
*
AnimatedSprite: don't access deleted scene graph nodes
J-P Nurmi
2016-03-03
1
-48
/
+44
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
J-P Nurmi
2016-03-01
1
-0
/
+1
|
\
|
|
*
QQuickAnimatedSprite: fix memory leak
Tim Blechmann
2016-02-24
1
-0
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
AnimatedSprite: avoid unnecessary redraws
Tim Blechmann
2015-10-14
1
-4
/
+16
*
Cleanup math function includes and usage
Allan Sandfeld Jensen
2015-02-19
1
-1
/
+1
*
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
-2
/
+19
|
\
|
*
Fix multirow spritesheet rendering in paused state
Joni Poikelin
2014-11-21
1
-2
/
+19
*
|
Animations with no frameSync should be synchronized to the start time
Jan Arve Saether
2014-10-08
1
-1
/
+0
*
|
Fixed AnimatedSprite to respect 'loops' properly
Jan Arve Saether
2014-10-06
1
-13
/
+19
*
|
Made emission of AnimatedSprite currentFrameChanges consistent.
Jan Arve Saether
2014-09-12
1
-5
/
+3
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Oswald Buddenhagen
2014-09-11
1
-19
/
+11
|
\
|
|
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
|
Add Q_DECL_OVERRIDE
Albert Astals Cid
2014-08-14
1
-6
/
+6
|
/
*
Support smooth for AnimatedSprite
Gunnar Sletta
2014-05-14
1
-1
/
+1
*
Fix AnimatedSprite interpolation when looping and/or reversing.
Michael Brasser
2014-03-17
1
-11
/
+47
*
Doc: Fix broken links
Sze Howe Koh
2013-11-05
1
-1
/
+1
[next]