aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Protect a few constructors against self destructionLars Knoll2013-10-112-1/+6
* Smaller cleanupsLars Knoll2013-10-1113-43/+57
* Remove usage of String pointers where not requiredLars Knoll2013-10-113-10/+18
* Mark strings stored in the lookupsLars Knoll2013-10-111-0/+2
* Remove more direct usages of Managed pointersLars Knoll2013-10-115-40/+44
* Small optimisation for bit shift operationsLars Knoll2013-10-112-6/+6
* Fix build on iOSSimon Hausmann2013-10-111-2/+6
* Add support for showing disassembled ARM JIT codeSimon Hausmann2013-10-107-4/+2776
* qdoc: Added excludedirs to qtquickdialogs.qdocconfMartin Smith2013-10-101-0/+2
* V4 runtime: add some more counters.Erik Verbruggen2013-10-102-0/+21
* V4 JIT: ISel for bitwise or/xor.Erik Verbruggen2013-10-102-9/+63
* V4 JIT: generate some strict (not) equal conditionsErik Verbruggen2013-10-104-33/+194
* V4 JIT: do not generate inline fall-back code for strings types.Erik Verbruggen2013-10-101-1/+3
* V4: Remove more jumps.Erik Verbruggen2013-10-106-1/+55
* Use common prefix for environment variableKai Koehne2013-10-091-3/+3
* Be explicit about precision specifiers.Gunnar Sletta2013-10-081-1/+1
* All matrices in a batch need to be 2D safe when merging.Gunnar Sletta2013-10-082-3/+18
* Several smaller fixes to Animators.Gunnar Sletta2013-10-083-2/+23
* Delay calculation of offline storage path as long as is practically possible.Robin Burchell2013-10-081-6/+10
* Fix qquickframebufferobject.h syncqt warningJ-P Nurmi2013-10-071-1/+1
* QStringRef has toInt(), so no need to create a new QStringThiago Macieira2013-10-072-10/+6
* 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