aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ListView: add support for "pull back" header & footerJ-P Nurmi2014-08-088-24/+1031
* Rename QQuickRenderControl::stop() to invalidate()Laszlo Agocs2014-08-074-12/+12
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-0717-13/+62
* Allow simple ShaderEffects to be batched by the renderer.Michael Brasser2014-08-077-45/+131
* Temporarily mark grab()/item.layer tests insignificant under ANGLEAndrew Knight2014-08-072-0/+36
* Disable tests on failing ANGLE configGunnar Sletta2014-08-072-0/+6
* Fix Flickable mouse grab issue.Robert Griebl2014-08-051-0/+1
* Introducing qmllint tool.Sérgio Martins2014-08-053-1/+122
* Use the renamed qt_gl_global_share_contextJocelyn Turcotte2014-08-056-10/+10
* Fix uninitialized memory readLars Knoll2014-08-041-0/+1
* Clean up Image and ShaderEffectSource properly.Gunnar Sletta2014-08-044-12/+77
* Speed up the test a bit..Gunnar Sletta2014-08-042-27/+58
* Make ssa compile on Android with gcc 4.6Laszlo Agocs2014-08-041-14/+15
* Support Canvas.antialiasing without multisample support.Gunnar Sletta2014-08-014-6/+28
* Expose the scene graph publically through a QSGEngine classJocelyn Turcotte2014-08-0120-140/+1304
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-0113-57/+248
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2913-57/+248
| |\
| | * Remove metaobject revisioning for QQuickScreenAttachedAlan Alpert2014-07-291-9/+9
| | * Don't dereference null pointer.Sérgio Martins2014-07-281-1/+1
| | * Flickable: Cancel interaction on interactive changesAlbert Astals Cid2014-07-283-21/+63
| | * Don't try to draw shader effect sources with dims < 0.Gunnar Sletta2014-07-281-1/+1
| | * QQuickMouseArea: Mark override functions with Q_DECL_OVERRIDEAlbert Astals Cid2014-07-281-17/+17
| | * Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-266-8/+157
* | | Fix touch/mouse propagation bugsMartin Jones2014-08-015-56/+94
* | | Make canvas cleanup work propertly...Gunnar Sletta2014-07-313-2/+61
* | | Document how to clean up graphics resources properlyGunnar Sletta2014-07-311-10/+71
* | | QQuickWindow: fix resetOpenGLState handling of vertex arraysGiuseppe D'Angelo2014-07-312-6/+26
* | | Stabilize tst_qquickimageGunnar Sletta2014-07-311-19/+12
* | | Fix crash when throwing an exception from within a constructorSimon Hausmann2014-07-311-0/+3
* | | Avoid eventloop recursion in touch event handling.Gunnar Sletta2014-07-314-14/+12
* | | Use the current context to resolve extensions.Gunnar Sletta2014-07-311-1/+1
* | | Update the WERROR setting for QtQmlThiago Macieira2014-07-311-2/+4
* | | tst_qqmlapplicationengine: clear $QT_MESSAGE_PATTERNDavid Faure2014-07-301-1/+2
* | | Invalidate the scenegraph properly in the rendercontrol's stop()Laszlo Agocs2014-07-291-11/+10
* | | Introducing QQuickWindow::scheduleRenderJob()Gunnar Sletta2014-07-294-1/+182
* | | Move QSGRenderer::updateStencilClip down to QSGBatchRendererJocelyn Turcotte2014-07-294-154/+150
* | | Remove dead code in QSGRendererJocelyn Turcotte2014-07-292-237/+0
* | | Introducing QQuickItem::sceneGraphInvalidated/sceneGraphInitializedGunnar Sletta2014-07-295-0/+110
* | | Leave the depth mask on after rendering.Gunnar Sletta2014-07-291-0/+1
|/ /
* | Fix include to proper <>Frederik Gladhorn2014-07-281-1/+1
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-2626-45/+762
|\|
| * Do not use mark() when marking ExecutionContextsLars Knoll2014-07-251-1/+5
| * Don't recreate header and footer unnecessarilyMartin Jones2014-07-256-17/+21
| * Clear the visibleImgTags list when setting up the text layoutAndy Shaw2014-07-241-1/+2
| * Improve programmatic flicking of ListView (and Flickable).Michael Brasser2014-07-243-1/+71
| * V4: work around a bug in libc++'s std::vector<bool>Erik Verbruggen2014-07-241-8/+23
| * QQmlComponent::create(): visual items must have a visual parent.Mitch Curtis2014-07-241-0/+5
| * Clean up the textures when deleting the contentAndy Shaw2014-07-241-0/+2
| * Schedule layout changes to avoid refill() recursion.Mitch Curtis2014-07-244-0/+96
| * Add autotest for incorrect steal of flick.Michael Brasser2014-07-242-0/+143