aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-0716-12/+61
* | | | Allow simple ShaderEffects to be batched by the renderer.Michael Brasser2014-08-077-45/+131
|/ / /
* | | Fix Flickable mouse grab issue.Robert Griebl2014-08-051-0/+1
* | | Use the renamed qt_gl_global_share_contextJocelyn Turcotte2014-08-055-9/+9
* | | Fix uninitialized memory readLars Knoll2014-08-041-0/+1
* | | Clean up Image and ShaderEffectSource properly.Gunnar Sletta2014-08-044-12/+77
* | | 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-0113-140/+909
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-019-57/+74
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-299-57/+74
| |\| |
| | * | 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-282-21/+22
| | * | 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-263-8/+24
* | | | Fix touch/mouse propagation bugsMartin Jones2014-08-014-54/+89
* | | | 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
* | | | 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
* | | | Invalidate the scenegraph properly in the rendercontrol's stop()Laszlo Agocs2014-07-291-11/+10
* | | | Introducing QQuickWindow::scheduleRenderJob()Gunnar Sletta2014-07-293-1/+127
* | | | 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-294-0/+76
* | | | Leave the depth mask on after rendering.Gunnar Sletta2014-07-291-0/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-2618-34/+87
|\| |
| * | Do not use mark() when marking ExecutionContextsLars Knoll2014-07-251-1/+5
| * | Don't recreate header and footer unnecessarilyMartin Jones2014-07-254-9/+11
| * | 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-241-1/+5
| * | 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-242-0/+11
| * | 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-221-2/+2
| * | Check for window != 0 in QuickTestResult::grabImage().Friedemann Kleint2014-07-211-1/+1
| * | 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-252-0/+115
* | | 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-242-6/+7
* | | V4 IR: loop detection: also record loop information separately.Erik Verbruggen2014-07-241-7/+133