aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Do not crash AtlasTexture if image is nullDavid Edmundson2014-07-231-0/+3
| * Fix Node object leak in QQuickTextEditPrivateLiang Jian2014-07-232-1/+10
| * shift and unshift fail for QQmlSequence typesMartin Jones2014-07-222-2/+39
| * Check for window != 0 in QuickTestResult::grabImage().Friedemann Kleint2014-07-211-1/+1
| * Doc: add documentation for the RSS News exampleLeena Miettinen2014-07-181-3/+334
| * Fix typo in documentationKai Koehne2014-07-181-1/+1
| * Binding Text width to implicitWidth can result in incorrect layoutMartin Jones2014-07-111-2/+3
* | qmlRegisterCustomExtendedType, qmlRegisterExtendedUncreatableTypePaul Lemire2014-07-2510-0/+263
* | Add Sha1.jsAlbert Astals Cid2014-07-251-0/+146
* | V4 JIT: enable the JIT when compiling with clang on ARM.Erik Verbruggen2014-07-243-1/+5
* | QQmlError::toString: improve handling of empty urls.David Faure2014-07-2414-45/+46
* | V4 IR: loop detection: also record loop information separately.Erik Verbruggen2014-07-241-7/+133
* | V4 IR: change dominator tree to hold on to less memory.Erik Verbruggen2014-07-241-59/+72
* | V4 IR: add IR verification functions.Erik Verbruggen2014-07-241-1/+183