aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimatedsprite/tst_qquickanimatedsprite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-17/+17
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-021-1/+1
* Fix tst_qquickanimatedsprite on AndroidAndreas Buhr2022-04-211-3/+20
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-2/+2
* Fix compiler warnings in test codeCraig Scott2021-07-071-1/+1
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Compile against latest qtbaseLars Knoll2020-07-091-1/+1
* Remove OpenGL usage in AnimatedSprite autotestLaszlo Agocs2020-05-161-11/+2
* Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-2/+2
* Allow AnimatedSprite to finish on the last frameMichael Brasser2019-11-131-0/+26
* Cleanup and document AnimatedSprite::start()/stop()Michael Brasser2019-11-011-0/+37
* tst_qquickanimatedsprite: use QQuickTest::qWaitForItemPolished()Mitch Curtis2018-10-311-2/+3
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-271-18/+50
|\
| * AnimatedSprite: set implicit size based on implicit frame sizeMitch Curtis2018-02-261-0/+39
| * tst_qquickanimatedsprite: use QScopedPointerMitch Curtis2018-02-261-17/+10
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-5/+5
* | Add finished() signal to AnimatedSpriteMitch Curtis2018-02-261-0/+33
|/
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-0/+39
|\
| * QQuickSpriteEngine: avoid entering infinite loop in assembledImage()Daniel d'Andrada2016-06-211-0/+39
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-0/+22
|\|
| * AnimatedSprite: don't access deleted scene graph nodesJ-P Nurmi2016-03-031-0/+22
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Default to threaded when using opengl32Laszlo Agocs2014-12-121-1/+11
* Fixed AnimatedSprite to respect 'loops' properlyJan Arve Saether2014-10-061-0/+113
* Made emission of AnimatedSprite currentFrameChanges consistent.Jan Arve Saether2014-09-121-3/+21
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* emit runningChanged when AnimatedSprite stops by loops settingsTasuku Suzuki2013-06-221-0/+24
* Attempt to stabilize tst_qquickanimatedspriteFrederik Gladhorn2013-03-261-2/+2
* Autotests w CONFIG+=parallel_test don't depend on activation or focusShawn Rutledge2013-03-041-2/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* QtDeclarative: Remove usage of deprecated qWaitForWindowShown().Friedemann Kleint2012-07-191-2/+3
* QQuickCanvas renamesAlan Alpert2012-07-171-14/+14
* Emit currentFrameChanged signal when neededAlan Alpert2012-06-121-0/+34
* Merge master <-> api_changesMatthew Vogt2012-03-051-0/+83