platform/upstream/qtdeclarative.git
2015-01-14 Holger Hans... Check for "c" being a nullptr in all places
2015-01-14 Holger Hans... Add null check for target as well
2015-01-14 Holger Hans... Remove side-effect in assert
2015-01-14 Gunnar SlettaNo need to include qsgbatchrenderer_p.h from qquickwind...
2015-01-13 Lars KnollMake sure we always have an engine when assigning to...
2015-01-13 Michael BrasserFix flick() with ListView.SnapToItem at bounds.
2015-01-13 Jocelyn TurcotteUse a list of lists for free chunks instead of merging...
2015-01-13 Jocelyn TurcotteFix a harmless valgrind warning in RegExpObject
2015-01-12 Simon HausmannImprove startup of bindings using QQuickScreen
2015-01-12 Pasi PetäjäjärviRename QML debug macro to Qt naming style
2015-01-12 Erik VerbruggenV4 IR: move the MemberResolver out of IR::Temp.
2015-01-12 Simon HausmannAdd ability to retrieve QJSEngine for a given QObject
2015-01-12 Gunnar SlettaClean up renderer visualization a bit.
2015-01-12 Lars KnollQV4::String is not an Object
2015-01-12 Lars KnollGet rid of Value::engine()
2015-01-12 Erik VerbruggenV4 JIT: ARM: move registers around.
2015-01-12 Ulf HermannDisallow QQmlDebugServer::enable for QT_QML_NO_DEBUGGER
2015-01-12 Lars KnollDefine vtable for CatchContext
2015-01-12 Lars KnollMove extensible into the internal class
2015-01-12 Lars KnollFold the markBit into the internalClass pointer
2015-01-12 Lars KnollFold the inUse flag into the internalClass pointer
2015-01-12 Lars KnollMove subType from Heap::Base into Heap::String
2015-01-12 Lars KnollRemove subtype usage in ErrorObject
2015-01-12 Lars KnollRemove the StringType_UInt subtype
2015-01-12 Lars KnollGet rid of subtype usage in Function objects
2015-01-12 Lars KnollGet rid of hasAccessorProperty in Heap::Base
2015-01-12 Lars KnollGet rid of the needsActivation flag in Heap::Base
2015-01-12 Lars KnollGet rid of the bindingKeyFlag
2015-01-12 Lars KnollStart cleaning up flags in Heap::Base
2015-01-12 Erik VerbruggenQML 3rdparty: revert unnecessary change.
2015-01-10 Robin BurchellQV4: Use QVarLengthArray in cleanupBasicBlocks.
2015-01-10 Lars KnollFix compiler warning about use of uninitialized variable
2015-01-09 J-P NurmiAdd Window.width and Window.height attached properties
2015-01-09 Albert Astals CidTest: make mouse press, release, click and double click...
2015-01-09 Robin BurchellQQuickGridMesh: Avoid a signal connection per mesh...
2015-01-09 Robin BurchellV4 JIT: Hoist QVector allocation out of a loop.
2015-01-09 Robin BurchellQV4: Don't heap allocate blockNumbers.
2015-01-09 Erik VerbruggenQML: Remove unused field from struct.
2015-01-09 Erik VerbruggenQML: fix uninitialized variable use.
2015-01-09 Robin BurchellReplace InternalClass transitions hash with a sorted...
2015-01-09 Lars KnollStabilize the drag related autotests for higher dpi...
2015-01-09 Erik VerbruggenRemove QQmlTrace. We have a real profiler.
2015-01-09 Lars KnollCleanup variant conversion code
2015-01-09 Lars KnollMove the variant conversion methods from qv8engine...
2015-01-09 Lars KnollThis method is only used one place, so inline it there
2015-01-09 Lars KnollMake the remaining variant conversion methods static
2015-01-08 Lars KnollRemove most v8engine references in xhr
2015-01-08 Lars KnollRemove v8engine from qmlcomponent and canvas2d
2015-01-08 Lars KnollRemove v8engine dependency in localstorage
2015-01-08 Lars KnollRemove v8engine dependency in the builtin functions
2015-01-08 Lars KnollRemove v8engine dependency from qqmllocale
2015-01-08 Lars KnollMove extension mechanism over to use the v4 engine
2015-01-08 Lars KnollRemove v8engine usage in the value type provider
2015-01-08 Simon HausmannClean up JS .import/.pragma directive scanning
2015-01-08 Lars KnollRemove qv8engine usage in the contextwrapper
2015-01-08 Lars KnollGet rid of QV8Engine::toString
2015-01-08 Lars KnollRemove v8engine pointer from QQmlV4Function
2015-01-08 Lars KnollGet rid of more uses of QV8Engine
2015-01-08 Lars KnollReduce v8engine dependency for the list model
2015-01-08 Lars KnollFurther reduce v8engine dependencies
2015-01-08 Lars KnollThe property() calls in the proeprty cache only require...
2015-01-08 J-P NurmiAllow importing protected modules with different major...
2015-01-08 Albert Astals CidMake waitForRendering without item fail instead of...
2015-01-07 Robin BurchellQV4: Lower time spent in indirections and allocations.
2015-01-07 Robin BurchellV4 IR: Change data type used in RemoveSharedExpressions...
2015-01-07 Simon HausmannFix property access and method invocation on value...
2015-01-07 J-P NurmiUnify QQmlDirParser version parsing and error reporting
2015-01-07 Laszlo AgocsPrevent windows outside the gui thread in rendercontrol...
2015-01-06 Robin Burchellqmltime: Correct module name in error message.
2015-01-06 Jocelyn TurcotteFix the vertex ordering of merged triangle strips
2015-01-06 Gunnar SlettaReuse the memory we use for vertex uploads.
2015-01-06 hjkSome minimal changes to make qmlpuppet compile again
2015-01-05 Gunnar SlettaRemove bogus assert.
2015-01-05 Gunnar SlettaTraverse children correctly when reparenting.
2015-01-05 Albert Astals CidAdd propertyName to error
2015-01-03 Oleg ShparberUse QV4::ScopedObject typedef instead of actual type
2015-01-03 Oleg ShparberUse QV4::ScopedArrayObject typedef instead of actual...
2015-01-02 Oleg ShparberUse QV4::ScopedContext typedef instead of actual type
2015-01-02 Oleg ShparberUse QV4::ScopedFunctionObject typedef instead of actual...
2015-01-02 Oleg ShparberUse QV4::ScopedString typedef instead of actual type
2015-01-02 Thiago MacieiraFix build: include <qdatastream.h> before using QDataStream
2015-01-02 Lars KnollRemove unused variable
2015-01-02 Lars KnollAdd a direct accessor to retrieve the JS engine from...
2015-01-02 Lars KnollReduce v8engine dependency in the type wrapper
2015-01-02 Lars KnollReduce v8engine dependency in qv4include
2015-01-02 Lars KnollRemove v8engine dependency in fromVariant conversions
2015-01-02 Lars KnollRemove v8engine dependency in toVariant conversions
2015-01-02 Nobuaki SukegawaDo not cause SegFault when importing empty javascript
2015-01-02 Simon HausmannEnable gadget wrapping for custom value types
2015-01-01 Lars KnollRemove v8engine dependency from qv4serialize.*
2015-01-01 Lars KnollDon't store a v8engine pointer in qqmllistwrapper
2015-01-01 Lars KnollRemove unused enum value
2015-01-01 Lars KnollFix constructions of QJSEngine objects
2014-12-31 Oleg ShparberMake QV4::Value::isNaN() inline
2014-12-31 Robin BurchellQV4::InternalClass: reserve space for transitions.
2014-12-29 Simon HausmannMake QQmlPropertyCache available in QJSEngine
2014-12-29 Simon HausmannPrepare for QQmlPropertyCache to become available in...
2014-12-28 Konstantin... Fix build on MinGW
2014-12-28 Simon HausmannRemoved usage of QQmlValueType in QQmlValueTypeWrapper
2014-12-27 Oleg ShparberMake QV4::CallData::argument() method constant
next