aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-0814-326/+307
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-0810-29/+26
* Get rid of QV8Engine::toStringLars Knoll2015-01-087-36/+15
* Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-085-16/+11
* Get rid of more uses of QV8EngineLars Knoll2015-01-083-30/+35
* Reduce v8engine dependency for the list modelLars Knoll2015-01-086-66/+62
* Further reduce v8engine dependenciesLars Knoll2015-01-085-20/+16
* The property() calls in the proeprty cache only require a QJSEngine nowLars Knoll2015-01-083-8/+8
* Allow importing protected modules with different major versionsJ-P Nurmi2015-01-0810-15/+113
* Make waitForRendering without item fail instead of crashAlbert Astals Cid2015-01-081-0/+2
* QV4: Lower time spent in indirections and allocations.Robin Burchell2015-01-071-3/+4
* V4 IR: Change data type used in RemoveSharedExpressions pass.Robin Burchell2015-01-071-11/+14
* Fix property access and method invocation on value types that use inheritanceSimon Hausmann2015-01-076-6/+109
* Unify QQmlDirParser version parsing and error reportingJ-P Nurmi2015-01-074-60/+60
* Prevent windows outside the gui thread in rendercontrol exampleLaszlo Agocs2015-01-074-11/+15
* qmltime: Correct module name in error message.Robin Burchell2015-01-061-1/+1
* Fix the vertex ordering of merged triangle stripsJocelyn Turcotte2015-01-061-3/+14
* Reuse the memory we use for vertex uploads.Gunnar Sletta2015-01-062-11/+65
* Some minimal changes to make qmlpuppet compile againhjk2015-01-062-2/+4
* Remove bogus assert.Gunnar Sletta2015-01-051-2/+0
* Traverse children correctly when reparenting.Gunnar Sletta2015-01-051-1/+1
* Add propertyName to errorAlbert Astals Cid2015-01-053-3/+3
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-0331-104/+104
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-0315-25/+25
* Use QV4::ScopedContext typedef instead of actual typeOleg Shparber2015-01-024-12/+12
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-0218-32/+32
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-0211-22/+22
* Fix build: include <qdatastream.h> before using QDataStreamThiago Macieira2015-01-021-0/+1
* Remove unused variableLars Knoll2015-01-021-1/+0
* Add a direct accessor to retrieve the JS engine from the ExecutionEngineLars Knoll2015-01-023-1/+9
* Reduce v8engine dependency in the type wrapperLars Knoll2015-01-024-30/+22
* Reduce v8engine dependency in qv4includeLars Knoll2015-01-022-6/+5
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-0216-85/+69
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-0217-89/+71
* Do not cause SegFault when importing empty javascriptNobuaki Sukegawa2015-01-027-5/+27
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-0210-7/+161
* Remove v8engine dependency from qv4serialize.*Lars Knoll2015-01-013-29/+27
* Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-015-20/+16
* Remove unused enum valueLars Knoll2015-01-011-2/+1
* Fix constructions of QJSEngine objectsLars Knoll2015-01-011-2/+3
* Make QV4::Value::isNaN() inlineOleg Shparber2014-12-311-2/+2
* QV4::InternalClass: reserve space for transitions.Robin Burchell2014-12-311-0/+2
* Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-299-141/+161
* Prepare for QQmlPropertyCache to become available in QJSEngineSimon Hausmann2014-12-296-42/+32
* Fix build on MinGWKonstantin Ritt2014-12-282-1/+6
* Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-286-147/+138
* Make QV4::CallData::argument() method constantOleg Shparber2014-12-271-1/+1
* support XMLHttpRequest sync modeTasuku Suzuki2014-12-264-23/+72
* Prepare method invocation in QObject bindings for gadget supportSimon Hausmann2014-12-236-54/+118
* Move methodParameterTypes and methodReturnType helper functionsSimon Hausmann2014-12-234-151/+140