summaryrefslogtreecommitdiffstats
path: root/src/imports/lottieanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace manual parsing with QVersionNumber::fromString()Marc Mutz2023-08-041-5/+3
* Fix an error on parsing property animation keyframesKwanghyo Park2022-12-141-0/+11
* Use SPDX license identifiersLucie Gérard2022-06-141-28/+2
* Fix loading of LottieAnimation::sourceKai Köhne2021-12-061-1/+4
* Doc: Remove reference to non-existent unsupported_features.txt fileKai Köhne2021-11-301-3/+2
* Set animation rendering quality to HighQuality by defaultKonstantin Ritt2020-08-141-0/+2
* Reset loop counter when the animation direction changesMosolov Sergey2020-07-291-0/+1
* Add Image support to Qt LottieRebecca Worledge2020-02-141-3/+0
* Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta2v5.14.0-beta1Qt Forward Merge Bot2019-10-011-1/+1
|\
| * Fix compilation with C++20Marc Mutz2019-07-071-1/+1
* | LottieAnimation: make `source` property of QUrl typeKonstantin Ritt2019-04-091-20/+32
* | LottieAnimation: better use of the QQuickItem's componentComplete()Konstantin Ritt2019-04-091-3/+2
* | LottieAnimation: get rid of redundant callsKonstantin Ritt2019-04-091-8/+2
* | LottieAnimation: add protected startFrame/endFrame settersKonstantin Ritt2019-04-091-4/+22
* | LottieAnimation: minor refactoringKonstantin Ritt2019-04-091-41/+50
* | BatchRenderer: handle QLOTTIE_RENDER_CACHE_SIZE env varKonstantin Ritt2019-04-091-6/+0
* | LottieAnimation: fix frameRate property behaviorKonstantin Ritt2019-04-091-4/+13
* | LottieAnimation: fix error reporting for JSON parser related issuesKonstantin Ritt2019-04-091-6/+14
* | LottieAnimation: fix state transition on animation load errorKonstantin Ritt2019-04-091-3/+3
* | Fix changing the animation direction while animation is runningKonstantin Ritt2019-04-061-0/+2
* | LottieAnimation: make Direction enum reflect the actual step valueKonstantin Ritt2019-04-061-16/+7
* | LottieAnimation: fix effect of changing output qualityKonstantin Ritt2019-04-061-8/+5
* | LottieAnimation: make gotoAndStop() actually go to and stopKonstantin Ritt2019-04-061-0/+1
|/
* Doc: Add basic documentation structure and fix .qhp generationTopi Reinio2019-01-241-44/+61
* Initial commit for Qt Lottie!Eskil Abrahamsen Blomfeldt2019-01-211-0/+662