aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-172-2/+5
|\
| * QQuickItemView: refill itself before populate transitionWang Chuan2019-07-161-0/+3
| * Fix static buildSimon Hausmann2019-07-121-2/+2
* | doc: Update the diagram to mention the correct beforeSynchronizing() signalKavindra Palaraja2019-07-176-2/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-126-25/+19
|\|
| * 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
* | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
* | Doc: Replace old link with an existing featureKavindra Palaraja2019-07-081-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-052-22/+27
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-6/+7
|\|
| * Fix read access violation when using KeyNavigation attached propertyTom Scheler2019-07-021-6/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-282-9/+21
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-1914-26/+36
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-131-0/+2
|\|
| * Avoid assertion when having a ShaderEffect as a delegateJan Arve Sæther2019-05-211-0/+2
* | Fix heap-use-after-free with QQuickListViewAllan Sandfeld Jensen2019-06-044-19/+26
* | QQuickTableView: Don't try to forceLayout with no columnsDavid Edmundson2019-06-051-0/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-022-5/+6
|\|
| * QQuickTextControl: Fix Qt::ImAbsolutePosition queryVova Mshanetskiy2019-05-241-1/+1
| * Doc: Fix incorrect snippet in Repeater QML type documentationTopi Reinio2019-01-231-4/+5
* | Fix mistakes in 9b36512b9453f429644b0c388d381f7a2fc0f825Allan Sandfeld Jensen2019-05-286-6/+22
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-264-311/+294
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-169-58/+180
|\|
| * 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
* | Avoid illegal downcasts in texture and shader handlingAllan Sandfeld Jensen2019-05-157-14/+14
* | Fix illegal downcast in QQuickStateGroup destructionAllan Sandfeld Jensen2019-05-131-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-085-6/+34
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-011-2/+2
|\|
| * PinchHandler: change qCInfo to qCDebugShawn Rutledge2019-04-291-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-271-6/+7
|\|
| * MultiPointHandler: eliminate "no points" warning with native gesturesShawn Rutledge2019-04-261-6/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-251-22/+16
|\|