aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Use QtQuick.Window 2.2v5.3.2Kai Koehne2014-08-272-2/+2
* 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
* 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
* 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
* 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-0210-12/+12
* Fix crash in Flickable with pressDelay.Martin Jones2014-07-021-8/+8
* Avoid double deletion of QQuickWindowShawn Rutledge2014-06-301-0/+1
* Initialize velocityAlbert Astals Cid2014-06-201-1/+1
* Fix forwarding of keyboard events to multiple target itemsJoni Poikelin2014-06-111-0/+2
* 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
* Prevent initial clipping in Context2DUlf Hermann2014-06-033-11/+9
* Recognize "in" keyword in vertex shadersLaszlo Agocs2014-06-031-2/+8
* Fix QQuickWidget cleanup and invalidation sequenceLaszlo Agocs2014-06-031-2/+2
* Fix potential null pointer dereferencingFrederik Gladhorn2014-05-302-2/+2
* Fix copy and paste errorFrederik Gladhorn2014-05-301-5/+0
* Fix AccessibleAttached property documentationFrederik Gladhorn2014-05-301-55/+102
* Mark clip node dirty regardless of how its geometry was changed.Gunnar Sletta2014-05-221-1/+1
* Fix copy and paste errorFrederik Gladhorn2014-05-211-1/+3
* Fix copy and paste errorFrederik Gladhorn2014-05-211-1/+1
* Focus event fix for QQuickWidgetPaul Olav Tvete2014-05-211-1/+8
* Merge remote-tracking branch 'origin/release' into stableIikka Eklund2014-05-203-2/+3
|\
| * Update qmltypes filesAlan Alpert2014-05-063-2/+3
| * Always implement text input "canPaste" propertyBernd Weimer2014-05-022-6/+4
* | Fix improper antialiasing property behaviorOleg Shparber2014-05-191-3/+5
* | Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-191-0/+1
* | TextEdit: fix cursor rectangle positioningJ-P Nurmi2014-05-161-2/+5
* | Fix typo in Image documentation.Mitch Curtis2014-05-151-1/+1
* | Android: Add support for new input method query APIPaul Olav Tvete2014-05-082-3/+12