aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Revert "qquickloader: Free memory of loaded components after source change"Maximilian Goldstein2020-10-301-13/+0
* qquickloader: Free memory of loaded components after source changeFabian Kosmale2020-10-211-0/+13
* Doc: mention that clipping can affect performance and link to pageMitch Curtis2020-10-191-0/+3
* QQuickShaderEffect: fix crash when hiding parentMitch Curtis2020-10-191-1/+5
* 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
* Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-311-15/+153
* 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
* 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
* QQuickItemView: refill itself before populate transitionWang Chuan2019-07-161-0/+3
* Fix static buildSimon Hausmann2019-07-121-2/+2
* Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-051-3/+7
* 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-176-17/+16
* 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
* 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
* 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-071-1/+7
* Improve Context2D's line dash-related documentationMitch Curtis2019-05-031-5/+7
* QQuickTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-021-0/+3
* Fix memory leak with QQuickEventPointJeremy Powell2019-04-241-22/+16
* Debug missing synth-mouse ID in hex, not decimalShawn Rutledge2019-04-171-1/+1
* Quick fix for not working input handling for eglfsMichal Klocek2019-04-151-0/+1
* QQuickWindow: Run render jobs when there is a render control in NoStageAndy Shaw2019-04-091-2/+10
* In response to touch cancel, don't just ungrab, send an ungrab eventShawn Rutledge2019-04-041-2/+2
* Fix incorrect PathView.currentIndex assignment with StrictlyEnforceRangeShawn Rutledge2019-03-271-4/+0
* Restore rich Text creation speedShawn Rutledge2019-03-261-1/+1
* Fix leaking of QML QQuickItemGrabResult objectsVal Doroshchuk2019-03-111-2/+4
* Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-041-0/+1
* Don't crash if the synth-mouse touchpoint is absent from a touch eventShawn Rutledge2019-03-041-12/+16
* QQuickFlickable: fix setContentX/setContentY comparing qrealYulong Bai2019-03-011-2/+2
* Text: render table cell backgrounds properlyShawn Rutledge2019-02-282-9/+13
* Doc: Fix link issuesNico Vertriest2019-02-281-7/+8
* Don't crash when passive grabber deleted before exclusive gr. releasedShawn Rutledge2019-02-261-2/+5