aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * V4: make QQmlEnginePrivate::dereferenceScarceResources inlinable.Erik Verbruggen2016-05-041-0/+22
* | V4: make QQmlEnginePrivate::dereferenceScarceResources inlinable.Erik Verbruggen2016-04-211-0/+22
* | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-04-081-0/+10
|\|
| * QML: allow more methods to get inlined.Erik Verbruggen2016-04-051-0/+10
* | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-051-1/+1
|\|
| * V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-311-1/+1
* | QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-2/+2
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-2/+1
|\
| * Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-171-2/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Remove debugChangesHash from QQmlEngineUlf Hermann2016-01-121-17/+0
|/
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-1/+0
* Simplify property capturing codeLars Knoll2015-06-181-22/+2
* Make bindings refcountedLars Knoll2015-06-101-1/+0
* Remove more unused code from the QQmlEnginePrivateHolger Hans Peter Freyther2015-06-081-4/+4
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-291-107/+1