platform/upstream/qtdeclarative.git
2014-08-29 Laszlo AgocsFix the dynamic build by not calling glGet directly
2014-08-29 Laszlo AgocsQQuickWidget: Keep the offscreen quick window size...
2014-08-29 Simo Fälttst_qquickcanvasitem: Setting as insignificant.
2014-08-29 Tim Jenssenintroduce *.ui.qml file types as new forms file type
2014-08-29 Gunnar SlettaAbort the application if the render thread fails to...
2014-08-28 Frederik GladhornMerge "Merge remote-tracking branch 'origin/5.3' into...
2014-08-28 Tim JenssenAdd new property "designersupported" to qmldir
2014-08-28 Frederik GladhornMerge remote-tracking branch 'origin/5.3' into 5.4
2014-08-27 Mitch CurtisTestCase.qml: add missing closing parenthesis to example.
2014-08-27 Laszlo AgocsFix not having a context when making a QQuickWidget...
2014-08-27 Gunnar SlettaMake minimum FBO size 1x1 on newer OSX.
2014-08-27 Kai KoehneUse QtQuick.Window 2.2
2014-08-27 Andy NicholsAdded QSGPainterNode abstraction to QSGAdaptationLayer
2014-08-26 Erik VerbruggenV4 JIT: fix stack layout.
2014-08-26 Erik VerbruggenV4: disable type inference and loop peeling for the...
2014-08-26 Simon HausmannFix cursor blinking for TextInput and TextEdit
2014-08-26 Gunnar SlettaMake QQuickFramebufferObject a texture provider.
2014-08-26 Laszlo AgocsFix up vao usage in qquickviewcomparison example
2014-08-26 Laszlo AgocsDo not send deferred deletes from the QQuickWindow...
2014-08-26 Simon HausmannMerge "Merge remote-tracking branch 'origin/5.3' into...
2014-08-26 VenuDoc: Added a link to the QML advanced tutorial
2014-08-26 Simon HausmannMerge remote-tracking branch 'origin/5.3' into 5.4
2014-08-26 Gunnar SlettaMake QQuickPaintedItem a texture provider.
2014-08-26 Gunnar SlettaMake use of QQuickWindowQObjectCleanup in QQuickImage.
2014-08-26 Gunnar SlettaMake Canvas a texture provider.
2014-08-26 Gunnar SlettaAdded an example that shows how to consume texture...
2014-08-26 Gunnar SlettaClamp QQuickItem::opacity to [0,1].
2014-08-26 Lars KnollDon't use d->instanceModel after free'ing it
2014-08-26 Tasuku SuzukiMark custom node in textureinthread dirty after renderi...
2014-08-25 Pelle JohnsenFix QML2 hang on gcc 4.6.3 armhf
2014-08-25 Sebastian SauerQSM: Reintroduce guard argument evaluation
2014-08-25 Simon HausmannFix crash with early QObject property access
2014-08-25 Albert Astals CidFix typo in DelegateModelGroup documentation
2014-08-25 Mitch CurtisRemove references transforms have to items in QQuickIte...
2014-08-25 Lars KnollProtect some members in QQmlObjectCreator
2014-08-25 Jani HeikkinenUpdate license headers and add new licenses
2014-08-24 Lars KnollInitialize variable
2014-08-24 Lars KnollDon't abuse new to do a reinterpret_cast
2014-08-24 Albert Astals CidAdd const & to arguments
2014-08-24 Gunnar SlettaMark QQuickFBO's node dirty after rendering the texture.
2014-08-24 Gunnar SlettaIntroduce QQuickWindowQObjectCleanupJob.
2014-08-23 Simon HausmannImprove the internal NodeVisitorEx API
2014-08-23 Gunnar SlettaDownscale textures which exceed the GL texture limit
2014-08-23 Gunnar SlettaProtect incubation against its creator being deleted.
2014-08-23 Simon HausmannCleanup: Separate the sub-tree layering out of QtQuick...
2014-08-22 Gatis PaeglisIntrospect qrc files in FolderListModel.
2014-08-22 Laszlo AgocsAvoid creating fbo with zero size in QQuickWidget
2014-08-22 Alan AlpertAdd 5.3.2 changelog for qtdeclarative
2014-08-22 Simon HausmannFix crash with recursively loading cached compilation...
2014-08-22 Simon HausmannCleanup: Remove ShaderEffectSourceNode
2014-08-22 Sebastian Sauerv4: Enable primitive conversation to QQmlScriptString...
2014-08-19 Gunnar SlettaFix memory corruption in shader materials.
2014-08-19 Mitch CurtisFix typo in StateChangeScript documentation.
2014-08-18 Erik VerbruggenV4 IR: Add loop peeling.
2014-08-18 Erik VerbruggenV4 IR: add immediate dominator re-calculation.
2014-08-16 Topi ReinioDoc: Removing url variable from qdocconf file.
2014-08-15 Alex MontgomeryFix setContextObject to re-evaluate bindings
2014-08-15 Laszlo AgocsFix cursorShape with QQuickWidget
2014-08-15 VenuAdded the QtSQL dependency info. to the project file
2014-08-15 Simon HausmannCleanup
2014-08-15 Robin Burchelltst_dialogs: verify that rootObject is valid
2014-08-15 Robin Burchelltst_dialogs: QTRY_ on the expression (spyVisibilityChan...
2014-08-14 Gunnar SlettaThe cached objects can be deleted, so keep them in...
2014-08-14 Laszlo AgocsFix flicker when showing QQuickWidget
2014-08-14 Erik VerbruggenV4 JIT: fix int32 to double conversion code
2014-08-14 Erik VerbruggenV4 JIT: add d8-d15 as available FP registers on ARM.
2014-08-14 Erik VerbruggenV4 JIT: support saving used callee saved FP registers.
2014-08-14 Erik VerbruggenV4 JIT: calculate used registers and only save those.
2014-08-14 Erik VerbruggenV4 JIT: parameterize the prologue and epilogue generation
2014-08-14 Laszlo AgocsPropagate the accepted flag back in QQuickWidget mouse...
2014-08-14 Laszlo AgocsQQuickWidget: resolve samples also when rendering is...
2014-08-14 Frederik GladhornMerge "Merge remote-tracking branch 'origin/5.3' into...
2014-08-14 Frederik GladhornMerge remote-tracking branch 'origin/5.3' into 5.4
2014-08-14 Gunnar SlettaFix potential deadlook in threaded renderloop.
2014-08-14 Laszlo AgocsReinitialize in QQuickWidget properly after hide and...
2014-08-14 VenuAdded a signal handler
2014-08-14 Mitch CurtisFix typo in Context2D documentation.
2014-08-14 Erik VerbruggenSilence unused parameter warning in release builds.
2014-08-14 Erik VerbruggenV4 JIT: fix stack use below stack pointer
2014-08-14 Mitch CurtisIgnore extra arguments passed to Context2D functions.
2014-08-14 Gunnar SlettaDisable threaded FBO canvas drawing when not supported.
2014-08-13 Lars KnollCreate rectangle nodes in the text editing through...
2014-08-13 Laszlo AgocsAdd QQuickWidget::setClearColor()
2014-08-13 Erik VerbruggenV4 IR: change IR printing to be more readable.
2014-08-13 Erik VerbruggenV4 RegAlloc: fix callee saved register range handling
2014-08-13 Leena MiettinenDoc: fixed a broken table
2014-08-13 Erik VerbruggenV4 JIT: fix JS stack frame size calculation.
2014-08-13 Laszlo AgocsAvoid qmake warnings about wrong includes
2014-08-13 Shawn RutledgeItemView: use categorized logging for delegate lifecycle
2014-08-13 Erik VerbruggenV4 RegAlloc: fix use position calculation for phi node...
2014-08-13 Erik VerbruggenV4 JIT: tweak generated int32 to double conversion...
2014-08-13 J-P NurmiRemove QQuickWindow::glslVersion & glslIsCoreProfile
2014-08-12 Simon HausmannFix the nine patch node factory function (part 2)
2014-08-12 Simon HausmannMerge "Merge remote-tracking branch 'origin/5.3' into...
2014-08-12 Mitch CurtisCorrect strokeRect documentation.
2014-08-12 Erik VerbruggenV4 JIT: generate code for int32 comparisons.
2014-08-12 Gunnar SlettaSilence harmless compiler warning.
2014-08-12 Topi ReinioDoc: Add a keyword for XMLHttpRequest
2014-08-12 Robin Burchellbenchmarks: Skip compilation of (and mark with FIXME...
2014-08-12 Robin Burchellbenchmarks/particles: fix projects to actually build
next