aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclara...Lars Knoll2013-11-269-14/+55
|\
| * Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-269-14/+55
| |\
| | * 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
* | | Fix MSVC-64-warnings about truncation of integers.Friedemann Kleint2013-11-261-3/+4
* | | Fix MSVC-64-warning about shift word size.Friedemann Kleint2013-11-261-1/+1
|/ /
* | Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-2518-17/+174
* | IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-2517-73/+114
* | Cleanup, get rid of MemberOfQObject V4IR::Member specializationSimon Hausmann2013-11-255-33/+14
* | Speed up repeated context, scope and import script lookupsSimon Hausmann2013-11-254-9/+36
* | Improve type interference for QObject propertiesSimon Hausmann2013-11-2518-112/+192
* | Fix crash on QQmlEngine destruction.Robin Burchell2013-11-252-2/+2
* | Fix crash when assigning a null QObject or derived property as a ListView modelAndrew den Exter2013-11-241-3/+3
* | Saner and simpler way to handle line numbers for JITed codeLars Knoll2013-11-224-53/+11
* | Turn execution contexts into Managed objectsLars Knoll2013-11-229-62/+85
* | Add support for large items to the memory managerLars Knoll2013-11-221-2/+39
* | Speed up arguments objectLars Knoll2013-11-226-23/+110
* | Use lookups for create_property (ie. new foo.bar)Lars Knoll2013-11-226-7/+58
|/
* 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