aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Add const & to argumentsAlbert Astals Cid2014-08-243-10/+10
* Mark QQuickFBO's node dirty after rendering the texture.Gunnar Sletta2014-08-241-0/+2
* Introduce QQuickWindowQObjectCleanupJob.Gunnar Sletta2014-08-241-0/+14
* Improve the internal NodeVisitorEx APISimon Hausmann2014-08-232-21/+33
* Downscale textures which exceed the GL texture limitGunnar Sletta2014-08-233-8/+29
* Cleanup: Separate the sub-tree layering out of QtQuick into the scene graphSimon Hausmann2014-08-2315-516/+663
* Cleanup: Remove ShaderEffectSourceNodeSimon Hausmann2014-08-222-30/+34
* Fix memory corruption in shader materials.Gunnar Sletta2014-08-191-2/+4
* Doc: Removing url variable from qdocconf file.Topi Reinio2014-08-161-1/+0
* Fix cursorShape with QQuickWidgetLaszlo Agocs2014-08-152-6/+12
* CleanupSimon Hausmann2014-08-152-10/+10
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-141-1/+11
|\
| * Disable threaded FBO canvas drawing when not supported.Gunnar Sletta2014-08-141-0/+10
| * Correct strokeRect documentation.Mitch Curtis2014-08-121-1/+1
* | Ignore extra arguments passed to Context2D functions.Mitch Curtis2014-08-141-47/+47
* | Create rectangle nodes in the text editing through the contextLars Knoll2014-08-138-19/+46
* | Avoid qmake warnings about wrong includesLaszlo Agocs2014-08-132-2/+2
* | ItemView: use categorized logging for delegate lifecycleShawn Rutledge2014-08-134-40/+17
* | Remove QQuickWindow::glslVersion & glslIsCoreProfileJ-P Nurmi2014-08-132-86/+0
* | Fix the nine patch node factory function (part 2)Simon Hausmann2014-08-121-1/+0
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-126-15/+26
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-126-15/+26
| |\|
| | * Invalidate the scenegraph properly in the rendercontrolLaszlo Agocs2014-08-082-12/+6
| | * Fix crash when animators are deleted just after being started.Gunnar Sletta2014-08-081-2/+4
| | * Don't try to reload QQuick images when changing to null screenTaylor Braun-Jones2014-08-062-3/+3
| | * Synchronize PathView gesture grabbing with other items.Martin Jones2014-08-062-5/+13
| | * Fix FBO recreated every time the QSG node is updated under some conditionsTaylor Braun-Jones2014-08-051-5/+6
* | | Doc: Remove duplicated wordsTopi Reinio2014-08-128-11/+11
* | | Remove Item.windowAlan Alpert2014-08-122-8/+0
|/ /
* | Fix the nine patch node factory function (part 1)Simon Hausmann2014-08-122-2/+3
* | Add more complete comparison function to QQuickShaderEffectMaterial.Michael Brasser2014-08-122-1/+11
* | Add OpenGLInfo attached typeJ-P Nurmi2014-08-115-2/+330
* | Remove setDefaultFormat() from QQuickWindowLaszlo Agocs2014-08-114-65/+16
* | Added interface for the QStyle rendering in QtQuick ControlsSimon Hausmann2014-08-083-0/+26
* | Protect against crashes with invalid openglContext()Simon Hausmann2014-08-083-7/+9
* | Improve support for node iteration in the internal APISimon Hausmann2014-08-084-4/+96
* | Cleanup: Remove remainders of dirty state usageSimon Hausmann2014-08-084-32/+6
* | Allow re-implementing renderSceneSimon Hausmann2014-08-081-1/+1
* | Make the QtQuick window surface type configurableSimon Hausmann2014-08-083-1/+9
* | Add Window attached property on ItemShawn Rutledge2014-08-086-0/+253
* | Merge "Merge branch '5.3' into dev" into refs/staging/devGunnar Sletta2014-08-085-30/+56
|\ \
| * | Merge branch '5.3' into devGunnar Sletta2014-08-075-30/+56
| |\|
| | * More QQuickCanvas cleanup handling.Gunnar Sletta2014-08-014-28/+47
| | * Make canvas cleanup work propertly...Gunnar Sletta2014-08-013-2/+48
| | * Use the current context to resolve extensions.Gunnar Sletta2014-08-011-1/+1
| | * QQuickWindow: add some links to resetOpenGLStateGiuseppe D'Angelo2014-07-291-1/+8
* | | Add declarative QQuickTextMetrics API from QQuickFontMetrics invokablesMitch Curtis2014-08-085-5/+404
* | | MultiPointTouchArea: Guard _mouseTouchPoint with a QPointer.Robin Burchell2014-08-082-2/+2
* | | Handle scene graph invalidationGunnar Sletta2014-08-082-0/+9
* | | Make sure texture factories are delete before libraries are unloaded.Gunnar Sletta2014-08-081-0/+7