aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when QSGTexture is deleted in rc->endSync()VaL Doroshchuk2020-08-071-1/+9
* qquickitemgrabresult: Check effective window for visibilityKai Uwe Broulik2020-06-021-1/+6
* Improve polish loop detection and diagnosticsJan Arve Sæther2020-05-261-7/+83
* Fix handling of QQuickViewPrivate::rootUlf Hermann2020-05-252-23/+33
* Ask rendering thread to release resources when window is closedDamien Caliste2020-04-301-0/+8
* Fix QQuickMouseArea getting stuck in pressed state when hiding in pressFrederik Gladhorn2020-04-021-0/+6
* Check that animation still existsFabian Kosmale2020-04-021-1/+1
* Fix signal emission order for zero-duration animationsJan Arve Saether2020-04-021-8/+12
* Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-311-15/+153
* Remove shadereffect dependency from shapesKarim Pinter2020-01-231-1/+1
* QQuickBehavior: Check that animation is not semi-deletedFabian Kosmale2019-12-111-1/+1
* TapHandler: don't reject stationary touchpointsShawn Rutledge2019-12-091-5/+4
* MouseArea: react to touch ungrabShawn Rutledge2019-12-052-0/+7
* MultiPointTouchArea: stop ignoring Qt-synthesized mouse eventsShawn Rutledge2019-11-262-21/+31
* Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-11-041-4/+13
* Handle "interesting" stationary touchpoints as if they movedShawn Rutledge2019-10-102-2/+9
* PathView: reduce velocity by linear decay model if release is delayedShawn Rutledge2019-09-252-1/+15
* PathView: grab mouse on press if already movingShawn Rutledge2019-09-251-3/+4
* QQuickTextNodeEngine: don't create background when its alpha is 0Wang Chuan2019-08-291-2/+2
* Fix build with -no-feature-quick-spriteJohan Klokkhammer Helsing2019-08-271-0/+2
* Add missing HoverHandler docsShawn Rutledge2019-08-261-3/+21
* doc: Clarify that the delegate populate transition doesn't always runShawn Rutledge2019-08-122-2/+45
* Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-301-1/+1
* Support text color for color fontsEskil Abrahamsen Blomfeldt2019-07-193-9/+30
* QQuickItemView: refill itself before populate transitionWang Chuan2019-07-161-0/+3
* Fix static buildSimon Hausmann2019-07-121-2/+2
* Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-053-3/+7
* TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-052-19/+5
* Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-051-3/+7
* Fix distance field cache growing outside limitEskil Abrahamsen Blomfeldt2019-07-042-21/+26
* Fix possible crash when distance field cache spans multiple texturesEskil Abrahamsen Blomfeldt2019-07-041-1/+1
* Fix read access violation when using KeyNavigation attached propertyTom Scheler2019-07-021-6/+7
* Fix: ListView footer positioned wrong after last item removedEirik Aavitsland2019-06-281-1/+7
* QQuickItemView: fix crash while doing fast flicking in transitionsYulong Bai2019-06-262-8/+14
* Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-178-20/+22
* Software Adaptation: Invalidate on dpr changeMorten Johan Sørvig2019-06-174-6/+9
* Fix graphical artifacts after changing only textureAllan Sandfeld Jensen2019-06-132-0/+5
* Avoid assertion when having a ShaderEffect as a delegateJan Arve Sæther2019-05-211-0/+2
* QQuickTextControl: Fix Qt::ImAbsolutePosition queryVova Mshanetskiy2019-05-241-1/+1
* Doc: Fix incorrect snippet in Repeater QML type documentationTopi Reinio2019-01-231-4/+5
* Doc - minor cleanupKavindra Palaraja2019-05-211-307/+281
* Fix leaking scene graph rendering contextsSimon Hausmann2019-03-152-2/+11
* Fix assert in QSGBasicInternalImageNode::updateGeometryAllan Sandfeld Jensen2019-05-161-2/+2
* Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-152-16/+29
* TextEdit: use I-beam cursor by default, pointing cursor for linksShawn Rutledge2019-05-153-1/+20
* Document TapHandler.tapped and [single|double]Tapped eventPoint argumentShawn Rutledge2019-05-092-6/+85
* Don't overwrite states if role is assigned after a stateJan Arve Sæther2019-05-092-35/+46
* Accessibility: Make sure StaticText is marked read-onlyFrederik Gladhorn2019-05-073-1/+24
* Improve Context2D's line dash-related documentationMitch Curtis2019-05-031-5/+7
* QQuickTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-021-0/+3