summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-161-1/+1
|\
| * Bump versionTarja Sundqvist2021-05-201-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-071-1/+1
|\|
| * Bump versionJani Heikkinen2021-03-031-1/+1
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2356-616/+616
|/
* Update commercial license headersTarja Sundqvist2021-01-2756-616/+616
* Bump versionJani Heikkinen2020-10-271-1/+1
* Bump versionv5.15.2Jani Heikkinen2020-09-281-1/+1
* Bump versionv5.15.1Alexandru Croitor2020-07-301-1/+1
* Use default ctor for BMRepeaterRobert Loehning2020-05-292-9/+1
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt 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
|/
* Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta4v5.15.0-beta3v5.15.0-beta2v5.15.0-beta1v5.15.0-alpha1Qt Forward Merge Bot2020-02-050-0/+0
|\
| * Bump versionv5.14.25.14Alexandru Croitor2020-02-021-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-300-0/+0
|\|
| * Bump versionv5.14.1Daniel Smith2019-12-161-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-090-0/+0
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-rc2v5.14.0-rc1v5.14.0-beta3v5.14.0Qt Forward Merge Bot2019-11-050-0/+0
| |\
| | * Bump versionv5.13.25.13Frederik Gladhorn2019-10-141-1/+1
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-261-2/+2
|\| |
| * | Update plugins.qmltypes for Qt 5.14Kai Koehne2019-10-231-2/+2
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0511-148/+121
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta2v5.14.0-beta1Qt Forward Merge Bot2019-10-0111-148/+121
| |\|
| | * Doc: Add Licenses section to overviewKai Koehne2019-08-222-0/+7
| | * Fix the build with -no-guiv5.13.1Liang Qi2019-08-062-0/+8
| | * 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
| | * Bump versionFrederik Gladhorn2019-07-011-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
| | * testApp/main.qml: Don't use absolute paths in urlsAlessandro Portale2019-03-121-1/+1
| | * Add missing .gitignore file in qtlottie rootv5.13.0-beta1Jani Heikkinen2019-02-204-146/+1
* | | Bump versionKari Oikarinen2019-08-271-1/+1
|/ /
* | Prospective fix when using QtLottie in QML apps with cmake and static linkagev5.14.0-alpha1Simon Hausmann2019-07-182-1/+2
* | Disable cmake config file creationMarc Mutz2019-07-111-0/+1
* | Mark the module clean of Q_FOREACH, Java-style iteration, and QLinkedListMarc Mutz2019-07-042-1/+2
* | 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-094-27/+44
* | LottieAnimation: better use of the QQuickItem's componentComplete()Konstantin Ritt2019-04-092-6/+4
* | LottieAnimation: get rid of redundant callsKonstantin Ritt2019-04-091-8/+2
* | LottieAnimation: add protected startFrame/endFrame settersKonstantin Ritt2019-04-092-4/+25
* | LottieAnimation: minor refactoringKonstantin Ritt2019-04-092-42/+55
* | BatchRenderer: simplify the container usage code a bitKonstantin Ritt2019-04-091-10/+9
* | BatchRenderer: fix race conditions due to missing/late mutex locksKonstantin Ritt2019-04-091-7/+6
* | BatchRenderer: handle QLOTTIE_RENDER_CACHE_SIZE env varKonstantin Ritt2019-04-093-17/+12
* | BatchRenderer: minor clean-upKonstantin Ritt2019-04-092-12/+7
* | BatchRenderer: ensure the same animator won't be registered twiceKonstantin Ritt2019-04-091-2/+3
* | LottieAnimation: fix frameRate property behaviorKonstantin Ritt2019-04-092-6/+17
* | LottieAnimation: fix error reporting for JSON parser related issuesKonstantin Ritt2019-04-091-6/+14