aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Fix \fn template arguments for Qt QmlTopi Reinio2023-11-271-2/+2
* Doc: Remove reference to string based constructors from "Qt Qml Type"Olivier De Cannière2023-11-271-2/+0
* Make builtins an actual moduleUlf Hermann2023-11-246-104/+34
* QtQml: Require that QML interfaces have an IIDUlf Hermann2023-11-191-1/+1
* Fix compiler warning in qqmlprivate.hAxel Spoerl2023-11-181-2/+2
* Remove all QML_DECLARE_TYPE from src and toolsUlf Hermann2023-11-182-4/+0
* QtQml: Have QtQml.Base formally import QMLUlf Hermann2023-11-174-22/+12
* QtQml: Allow multiple names for C++-based QML typesUlf Hermann2023-11-152-172/+252
* Consider the major version when registering singletonsAlexey Edelev2023-11-101-1/+1
* QML: Before processing deep aliases, remove pending bindingsUlf Hermann2023-11-092-12/+36
* QtQml: Fix some problems with deep aliasesUlf Hermann2023-11-092-34/+64
* Doc: Warn about slowness of createQmlObject()Ulf Hermann2023-11-041-1/+6
* QtQml: Clear the whole lookup in storeNameSloppy()Ulf Hermann2023-11-021-1/+1
* qqmlprivate.h: Fix BC issueFabian Kosmale2023-11-011-0/+3
* doc: Improve cross-references for value typesFabian Kosmale2023-11-011-0/+1
* Doc: Explicitly un-specify order of binding evaluationUlf Hermann2023-10-312-3/+22
* QQmlScriptString: Guard operator== against nullptrFabian Kosmale2023-10-311-1/+1
* Add pragma syntax to support translation contextLucie Gérard2023-10-261-0/+5
* Throw an exception in loadScopeObjectPropertyLookup when qmlScopeObject is nullDmitrii Akshintsev2023-10-241-0/+6
* QtQml: Do not gc objects stored in QML-declared list propertiesUlf Hermann2023-10-242-25/+76
* QtQml: Use array data for QmlListWrapper's "owned" modeUlf Hermann2023-10-242-13/+79
* QmlCompiler: Reject calls to one of multiple fuzzy overloadsUlf Hermann2023-10-231-2/+2
* qmltyperegistrar: Fix namespace registrationUlf Hermann2023-10-231-1/+3
* QQmlProxyMetaObject: Forward objectDestroyed to parentTor Arne Vestbø2023-10-202-0/+9
* QQmlEngine: Fix documentationUlf Hermann2023-10-201-21/+8
* QQmlFile: Add documentationUlf Hermann2023-10-202-34/+133
* QtQml: Don't unnecessarily detour through the CU to look up typesUlf Hermann2023-10-193-24/+10