aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on host/target word size mismatchesSimon Hausmann2014-05-092-11/+6
* Android: Fix crash in String.replace() in release buildsv5.3.0-rc1Eskil Abrahamsen Blomfeldt2014-05-051-4/+7
* v4: ignore quiet bit for NaNs in 32 bit value encodingFawzi Mohamed2014-04-301-10/+11
* Doc: Remove references to the unimplemented 'time' typeSze Howe Koh2014-04-301-3/+0
* v4: assert when an unsupported double value is stored in a valueFawzi Mohamed2014-04-301-2/+2
* Fix linking of qmlimportscanner in MSVC debug builds.Friedemann Kleint2014-04-281-1/+1
* Fix translations in states causing failing assertionsSimon Hausmann2014-04-281-0/+4
* Fix packaging buildsSimon Hausmann2014-04-281-2/+2
* Fix marking of prototype objects in internal class poolSimon Hausmann2014-04-285-17/+58
* V4 regalloc: fix register spill choice under high pressure.Erik Verbruggen2014-04-241-1/+9
* Fix crash when loading QML that tries to set non-existent group propertiesSimon Hausmann2014-04-241-1/+2
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-2335-173/+417
* Prevent a crash when the item is deleted but not removed from cacheAndy Shaw2014-04-181-1/+1
* Refine fix for dynamic properties on QObjects wrapped in JavaScriptSimon Hausmann2014-04-171-1/+1
* V4: fix register usage on ARM.Erik Verbruggen2014-04-172-6/+6
* Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-122-0/+8
* 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