platform/upstream/qtdeclarative.git
2015-01-23 Lars KnollStore a double in NumberObject
2015-01-23 Lars KnollCleanups
2015-01-23 Lars KnollCleanups
2015-01-23 Lars KnollMove the definition of Object vtables into qv4object_p.h
2015-01-23 Lars KnollRemove all remaining usages of ValueRef
2015-01-23 Lars KnollGet rid of most uses of ValueRef
2015-01-23 J-P NurmiIntroduce Shortcut
2015-01-22 Friedemann... QML: Fix MSVC 2013/64bit warnings.
2015-01-21 Dmitry VolosnykhQQuickText: respect new line width set by lineLaidOut...
2015-01-21 Lars KnollRework QJSValue internals
2015-01-21 Lars KnollAdd C++11 move operators, and a simpler internal constr...
2015-01-21 Lars KnollMove the internalClass pointer into Heap::Object
2015-01-21 Lars KnollGet rid of all uses of Managed::engine()
2015-01-21 Lars KnollRemove all the setVTable() calls that aren't required...
2015-01-21 Lars KnollRemove the remaining bit of code that use the vtable...
2015-01-20 J-P NurmiIntroduce Flickable.OvershootBounds behavior
2015-01-20 Robin BurchellQQmlData: More member reorganisation to remove holes.
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
next