aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/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-161-2/+15
|\
| * Document QQmlComponent::createWithInitialProperties() error handlingMitch Curtis2021-04-271-0/+8
| * QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-271-2/+7
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-077-9/+36
|\|
| * 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
| * Ensure that the case of the path will match then QUrl for a UNC pathAndy Shaw2021-03-201-3/+8
| * 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-24193-3981/+3981
|/
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-031-0/+7
* Update commercial license headersTarja Sundqvist2021-02-02193-3981/+3981
* QQmlProperty: Guard QQmlContextData with QQmlGuardedContextDataJan Arve Sæther2021-02-021-1/+1
* Remove QQmlCleanup from QQmlScriptDataUlf Hermann2021-01-132-25/+1
* Fix IC properties in same fileFabian Kosmale2020-12-244-3/+37
* Avoid GHS linker to optimize away QML type registrationsKimmo Ollila2020-11-181-0/+7
* Inline components: Fix custom parser supportFabian Kosmale2020-10-281-0/+6
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-2/+2
* Fix workflow for shutting down busy type loader threadsUlf Hermann2020-09-071-12/+10
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-201-1/+1
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-08-121-6/+0
* 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
* Fix baseUrl returning an empty urlJaeyoon Jung2020-07-021-1/+3
* qqmlobjectcreator: Fix a typo in translation stringLiang Qi2020-06-231-1/+1
* Warn circular dependency when loading typesJaeyoon Jung2020-06-161-0/+6
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-095-10/+12
* Avoid duplicate call to destroyFabian Kosmale2020-06-081-1/+1
* Prevent premature child destructionFabian Kosmale2020-06-051-2/+3
* PropertyCache: Fix resolution of forbidden QObject methodsUlf Hermann2020-05-261-1/+3
* Clarify argument types for QML's Qt.point, Qt.rect, and Qt.sizeSebastian Hartte2020-05-221-3/+3
* QQmlPropertyData: Fix isDirect flag handlingFabian Kosmale2020-05-201-1/+2
* Doc: add code example of QQmlApplicationEngine::setInitialProperties()Mitch Curtis2020-05-191-0/+11
* Merge remote-tracking branch 'origin/5.14' into 5.15.0Qt Forward Merge Bot2020-04-271-2/+1
|\
| * Generate the docs for qmlRegisterSingletonInstance5.14Giuseppe D'Angelo2020-04-241-0/+4
* | WASM: Fix broken WebAssembly platform detectionFredrik Orderud2020-04-221-2/+2
* | WASM: Enable WebAssembly platform detection from QMLFredrik Orderud2020-04-212-0/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-202-1/+6
|\|
| * Make qdoc generate the documentation for qmlRegisterSingletonTypeGiuseppe D'Angelo2020-04-161-0/+5
| * Fix enum setup optimizationMichael Brasser2020-04-021-1/+1
* | fix -no-feature-translation buildTim Jenssen2020-04-022-2/+2
* | QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-254-13/+21
* | QNetworkReply: fix use of deprecated error signalMårten Nordheim2020-03-231-1/+1
* | QQmlValueTypeWrapper: Avoid compile warningsUlf Hermann2020-03-231-4/+4
* | qmlRegisterSingletonInstance: show user-friendly signature in documentationFabian Kosmale2020-03-181-0/+5
* | Prefer Inline Components over any other imported nameFabian Kosmale2020-03-162-0/+23