aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* QQuickItemView: Clear pending changes when refillingUlf Hermann2017-12-181-35/+41
* QQuickList/GridViewPrivate::fixupPosition: don't set moveReasonShawn Rutledge2017-12-162-4/+0
* Add new logging category qt.quick.window.transientShawn Rutledge2017-12-156-3/+58
* Fix QSGTexture* leak in QQuickFramebufferObjectLaszlo Agocs2017-12-141-0/+1
* remove unimplemented QQuickItemPrivate::_q_windowChanged declarationShawn Rutledge2017-12-131-1/+0
* Flickable: don't jump after premature movementEnding due to timerShawn Rutledge2017-12-131-3/+11
* Handle the application state changes so items update appropriatelyAndy Shaw2017-12-112-2/+10
* Fix valgrind warning about uninitialized variableLars Knoll2017-12-111-1/+3
* Make deletion of transitions safeLars Knoll2017-12-111-8/+10
* grabMouse() and QQWPriv::removeGrabber(): be clear whether mouse or touchShawn Rutledge2017-12-053-41/+35
* 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
* Document QQuickGrabGestureEventShawn Rutledge2017-11-172-1/+39
* 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 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
* Minor documentation improvements for Matrix4x4Michael Brasser2017-10-242-0/+2
* QQuickLoader: Use setSize() to resize itemAlexandr Akulich2017-10-201-2/+7
* Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-201-2/+1
* Document the default value of property asynchronousZhang Xingtao2017-09-271-0/+1
* Fix compilation with -no-openglMichal Klocek2017-09-181-2/+3
* 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 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
* 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-291-4/+4
* Doc: Fix capitalization in section titlesTopi Reinio2017-08-293-8/+8
* Doc: add missing word to Item::enabledMitch Curtis2017-08-281-1/+1
* Fix crash in mouseGrabberItemSune Vuorela2017-08-231-2/+1
* Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-151-1/+1
* QQuickTextInput: Allow going from an Acceptable to an Intermediate stateAndy Shaw2017-08-151-0/+5
* Fix ListView::StrictlyEnforceRange with resizing delegateMichael Brasser2017-08-093-1/+14
* QQuickTextInput: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-261-2/+2
* Fix QQuickFramebufferObject::Renderer::invalidateFramebufferObject()Wieland Hagen2017-07-251-8/+6
* Export QQuickWindowAttachedJ-P Nurmi2017-07-181-1/+2
* QQuickWindowQmlImpl: declare attached properties in the headerJ-P Nurmi2017-07-172-3/+4