aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support runtime functions evaluation by index through QQmlEngineAndrei Golubev2021-02-121-0/+24
* Support and prefer QML_IMPORT_PATH over QML2_IMPORT_PATHUlf Hermann2021-02-101-2/+2
* Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPathUlf Hermann2021-02-091-2/+2
* qqmlengine: Fix some warnings not being displayed correctlyMaximilian Goldstein2021-02-091-8/+8
* Move implementation of functions declared in qqml.h into qqml.cppUlf Hermann2021-01-291-74/+0
* Move qmlRegisterUncreatableMetaObject to qqml.cppUlf Hermann2021-01-251-34/+0
* Remove QQmlCleanupUlf Hermann2021-01-131-10/+1
* qqmlengine: Fix crash when encountering bad singletonsMaximilian Goldstein2021-01-111-0/+6
* Clean up (QQmlEnginePrivate|QQmlMetaType)::toQObjectFabian Kosmale2020-12-111-8/+1
* Doc: Fix occurrences of \Q_OBJECT in code snippetsTopi Reinio2020-12-081-24/+8
* QtQml: document qmlExecuteDeferred as internalFabian Kosmale2020-11-191-0/+3
* QQmlEngine::captureProperty(): Don't capture constant propertiesUlf Hermann2020-11-121-1/+1
* Doc:: Fix documentation warnings for Qt QMLTopi Reinio2020-11-051-1/+1
* QML: Allow singleton types to be extendedUlf Hermann2020-11-021-0/+3