aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clean up renderer visualization a bit.Gunnar Sletta2015-01-123-22/+18
* QV4::String is not an ObjectLars Knoll2015-01-122-119/+2
* Get rid of Value::engine()Lars Knoll2015-01-1210-31/+25
* V4 JIT: ARM: move registers around.Erik Verbruggen2015-01-124-10/+8
* Disallow QQmlDebugServer::enable for QT_QML_NO_DEBUGGERUlf Hermann2015-01-121-0/+8
* Define vtable for CatchContextLars Knoll2015-01-121-0/+1
* Move extensible into the internal classLars Knoll2015-01-125-23/+32
* Fold the markBit into the internalClass pointerLars Knoll2015-01-126-32/+57
* Fold the inUse flag into the internalClass pointerLars Knoll2015-01-125-35/+46
* Move subType from Heap::Base into Heap::StringLars Knoll2015-01-123-4/+5
* Remove subtype usage in ErrorObjectLars Knoll2015-01-123-5/+7
* Remove the StringType_UInt subtypeLars Knoll2015-01-122-47/+17
* Get rid of subtype usage in Function objectsLars Knoll2015-01-124-10/+7
* Get rid of hasAccessorProperty in Heap::BaseLars Knoll2015-01-127-27/+15
* Get rid of the needsActivation flag in Heap::BaseLars Knoll2015-01-126-11/+4
* Get rid of the bindingKeyFlagLars Knoll2015-01-128-9/+14
* Start cleaning up flags in Heap::BaseLars Knoll2015-01-124-11/+7
* QML 3rdparty: revert unnecessary change.Erik Verbruggen2015-01-124-7/+8
* QV4: Use QVarLengthArray in cleanupBasicBlocks.Robin Burchell2015-01-101-2/+1
* Fix compiler warning about use of uninitialized variableLars Knoll2015-01-101-0/+1
* Add Window.width and Window.height attached propertiesJ-P Nurmi2015-01-093-0/+33
* Test: make mouse press, release, click and double click default to the center...Albert Astals Cid2015-01-091-7/+27
* QQuickGridMesh: Avoid a signal connection per mesh instance by just calling t...Robin Burchell2015-01-091-1/+1
* V4 JIT: Hoist QVector allocation out of a loop.Robin Burchell2015-01-091-1/+3
* QV4: Don't heap allocate blockNumbers.Robin Burchell2015-01-091-40/+32
* QML: Remove unused field from struct.Erik Verbruggen2015-01-092-4/+2
* QML: fix uninitialized variable use.Erik Verbruggen2015-01-091-0/+1
* Replace InternalClass transitions hash with a sorted vector.Robin Burchell2015-01-092-36/+47
* Remove QQmlTrace. We have a real profiler.Erik Verbruggen2015-01-096-457/+0
* Cleanup variant conversion codeLars Knoll2015-01-0921-166/+174
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-0923-779/+793
* This method is only used one place, so inline it thereLars Knoll2015-01-093-25/+16
* Make the remaining variant conversion methods staticLars Knoll2015-01-093-37/+38
* Remove most v8engine references in xhrLars Knoll2015-01-083-85/+50
* Remove v8engine from qmlcomponent and canvas2dLars Knoll2015-01-087-39/+30
* Remove v8engine dependency in localstorageLars Knoll2015-01-081-24/+16
* Remove v8engine dependency in the builtin functionsLars Knoll2015-01-081-4/+4
* Remove v8engine dependency from qqmllocaleLars Knoll2015-01-084-11/+8
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-089-69/+52
* Remove v8engine usage in the value type providerLars Knoll2015-01-086-24/+21
* Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-0810-287/+244
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-089-28/+25
* Get rid of QV8Engine::toStringLars Knoll2015-01-086-35/+14
* Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-084-15/+10
* 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-085-15/+15
* Make waitForRendering without item fail instead of crashAlbert Astals Cid2015-01-081-0/+2