aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix click-to-focus in items within subscenes; improve loggingShawn Rutledge2021-03-041-1/+1
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-251-89/+170
* Split event delivery code from qqwindow into qqdeliveryagent.cppShawn Rutledge2021-02-251-1967/+12
* Rename DBG_* logging categories in Qt QuickShawn Rutledge2021-02-151-45/+45
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-01-261-3/+3
* Ensure we cancel touchMouseSynthesis upon receiving touchCancelRichard Moe Gustavsen2021-01-201-1/+1
* Update hovered on disabled QQuickItemsAllan Sandfeld Jensen2021-01-181-1/+3
* Enable importing OpenGL textures for the GL_TEXTURE_EXTERNAL_OES targetLaszlo Agocs2021-01-141-2/+3
* Empty the ShaderEffect content cache on releaseResourcesLaszlo Agocs2020-11-241-0/+7
* Purge renderpass refs from renderer when redirecting via QRhiRtLaszlo Agocs2020-11-241-7/+8
* Remove unnecessary static_castVolker Hilsheimer2020-11-241-1/+1
* Don't deliver to non-grabbing pointerhandlers if a point is grabbedShawn Rutledge2020-11-231-2/+4
* Fix tst_QQuickMouseArea::notPressedAfterStolenGrab againShawn Rutledge2020-11-191-2/+13
* Remove QQuickItem::windowDeactivateEvent(); cancel grabs insteadShawn Rutledge2020-11-191-3/+37
* Use QMutableSinglePointEvent's new default constructorVolker Hilsheimer2020-11-191-6/+6
* Stop ungrabbing due to FocusAboutToChangeShawn Rutledge2020-11-181-2/+0
* Use QMutable*Event classes to copy and synthesize eventsVolker Hilsheimer2020-11-181-25/+23
* When Flickable filters UngrabMouse, react as if it was ungrabbed itselfShawn Rutledge2020-11-171-1/+1
* Avoid calling QQuickItemPrivate's methods if QQIP is incompleteFabian Kosmale2020-11-171-0/+10
* Don't synthesize mouse from touch for items that accept touchShawn Rutledge2020-11-171-11/+14
* QQuickWindow: better hover debug, and a reminderShawn Rutledge2020-11-131-1/+7
* Fix QQWinPriv::deliverSinglePointEventUntilAccepted for wheel, gesturesShawn Rutledge2020-11-121-0/+1
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-111-19/+47
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-3/+3
* QQuickWindow: Check if QQuickItem was not deletedBartlomiej Moskal2020-11-091-0/+8
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-1/+2
* Remove unnecessary casts in QQWinPrivate::sendFilteredPointerEventImpl()Shawn Rutledge2020-10-301-8/+6
* Fix tst_QQuickMultiPointTouchArea::inMouseAreaShawn Rutledge2020-10-291-1/+1
* Don't send an item a mouse release with a button that it doesn't acceptShawn Rutledge2020-10-291-18/+21
* Accept a mouse event's point if event is accepted after visiting itemShawn Rutledge2020-10-291-0/+1
* Fix tst_PointerHandlers::touchEventDeliveryShawn Rutledge2020-10-271-2/+2
* Deal with QEvent::setAccepted() calling QEventPoint::setAccepted()Shawn Rutledge2020-10-271-11/+4
* QQuickWindow: Change 0 to nullptr for removeAllv6.0.0-beta2Fabian Kosmale2020-10-211-1/+1
* Adapt to platform API renameTor Arne Vestbø2020-10-091-2/+2
* Prevent touch->mouse synth from altering the localized touchpointShawn Rutledge2020-10-081-2/+3
* Remove special case for double-clickShawn Rutledge2020-10-061-1/+1
* Fix compiler warningPaul Olav Tvete2020-10-051-1/+1
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-261-30/+41
* Remove redundant definition of QMutableTouchEvent::addPointShawn Rutledge2020-09-181-12/+0
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-602/+402
* Remove the pointId += deviceId << 24 hackShawn Rutledge2020-09-181-4/+0
* Adapt to QEventPoint changesFawzi Mohamed2020-09-181-19/+19
* QQuickWindow: Consider z-order of children when delivering pointer eventsYoungSun Park2020-09-151-14/+22
* webOS: Allow to have activeFocus for each windowElvis Lee2020-09-141-1/+25
* Fix up beforeSynchronizing signal docsLaszlo Agocs2020-09-091-0/+6
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-301-6/+6
* Remove deprecated QQuickWindow::sendEventFabian Kosmale2020-08-261-56/+0
* Follow API changes in QQuickWindow docsLaszlo Agocs2020-08-131-2/+2
* Add type safe native texture accessorsLaszlo Agocs2020-08-031-75/+18
* Remove the pointId += deviceId << 24 hack from translateTouchEvent()Shawn Rutledge2020-07-301-8/+3