aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-1914-86/+120
* Fix build: include <qdatastream.h> before using QDataStreamThiago Macieira2014-12-191-0/+1
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-1919-137/+160
* Cleanup code that modifies the JS stackLars Knoll2014-12-195-31/+35
* Fix GC crash with conditional breakpoints and JS consoleSimon Hausmann2014-12-191-4/+6
* Mark JS freed parts of the JS stack as undefined in valgrindLars Knoll2014-12-192-2/+17
* Fix valgrind support in the memory managerLars Knoll2014-12-191-2/+11
* Make ExecutionContextSaver GC safeLars Knoll2014-12-196-27/+35
* Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-1911-255/+240
* Allow batching ShaderEffects without atlas samplersJocelyn Turcotte2014-12-183-25/+35
* Revert parts of "Fix the V4 valgrind integration"Jocelyn Turcotte2014-12-181-7/+7
* Fix handling of enum values encapsulated in QVariantTobias Koenig2014-12-181-0/+2
* Add -plugins argument to qmltestrunner to specify plugins search pathAlain Martin2014-12-171-0/+7
* Return a Heap::Object in Object::prototype()Lars Knoll2014-12-1714-145/+142
* Update scenegraph docs regarding threaded render loop usageLaszlo Agocs2014-12-171-8/+10
* Simple cache of url for QQmlCompiledDataRobin Burchell2014-12-172-1/+6
* Allow batching of GL_LINES and GL_POINTS geometryUlf Hermann2014-12-161-1/+2
* fix the build with -no-qml-debugShawn Rutledge2014-12-131-1/+0
* Simplify QFont value type wrapper in preparation for gadgetsSimon Hausmann2014-12-132-21/+3
* Read and write QObject pointer properties in QML without registration.Mitch Curtis2014-12-131-1/+23
* Simplify calling methods on value typesSimon Hausmann2014-12-132-7/+7
* Document behavior of JavaScript Date with negative yearsUlf Hermann2014-12-121-0/+19
* Fix QQmlPropertyCache population with gadgetsSimon Hausmann2014-12-122-3/+9
* Revert "Properly handle negative years when printing JS Dates to strings."Ulf Hermann2014-12-121-7/+1
* Support threading with QQuickRenderControlLaszlo Agocs2014-12-122-1/+17
* Fix the V4 valgrind integrationJocelyn Turcotte2014-12-121-8/+14
* Default to threaded when using opengl32Laszlo Agocs2014-12-121-1/+6
* Remove QML bundle codeSimon Hausmann2014-12-128-896/+41
* Add default parameter value for ExecutionEngine::newString()Oleg Shparber2014-12-125-9/+9
* Add default parameter value for ScopedCallData()Oleg Shparber2014-12-128-8/+8
* Release the VM of unused heap chunksJocelyn Turcotte2014-12-112-45/+98
* Move prototype back from the vtable into ObjectLars Knoll2014-12-1135-327/+309
* Better encapsulate access to the global objectLars Knoll2014-12-1118-80/+80
* Encapsulate accesses to the root contextLars Knoll2014-12-1114-65/+66
* Fix Object::arrayData() accessor to return a heap objectLars Knoll2014-12-117-50/+52
* Get rid of a not required reinterpret_castLars Knoll2014-12-111-1/+1
* Cleanup header inclusion orderLars Knoll2014-12-113-80/+77
* Remove arrayData() calls from qv4object.cppLars Knoll2014-12-102-28/+31
* Changed value type property index encodingSimon Hausmann2014-12-107-32/+36
* Fix arrayData accesses in qv4lookup.cppLars Knoll2014-12-101-12/+12
* Remove non required arrayData() accesses from qv4arrayobject.cppLars Knoll2014-12-101-7/+7
* Move readonly accessors into Heap::ArrayDataLars Knoll2014-12-102-56/+69
* Move function definition where it belongsLars Knoll2014-12-092-5/+5
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-0998-830/+1033
|\
| * Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-0915-35/+305
| |\
| | * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-0515-35/+305
| | |\
| | | * QQmlInspectorService: handle views only with supported plugins.v5.4.0Ulf Hermann2014-12-051-0/+1
| | | * qttest: make findChild available only for QtTest 1.1Fawzi Mohamed2014-12-056-12/+14
| | | * Update plugins.qmltypesKai Koehne2014-12-057-16/+278
| | | * Add string::arg method in installTranslatorFunctionsKai Koehne2014-12-051-0/+6