aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Clear context objects more thoroughly on destructionUlf Hermann2024-02-011-15/+6
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-4/+13
* QtQml: Move dependentScripts into base CUUlf Hermann2024-01-181-6/+6
* QtQml: Move type name cache into base CUUlf Hermann2024-01-181-1/+1
* QtQml: Move BindingPropertyData into the base CUUlf Hermann2024-01-131-2/+3
* QtQml: Clear stale compilation units more thoroughlyUlf Hermann2024-01-111-0/+10
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-3/+2
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-2/+3
* Doc: Fix linking issues and missing QDoc commandsTopi Reinio2024-01-061-1/+1
* Long live incremental garbage collection in QML!Fabian Kosmale2023-12-201-0/+1
* Make builtins an actual moduleUlf Hermann2023-11-241-83/+4
* QtQml: Have QtQml.Base formally import QMLUlf Hermann2023-11-171-3/+8
* QQmlEngine: Fix documentationUlf Hermann2023-10-201-21/+8
* QtQml: Key singletons by singleton instance infoUlf Hermann2023-08-301-9/+8
* QML: Make notify list thread safeUlf Hermann2023-08-101-29/+56
* QtQml: Clean up QQmlData ctorUlf Hermann2023-07-101-5/+2
* 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-261-3/+3
* Doc: Small improvements for ~QQmlEngine, ~QJSEngineKai Köhne2023-06-201-1/+1
* Doc: Fix ambiguous linkAndreas Eliasson2023-06-071-1/+2
* QML: Register all builtinsUlf Hermann2023-05-221-7/+99
* QQmlData: Implement markAsDeleted without recursionFabian Kosmale2023-04-281-5/+9
* QQmlEngine: Introduce markCurrentFunctionAsTranslationBindingFabian Kosmale2023-04-241-0/+39
* QQmlEngine: Improve import path method documentationFabian Kosmale2023-03-021-7/+8
* loadFromModule: Properly handle QML only modulesFabian Kosmale2023-02-021-6/+21
* Doc: Document QQmlEngine::offlineStoragePathChanged separatelyKai Köhne2023-01-311-0/+7
* QML: Document that internal contexts are read-onlyUlf Hermann2023-01-111-4/+5
* QQmlEngine: Add module + type based singletonInstance overloadFabian Kosmale2022-12-081-0/+72
* QML: Monkey-patch thread safety issue with dynamic metaobjectsUlf Hermann2022-11-241-2/+13
* QtQml: Clean up VME and interceptor metaobjects on destructionVolker Hilsheimer2022-11-221-1/+8
* QtQml: Do not parent QQmlGadgetPtrWrapper instances to the engineUlf Hermann2022-11-221-0/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-7/+7
* QQmlEngine: add signal for offlineStoragePathFabian Kosmale2022-10-041-1/+6
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-10/+4
* Qml: Allow const and non-const QObjectWrappers to coexistUlf Hermann2022-09-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Fix race condition on QQmlEnginePrivate::qml_debugging_enabledMarc Mutz2022-05-311-1/+1
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* Qml: includemocsMarc Mutz2022-04-291-0/+2
* Make QQmlEngine resolve closures when executing runtime functionsAndrei Golubev2022-04-271-3/+36
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-1/+1
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-101-4/+4
* Space optimize QQmlStrongJSQObjectReferenceFabian Kosmale2022-02-211-0/+2
* Cleanup QQmlGuard and related classesFabian Kosmale2022-02-211-3/+4
* QML: Clean up sequence registrations for value typesUlf Hermann2022-02-111-8/+21
* Avoid ping-pong between plain pointers and QQmlRefPointerUlf Hermann2022-01-251-7/+7
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-85/+0
* Move QJSEnginePrivate::cache() to QQmlMetaTypeUlf Hermann2022-01-181-3/+3
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-3/+3