platform/upstream/qtdeclarative.git
2014-11-04 Simon HausmannChanged Value to store Managed::Data pointers directly
2014-11-04 Simon HausmannCleanup: Get rid of String and Object pointers in Value
2014-11-03 Simon HausmannCleanup: Remove duplicated code
2014-11-03 Simon HausmannRemove unused file
2014-11-02 Gunnar SlettaUse an allocator for QSGBatchRenderer::Node and Element...
2014-11-01 J-P NurmiQQuickTextEdit: don't ifdef out properties
2014-11-01 J-P NurmiQQuickTextInput: don't ifdef out properties
2014-11-01 Gunnar SlettaFix typo in Q_ASSERT_X warning.
2014-11-01 Gunnar SlettaFix beforePaint node calculation further.
2014-10-31 Simon HausmannMerge remote-tracking branch 'origin/5.4' into dev
2014-10-31 Lars KnollGet rid of !this and similar constructs
2014-10-31 Lars KnollDon't allocate less memory than required
2014-10-31 Eskil Abrahamsen... BorderImage: Fix white area when size changes after...
2014-10-30 Thiago MacieiraFix ICC-on-Mac warning about unknown #pragma
2014-10-30 Ulf HermannComment parameters to PageAllocation::allocate()
2014-10-30 Ulf HermannRemove guard pages option from uncommitted page reserva...
2014-10-30 Ulf HermannImplement guard pages for windows page allocator
2014-10-30 Ulf HermannAdd guard pages around JavaScript stack
2014-10-30 Ulf HermannAllow page allocations to include guard pages
2014-10-30 Mitch CurtisFix Canvas documentation.
2014-10-30 Richard Moe... text input: always let cursor rect have a width == 1
2014-10-30 Lars KnollMerge "Merge remote-tracking branch 'origin/5.4' into...
2014-10-29 Robin BurchellMove from a count of cursors, to storing whether or...
2014-10-29 J-P NurmiRepeater & itemviews: fix setModel() JS array handling
2014-10-29 Daniel d'AndradaRemove mouse grabber if touch used for mouse emulation...
2014-10-29 Robin BurchellQQuickWindow: Add some more stuff under DBG_TOUCH.
2014-10-29 Robin BurchellDon't constantly clear child node list on ChildrenUpdat...
2014-10-29 Frederik GladhornMerge remote-tracking branch 'origin/5.4' into dev
2014-10-29 Lars KnollBasic support for typed arrays
2014-10-29 Lars KnollImplement DataView
2014-10-29 Lars KnollImplement ArrayBuffer
2014-10-28 Shawn RutledgeRevert: use the new form of QTranslator::load() for...
2014-10-28 Jan Arve SaetherDo not crash QML apps on startup
2014-10-28 Mitch CurtisDon't document Context2D's TextMetrics as its own QML...
2014-10-27 Simon HausmannReduce memory pressure on system malloc when allocating...
2014-10-27 Lars KnollDon't check the this pointer for 0 in member functions
2014-10-27 Lars KnollReduce size of ArrayData by one pointer
2014-10-27 Lars KnollRework our simple array implementation
2014-10-27 Jian LiangFix QQmlTypeData object leak
2014-10-27 Jan Arve SaetherMove action handlers to the Accessible attached object
2014-10-27 Jocelyn TurcotteFix leaks in QQuickImageParticle
2014-10-27 Shawn RutledgeQML State Machine plugin: correct URL in Q_PLUGIN_METADATA
2014-10-27 Frederik GladhornRemove logic that some accessible objects cannot have...
2014-10-27 Frederik GladhornExpose searchEdit accessible property to Qt Quick
2014-10-24 Ulf HermannProperly handle negative years when printing JS Dates...
2014-10-24 Simon HausmannFix syntax error when trying to declare read-only objec...
2014-10-24 Simon HausmannFix license headers in Qml grammar specification
2014-10-24 Alex BlascheFix crash in SpriteSequence
2014-10-24 VenuDoc: Updated the code snippets for the toLocalexxx...
2014-10-24 Samuel NevalaAndroid: Keyboard doesn't hide from done button
2014-10-24 Ulf HermannStop waiting in QTcpServerConnection if waitForBytesWri...
2014-10-23 Samuel GaistFix build with QT_NO_DEBUG_OUTPUT defined
2014-10-23 Kai KoehneQmlEngine: Use separate mutex for network access manager
2014-10-23 Gunnar SlettaFix pixelgrid snapping of native text on retina displays.
2014-10-23 Eskil Abrahamsen... Relayout rich text when width increases
2014-10-23 Laszlo AgocsRemove unnecessary doneCurrent in QQuickWidget
2014-10-23 VenuDoc: Fixed an error in the QML snippet
2014-10-23 Simon HausmannFix assignment to QObject pointer properties
2014-10-23 Shawn RutledgeScreen attached property: expose devicePixelRatio property
2014-10-23 Alex BlascheFix non-compiling QtQml code snippet
2014-10-22 Laszlo AgocsAdd high dpi support to QQuickFramebufferObject
2014-10-22 Simon HausmannReduce memory pressure on the JS stack during garbage...
2014-10-22 Kai KoehneFix line ending for test file
2014-10-22 Mitch CurtisAdd note to QQuickItem docs about directly setting...
2014-10-22 Jocelyn TurcotteFix a PIDLIST_ABSOLUTE leak in QQmlEngine on Windows
2014-10-22 Laszlo AgocsFix disfunctional QQuickRenderControl with multiple...
2014-10-22 Mitch CurtisAdd \since 5.4 to FontMetrics and TextMetrics.
2014-10-21 Jan Arve SaetherSupport Accessible.ignored on non-leaf items
2014-10-21 Ulf HermannCheck list property before component when validating...
2014-10-21 Jan Arve SaetherFix a bug in implementation of Accessible.ignored
2014-10-21 Andy NicholsQQuickCustomParticle: Check for current OpenGL Context...
2014-10-21 Andy NicholsQQuickSpriteEngine do not use OpenGL without checking...
2014-10-21 Jan Arve SaetherDon't assume there is only one toplevel item.
2014-10-21 Jan Arve SaetherImprove hit testing so that it works better with ignore...
2014-10-21 Joni PoikelinFix subscript and superscript for QQuickText
2014-10-21 Laszlo AgocsFix failing makeCurrent in basic renderloop when closin...
2014-10-21 Kevin Funkqmlstatemachine: Rename StateBase to State
2014-10-20 Gunnar SlettaTweak new animation driver.
2014-10-20 Jan Arve SaetherMake test more robust against ignored children.
2014-10-20 Frederik GladhornFix tst_qquickpositioners on OS X
2014-10-20 Robin BurchellQQuickParticleSystem: Use QVector instead of QList.
2014-10-20 Robin BurchellQQuickParticleSystem: Micro-optimize m_emitters' handli...
2014-10-20 Robin BurchellQQuickParticleSystem: Optimize hash manipulation.
2014-10-20 Gunnar SlettaFix newly added qquickitem_before_paintNode() implement...
2014-10-17 Gunnar SlettaRemove the "groupNode"
2014-10-16 Gunnar SlettaIntroduced QQuickCustomRenderStage.
2014-10-16 Robin BurchellOnly delete all child nodes twice if effectRefEffective...
2014-10-16 Gunnar SlettaUse QWindow::requestUpdate in threaded renderloop.
2014-10-16 Gunnar SlettaResolve QQuickItemPrivate::beforePaintNode dynamically.
2014-10-14 Simon HausmannMerge "Merge remote-tracking branch 'origin/5.3' into...
2014-10-14 Frederik GladhornMerge remote-tracking branch 'origin/5.3' into 5.4
2014-10-14 Kari Hautamäkiexamples/quick/positioners: Colors changed and layout...
2014-10-13 Mitch CurtisCorrect KeyEvent::key documentation.
2014-10-10 Gunnar SlettaImprove performance of animators.
2014-10-10 Mitch CurtisFix issues with Keyboard Focus documentation.
2014-10-10 Gunnar SlettaStabilize and fix comparisons in animator tests.
2014-10-10 Sérgio MartinsPathView: Fix QML engine thinking currentItem is null...
2014-10-09 Frederik GladhornMerge remote-tracking branch 'origin/5.4' into dev
2014-10-09 Simon HausmannFix QQmlExpression/QQmlScriptString/QQmlBinding crashes
2014-10-09 Giulio CamuffoReturn the content position rounded on the right side
next