aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-30247-247/+247
* Remove debug output from tst_qqmlprofilerservice.Gunnar Sletta2013-09-301-2/+0
* Remove some uses of raw Object pointersLars Knoll2013-09-3012-79/+82
* remove more uses of QV4::ValueLars Knoll2013-09-3010-101/+99
* 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
* Stabilize and speed up testLars Knoll2013-09-285-45/+55
* Fix crash in tst_qmltest with the new animators.Gunnar Sletta2013-09-281-5/+14
* qmlimportscanner: Fix braces.Friedemann Kleint2013-09-281-10/+17
* qmlimportscanner: Use iostream for output consistently.Friedemann Kleint2013-09-281-11/+7
* qmlimportcanner: Compile with QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII.Friedemann Kleint2013-09-282-31/+33
* Mark qmltest as insignificant to get CI to pass againLars Knoll2013-09-281-0/+2
* Try to stabilize the multipleTransitions testLars Knoll2013-09-282-0/+3
* Fix compilation of the auto testLars Knoll2013-09-281-3/+7
* 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
* Make API of QV4::JsonObject GC cleanLars Knoll2013-09-284-26/+36
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-2872-472/+482
* Use SafeValue in more placesLars Knoll2013-09-286-30/+30
* Clean up QV4::ExecutionContextLars Knoll2013-09-286-33/+5
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-2834-1086/+1123
* Doc: Updated imports, \qmlmodule, and \inqmlmodule versions in src/qml.Jerome Pasion2013-09-2711-15/+15
* Update after changes to QTestResult API in qtbaseTor Arne Vestbø2013-09-271-1/+1
* Allow animators to work properly with multiple windowsGunnar Sletta2013-09-2624-107/+268
* QSGRenderLoop: don't dereference gl pointer if it has been deletedDmitry Shachnev2013-09-261-1/+2
* Support looping for "uncontrolled animations".Gunnar Sletta2013-09-269-30/+191
* Skip two tests that don't work reliably with a conservative GCLars Knoll2013-09-261-0/+4
* Convert more methods in QV8EngineLars Knoll2013-09-265-47/+62
* Move more API over to use ValueRefLars Knoll2013-09-2620-202/+207
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-268-36/+44
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-2614-164/+201
* Fix API of QQmlV4HandleLars Knoll2013-09-2618-63/+67
* Fix Persistent/WeakValue APILars Knoll2013-09-2648-327/+425
* Cleanups in qv4stringobjectLars Knoll2013-09-261-66/+49
* Fix WinCE build.v5.2.0-alpha1Sérgio Martins2013-09-252-2/+2
* qmlimportscanner: Print usage when no arguments are passed.Friedemann Kleint2013-09-251-1/+1