aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pointer manual test: add svg to the .proShawn Rutledge2017-11-291-1/+1
* add mouse feedback to PointerHandlers manual testShawn Rutledge2017-11-243-0/+82
* add touchpoint feedback to PointerHandlers manual testShawn Rutledge2017-11-244-0/+91
* 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-234-6/+87
* give the joystick manual test a "case"Shawn Rutledge2017-11-233-28/+42
* PointHandler: fix and improve the docsShawn Rutledge2017-11-232-25/+131
* Fix outdated FDL license headerKai Koehne2017-11-151-4/+4
* Fix outdated BSD license headerKai Koehne2017-11-1550-1146/+744
* add PointHandlerShawn Rutledge2017-11-154-0/+219
* a PointerHandler can veto overtaking of grab by an ItemShawn Rutledge2017-11-141-7/+7
* pinchHandler manual test: more PinchHandlers; TapHandler for z-orderShawn Rutledge2017-11-141-58/+101
* QQuickWindowPrivate::deliverToPassiveGrabbers: localize the eventShawn Rutledge2017-11-141-1/+3
* Add a manual test quickwidgetviewerFriedemann Kleint2017-11-142-0/+95
* PointerHandler: add grabPermissions, enforce in setExclusiveGrabShawn Rutledge2017-11-144-19/+160
* Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-145-96/+111
* blacklist tst_QQuickFramebufferObject::testInvalidate on macOSShawn Rutledge2017-11-141-0/+3
* QQuickEventPoint: make ungrab/cancel notifications more consistentShawn Rutledge2017-11-142-22/+20
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-11-1319-48/+214
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-1319-48/+214
| |\
| | * Make sure we remove stopped animators from the list of rootsGunnar Sletta2017-11-101-1/+3
| | * Blacklist tst_qquickwidget::enterLeave() on MacJ-P Nurmi2017-11-091-0/+2
| | * Make tst_qquickframebufferobject pass on macOSJ-P Nurmi2017-11-091-2/+4
| | * Fix tests/auto/quick/quick.proJ-P Nurmi2017-11-091-1/+1
| | * Fix tst_qquickshadereffectJ-P Nurmi2017-11-092-5/+5
| | * docs and example: clarify the usage of Flickable contentX/contentYShawn Rutledge2017-11-082-3/+17
| | * stabilize and optimize tst_QQuickListView::QTBUG_34576_velocityZeroShawn Rutledge2017-11-081-8/+9
| | * Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-073-11/+91
| | * QQuickWindow: cleanup pointer event instancesJ-P Nurmi2017-11-071-0/+2
| | * Never create pointer events from mouseGrabberItem()Jan Arve Saether2017-11-072-15/+24
| | * QQuickWidget: pass enter and leave events to the offscreen windowAndy Shaw2017-11-063-0/+46
| | * Fix coverity reported warningLars Knoll2017-11-061-1/+1
| | * Prevent the QML engine from registering circular dependenciesErik Verbruggen2017-11-062-1/+10
* | | Doc: Update the list of highlighted examplesTopi Reinio2017-11-131-0/+2
|/ /
* | Remove deprecated grabber()Jan Arve Sæther2017-11-081-1/+0
* | Check for duplication with url rather than uriMichael Brasser2017-11-081-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-0624-86/+759
|\|
| * QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-052-12/+49
| * Clean up handling of opaqueness in the SW rendererLars Knoll2017-11-032-26/+15
| * Mark layers in the SW rasterizer as opaque if possibleLars Knoll2017-11-034-10/+22
| * stabilize tst_QQuickListView::incrementalModelShawn Rutledge2017-11-031-9/+4
| * Add benchmark for event deliveryFrederik Gladhorn2017-11-036-1/+255
| * Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-034-5/+156
| * QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-033-4/+45
| * ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-033-1/+60
| * QQuickFlickable: Use QQuickItem::setSize() in resizeContent()Alexandr Akulich2017-11-032-17/+25
| * QQuickItemView: avoid wrong repositioning of removed itemsAlberto Mardegan2017-11-033-2/+128
| * Mark pixmaps without alpha channel as opaque in the SW rendererLars Knoll2017-10-302-3/+2
| * Fix crash with dangling context object pointersAndy Shaw2017-10-261-0/+2
* | testlib: add key sequence functionLiang Qi2017-11-037-3/+115