aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickhoverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-111-2/+17
* Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-0/+51
* HoverHandler: handle all device types; hovered=false on touch releasev5.14.0-alpha1Shawn Rutledge2019-09-191-5/+6
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-281-3/+21
|\
| * Add missing HoverHandler docsShawn Rutledge2019-08-261-3/+21
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-0/+3
|\|
| * Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-051-0/+3
|/
* Doc: Fix QDoc warningsPaul Wicking2018-10-011-1/+1
* Fix potential nullptr-derefErik Verbruggen2018-09-131-2/+2
* HoverHandler: stop handling any points outside the parent ItemShawn Rutledge2018-08-171-1/+1
* Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-271-2/+1
* Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-261-1/+1
* Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-281-0/+107