aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickhandlersmodule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-171-108/+0
* Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-281-0/+2
* add PointHandlerShawn Rutledge2017-11-151-0/+2
* Register uncreateable types PointerHandler, EventPoint, EventTouchPointShawn Rutledge2017-09-201-1/+6
* Do not crash on WindowsJan Arve Saether2017-06-231-0/+1
* Introduce TapHandlerShawn Rutledge2017-02-081-1/+3
* Don't assume that target is the parent itemJan Arve Saether2016-12-291-3/+3
* more renaming QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-271-3/+3
* Introduce PinchHandlerShawn Rutledge2016-09-011-0/+2
* Introduce DragHandlerShawn Rutledge2016-08-261-0/+4
* Introduce QQuickPointerHandler: base class for nested event handlersShawn Rutledge2016-08-151-0/+90