aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QQuickListView/GridView: load items that results from model changes synchrono...Richard Moe Gustavsen2017-11-302-4/+4
* QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-301-3/+9
* QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-306-14/+18
* don't get confused about the grabber during replayDelayedPressShawn Rutledge2017-11-292-1/+4
* Fix crash when moving items during asynchronous creationJoni Poikelin2017-11-281-2/+9
* Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-251-4/+5
|\
| * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-4/+5
| |\
| | * Fix crash when accessing pixmap on default QSGSoftwareInternalImageNodev5.9.3Allan Sandfeld Jensen2017-11-171-4/+5
* | | Software Adaptation: Fix cliping logic error with empty clip regionsAndy Nichols2017-11-231-2/+2
|/ /
* | watch for the actual render window if there is a QQuickRenderControlMarco Martin2017-11-221-0/+3
* | Document QQuickGrabGestureEventShawn Rutledge2017-11-172-1/+39
* | Make sure we remove stopped animators from the list of rootsGunnar Sletta2017-11-101-1/+3
* | Fix tst_qquickshadereffectJ-P Nurmi2017-11-091-1/+1
* | docs and example: clarify the usage of Flickable contentX/contentYShawn Rutledge2017-11-081-1/+15
|/
* Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-071-11/+16
* QQuickWindow: cleanup pointer event instancesJ-P Nurmi2017-11-071-0/+2
* Never create pointer events from mouseGrabberItem()Jan Arve Saether2017-11-072-15/+24
* Fix coverity reported warningLars Knoll2017-11-061-1/+1
* Clean up handling of opaqueness in the SW rendererLars Knoll2017-11-032-26/+15
* Mark layers in the SW rasterizer as opaque if possibleLars Knoll2017-11-034-10/+22
* Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-032-5/+4
* QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-031-1/+11
* ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-031-1/+0
* QQuickFlickable: Use QQuickItem::setSize() in resizeContent()Alexandr Akulich2017-11-031-17/+17
* QQuickItemView: avoid wrong repositioning of removed itemsAlberto Mardegan2017-11-031-2/+3
* Mark pixmaps without alpha channel as opaque in the SW rendererLars Knoll2017-10-302-3/+2
* Minor documentation improvements for Matrix4x4Michael Brasser2017-10-242-0/+2
* QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-241-1/+5
* QQuickLoader: Use setSize() to resize itemAlexandr Akulich2017-10-201-2/+7
* Docs: VideoOutput is not supported with Software AdaptationAndy Nichols2017-10-201-0/+7
* Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-201-2/+1
* Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-171-1/+1
* Fix outdated FDL license headerKai Koehne2017-10-1734-170/+170
* Fix outdated BSD license headerKai Koehne2017-10-17129-382/+1672
* Doc: let TextEdit grow vertically in ensureVisible() snippetMitch Curtis2017-10-031-1/+0
* Document the default value of property asynchronousZhang Xingtao2017-09-271-0/+1
* Fix uninitialized member QSGClipNode::m_is_rectangularJüri Valdmann2017-09-201-0/+3
* Fix compilation with -no-openglMichal Klocek2017-09-182-2/+5
* QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-141-1/+1
* Add NOTIFY signal for QQuickAnimatedImage::frameCountPal Toth2017-09-133-7/+19
* Add missing math.h include for math functionsJake Petroules2017-09-121-0/+1
* Fix compilation with clang 4 on LinuxLars Knoll2017-09-111-12/+12
* Fix issue with programmatic flicking at boundsMichael Brasser2017-09-081-0/+1
* add qt.quick.canvas logging category, show size change due to DPRShawn Rutledge2017-09-071-0/+11
* Canvas: Repaint on devicePixelRatio ChangeMorten Johan Sørvig2017-09-072-11/+15
* QQuickDragAttached: make hotSpot work with imageSourceOleg Yadrov2017-09-061-0/+1
* Change mirror vertical for software QSGLayers to trueAllan Sandfeld Jensen2017-09-051-1/+1
* Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-047-3/+36
* QQuickListView: ensure we re-layout when a delegate is placed at the last vis...Richard Moe Gustavsen2017-08-301-6/+4
* Doc: Minor fixes to Loader QML type documentationTopi Reinio2017-08-293-7/+10