aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update layout when QQuickWidget changes sizePaul Olav Tvete2017-08-161-0/+1
* Mention the t (zone) format specifier for formatDateTimeEdward Welbourne2017-08-151-0/+2
* Remove hack to make QtC understand that typeof null is "object"Ulf Hermann2017-08-151-2/+0
* Add API to learn about QQmlBinding's dependenciesAnton Kreuzkamp2017-08-136-9/+57
* Doc: Fix PointerHandler QML docsTopi Reinio2017-08-113-40/+48
* Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-101-1/+1
* Initialize members in parserRobert Loehning2017-08-102-0/+2
* Nvpr renderer: Adapt QPen behavior when setting dashPatternBerthold Krevert2017-08-091-3/+16
* shapes: Remove unused signalLaszlo Agocs2017-08-091-1/+0
* Fix hardcoding font family before the font is loadedEskil Abrahamsen Blomfeldt2017-08-092-0/+10
* Merge "Merge branch 'wip/pointerhandler' into dev" into refs/staging/devShawn Rutledge2017-08-0934-266/+4038
|\
| * Merge branch 'wip/pointerhandler' into devShawn Rutledge2017-08-0834-266/+4038
| |\
| | * Fix some bugs related to child mouse filteringwip/pointerhandlerJan Arve Saether2017-08-082-5/+9
| | * Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-08133-2339/+3763
| | |\
| | * | Do not break qtlocation when integratingJan Arve Saether2017-07-131-0/+1
| | * | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-11196-1317/+8730
| | |\ \
| | * | | Do not crash on WindowsJan Arve Saether2017-06-233-3/+2
| | * | | PointerHandlers plugin: fix the build on iOSShawn Rutledge2017-05-301-1/+1
| | * | | Add tst_multipointtoucharea_interop autotestShawn Rutledge2017-05-271-1/+0
| | * | | Fix some problems with MouseDblClick handlingJan Arve Saether2017-05-264-3/+19
| | * | | Move properties into grouped "point" propertyJan Arve Saether2017-05-234-91/+109
| | * | | Change enum values to not start from 0Jan Arve Saether2017-05-221-7/+7
| | * | | Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-2210-53/+87
| | * | | TapHandler: don't give up passive grab on setPressed(false)Shawn Rutledge2017-05-151-5/+2
| | * | | Don't allow one handler to cancel another's grab, unless it is stealingShawn Rutledge2017-05-151-0/+3
| | * | | QQuickPointerEvent debug operator: don't crash if original event nullShawn Rutledge2017-05-111-1/+4
| | * | | QQuickPointerEvent debug operator: add timestampShawn Rutledge2017-05-111-1/+3
| | * | | Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-105-2/+17
| | * | | Only send filtered events to the parent of the receiverJan Arve Saether2017-05-081-0/+2
| | * | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-05-08248-734/+1645
| | |\ \ \
| | * | | | Add and use QQuickPointerSingleHandler::moveTarget()Shawn Rutledge2017-04-283-1/+9
| | * | | | QQPSingleHandler: accept only left mouse button by defaultShawn Rutledge2017-04-282-2/+1
| | * | | | TapHandler: CancelGrabPassive => setPressed(false)Shawn Rutledge2017-04-281-1/+1
| | * | | | DragHandler: allow parent to be different from targetShawn Rutledge2017-04-272-7/+34
| | * | | | Start over with event delivery when touchpoint presses occurShawn Rutledge2017-04-272-10/+29
| | * | | | QQPSingleHandler: store m_scenePressPos separatelyShawn Rutledge2017-04-272-1/+4
| | * | | | QQMultiPointerHandler: don't steal grab if keepMouseGrab/keepTouchGrabShawn Rutledge2017-04-273-6/+15
| | * | | | QQuickMultiPointerHandler::wantsPointerEvent ignores grabs on pressShawn Rutledge2017-04-271-6/+12
| | * | | | PointerHandler: add wants/declines logging to qt.quick.handler.dispatchShawn Rutledge2017-04-272-4/+5
| | * | | | Remove redundant entriesJan Arve Saether2017-04-251-8/+6
| | * | | | QQuickPointerDeviceHandler: add acceptedModifiersShawn Rutledge2017-04-252-1/+44
| | * | | | QQuickPointerSingleHandler: add setIgnoreAdditionalPointsShawn Rutledge2017-04-242-1/+10
| | * | | | DragHandler: onGrabChanged, enforceConstraintsShawn Rutledge2017-04-242-0/+7
| | * | | | QQPSingleHandler: don't accept a touchpoint other than the chosen oneShawn Rutledge2017-04-211-6/+9
| | * | | | TapHandler: do not react to stationary touchpointsShawn Rutledge2017-04-212-3/+9
| | * | | | QQPSingleHandler: verify wantsEventPoint() even when pointId is chosenShawn Rutledge2017-04-211-4/+3
| | * | | | TapHandler: don't "want" every updated/stationary pointShawn Rutledge2017-04-211-1/+1
| | * | | | TapHandler:wants: don't setPressed(false) unless pointId matchesShawn Rutledge2017-04-211-1/+1
| | * | | | QQuickPointerTouchEvent::reset(): preserve reordered touchpoints betterShawn Rutledge2017-04-202-15/+31
| | * | | | QQuickEventPoint: always inform grabberItem on touch grab cancelShawn Rutledge2017-04-201-0/+2