aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change a Qt 6 note to Qt 7Laszlo Agocs2021-08-021-1/+1
* Handle QScreen::physicalDotsPerInchChanged changes for the initial screenVolker Hilsheimer2021-07-201-3/+9
* Propagate LocaleChange events down the item treeVolker Hilsheimer2021-07-131-0/+1
* Use Inactive color group in inactive windowsVolker Hilsheimer2021-06-111-0/+4
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-06-071-1/+1
* Doc: Window can be imported with import QtQuick nowMitch Curtis2021-05-211-3/+3
* Allow targeting a (GL) renderbuffer object with the QQuickWindowLaszlo Agocs2021-05-211-0/+2
* Don't stop delivering to subscene deliveryagents after point acceptedShawn Rutledge2021-05-121-2/+0
* Don't add the same point twice when splitting touch events by subsceneShawn Rutledge2021-05-111-1/+6
* Store memory of grabbing agents in EventPointDataShawn Rutledge2021-05-051-48/+96
* Doc: Add a link to the page where the backends are listedVenugopal Shivashankar2021-05-031-1/+3
* QQuickWindow::grab for protected contentElvis Lee2021-05-031-0/+61
* Clear passive grabbers on press in QQWindow not in DeliveryAgentShawn Rutledge2021-04-191-3/+12
* Doc: Use \qmldefault instead of \defaultPaul Wicking2021-03-241-1/+1
* Clean up QSGRhiSupport wrt static functionsLaszlo Agocs2021-03-191-1/+1
* Add assertions and checks on QQWinPriv::deliveryAgentPrivate()Shawn Rutledge2021-03-191-23/+55
* QQuickWindow: don't leak old screenChanged connectionsAndreas Hartmetz2021-03-101-4/+3
* Fix click-to-focus in items within subscenes; improve loggingShawn Rutledge2021-03-021-1/+1
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-89/+170
* Complete splitting of delivery logic qqwindow.cpp -> deliveryagent.cppwip/qquickdeliveryagentShawn Rutledge2021-02-171-11/+0
* Remove code from qqwindow.cpp to be split into qqdeliveryagent.cppShawn Rutledge2021-02-171-1956/+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