aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-1/+1
| |\
| | * QML: Pass type minor version when creating property dataUlf Hermann2019-02-211-1/+1
* | | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-1/+1
|/ /
* / Make QQmlDirParser and QQmlError available in QmlDevToolsUlf Hermann2018-10-251-1/+1
|/
* Add qml-worker-script featureMorten Johan Sørvig2018-09-121-1/+1
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+2
* Add support for importing ES modules in .qml filesSimon Hausmann2018-08-171-0/+2
* Fix crash when QML engine warning handler feeds errors back into QMLSimon Hausmann2018-04-091-2/+0
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-5/+5
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-8/+6
* Allow exported signal handlers for signals with revisionThomas Hartmann2018-01-121-1/+1
* Make qml-debug a proper featureUlf Hermann2017-11-081-1/+1
* Fix memory corruption with type trimmingSimon Hausmann2017-08-231-3/+3
* Move the m_qmlLists member in the QML engine to QQmlMetaTypeLars Knoll2017-08-021-1/+0
* Remove QQmlEnginePrivate::typePropertyCacheSimon Hausmann2017-08-021-7/+1
* Use QQmlType by valueLars Knoll2017-08-021-7/+7
* add QQmlEngine::offlineStorageDatabaseFilePath(db), use in LocalStorageShawn Rutledge2017-02-021-0/+1
* Turn the no-network support into a configurable featureLars Knoll2016-10-101-1/+1
* Qt object: Add exit(int)Cavit Sina Dogru2016-08-091-0/+1
* Remove some unused members on -no-qml-debugUlf Hermann2016-07-281-0/+5
* Qml: Create profiler adapters in the pluginsUlf Hermann2016-07-281-1/+0
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-2/+2
* Moved meta-type id members to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\