summaryrefslogtreecommitdiff
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-1020-105/+237
|\
| * Do not copy lookupsUlf Hermann2021-12-155-67/+107
| * V4 Lookup: Do not leak property cachesUlf Hermann2021-12-104-19/+35
| * Unset the QQmlAnimationTimer pointer from unregistered jobsVolker Hilsheimer2021-11-241-2/+4
| * Reset the timer of all controlled animations upon timer destructionVolker Hilsheimer2021-11-242-5/+35
| * Don't create an animation timer when destroying the animation jobVolker Hilsheimer2021-11-241-1/+1
| * Disable JIT for arm64 when doing macOS universal buildsAlexandru Croitor2021-11-227-3/+44
| * Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-122-0/+13
| * Do not crash on self-assignment of QQmlPropertyUlf Hermann2021-11-111-6/+2
| * Do not resolve containing types of inline components too earlyUlf Hermann2021-11-081-7/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...v5.15.7-lts-lgplTarja Sundqvist2022-09-127-23/+36
|\ \ | |/
| * SaveableUnitPointer::saveToDisk restores flags incorrectly at cleanupJarkko Koivikko2021-10-111-1/+2
| * Document that clearComponentCache() does not clear existing objectsUlf Hermann2021-10-071-0/+10
| * Doc: Replace return `0` with nullptrIvan Tkachenko2021-10-073-6/+6
| * Doc: QQmlContext: make it more readableIvan Tkachenko2021-10-071-9/+9
| * Fix documentation on JavaScript importsUlf Hermann2021-09-282-7/+9
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgplTarja Sundqvist2022-08-1610-112/+209
|\ \ | |/
| * Use QDateTime to get offsets for emscripten (wasm)Edward Welbourne2021-08-131-0/+38
| * Avoid crash for deep aliasesMaximilian Goldstein2021-08-101-0/+4
| * QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-021-1/+0
| * Resolve data race on QQmlPropertyCache's arguments objectUlf Hermann2021-07-155-25/+21
| * Resolve data race in QQmlPropertyData in a minimally invasive wayUlf Hermann2021-07-154-85/+138
| * Register the QML builtin sequence metatypes only onceUlf Hermann2021-07-151-2/+9
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-165-9/+39
|\ \ | |/
| * Doc: Clarify preconditions for using QML_ELEMENT et alUlf Hermann2021-05-111-0/+15
| * Document QQmlComponent::createWithInitialProperties() error handlingMitch Curtis2021-04-271-0/+8
| * QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-271-2/+7
| * Remove extra colonZhang Hao2021-04-241-1/+1
| * Document that QML_SINGLETON only works with QObjectsMitch Curtis2021-04-201-5/+5
| * qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-201-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-0711-23/+49
|\ \ | |/
| * Assert that pointer is non-nullFabian Kosmale2021-04-151-0/+2
| * qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-04-141-0/+8
| * Don't crash when trying to invoke non-existing string converterUlf Hermann2021-04-141-2/+1
| * Do not auto-clean components with live inline componentsUlf Hermann2021-04-091-1/+11
| * Remove unnecessary forward declarationAndy Shaw2021-03-291-1/+0
| * Ensure that the case of the path will match then QUrl for a UNC pathAndy Shaw2021-03-201-3/+8
| * qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-082-13/+11
| * QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-041-1/+1
| * Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+2
| * docs: Fix documentation of the Locale numberOptions propertyShawn Rutledge2021-02-191-1/+1
| * QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+4
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-24444-9145/+9145
|/
* QV4 Engine: Remove MSVC special casingFabian Kosmale2021-02-103-18/+2
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-052-9/+9
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-031-0/+7
* Doc: Fix broken QDoc markupPaul Wicking2021-02-031-2/+2
* Update commercial license headersTarja Sundqvist2021-02-02444-9145/+9145
* QQmlProperty: Guard QQmlContextData with QQmlGuardedContextDataJan Arve Sæther2021-02-021-1/+1
* QAnimationGroupJob: Don't call virtual functions from dtorUlf Hermann2021-01-222-23/+42