summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix an error on parsing property animation keyframesKwanghyo Park2022-12-1445-157/+362
* Fix bugs on ellipse and fill shapeKwanghyo Park2022-12-142-2/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-152-6/+6
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-158-19/+19
* QtLottie to use declarative type registrationJuha Vuolle2022-10-195-149/+5
* Fix sycqt warningKai Köhne2022-10-051-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-1462-1732/+124
* Fix build after qtbase changesVolker Hilsheimer2022-03-181-0/+3
* Make sure all private headers include at least one otherThiago Macieira2022-03-084-2/+6
* Fix loading of LottieAnimation::sourceKai Köhne2021-12-061-1/+4
* Fix assert when cloning hidden BMGFillKai Köhne2021-12-011-0/+3
* Doc: Do not advertise version in importKai Köhne2021-11-301-1/+1
* Doc: Remove reference to non-existent unsupported_features.txt fileKai Köhne2021-11-301-3/+2
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-3/+0
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-061-1/+1
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-051-1/+1
* CMake: Update to latest qml CMake APIAlexandru Croitor2021-06-052-5/+6
* Remove qmake project filesJoerg Bornemann2021-04-303-120/+0
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-201-1/+1
* Move list of known limitations into documentationVolker Hilsheimer2021-03-083-41/+58
* Fix reading of uninitialized dataEirik Aavitsland2021-02-092-3/+6
* Fix build failure, include QMetaType headerVolker Hilsheimer2021-02-091-1/+2
* Add CMake build systemVolker Hilsheimer2021-02-093-0/+63
* Check that the m_closedShape has a size > 0 before using the iteratorRebecca Worledge2021-01-031-43/+45
* Set animation rendering quality to HighQuality by defaultKonstantin Ritt2020-08-142-1/+3
* Reset loop counter when the animation direction changesMosolov Sergey2020-07-291-0/+1
* BatchRenderer: fix potential memory leakKonstantin Ritt2020-07-301-1/+5
* BatchRenderer: fix potential memory leakKonstantin Ritt2020-07-301-1/+3
* Add missing overrideAlexander Volkov2020-06-261-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-241-1/+1
* Use default ctor for BMRepeaterRobert Loehning2020-05-202-9/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-142-4/+0
|\
| * Doc: Remove technology preview statusv5.15.0-rc2v5.15.0-rc1v5.15.0Topi Reinio2020-04-242-4/+0
* | Add Image support to Qt LottieRebecca Worledge2020-02-1411-3/+490
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-021-2/+2
|\|
| * Update plugins.qmltypes for Qt 5.14Kai Koehne2019-10-231-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-126-2/+116
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta2v5.14.0-beta1Qt Forward Merge Bot2019-10-016-2/+116
| |\
| | * Doc: Add Licenses section to overviewKai Koehne2019-08-222-0/+7
| | * Fix the build with -no-guiv5.13.1Liang Qi2019-08-061-0/+4
| | * Prospective fix when using QtLottie in QML apps with cmake and static linkageSimon Hausmann2019-07-231-0/+2
| | * Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+2
| | * Fix compilation with C++20Marc Mutz2019-07-071-1/+1
| | * Update plugins.qmltypes for Qt 5.13v5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.0-beta3v5.13.0-beta2v5.13.0Kai Koehne2019-03-122-1/+102
* | | Fix compiler warning due to a trivial typoKonstantin Ritt2019-09-131-4/+4
|/ /
* | Prospective fix when using QtLottie in QML apps with cmake and static linkagev5.14.0-alpha1Simon Hausmann2019-07-181-0/+2
* | Mark the module clean of Q_FOREACH, Java-style iteration, and QLinkedListMarc Mutz2019-07-041-1/+0
* | Fix building with qreal floatJeremy Powell2019-04-293-5/+5
* | BatchRenderer: do not prune cached frames next to the current oneKonstantin Ritt2019-04-111-2/+4
* | LottieAnimation: make `source` property of QUrl typeKonstantin Ritt2019-04-092-25/+42