aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in JSON.parseLars Knoll2013-12-041-2/+7
* QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-041-2/+1
* Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-0410-13/+10
* Doc: Update examples used in Writing QML Extensions tutorialTopi Reinio2013-11-302-16/+33
* Fix out of bounds array access when index is integer and negativev5.2.0-rc1Simon Hausmann2013-11-251-2/+11
* Fix memory corruption in QML expression compilationSimon Hausmann2013-11-254-5/+13
* Allow for QtQml and QtDeclarative to co-exist at run-timeSimon Hausmann2013-11-252-6/+20
* Android: Add qmltooling plugins to apkDaniel Teske2013-11-231-0/+3
* V4 Use getrlimit on Darwin to get the stack size for the main threadAndy Nichols2013-11-201-1/+8
* Check that the pathlist is not empty before calling sort() on itLars Knoll2013-11-201-1/+2
* V4: fix Array.indexOf() for QStringListLiang Qi2013-11-201-1/+1
* Greatly reduce memory consumed by QQmlEngine instancesLars Knoll2013-11-193-29/+112
* Fix compilation on QNXFabian Bumberger2013-11-191-1/+1
* V4: remove failing assert and fix code.Erik Verbruggen2013-11-191-3/+3
* Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-195-4/+12
* V4 SSA: speed up dominator calculations.Erik Verbruggen2013-11-181-63/+137
* Fix compiler warnings with mingw64.Erik Verbruggen2013-11-183-27/+30
* Fix small bug in array sortingLars Knoll2013-11-181-3/+3
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-184-0/+26
* Fix interaction between head room and appending in arraysLars Knoll2013-11-183-7/+7
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-186-3/+93
* Fix === operator for value typesLars Knoll2013-11-152-3/+6
* Don't crash when trying to assign to null.propLars Knoll2013-11-151-0/+2
* V4 debugging: fix step-over and step-out.Erik Verbruggen2013-11-144-37/+54
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-143-0/+14
* Fix native compilation on linux/arm with gcc 4.7.2Erik Verbruggen2013-11-131-1/+1
* Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614Alan Alpert2013-11-1310-10/+13
* Polish up QQmlFileSelectorAlan Alpert2013-11-134-13/+84
* Fix warnings about deprecated string conversions in V4-debugservice.Friedemann Kleint2013-11-131-3/+3
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-1217-155/+65
* Fix out of bounds array index in the generated JIT codeLars Knoll2013-11-121-3/+5
* V4 IR: change basic-block cleanup to remove unreachable cycles too.Erik Verbruggen2013-11-121-22/+57
* Fix Object::getArrayHeadRoom()Lars Knoll2013-11-121-0/+1
* Remove unused _info on non-debug buildsShawn Rutledge2013-11-121-0/+7
* V4 JIT: fix invalid sanity assert.Erik Verbruggen2013-11-121-2/+22
* V4 IR: scan arguments when entering function scope in QML.Erik Verbruggen2013-11-122-1/+8
* V4: fix loop block marking for initializer blocks.Erik Verbruggen2013-11-121-4/+4
* V4 interpreter: remove stack-slot allocator.Erik Verbruggen2013-11-124-161/+70
* Intercept qmldir files with the url interceptorAlan Alpert2013-11-111-7/+20
* Debugging with V4Erik Verbruggen2013-11-1011-374/+1836
* Add a new variant of qmlRegisterSingletonType for QML singletons.Antti Piira2013-11-092-1/+68
* For x86 builds, try to detect SSE2 availability early and bail outSimon Hausmann2013-11-091-0/+7
* Remove stray warn_off in pri fileLars Knoll2013-11-091-2/+0
* Fix a few more compiler warnings in release buildsLars Knoll2013-11-093-14/+7
* Remove debug outputEskil Abrahamsen Blomfeldt2013-11-091-1/+0
* Move Primitive::emptyValue() to qv4value_def_p.h.Friedemann Kleint2013-11-092-9/+8
* Initialize variableLars Knoll2013-11-091-0/+1
* Simplify & speed up function callingLars Knoll2013-11-0957-735/+733
* Generalize check for localtime_rKai Koehne2013-11-081-6/+6
* Initialize variables before using them.Sérgio Martins2013-11-061-0/+2