platform/upstream/qtdeclarative.git
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
2014-12-26 Tasuku Suzukisupport XMLHttpRequest sync mode
2014-12-23 Simon HausmannPrepare method invocation in QObject bindings for gadge...
2014-12-23 Simon HausmannMove methodParameterTypes and methodReturnType helper...
2014-12-23 Simon HausmannReduce dependencies on QQmlValueType being a QObject
2014-12-23 Shawn RutledgePhotosurface example: scale and rotate the frame, not...
2014-12-23 Simon HausmannFurther value type wrapper cleanups
2014-12-23 Simon HausmannBegin cleaning up QQmlValueTypeWrapper
2014-12-23 Simon HausmannCleanup: Fix value type wrapper class name
2014-12-22 Michael BrasserFix QQmlProperty to work correctly with deeply nested...
2014-12-22 Simon HausmannInitial work on gadget support
2014-12-20 Nobuaki SukegawaAdd files generated by tests to gitignore
2014-12-20 Nobuaki SukegawaResolve type names inside guard property of SignalTrans...
2014-12-20 Lars KnollMake Managed inherit Value
2014-12-20 Lars KnollMake Property uses GC safe
2014-12-20 Lars KnollStore a heap object in the qmlextensions
2014-12-20 Lars KnollStore a pointer to a heap object in the context wrapper
2014-12-20 Lars KnollUse pointers to Heap object to avoid recursion
2014-12-20 Lars KnollUse Scoped values a bit more consistently
2014-12-20 Lars KnollReturn a Heap object from the getter()/setter() methods...
2014-12-20 Robin BurchellQQmlJS::Codegen: Short circuit in qmlErrors to avoid...
2014-12-20 Lars KnollFix crash when setting proto to 0
2014-12-20 Lars KnollFix JSON stringification to work with heap objects
2014-12-20 Lars KnollFix Context::getPropertyAndBase to use Heap based objects
2014-12-20 Lars KnollFix comparisons between Object pointers
2014-12-20 Lars KnollUse a Heap::FunctionObject to store the thrower function
2014-12-20 Lars KnollRemove most of the places where getPointer() is used
2014-12-20 Lars KnollFix wrong use of Scoped.getPointer()
2014-12-20 Lars KnollFix RegExpCache to store Heap Objects
2014-12-20 Lars KnollStore a Heap::EvalFunction pointer in the engine
2014-12-20 Lars KnollFix the way we set the property name during iteration
2014-12-19 Robin BurchellQQmlJS::Lexer::scanNumber: Use a QVarLengthArray to...
2014-12-19 Lars KnollReturn Heap::ExecutionContext for globalContext()
2014-12-19 Thiago MacieiraFix build: include <qdatastream.h> before using QDataStream
next