aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-191-1/+1
* Cleanup: Remove unused codeSimon Hausmann2014-12-091-4/+2
* May it rest in pieces.Robin Burchell2014-12-091-1/+0
* QmlEngine: Use separate mutex for network access managerKai Koehne2014-10-231-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix crash on QQmlEngine destruction.Andrew den Exter2014-07-031-1/+2
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-0/+1
* Remove old compiler and VMESimon Hausmann2014-03-071-5/+0
* [new compiler] Match class and file nameSimon Hausmann2014-02-161-2/+2
* Add dedicated QML profiler and adapterUlf Hermann2014-02-151-0/+3
* fix whitespaceOswald Buddenhagen2014-01-221-25/+25
* Improve type interference for QObject propertiesSimon Hausmann2013-11-251-1/+12
* Fix crash on QQmlEngine destruction.Robin Burchell2013-11-251-1/+1
* Make QQmlIncubatorPrivate refcountedLars Knoll2013-10-151-2/+2
* [new compiler] Add support for finalization callbacksSimon Hausmann2013-09-201-0/+5
* Beginning of a new qml parserSimon Hausmann2013-09-081-0/+1
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-1/+1
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-0/+5
|\
| * Add qmlClearRegisteredTypes FunctionAlan Alpert2013-05-071-0/+3
| * Add a URL interceptor to the QML engineAlan Alpert2013-05-071-0/+2
* | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-1/+10