aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qml: Allow const and non-const QObjectWrappers to coexistUlf Hermann2022-09-081-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-141-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
* Move QJSEngine's mutex into QQmlEngineUlf Hermann2022-01-151-4/+4
* Move composite types into QQmlMetaTypeUlf Hermann2022-01-151-55/+5
* Remove the qml_sequence_object feature flagUlf Hermann2022-01-151-3/+0
* Deprecate QQmlEngine::importPlugin()Ulf Hermann2022-01-151-0/+8
* Add executeRuntimeFunction overload to QQmlEnginePrivateAndrei Golubev2021-12-111-3/+9
* QQmlJSAotContext: flushPendingBinding() before capturing a propertyUlf Hermann2021-12-101-4/+4
* Doc: Fix documentation warningsTopi Reinio2021-12-061-1/+2
* QQmlEngine: some more cleanupUlf Hermann2021-12-041-22/+2
* Doc: Fix link to LocalStorage in QQmlEngine::offlineStoragePath docsFabian Kosmale2021-11-261-1/+2
* Make QQmlEngine take care of QQmlContext setupAndrei Golubev2021-11-121-0/+31
* Doc: Move Qt global type docsVenugopal Shivashankar2021-11-121-224/+0
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-19/+24
* Introduce generalized grouped propertiesUlf Hermann2021-10-281-2/+2
* QQmlEngine: Fine grained translation binding trackingFabian Kosmale2021-10-081-10/+1
* QQmlObjectCreator: Remove old finalizer infrastructureFabian Kosmale2021-09-291-10/+0
* disconnectNotifiers() more aggressively during object deletionUlf Hermann2021-09-211-5/+7
* Provide a method to clear the singletons from a QQmlEngineUlf Hermann2021-08-201-20/+35
* Document that clearComponentCache() does not clear existing objectsUlf Hermann2021-08-201-0/+10
* Document Application singletonFabian Kosmale2021-07-231-120/+2
* Replace QJSEnginePrivate::Locker with QMutexLockerFabian Kosmale2021-07-161-4/+4
* Remove deleteInEngineThread functionalityFabian Kosmale2021-07-161-17/+1
* Use "= default" rather than empty bodies for ctors and dtorsUlf Hermann2021-07-011-7/+2
* QtQml: Key plugins by URI where possibleUlf Hermann2021-06-301-1/+1
* QtQml: Move locateLocalQmldir and make it a templateUlf Hermann2021-06-291-0/+9
* QtQml: Refactor plugin loading into a separate classUlf Hermann2021-06-281-2/+5
* QV4Engine: Do not use currentContext() when calling JavaScript from C++Andrei Golubev2021-06-211-8/+4
* Allow QQmlEngine to load the compilation unit from urlAndrei Golubev2021-06-211-4/+11
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-18/+17
* QQmlEngine::executeRuntimeFunction: pass return value as input argumentAndrei Golubev2021-05-111-20/+23
* Remove QQmlEnginePrivate::isQObjectFabian Kosmale2021-03-051-6/+0
* Simplify QQmlPropertyData::flagsForProperty; remove typeCategoryFabian Kosmale2021-03-051-10/+0
* QQmlEnginePrivate: remove functions that only forward to QQmlMetaTypeFabian Kosmale2021-03-051-14/+0
* Engine: Cleanup method argument passingFabian Kosmale2021-03-041-2/+2
* QQmlData: Remove parentChanged codeFabian Kosmale2021-03-041-25/+1
* QQmlData: Remove QML 1 related codeFabian Kosmale2021-03-041-1/+1