aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Refactor compressed texture file readingEirik Aavitsland2018-01-279-188/+545
* Give Qt Quick Test its own documentation moduleMitch Curtis2018-01-261-1/+1
* Support masking of QQuickItemsPaolo Angelelli2018-01-255-3/+83
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-0/+3
|\
| * QQuickPointerHandler: add virtual onTargetChanged()Shawn Rutledge2018-01-122-0/+3
* | Add support for getting the flags from the original mouse eventAndy Shaw2018-01-184-6/+26
* | Add a speed property to AnimatedImageLouis du Verdier2018-01-164-1/+38
* | Add a feature Qt Quick RepeaterUlf Hermann2018-01-155-3/+28
* | Convert canvas2d methods to new calling conventionLars Knoll2018-01-121-457/+459
* | Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-102-2/+3
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-0915-72/+132
|\|
| * Prevent errors when unloading LoaderMichael Brasser2018-01-051-0/+12
| * Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Shawn Rutledge2018-01-0413-71/+119
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-0413-71/+119
| | |\
| | | * 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
| | | * 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
| | | | |\
| | | * | | 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
| * | | | Avoid setting DirtyOpacity flag if it has not been changedVaL Doroshchuk2017-12-201-1/+1
| |/ / /
* | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-0830-211/+815
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-2030-211/+815
| |\| | |
| | * | | fix bugs in native gesture event deliveryShawn Rutledge2017-12-112-4/+6
| | * | | TapHandler: emit canceled when a gesturePolicy constrait is violatedShawn Rutledge2017-12-111-0/+2
| | * | | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-082-12/+16
| | |\ \ \
| | | * | | never skip updating passive grabbers, or ungrab, on mouse releaseShawn Rutledge2017-11-231-8/+11
| | | * | | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-4/+5
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Fix crash when accessing pixmap on default QSGSoftwareInternalImageNodev5.9.3Allan Sandfeld Jensen2017-11-171-4/+5
| | * | | | Document when anchors.fill can and can not be usedJan Arve Saether2017-12-022-1/+98
| | * | | | Fix a bug with calculation of translation in DragHandlerJan Arve Sæther2017-11-241-3/+4
| | * | | | prepend PointerHandler children of Items so the last is visited firstShawn Rutledge2017-11-231-1/+1
| | * | | | PointHandler: fix and improve the docsShawn Rutledge2017-11-232-25/+131
| | |/ / /
| | * | | Fix outdated BSD license headerKai Koehne2017-11-157-14/+84
| | * | | add PointHandlerShawn Rutledge2017-11-154-0/+219
| | * | | a PointerHandler can veto overtaking of grab by an ItemShawn Rutledge2017-11-141-7/+7
| | * | | QQuickWindowPrivate::deliverToPassiveGrabbers: localize the eventShawn Rutledge2017-11-141-1/+3
| | * | | PointerHandler: add grabPermissions, enforce in setExclusiveGrabShawn Rutledge2017-11-144-19/+160
| | * | | Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-142-57/+46
| | * | | QQuickEventPoint: make ungrab/cancel notifications more consistentShawn Rutledge2017-11-141-14/+12
| | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-137-30/+61
| | |\ \ \ | | | | |/ | | | |/|
| | | * | 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