aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Reshuffle inlined functions to fix MinGW-warnings.Friedemann Kleint2013-10-052-58/+58
* Fix regression in pressDelay behavior.Michael Brasser2013-10-041-9/+0
* Respect DirtyForceUpdate in QSGBatchRenderer.Gunnar Sletta2013-10-041-1/+9
* V4 JIT: enable register allocator for linux/x86.Erik Verbruggen2013-10-041-1/+7
* V4 JIT: fix visitRet for 32-bit architectures.Erik Verbruggen2013-10-041-10/+43
* Signal no region descriptors follow the ETH table.Petr Nejedly2013-10-041-1/+2
* Make sure to markDirty the node from UniformAnimator.Gunnar Sletta2013-10-031-0/+4
* Make sure we apply the last transformation step.Gunnar Sletta2013-10-031-7/+6
* Make transform and opacity animators work when layer.enabled: trueGunnar Sletta2013-10-032-0/+15
* Remane private QQuickAction into QQuickStateActionGabriel de Dietrich2013-10-0316-130/+130
* Don't print garbage or crash when using console.logJan Arve Saether2013-10-031-8/+17
* A dynamically-created Window can have a parent Item and vice-versaShawn Rutledge2013-10-031-8/+28
* A dynamically created Window can have a parent WindowShawn Rutledge2013-10-031-9/+17
* Invalidate the bounding rects when the roots change.Gunnar Sletta2013-10-031-1/+3
* Animator overview docs and example.Gunnar Sletta2013-10-031-0/+19
* Separate and fix 8/24-bit text mask materials.Gunnar Sletta2013-10-033-119/+189
* Remove QSGContext's precompilation step.Gunnar Sletta2013-10-032-77/+0
* Enable profiling of materials and atlas texturesGunnar Sletta2013-10-032-8/+60
* Get lookups working (somehow) on ARMPetr Nejedly2013-10-031-1/+7
* Temporarily disable libunwind exception throwing on MacSimon Hausmann2013-10-032-3/+3
* Fix backtrace generation on Android/ARM/QNXSimon Hausmann2013-10-031-5/+37
* Cleanup exception handlingSimon Hausmann2013-10-0319-234/+97
* Change v4 exceptions to use the common C++ ABIs foreign exceptionsSimon Hausmann2013-10-035-65/+56
* Forward-declare QV4::String in qqmlmetatype_p.h.Friedemann Kleint2013-10-031-2/+2
* Mark DirtySubtreeBlocked correctly from OpacityNodeGunnar Sletta2013-10-031-2/+2
* Respect Qt.vector2d as input to ShaderEffect uniforms.Gunnar Sletta2013-10-031-0/+3
* Use a QVector instead of a QListLars Knoll2013-10-035-15/+20
* V4 JIT: implement convertUInt32ToDouble on ARMv7.Erik Verbruggen2013-10-034-22/+12
* V4 IR: fix dead-code elimination.Erik Verbruggen2013-10-031-93/+109
* 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