aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* V4: invert conditions when the true block follows the test.Erik Verbruggen2013-10-037-24/+52
* Change exception handling APISimon Hausmann2013-10-0238-280/+245
* Cleanup API of Safe<T>Lars Knoll2013-10-0215-37/+62
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-0219-71/+69
* Remove some more uses of QV4::ValueLars Knoll2013-10-0210-41/+44
* Remove more uses of ValueLars Knoll2013-10-0227-116/+118
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-0229-160/+250
* Don't create a ValueRef to a temporaryLars Knoll2013-10-021-3/+4
* Always call callCompleted in QQmlDataBlob::tryDoneAlbert Astals Cid2013-10-021-4/+2
* V4 IR: fix type inference.Erik Verbruggen2013-10-021-0/+8
* Don't delete scene-graph atlas manager if it hasn't been created yetTor Arne Vestbø2013-10-021-2/+4
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-02101-1467/+1467
* Fix compilation on Android with 4.8 toolchainLaszlo Agocs2013-10-015-10/+17
* V4: fix ArrayPrototype::method_isArray() build breakJ-P Nurmi2013-10-011-1/+1
* Fix PathView stealing mouse grab from its child items.Andrew den Exter2013-10-011-11/+22
* Fix invalid alias error reporting in new compilerSimon Hausmann2013-09-304-14/+68
* Improve error location reporting for invalid aliases in old VMESimon Hausmann2013-09-301-1/+1
* Fix error message for group property definitions on signals in new compilerSimon Hausmann2013-09-301-3/+4
* Improve component boundary detect in new compilerSimon Hausmann2013-09-301-3/+4
* Fix error messages when assigning to non-existent properties in new compilerSimon Hausmann2013-09-305-8/+115
* Fix line/column in import related error messages with the new compilerSimon Hausmann2013-09-301-2/+2
* Fix composite type registration in the new compilerSimon Hausmann2013-09-303-2/+18
* Fix JS script imports with namespacesSimon Hausmann2013-09-301-0/+4
* Fix support for JS imports in QML files in the new compilerSimon Hausmann2013-09-305-108/+144
* Compile imported scripts in the loader threadSimon Hausmann2013-09-307-39/+133
* V4 IR: do type inference/propagation before optimization.Erik Verbruggen2013-09-301-40/+90
* V4: remove inplace operationsErik Verbruggen2013-09-3017-654/+86
* V4: changed environment variable SHOW_CODE.Erik Verbruggen2013-09-303-3/+3
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-30247-247/+247
* Remove some uses of raw Object pointersLars Knoll2013-09-3012-79/+82
* remove more uses of QV4::ValueLars Knoll2013-09-308-84/+84
* Remove most uses of Value from qml/qmlLars Knoll2013-09-3021-136/+153
* Remove some more QV4::Value usagesLars Knoll2013-09-306-39/+44
* Remove more occurrences of QV4::ValueLars Knoll2013-09-3020-176/+201
* Fix colorization of native rendered text...Gunnar Sletta2013-09-291-26/+43
* V4 regalloc: fix the case where too few regs are available.Erik Verbruggen2013-09-282-6/+16
* V4 JIT: optimize constant-to-register loading.Erik Verbruggen2013-09-281-3/+6
* V4 JIT: optimize mem2mem copies.Erik Verbruggen2013-09-282-4/+22
* Fix crash in tst_qmltest with the new animators.Gunnar Sletta2013-09-281-5/+14
* Fix a few more uses of ValueLars Knoll2013-09-283-70/+81
* Remove some uses of ValueLars Knoll2013-09-281-15/+16
* Optimize storeReturnValue for double argumentsLars Knoll2013-09-281-0/+6
* Fix API for Object::define*PropertyLars Knoll2013-09-2832-132/+157
* Less QV4::Value usageLars Knoll2013-09-285-89/+110
* Fix API for evalCall()Lars Knoll2013-09-283-9/+9
* Remove Value::fromString()Lars Knoll2013-09-2823-126/+141
* Fix Value usage in ErrorObjectsLars Knoll2013-09-2811-60/+107
* Remove more direct QV4::Value usageLars Knoll2013-09-2840-145/+162
* Make Encode not inherit from ValueLars Knoll2013-09-283-18/+20
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-2815-41/+42