aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-2870-404/+414
* 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-265-51/+83
* QSGRenderLoop: don't dereference gl pointer if it has been deletedDmitry Shachnev2013-09-261-1/+2
* Support looping for "uncontrolled animations".Gunnar Sletta2013-09-267-30/+102
* Convert more methods in QV8EngineLars Knoll2013-09-265-47/+62
* Move more API over to use ValueRefLars Knoll2013-09-2619-196/+201
* 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-2646-317/+413
* Cleanups in qv4stringobjectLars Knoll2013-09-261-66/+49
* Fix WinCE build.v5.2.0-alpha1Sérgio Martins2013-09-251-1/+1
* Import QtQml instead of QtQuick now that Locale is available there.Mitch Curtis2013-09-251-1/+1
* Doc: Fix documentation of qmlProtectModuleTopi Reinio2013-09-251-3/+5
* Avoid out-of-bounds read.Gunnar Sletta2013-09-251-1/+1
* Initialize variableGunnar Sletta2013-09-251-1/+1
* Convenience class for FBO rendering in Qt QuickGunnar Sletta2013-09-254-12/+506
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-2556-113/+113
* Doc: Made \since commands in src/qml consistent.Jerome Pasion2013-09-253-6/+6
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-2519-66/+66
* Doc: Made \since command in Dialog QML types consistent.Jerome Pasion2013-09-253-3/+3
* wince: Build fix, NtCurrentTeb() is not available in this platform.Sérgio Martins2013-09-251-0/+65
* Fix Component.onCompleted emission and bindings for composite typesSimon Hausmann2013-09-251-0/+3
* Fix lookup scopes into the context objectSimon Hausmann2013-09-251-0/+2
* Fix component boundary detectionSimon Hausmann2013-09-252-1/+5
* Fix bug in assigning to self-declared properties in child object literalsSimon Hausmann2013-09-251-3/+2
* Fix assigning composite type object literals to object propertiesSimon Hausmann2013-09-251-1/+3
* Fix bindings on properties in grouped value type propertiesSimon Hausmann2013-09-252-12/+36
* Fix setting the id property when also present in the type itselfSimon Hausmann2013-09-251-0/+14
* Fix warnings about includes.Friedemann Kleint2013-09-252-2/+2
* V4 SSA: cleanup: rename single letter variables.Erik Verbruggen2013-09-251-40/+40
* V4 SSA: change life-time interval coverage calculation.Erik Verbruggen2013-09-251-1/+9
* V4: enable register allocator on linux and macos on x86_64.Erik Verbruggen2013-09-251-1/+1
* V4 regalloc: fix intersection calculation.Erik Verbruggen2013-09-251-7/+10
* V4: fix move mappingErik Verbruggen2013-09-253-7/+9
* V4 JIT: fixes after NaN boxing changes.Erik Verbruggen2013-09-252-36/+44
* V4: re-enable SSA transformation and optimization.Erik Verbruggen2013-09-252-2/+2
* V4 JIT: generate code for unary not operator.Erik Verbruggen2013-09-252-1/+17
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-221-2/+7
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-211-2/+7
| |\