aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
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-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
* Cache static compilation unitsUlf Hermann2021-01-143-12/+61
* Remove QQmlCleanup from QQmlScriptDataUlf Hermann2021-01-132-25/+1
* masm: Add error handling for failed mprotect()Ulf Hermann2021-01-122-2/+6
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-263-6/+22
* Fix IC properties in same fileFabian Kosmale2020-12-244-3/+37
* QML: Fix proxy iterationFabian Kosmale2020-12-231-2/+6
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-041-2/+2
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-251-4/+6
* qmlfunctions.qdoc: Add clarification to QML_FOREIGNMaximilian Goldstein2020-11-231-0/+4
* Doc: mention that INCLUDEPATH must be set in some casesMitch Curtis2020-11-201-0/+8
* Avoid GHS linker to optimize away QML type registrationsKimmo Ollila2020-11-182-0/+9
* Inline components: Fix custom parser supportFabian Kosmale2020-10-281-0/+6
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-162-0/+4
* Doc: use editingFinished signal of TextInput instead of textChangedMitch Curtis2020-10-061-1/+1
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-2/+2
* Fix ubsan errorAllan Sandfeld Jensen2020-09-231-5/+9
* Fix workflow for shutting down busy type loader threadsUlf Hermann2020-09-071-12/+10
* Doc: Fix minor typosSze Howe Koh2020-08-302-2/+2
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-201-1/+1
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-08-122-11/+3
* QQmlInfo: print ancestor of object if it has no QML engineMitch Curtis2020-07-271-3/+16
* QQmlIRLoader: Restore inline components correctlyFabian Kosmale2020-07-221-0/+1
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-071-1/+4