aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* QQmlProperty: Accept badly capitalized signal handler namesUlf Hermann2023-09-081-0/+23
* QQmlBind: handle top-level attached propertiesFabian Kosmale2023-08-222-0/+14
* Use Q_DECL_UNUSED_MEMBER for unused private class membersIvan Solovev2023-08-221-4/+1
* QtQml: Create implicit components in inline components earlyUlf Hermann2023-08-221-24/+49
* QtQml: Correctly resolve aliases to aliases when loading .qmlc filesUlf Hermann2023-08-214-20/+38
* QmlCompiler: Fix console loggingUlf Hermann2023-08-151-2/+4
* Fix disambiguation of file-selected components and scriptsUlf Hermann2023-08-152-63/+6
* QML: Make notify list thread safeUlf Hermann2023-08-112-52/+99
* QQmlPropertyBinding: Correctly link observers after undefined valued bindingFabian Kosmale2023-07-311-3/+1
* QML: Unify treatment of wrappers when dealing with QObjectMethodUlf Hermann2023-07-252-3/+16
* QtQml: Do not crash on invalid import URLsUlf Hermann2023-07-081-0/+9
* QtQml: Respect import namespaces when importing scriptsUlf Hermann2023-07-082-3/+7
* Doc: Fix a link in QQmlContext documentationKai Köhne2023-07-041-1/+1
* QQmlListWrapper: throw type errors or warnings if append failsVolker Hilsheimer2023-07-041-4/+21
* QQmlPropertyBinding: Do re-attach observer after handling undefinedUlf Hermann2023-06-281-1/+3
* LoadHelper: Output load errorsFriedemann Kleint2023-06-281-1/+3
* LoadHelper: Avoid unnecessary string allocationsFriedemann Kleint2023-06-281-2/+2
* QML: Do not leak memory if QQmlData is manipulated from ctorUlf Hermann2023-06-263-8/+9
* Div. smart pointer/raii classes: mark ctors [[nodiscard]]Marc Mutz2023-06-261-3/+3
* Make QQmlGuard hierarchy a bit saferMarc Mutz2023-06-261-1/+3
* QQmlGuard: mark constructors [[nodiscard]]Marc Mutz2023-06-261-4/+4
* QRecyclePool: remove the nullary New() methodMarc Mutz2023-06-261-8/+1
* QRecyclePool: fix potential UBMarc Mutz2023-06-261-6/+3
* QQmlRefCount: break all users that attempt to access the dtorMarc Mutz2023-06-2512-16/+32
* Remove unused QQmlRefCount forward declarationsMarc Mutz2023-06-242-2/+0
* DocumentImpl: use override instead of virtualMarc Mutz2023-06-241-1/+1
* QBiPointer: mark ctors as [[nodiscard]]Marc Mutz2023-06-241-5/+5
* QQmlRefPointer: mark ctors as [[nodiscard]]Marc Mutz2023-06-241-4/+4
* Doc: Small improvements for ~QQmlEngine, ~QJSEngineKai Köhne2023-06-201-1/+1
* QML: Guard QProperty change triggers against deletion of targetUlf Hermann2023-06-163-19/+42
* QML: Try QML conversion before metatype conversionUlf Hermann2023-06-162-41/+49
* QQmlProperty: Allow QVariantList as QObject* containerUlf Hermann2023-06-151-0/+5
* QQmlPropertyBinding: Re-fetch binding data after reset()Ulf Hermann2023-06-151-1/+8
* QML: Allow creating constructible value types from variant objectsUlf Hermann2023-06-152-0/+69
* QML: Call value type ctors with derived types of formal parameterUlf Hermann2023-06-091-38/+30
* Qml: Construct value types by properties from any object-likesUlf Hermann2023-06-092-49/+241
* Doc: Fix ambiguous linkAndreas Eliasson2023-06-071-1/+2
* QtQml: Recognize local inline components when clearing property cachesUlf Hermann2023-06-061-1/+9
* Allow anonymous value types to be constructedUlf Hermann2023-06-062-2/+9
* QtQml: Disallow multi-step construction of value typesUlf Hermann2023-06-061-10/+6
* QtQml: Move inline component registry to QQmlMetaTypeDataUlf Hermann2023-05-309-47/+98
* QtQml: Eliminate inlineComponentNameUlf Hermann2023-05-305-25/+10
* QtQml: Index inline components by name rather than IDUlf Hermann2023-05-3011-123/+86
* QQmlComponent: Resolve inline components by name rather than IDUlf Hermann2023-05-262-10/+25
* QQmlPropertyCache: Allow property cache vector to be size-resetUlf Hermann2023-05-261-11/+25
* QtQml: Remove dead memberUlf Hermann2023-05-241-1/+1
* Undeprecate AOTCompiledFunctionUlf Hermann2023-05-233-7/+7
* QML: Register all builtinsUlf Hermann2023-05-228-21/+142
* Remove XML stream header include where it's not usedEdward Welbourne2023-05-221-1/+0
* Remove some references to Q_ENUMSFabian Kosmale2023-05-221-1/+1