aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* no-thread: remove special cases for callbacksMorten Sørvig2024-02-081-10/+0
* QtQml: Do not speculatively create ICs for non-composite typesUlf Hermann2024-02-084-16/+15
* QtQml: Re-allow assigning of raw numbers to enum property aliasesUlf Hermann2024-02-013-4/+12
* QtQml: Clear context objects more thoroughly on destructionUlf Hermann2024-02-012-15/+28
* QQmlTypeLoader: Honor import dependencies even without qmldirUlf Hermann2024-02-011-22/+34
* QQmlProperty: fix signal handler warningFabian Kosmale2024-01-301-6/+7
* QmlCompiler: Handle non-resettable undefined assignmentUlf Hermann2024-01-251-13/+28
* QtQml: Clean up QQmlTypeWrapperUlf Hermann2024-01-252-14/+31
* QtQml: Move header verification into CompiledData::UnitUlf Hermann2024-01-231-1/+1
* QtQml: Remove some dead codeUlf Hermann2024-01-222-7/+0
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-2020-122/+158
* QtQml: Make move ctors and operatos of QQmlNullableValue noexceptUlf Hermann2024-01-181-4/+4
* QtQml: Move dependentScripts into base CUUlf Hermann2024-01-182-8/+8
* QtQml: Move type name cache into base CUUlf Hermann2024-01-183-5/+6
* QtQml: Move qmlType into base CUUlf Hermann2024-01-184-6/+6
* Fix build warning in tracepointAntti Määttä2024-01-181-1/+1
* QtQml: Make addImportToNamespace() file-localUlf Hermann2024-01-172-7/+1
* QtQml: std::move() some variables instead of copying themUlf Hermann2024-01-171-2/+2
* Fix some compile errors when compiling with -no-gui -no-qml-debugUlf Hermann2024-01-171-0/+2
* QtQml: Assign unique placeholder names to anonymous metatypesUlf Hermann2024-01-172-4/+4
* QtQml: Don't create metatypes for procedurally registered compositesUlf Hermann2024-01-171-9/+14
* Trace: Update createInstance parameterAntti Määttä2024-01-171-2/+2
* QtQml: Avoid a copy where we can move insteadUlf Hermann2024-01-151-1/+1
* QtQml: Move property caches into base CUUlf Hermann2024-01-134-13/+16
* QtQml: Move ResolvedTypeReference into base CUUlf Hermann2024-01-134-14/+15
* QtQml: Move BindingPropertyData into the base CUUlf Hermann2024-01-134-8/+10
* QtQml: Move inlineComponentData and icRootName into base CUUlf Hermann2024-01-136-14/+18
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-1143-87/+87
* Add doc for gc()Tasuku Suzuki2024-01-111-0/+8
* Extend the Q_IMPORT_QML_PLUGIN documentationAlexey Edelev2024-01-111-2/+14
* QtQml: Clear stale compilation units more thoroughlyUlf Hermann2024-01-113-17/+47
* QtQml: Move creation of ExecutableCompilationUnit into engineUlf Hermann2024-01-112-5/+6
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-1116-123/+164
* QtQml: Do detour through the CU for building property cachesUlf Hermann2024-01-111-1/+8
* QtQml: When clearing the type loader, also clear any pending eventsUlf Hermann2024-01-103-0/+23
* QtQml: Get rid of the module mutexUlf Hermann2024-01-104-32/+71
* QtQml: Always link executable CU on creationUlf Hermann2024-01-107-44/+45
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-105-13/+23
* QtQml: Clean up QIntrusiveListUlf Hermann2024-01-091-183/+102
* QtQml: Move engine-specific data out of base compilation unitUlf Hermann2024-01-081-2/+1
* QtQml: Make QQmlNullableValue somewhat saferUlf Hermann2024-01-081-12/+59
* Doc: Fix linking issues and missing QDoc commandsTopi Reinio2024-01-061-1/+1
* QtQml: Do not poison the type registry with unfinished enumsUlf Hermann2023-12-203-124/+88
* Long live incremental garbage collection in QML!Fabian Kosmale2023-12-202-3/+6
* QtQml: Hide warning about cyclic dependencies between singletonsUlf Hermann2023-12-151-3/+3
* QML: Use actual type for aliases of enum valuesUlf Hermann2023-12-051-9/+2
* QtQml: Drop the explicit ctor for QQmlScriptDataUlf Hermann2023-12-052-7/+2
* QML: Let IDs in outer context override bound components' propertiesUlf Hermann2023-12-042-6/+3
* Doc: Fix linking to Qt Qml moduleTopi Reinio2023-12-011-1/+1
* QQmlConnections: Allow connections to C++-defined methodsUlf Hermann2023-11-293-46/+95