aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Add const & to argumentsAlbert Astals Cid2014-08-242-8/+8
* Mark QQuickFBO's node dirty after rendering the texture.Gunnar Sletta2014-08-241-0/+2
* Introduce QQuickWindowQObjectCleanupJob.Gunnar Sletta2014-08-241-0/+14
* Cleanup: Separate the sub-tree layering out of QtQuick into the scene graphSimon Hausmann2014-08-235-507/+11
* Cleanup: Remove ShaderEffectSourceNodeSimon Hausmann2014-08-222-30/+34
* Fix memory corruption in shader materials.Gunnar Sletta2014-08-191-2/+4
* Fix cursorShape with QQuickWidgetLaszlo Agocs2014-08-152-6/+12
* 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-136-19/+32
* | Avoid qmake warnings about wrong includesLaszlo Agocs2014-08-131-1/+1
* | ItemView: use categorized logging for delegate lifecycleShawn Rutledge2014-08-134-40/+17
* | Remove QQuickWindow::glslVersion & glslIsCoreProfileJ-P Nurmi2014-08-132-86/+0
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-125-13/+22
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-125-13/+22
| |\|
| | * Invalidate the scenegraph properly in the rendercontrolLaszlo Agocs2014-08-082-12/+6
| | * 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-124-5/+5
* | | Remove Item.windowAlan Alpert2014-08-122-8/+0
|/ /
* | 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-113-64/+15
* | Protect against crashes with invalid openglContext()Simon Hausmann2014-08-081-1/+1
* | Make the QtQuick window surface type configurableSimon Hausmann2014-08-081-1/+1
* | 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
* | | 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
* | | QQuickText::itemChange must call QQuickItem::itemChangeShawn Rutledge2014-08-081-0/+1
* | | TextInput::displayText: include partial input from an input methodJ-P Nurmi2014-08-081-1/+4
* | | ListView: add support for "pull back" header & footerJ-P Nurmi2014-08-083-24/+155
* | | Rename QQuickRenderControl::stop() to invalidate()Laszlo Agocs2014-08-072-5/+5
* | | 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-051-1/+1
* | Clean up Image and ShaderEffectSource properly.Gunnar Sletta2014-08-044-12/+77
* | Support Canvas.antialiasing without multisample support.Gunnar Sletta2014-08-014-6/+28
* | Expose the scene graph publically through a QSGEngine classJocelyn Turcotte2014-08-011-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-015-48/+49
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-295-48/+49
| |\|