| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set explicit default security level of all files with default security | Jan Arve Sæther | 2025-09-17 | 1 | -0/+1 |
| * | QQuickItemPrivate: introduce effectiveDevicePixelRatio() helper method | Vladimir Belyavsky | 2025-05-24 | 1 | -1/+1 |
| * | 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 |