aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-0/+16
| |\
| | * Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-291-0/+16
* | | Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-1/+3
* | | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-6/+6
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-251-0/+1
|\| |
| * | Long live QML inline componentsFabian Kosmale2020-01-231-0/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-271-0/+7
|\| |
| * | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+7
| |/
* / Remove module registration related Qt version #ifdefsSimon Hausmann2019-07-221-3/+0
|/
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* QQmlEngine: keep ImageProvider alive while in useFabian Kosmale2019-06-251-0/+2
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-3/+3
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-161-5/+3
|\
| * Fix illegal downcast on QQmlEngine destructionAllan Sandfeld Jensen2019-05-141-5/+3
* | Remove last traces of QV8EngineUlf Hermann2019-05-081-10/+0
* | Move workerscript to its own moduleUlf Hermann2019-05-061-3/+1
* | Move creation and management of singletons to QQmlEnginePrivateRichard Weickelt2019-04-241-0/+14
* | Clean up type registrationUlf Hermann2019-04-181-3/+4
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-251-1/+1
|\|