| 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 |
| * | Port away from QPair | Zhao Yuhang | 2025-04-12 | 1 | -2/+2 |
| * | Fix QQuickImageParticle in case of QRhi re-create | Thomas Senyk | 2023-02-01 | 1 | -0/+1 |
| * | 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 | -18/+18 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Port from devicePixelRatioF() to devicePixelRatio() | Morten Johan Sørvig | 2020-09-28 | 1 | -5/+5 |
| * | Clean up QT_CONFIG(opengl) | Paul Olav Tvete | 2020-06-17 | 1 | -2/+0 |
| * | Quick: Don't qualify OpenGL includes (part two) | Johan Klokkhammer Helsing | 2020-02-18 | 1 | -1/+1 |
| * | Convert uses of QTime as a timer to QElapsedTimer | Edward Welbourne | 2019-06-12 | 1 | -6/+6 |
| * | Fix subrect of mismatched dpr sprite image | Allan Sandfeld Jensen | 2018-06-01 | 1 | -5/+5 |
| * | Add handling of device pixel ratio to animated sprites | Allan Sandfeld Jensen | 2018-04-26 | 1 | -19/+31 |
| * | Update to new QRandomGenerator API | Thiago Macieira | 2017-12-05 | 1 | -5/+5 |
| * | Use QRandomGenerator instead of q?rand | Thiago Macieira | 2017-08-23 | 1 | -5/+6 |
| * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+2 |
| * | Port existing qmlInfo callers to qmlWarning | Robin Burchell | 2017-01-11 | 1 | -5/+5 |
| * | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2016-12-14 | 1 | -5/+6 |
| |\ |
|
| | * | QQuickSpriteEngine: Optimistic speedup for updateSprites | Robin Burchell | 2016-12-08 | 1 | -5/+6 |
| * | | Mark some methods as const | Anton Kudryavtsev | 2016-10-06 | 1 | -2/+2 |
| |/ |
|
| * | Quick: replace 'foreach' with 'range for' | Anton Kudryavtsev | 2016-08-18 | 1 | -9/+10 |
| * | Quick: use const (and const APIs) more | Anton Kudryavtsev | 2016-08-12 | 1 | -57/+57 |
| * | Add QSGSpriteNode to the Scenegraph Adaptation Layer | Andy Nichols | 2016-07-14 | 1 | -13/+1 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-06-30 | 1 | -0/+9 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-29 | 1 | -0/+9 |
| | |\ |
|
| | | * | QQuickSpriteEngine: avoid entering infinite loop in assembledImage() | Daniel d'Andrada | 2016-06-21 | 1 | -0/+9 |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphng | Laszlo Agocs | 2016-05-07 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Introduce delegating constructors. | Friedemann Kleint | 2016-05-06 | 1 | -1/+1 |
| | |/ / |
|
| * / / | Enable building Qt Quick module with QT_NO_OPENGL defined | Andy Nichols | 2016-03-22 | 1 | -1/+4 |
| |/ / |
|
| * | | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | | QQuickStochasticEngine: use prefix ++ for iterator | Anton Kudryavtsev | 2015-12-07 | 1 | -6/+6 |
| |/ |
|
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Frederik Gladhorn | 2014-10-29 | 1 | -0/+4 |
| |\ |
|
| | * | QQuickSpriteEngine do not use OpenGL without checking for GLContext | Andy Nichols | 2014-10-21 | 1 | -0/+4 |
| * | | Fixed AnimatedSprite to respect 'loops' properly | Jan Arve Saether | 2014-10-06 | 1 | -0/+2 |
| * | | Do not crash under certain conditions in AnimatedSprite | Jan Arve Saether | 2014-10-06 | 1 | -8/+12 |
| |/ |
|
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Avoid direct GL calls in Quick | Laszlo Agocs | 2014-05-23 | 1 | -1/+2 |
| * | Remove several uses of module includes | Andrew Knight | 2014-03-10 | 1 | -1/+1 |
| * | Fix remote image loading for AnimatedSprite | Alan Alpert | 2013-03-12 | 1 | -0/+1 |
| * | Use the optimal image format for the sprites | Gunnar Sletta | 2013-02-02 | 1 | -1/+1 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-10 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-23 | 1 | -24/+24 |
| * | doc: fix some typos in .cpp files | Sergio Ahumada | 2012-09-07 | 1 | -1/+1 |
| * | Print sprite errors only once | Alan Alpert | 2012-05-14 | 1 | -1/+4 |
| * | Avoid accessing sprites until they finish loading | Alan Alpert | 2012-05-14 | 1 | -5/+21 |
| * | Keep m_states and m_sprites synchronized | Alan Alpert | 2012-05-11 | 1 | -2/+9 |
| * | Debug mode for SpriteEngine | Alan Alpert | 2012-05-11 | 1 | -1/+17 |
| * | Silence warning with ICC about change of signal in integer conversion | Thiago Macieira | 2012-04-12 | 1 | -1/+1 |
| * | Use pixmapCache in sprite assembly | Alan Alpert | 2012-03-28 | 1 | -1/+2 |
| * | Fix Sprite Assembly | Alan Alpert | 2012-03-23 | 1 | -2/+2 |