platform/upstream/qtdeclarative.git
2015-01-20 Gabriel de... Models: Remove QModelIndex metatype re-declaration
2015-01-20 Gabriel de... QQmlValueTypeWrapper: Use QVariant to QString conversio...
2015-01-20 Jørgen LindSend hover events also to QQuickItem::childMouseEventFilter
2015-01-20 Lars KnollMove vtable out of internalClass
2015-01-20 Lars KnollRemove not required std::vector::reserve() calls
2015-01-20 Robin BurchellFix a bug in removeMember causing a duplicate transitio...
2015-01-20 Robin BurchellQV4::InternalClass: Fix a memory leak.
2015-01-17 J-P NurmiExpose QStyleHints as Qt.styleHints
2015-01-17 Robin BurchellQQmlData: Reorder fields to drop size from 144 to 136...
2015-01-17 Robin BurchellQQuickParticleEmitter: Call particleCountChanged by...
2015-01-17 J-P NurmiFix Qt.inputMethod ownership
2015-01-17 Robin BurchellImplement DefUses::Temps with a QVarLengthArray.
2015-01-16 Lars KnollDon't require an ExecutionEngine member in String anymore
2015-01-16 Lars KnollRefactor persistent values
2015-01-16 Robin BurchellQQuickItemParticle: delete delegates once they are...
2015-01-16 Ulf HermannDrop trailing vertices in GL_LINES and GL_TRIANGLES...
2015-01-16 Simon HausmannMerge "Merge remote-tracking branch 'origin/5.4' into...
2015-01-16 Jocelyn TurcotteAvoid an incorrect warning when dynamically parenting...
2015-01-16 Simon HausmannMerge remote-tracking branch 'origin/5.4' into dev
2015-01-15 Kai KoehneRedirect console.info to new QtInfoMsg
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 Gunnar Slettadoc: The correct enum name is 'Time', not 'LastModified'.
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 Ulf HermannMake opengl context current in context2d's toImage...
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-11 Laszlo AgocsFix timing output from windows render loop
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 Kai KoehnePrint exceptions in JS slots
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 Mitch CurtisFix grammatical error in Text and TextEdit documentation.
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 J-P NurmiTextEdit: fix construction time text cache
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-08 Albert Astals CidParse dates as Qt::RFC2822Date too
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.
next