aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky3 days1-2/+2
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-2/+2
* QtQml: Have QtQml.Base formally import QMLUlf Hermann2023-11-171-8/+0
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+1
* QtQml: Key singletons by singleton instance infoUlf Hermann2023-08-301-7/+9
* QML: Guard QProperty change triggers against deletion of targetUlf Hermann2023-06-161-3/+10
* QV4: Mark singletons as deleted before actually deleting themOlivier De Cannière2023-03-271-10/+21
* loadFromModule: Properly handle QML only modulesFabian Kosmale2023-02-021-0/+1
* QQmlEngine: Add module + type based singletonInstance overloadFabian Kosmale2022-12-081-0/+20
* QtQml: Do not parent QQmlGadgetPtrWrapper instances to the engineUlf Hermann2022-11-221-1/+1
* QQmlIncubatorPrivate: Undo old MSVC workaroundFabian Kosmale2022-09-061-3/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Fix race condition on QQmlEnginePrivate::qml_debugging_enabledMarc Mutz2022-05-311-1/+3
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-8/+0
* Move QJSEnginePrivate::cache() to QQmlMetaTypeUlf Hermann2022-01-181-2/+0
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-15/+0
* Move QJSEngine's mutex into QQmlEngineUlf Hermann2022-01-151-2/+1
* Move composite types into QQmlMetaTypeUlf Hermann2022-01-151-7/+0
* Move QObject and QQmlComponent into builtinsMaximilian Goldstein2021-12-171-1/+1
* Add executeRuntimeFunction overload to QQmlEnginePrivateAndrei Golubev2021-12-111-0/+3
* QQmlEngine: some more cleanupUlf Hermann2021-12-041-21/+14
* Make QQmlEngine take care of QQmlContext setupAndrei Golubev2021-11-121-0/+17
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-6/+8
* Clean up some includesUlf Hermann2021-11-051-33/+20
* QQmlEngine: Fine grained translation binding trackingFabian Kosmale2021-10-081-0/+1
* QQmlBinding::dependencies: Handle QPropertyFabian Kosmale2021-10-011-0/+3
* QQmlObjectCreator: Remove old finalizer infrastructureFabian Kosmale2021-09-291-3/+0
* Long live (the internal) QQmlFinalizerHook!Fabian Kosmale2021-09-291-0/+1
* Provide a method to clear the singletons from a QQmlEngineUlf Hermann2021-08-201-1/+18
* Replace QJSEnginePrivate::Locker with QMutexLockerFabian Kosmale2021-07-161-2/+2
* Remove deleteInEngineThread functionalityFabian Kosmale2021-07-161-72/+0
* Allow QQmlEngine to load the compilation unit from urlAndrei Golubev2021-06-211-0/+1
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-5/+5
* QQmlEngine::executeRuntimeFunction: pass return value as input argumentAndrei Golubev2021-05-111-2/+2
* Remove QQmlEnginePrivate::isQObjectFabian Kosmale2021-03-051-1/+0
* Simplify QQmlPropertyData::flagsForProperty; remove typeCategoryFabian Kosmale2021-03-051-1/+0
* QQmlEnginePrivate: remove functions that only forward to QQmlMetaTypeFabian Kosmale2021-03-051-3/+0
* Engine: Cleanup method argument passingFabian Kosmale2021-03-041-1/+1
* Support runtime functions evaluation by index through QQmlEngineAndrei Golubev2021-02-121-0/+3
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-1/+1
* Remove QQmlCleanupUlf Hermann2021-01-131-4/+0
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-2/+3
* QPropertyChangeTrigger: Inherit directly from QPropertyObserverFabian Kosmale2020-10-121-6/+9
* Handle QProperty inside bindingsFabian Kosmale2020-09-211-0/+15
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-6/+16
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-1/+15
* Allow multiple URL interceptors per engineUlf Hermann2020-03-171-2/+1
* Allow partial and absent version specifiers in import statementsUlf Hermann2020-03-171-3/+1
* Add major version to all Q_REVISIONsUlf Hermann2020-02-191-0/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+16
|\