aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Use QtQuick.Window 2.2v5.3.2Kai Koehne2014-08-272-2/+2
* Fix typo in StateChangeScript documentation.Mitch Curtis2014-08-191-1/+1
* Fix potential deadlook in threaded renderloop.Gunnar Sletta2014-08-141-0/+12
* Fix typo in Context2D documentation.Mitch Curtis2014-08-141-1/+1
* Disable threaded FBO canvas drawing when not supported.Gunnar Sletta2014-08-141-0/+10
* Correct strokeRect documentation.Mitch Curtis2014-08-121-1/+1
* 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
* 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
* Remove metaobject revisioning for QQuickScreenAttachedAlan Alpert2014-07-291-9/+9
* 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
* 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
* 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
* Fix typo in documentationKai Koehne2014-07-181-1/+1
* Binding Text width to implicitWidth can result in incorrect layoutMartin Jones2014-07-111-2/+3
* Don't dereference null QQuickWindowPrivate.Sérgio Martins2014-07-031-1/+5
* Add opt-out environment variable for @2x imagesMorten Johan Sørvig2014-07-031-0/+5
* Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-0224-31/+31
* Fix crash in Flickable with pressDelay.Martin Jones2014-07-021-8/+8
* Avoid double deletion of QQuickWindowShawn Rutledge2014-06-301-0/+1
* Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-252-4/+6
|\
| * Update QtQuick import value to 2.3Samuel Gaist2014-06-231-4/+4
| * Set locked state while locking for grab.Gunnar Sletta2014-06-201-0/+2
* | Initialize velocityAlbert Astals Cid2014-06-201-1/+1
* | Initialize QSGPaintedNode with an empty size.Gunnar Sletta2014-06-121-1/+0
* | Add node description to painted items.Gunnar Sletta2014-06-121-0/+4
* | Make sure shader rewriter stops immediately on an empty string.Gunnar Sletta2014-06-121-3/+1
* | Fix forwarding of keyboard events to multiple target itemsJoni Poikelin2014-06-111-0/+2
|/
* Stop polish-and-sync timer when the window is destroyedLaszlo Agocs2014-06-101-0/+2
* Fix opacity issue in the renderer.Gunnar Sletta2014-06-051-1/+3
* Doc: Removed redundant link to section in the same page.Jerome Pasion2014-06-051-5/+3
* Use the correct precision specifier in visualizer GLSL.Gunnar Sletta2014-06-041-1/+1
* Make ItemViews displayMargin work correctly when set to negative valuesAlbert Astals Cid2014-06-042-3/+3
* Make QQuickRenderControl usable (still private)Paul Olav Tvete2014-06-033-1/+21
* Fix crash in QSGRenderContext::invalidate().Yoann Lopes2014-06-031-0/+3
* Prevent initial clipping in Context2DUlf Hermann2014-06-033-11/+9
* Recognize "in" keyword in vertex shadersLaszlo Agocs2014-06-031-2/+8