aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Check that value type exists before creating wrapperFabian Kosmale2020-03-121-2/+12
* | Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-6/+4
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-3/+3
* | Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-0221-130/+148
* | Revert "error -> networkError to fix deprecation warning"Timur Pocheptsov2020-02-281-2/+2
* | error -> networkError to fix deprecation warningFawzi Mohamed2020-02-271-2/+2
* | V4: Fix mark stack overrunsUlf Hermann2020-02-271-1/+1
* | Add revision to QQmlTypeNotAvailableUlf Hermann2020-02-261-0/+1
* | Provide a way to statically register namespacesUlf Hermann2020-02-251-0/+32
* | Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-243-4/+4
* | Doc: Fix documentation from QQmlEngine::singletonInstance()Ulf Hermann2020-02-241-6/+9
* | Inline component: Avoid even more leaksFabian Kosmale2020-02-201-0/+2