aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* V4 IR: only mark blocks after iterator calculation as loop blocks.Erik Verbruggen2014-04-121-4/+2
* Document QJSEngine as reentrant.Michael Brasser2014-04-101-0/+1
* Reduce memory pressure on JS stack when garbage collectingSimon Hausmann2014-04-091-3/+8
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-094-4/+23
* Add support for dynamic properties for QObjects in JavaScriptSimon Hausmann2014-04-091-3/+10
* Fix remaining QQmlLocale auto-test failuresSimon Hausmann2014-04-081-2/+5
* Fix wrong register usage for integer binopsSimon Hausmann2014-04-081-23/+8
* Fix XHR auto tests always failingSimon Hausmann2014-04-081-1/+2
* Fix memory corruption in XHR implementationSimon Hausmann2014-04-081-0/+1
* Support dumping of animation jobs via QML_ANIMATION_TICK_DUMP.Michael Brasser2014-04-0812-0/+72
* Fix marking of prototype objects in chainSimon Hausmann2014-04-071-9/+6
* Don't start continuing animation when it doesn't have children.Gunnar Sletta2014-04-071-2/+5
* Don't append garbage to the function parameter slotswip/gcThiago Macieira2014-04-041-1/+2
* Regression: Fix id objects in group propertiesSimon Hausmann2014-04-041-5/+4
* Make the destroy method optionalLars Knoll2014-04-041-4/+5
* Garbage collect member dataLars Knoll2014-04-0412-43/+207
* Stop the animation driver when no animations are ticking.Gunnar Sletta2014-04-041-1/+2
* Doc: Fix some code snippet warningsSergio Ahumada2014-04-031-2/+2
* Use RAII for VME profilerUlf Hermann2014-04-034-151/+80
* Fix 'missing header' compilation error (shadow build)Kai Koehne2014-04-031-1/+1
* Work around warning by GCC 4.8 with -O3 about array out of boundsThiago Macieira2014-04-021-2/+2
* Reduce memory consumption of runtime compiled QML typesSimon Hausmann2014-04-024-7/+87
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-0213-28/+72
* Fix performance regression for bindings from QtQuick state changesSimon Hausmann2014-04-021-1/+1
* Fix compilation of script stringsSimon Hausmann2014-04-028-33/+117
* Give the QML and the debug server thread an objectname.Thomas McGuire2014-04-012-0/+2
* Move inline function Bool Runtime::compareEqual() above usage.Friedemann Kleint2014-04-011-19/+19
* Making the CHUNKSIZE setable via environment variableKarim Pinter2014-04-011-4/+8
* Fix typoSimon Hausmann2014-04-017-9/+9
* Fix performance regression of parent setting during QML object creationSimon Hausmann2014-03-311-2/+1
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-296-7/+6
* Eliminate noop translation bindingsSimon Hausmann2014-03-296-64/+45
* Remove dead codeSimon Hausmann2014-03-292-30/+0
* Make it possible to supply compilation units from pluginsSimon Hausmann2014-03-295-38/+205
* Fix crash in conversion from QVariantMap to QJSValueSimon Hausmann2014-03-281-1/+5
* V4 string table cleanupsSimon Hausmann2014-03-283-18/+19
* Various cleanupsSimon Hausmann2014-03-2810-164/+205
* Fix crash in sparse array handlingSimon Hausmann2014-03-281-12/+13
* Fix interpreter math routines.Erik Verbruggen2014-03-281-6/+9
* Fix double deletionSimon Hausmann2014-03-281-1/+1
* Fix QtSharedPointer::ExternalRefCountData object leak in v4 engineLiang Jian2014-03-281-4/+5
* Doc: Document signals (not handlers) under \qmlattachedsignalSze Howe Koh2014-03-282-10/+10
* Be a bit more conservative with allocating memoryLars Knoll2014-03-271-2/+2
* Fix instantiation of QML list models with custom object propertiesSimon Hausmann2014-03-271-6/+1
* Remove the scribble option from the memory managerLars Knoll2014-03-271-7/+0
* Get rid of collectDeletablesLars Knoll2014-03-276-45/+24
* Optimize ExecutionContext::setPropertyLars Knoll2014-03-271-1/+7
* Don't use scopes in the instanceOf operatorLars Knoll2014-03-271-9/+9
* Optimize construct callsLars Knoll2014-03-273-1/+3
* Save another 4/8 bytes per QQmlBoundSignalExpressionSimon Hausmann2014-03-272-2/+2