platform/upstream/qtdeclarative.git
2013-10-11 Lars KnollRemove usage of String pointers where not required
2013-10-11 Lars KnollMark strings stored in the lookups
2013-10-11 Lars KnollRemove more direct usages of Managed pointers
2013-10-11 Lars KnollSmall optimisation for bit shift operations
2013-10-10 Simon HausmannFix build on iOS
2013-10-10 Simon HausmannAdd support for showing disassembled ARM JIT code
2013-10-10 Martin Smithqdoc: Added excludedirs to qtquickdialogs.qdocconf
2013-10-10 Erik VerbruggenV4 runtime: add some more counters.
2013-10-10 Erik VerbruggenV4 JIT: ISel for bitwise or/xor.
2013-10-10 Erik VerbruggenV4 JIT: generate some strict (not) equal conditions
2013-10-10 Erik VerbruggenV4 JIT: do not generate inline fall-back code for strin...
2013-10-10 Erik VerbruggenV4: Remove more jumps.
2013-10-09 Kai KoehneUse common prefix for environment variable
2013-10-08 Gunnar SlettaBe explicit about precision specifiers.
2013-10-08 Gunnar SlettaAll matrices in a batch need to be 2D safe when merging.
2013-10-08 Gunnar SlettaSeveral smaller fixes to Animators.
2013-10-08 Robin BurchellDelay calculation of offline storage path as long as...
2013-10-07 J-P NurmiFix qquickframebufferobject.h syncqt warning
2013-10-07 Thiago MacieiraQStringRef has toInt(), so no need to create a new...
2013-10-05 Friedemann... Reshuffle inlined functions to fix MinGW-warnings.
2013-10-04 Michael BrasserFix regression in pressDelay behavior.
2013-10-04 Gunnar SlettaRespect DirtyForceUpdate in QSGBatchRenderer.
2013-10-04 Erik VerbruggenV4 JIT: enable register allocator for linux/x86.
2013-10-04 Erik VerbruggenV4 JIT: fix visitRet for 32-bit architectures.
2013-10-04 Petr NejedlySignal no region descriptors follow the ETH table.
2013-10-03 Gunnar SlettaMake sure to markDirty the node from UniformAnimator.
2013-10-03 Gunnar SlettaMake sure we apply the last transformation step.
2013-10-03 Gunnar SlettaMake transform and opacity animators work when layer...
2013-10-03 Gabriel de... Remane private QQuickAction into QQuickStateAction
2013-10-03 Jan Arve SaetherDon't print garbage or crash when using console.log
2013-10-03 Shawn RutledgeA dynamically-created Window can have a parent Item...
2013-10-03 Shawn RutledgeA dynamically created Window can have a parent Window
2013-10-03 Gunnar SlettaInvalidate the bounding rects when the roots change.
2013-10-03 Gunnar SlettaRespect Qt.vector2d as input to ShaderEffect uniforms.
2013-10-03 Gunnar SlettaMark DirtySubtreeBlocked correctly from OpacityNode
2013-10-03 Gunnar SlettaAnimator overview docs and example.
2013-10-03 Gunnar SlettaSeparate and fix 8/24-bit text mask materials.
2013-10-03 Gunnar SlettaRemove QSGContext's precompilation step.
2013-10-03 Gunnar SlettaEnable profiling of materials and atlas textures
2013-10-03 Petr NejedlyGet lookups working (somehow) on ARM
2013-10-03 Simon HausmannTemporarily disable libunwind exception throwing on Mac
2013-10-03 Simon HausmannFix backtrace generation on Android/ARM/QNX
2013-10-03 Simon HausmannCleanup exception handling
2013-10-03 Simon HausmannChange v4 exceptions to use the common C++ ABIs foreign...
2013-10-03 Friedemann... Fix warnings in tst_qquickaccessible.
2013-10-03 Friedemann... Forward-declare QV4::String in qqmlmetatype_p.h.
2013-10-03 Friedemann... Fix warnings in tst_qquickaccessible.
2013-10-03 Friedemann... Forward-declare QV4::String in qqmlmetatype_p.h.
2013-10-03 Gunnar SlettaMark DirtySubtreeBlocked correctly from OpacityNode
2013-10-03 Friedemann... Forward-declare QV4::String in qqmlmetatype_p.h.
2013-10-03 Gunnar SlettaMark DirtySubtreeBlocked correctly from OpacityNode
2013-10-03 Gunnar SlettaRespect Qt.vector2d as input to ShaderEffect uniforms.
2013-10-03 Lars KnollUse a QVector instead of a QList
2013-10-03 Erik VerbruggenV4 JIT: implement convertUInt32ToDouble on ARMv7.
2013-10-03 Erik VerbruggenV4 IR: fix dead-code elimination.
2013-10-03 Erik VerbruggenV4: invert conditions when the true block follows the...
2013-10-02 Simon HausmannChange exception handling API
2013-10-02 Lars KnollCleanup API of Safe<T>
2013-10-02 Lars KnollUse SafeValue instead of Value in ScopedValue methods
2013-10-02 Lars KnollRemove some more uses of QV4::Value
2013-10-02 Lars KnollRemove more uses of Value
2013-10-02 Lars KnollFix ObjectIterator API to be GC safe
2013-10-02 Lars KnollDon't create a ValueRef to a temporary
2013-10-02 Albert Astals CidAlways call callCompleted in QQmlDataBlob::tryDone
2013-10-02 Erik VerbruggenV4 IR: fix type inference.
2013-10-02 Tor Arne VestbøDon't delete scene-graph atlas manager if it hasn't...
2013-10-02 Gunnar SlettaStabilize tst_qqmlprofilerservice
2013-10-02 Martin Smithqdoc: no longer recognizes the version nr in QML refs
2013-10-01 Chris AdamsAdd fine-grained QML / QtQuick performance benchmarks
2013-10-01 Laszlo AgocsFix compilation on Android with 4.8 toolchain
2013-10-01 J-P NurmiV4: fix ArrayPrototype::method_isArray() build break
2013-09-30 Andrew den... Fix PathView stealing mouse grab from its child items.
2013-09-30 Simon HausmannFix invalid alias error reporting in new compiler
2013-09-30 Simon HausmannImprove error location reporting for invalid aliases...
2013-09-30 Simon HausmannFix error message for group property definitions on...
2013-09-30 Simon HausmannImprove component boundary detect in new compiler
2013-09-30 Simon HausmannFix error messages when assigning to non-existent prope...
2013-09-30 Simon HausmannFix line/column in import related error messages with...
2013-09-30 Simon HausmannFix composite type registration in the new compiler
2013-09-30 Simon HausmannFix JS script imports with namespaces
2013-09-30 Simon HausmannFix support for JS imports in QML files in the new...
2013-09-30 Simon HausmannCompile imported scripts in the loader thread
2013-09-30 Erik VerbruggenV4 IR: do type inference/propagation before optimization.
2013-09-30 Erik VerbruggenV4: remove inplace operations
2013-09-30 Erik VerbruggenV4: changed environment variable SHOW_CODE.
2013-09-30 Gunnar SlettaFix license headers of QtQuick sources.
2013-09-30 Gunnar SlettaRemove debug output from tst_qqmlprofilerservice.
2013-09-30 Lars KnollRemove some uses of raw Object pointers
2013-09-30 Lars Knollremove more uses of QV4::Value
2013-09-30 Lars KnollRemove most uses of Value from qml/qml
2013-09-30 Lars KnollRemove some more QV4::Value usages
2013-09-30 Lars KnollRemove more occurrences of QV4::Value
2013-09-29 Gunnar SlettaFix colorization of native rendered text...
2013-09-28 Erik VerbruggenV4 regalloc: fix the case where too few regs are available.
2013-09-28 Erik VerbruggenV4 JIT: optimize constant-to-register loading.
2013-09-28 Erik VerbruggenV4 JIT: optimize mem2mem copies.
2013-09-28 Lars KnollStabilize and speed up test
2013-09-28 Gunnar SlettaFix crash in tst_qmltest with the new animators.
2013-09-28 Friedemann... qmlimportscanner: Fix braces.
2013-09-28 Friedemann... qmlimportscanner: Use iostream for output consistently.
next