platform/upstream/qtdeclarative.git
2013-10-15 Lars KnollFix GC issues with usage of raw RegExp pointers
2013-10-15 Lars KnollRemove debug output
2013-10-15 Lars KnollRemove duplicated forward declaration
2013-10-15 Tor Arne VestbøDon't use constructor function to initialize providers
2013-10-15 Jerome PasionDoc: Renamed links to "QML Applications".
2013-10-15 Lars KnollMake QQmlIncubatorPrivate refcounted
2013-10-15 Lars KnollMake sure the incubated object survives the statusChang...
2013-10-15 Mitch CurtisFix MSVC2010 warnings.
2013-10-15 Shawn RutledgeQtQuick.Dialogs: on single-window platforms, don't...
2013-10-15 Lars KnollFix some more issues with exact GC
2013-10-15 Lars KnollFix GC issue with incubators
2013-10-14 Lars Knollinline get_element calls
2013-10-14 Lars KnollAvoid creating array attributes if possible
2013-10-14 Lars KnollFix performance regression introduced by 6adb06
2013-10-14 Lars KnollFix a small bug in conversion to SInt32
2013-10-14 Mitch CurtisTouch up QJSEngine::evaluate documentation.
2013-10-14 Erik VerbruggenV4 JIT: fix stack size calculation on 32bit.
2013-10-14 Erik VerbruggenV4 disasm: fix sub sp,sp,imm
2013-10-14 Giulio CamuffoDon't leave a window current when removing it
2013-10-14 Morten Johan... Fix the QML import search.
2013-10-14 Morten Johan... Make qmlimportscanner report plugin classnames.
2013-10-14 Morten Johan... Add classnames for QML import plugins.
2013-10-12 Lars KnollImplement >>> inline for the JIT backend
2013-10-12 Erik VerbruggenV4 JIT: fix register allocator after change to s/uint32...
2013-10-12 Erik VerbruggenV4 JIT: clean-up conversion functions and add toUInt32.
2013-10-12 Erik VerbruggenV4 ARM: fix disassembler vmov
2013-10-12 Lars KnollRemove some unused flags from Managed
2013-10-11 Simon HausmannCompile signal handler expressions in the loader thread
2013-10-11 Simon HausmannCompile JS functions as part of the QQmlCompiler run...
2013-10-11 Simon HausmannCompile binding expressions in the QQmlCompiler
2013-10-11 Simon HausmannFix failing assertion (index != -1) when trying to...
2013-10-11 Simon HausmannFix determination of lookup mode in V4 code generator
2013-10-11 Simon HausmannFix crash in duplicate labelled statement check
2013-10-11 Lars KnollFix possible crashes
2013-10-11 Jan Arve SaetherCorrect a small typo to QtQuick::Grid::horizontalItemAl...
2013-10-11 Eskil Abrahamsen... Android: Skip tools built for target architecture
2013-10-11 Lars KnollCorrectly set the vtbl for Boolean and NumberObject
2013-10-11 Lars KnollFix the remaining objects against self destruction
2013-10-11 Lars KnollOptimise code generation for convertTypeToSInt32
2013-10-11 Simon HausmannFix build on Android with -developer-build
2013-10-11 Richard Moe... Support statically linked module plugins
2013-10-11 Gunnar SlettaFix and re-enable constantUpdateOnWindow test.
2013-10-11 Gunnar SlettaUnskip test which now passes.
2013-10-11 Lars KnollProtect a few constructors against self destruction
2013-10-11 Lars KnollSmaller cleanups
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.
next