aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+1
|\
| * Fix crash on QQmlEngine destruction.Andrew den Exter2014-07-031-1/+1
* | Avoid race condition in QQmlEngine on shutdown.Gunnar Sletta2014-07-041-0/+2
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-021-6/+3
|\|
| * Fix intermittent crash with older MinGW releasesRobin KAY2014-06-271-6/+3
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-131-0/+1
|\|
| * Fix bindings to when property of States not always workingSimon Hausmann2014-06-041-0/+1
* | Javascript heap profilerUlf Hermann2014-06-061-3/+3
|/
* Remove V8 profiler serviceUlf Hermann2014-05-091-2/+0
* Fix build on older MinGWKonstantin Ritt2014-03-271-1/+14
* Static plugins: support loading static plugins from several enginesRichard Moe Gustavsen2014-03-131-1/+1
* Remove old compiler and VMESimon Hausmann2014-03-071-4/+2
* Switch the code path from the old compiler and VME to the new code pathSimon Hausmann2014-03-061-3/+1
* Combine the source file, line and column number triplet in a common structureSimon Hausmann2014-03-041-5/+5
* Document qmlContext() and qmlEngine().Mitch Curtis2014-03-041-0/+6
* [new compiler] Fix qquickanimation test crashSimon Hausmann2014-03-021-1/+1
* Add dedicated QML profiler and adapterUlf Hermann2014-02-151-1/+7
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-2/+2
|\
| * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-061-2/+2
* | Add a debug service for controlling qml enginesUlf Hermann2014-02-101-0/+2
* | Unify the interface for QQmlDebugServicesUlf Hermann2014-02-051-7/+7
* | Change QQmlProfilerService::instance to be a getterUlf Hermann2014-01-291-1/+1
* | Rename V8 profiler classes to V4Ulf Hermann2014-01-231-2/+2
* | fix whitespaceOswald Buddenhagen2014-01-221-1/+1
|/
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-1/+1
|\
| * Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-041-1/+1
* | Windows: Use Shell API for checking file case correctness.Friedemann Kleint2013-12-101-8/+26
* | Remove old qml object creation profilingUlf Hermann2013-11-291-8/+0
* | Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-0/+10
* | Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-261-4/+17
|\|
| * Allow for QtQml and QtDeclarative to co-exist at run-timeSimon Hausmann2013-11-251-4/+17
* | Fix crash on QQmlEngine destruction.Robin Burchell2013-11-251-1/+1
|/
* Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614Alan Alpert2013-11-131-1/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+0
* Delay calculation of offline storage path as long as is practically possible.Robin Burchell2013-10-081-6/+10
* Doc: Updated imports, \qmlmodule, and \inqmlmodule versions in src/qml.Jerome Pasion2013-09-271-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-1/+1
* Doc: Made \since commands in src/qml consistent.Jerome Pasion2013-09-251-3/+3
* [new compiler] Add support for finalization callbacksSimon Hausmann2013-09-201-0/+3
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-12/+50
|\
| * Register Locale object in the QtQml namespace.Mitch Curtis2013-09-201-0/+1
| * QmlDebugging: Process commands in v4DebugServiceAurindam Jana2013-09-191-2/+2
| * QmlDebugging: Replace QV8DebugService with QV4DebugServiceAurindam Jana2013-09-191-3/+3
| * Make QQmlAbstractUrlInterceptor publicAlan Alpert2013-09-191-1/+1
| * Expose "Qt.application.state".Yoann Lopes2013-09-171-8/+45
* | Beginning of a new qml parserSimon Hausmann2013-09-081-0/+2
|/
* Merge branch 'stable' into devSergio Ahumada2013-09-061-1/+2
|\
| * Debugger: Fix crash when app exits while debuggingKai Koehne2013-08-211-1/+2
* | Don't crash with deferred propertiesAlan Alpert2013-08-221-1/+1