summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta2v5.14.0-beta1Qt Forward Merge Bot2019-10-014-219/+4
|\ | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Ide3a207fa33936e215819eb49601e764115a17c4
| * Fix the build with -no-guiv5.13.1Liang Qi2019-08-061-0/+4
| | | | | | | | | | | | Task-number: QTQAINFRA-2576 Change-Id: Ib91456ab5512131cad504e710e493393844937e7 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| * testApp/main.qml: Don't use absolute paths in urlsAlessandro Portale2019-03-121-1/+1
| | | | | | | | | | | | | | With relative paths, the test can also be run in qmlscene. Change-Id: Id735a74ba7c647a37dfe87873a120d55b23e4be4 Reviewed-by: Rebecca Worledge <rebecca.worledge@theqtcompany.com>
| * Add missing .gitignore file in qtlottie rootv5.13.0-beta1Jani Heikkinen2019-02-203-219/+0
| | | | | | | | | | | | | | | | | | And remove unnecessary ones from subfolders Task-number: QTBUG-73454 Change-Id: I6ffe30fdb8648bf5c98d97f9a4f81bdb45c946ed Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> Reviewed-by: Rebecca Worledge <rebecca.worledge@theqtcompany.com>
* | LottieAnimation: make `source` property of QUrl typeKonstantin Ritt2019-04-092-2/+2
| | | | | | | | | | | | | | | | | | and replace QFile with QQmlFile to make LottieAnimation component support file, qrc and whatever scheme QNetworkAccessManager supports. On Android, assets scheme is also supported now. Change-Id: I014130c8154c7aa386ca271083bcf206755bd937 Reviewed-by: Rebecca Worledge <rebecca.worledge@theqtcompany.com>
* | Optimize BMShape::construct() and avoid UBsKonstantin Ritt2019-03-221-3/+8
|/ | | | | | | Replace insane static QMap<{const char *, int}, int> with switch-case loop Change-Id: Iddd1640eee2b0fb78923b3011bd92cc488f7cd6d Reviewed-by: Rebecca Worledge <rebecca.worledge@theqtcompany.com>
* Initial commit for Qt Lottie!Eskil Abrahamsen Blomfeldt2019-01-21125-0/+5677
This implements a QML API to display graphics and animations exported by the Bodymovin plugin in AfterEffects. Done-by: Kari Hautamäki <kari.hautamaki@qt.io> Change-Id: Idbcfc5c947e97c1a5a70947a262fe1be17de7504 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>