aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* doc: Mark KeyNavigation's properties as attachedIvan Tkachenko2021-08-161-7/+7
* Doc: fix AnchorChanges typoJeremy Katz2021-08-131-1/+1
* Mark QQuickColorGroup as \internal in the documentationVolker Hilsheimer2021-08-121-0/+2
* doc: Add a TapHandler button snippetShawn Rutledge2021-08-062-0/+82
* doc: Improve the Input Handlers index pageShawn Rutledge2021-08-063-17/+133
* Sync shadereffect materialType cleanup between renderloopsLaszlo Agocs2021-08-022-8/+8
* Fix QQuickPaintedItem performance and memory usageLaszlo Agocs2021-07-301-7/+5
* Doc: add example snippets for containmentMaskMitch Curtis2021-07-275-4/+171
* Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-232-5/+5
* Update QQuickImage's DPR if re-loading the image didn'tVolker Hilsheimer2021-07-231-2/+6
* Avoid infinite loop in designer supportThomas Hartmann2021-07-222-7/+20
* Handle QScreen::physicalDotsPerInchChanged changes for the initial screenVolker Hilsheimer2021-07-211-3/+9
* doc: Improve QQuickItem::containmentMask() docsShawn Rutledge2021-07-141-9/+35
* When setting the line dash to be an empty array reset the style to SolidAndy Shaw2021-07-141-1/+4
* TextEdit: ignore all key release eventsVolker Hilsheimer2021-07-141-5/+1
* doc: Remove bogus PinchHandler.minimumTouchPoints prop; improve actualShawn Rutledge2021-07-091-12/+12
* Send hover events with correct scene and global positionsShawn Rutledge2021-07-061-3/+7
* QQDeliveryAgent: keep lastMousePosition updated during draggingShawn Rutledge2021-07-061-4/+4
* Fix QtQtuickImage docs: correct properties' signaturesIvan Tkachenko2021-07-021-2/+4
* crash fix - avoid wrong gcc optimizationTim Jenssen2021-07-022-9/+8
* Doc: Include the Qt.labs submodules in the sourcedirs listVenugopal Shivashankar2021-06-231-2/+1
* Enhance QQuickRenderControl docs regarding key eventsLaszlo Agocs2021-06-151-5/+15
* DropArea: Tell qdoc that DropArea indeed inherits ItemFabian Kosmale2021-06-141-0/+1
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-06-011-8/+17
* Support ' in styled textAlbert Astals Cid2021-05-282-1/+3
* Fix MSVC warning C4065Kai Köhne2021-05-271-5/+2
* Keep DragHandler active while dragging even if other event happensFabian Kosmale2021-05-271-1/+10
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-05-271-1/+15
* Doc: Generate FolderListModel documentationTopi Reinio2021-05-261-1/+2
* Give a warning when StyledText encounters a non supported entityAlbert Astals Cid2021-05-211-0/+4
* Doc: Window can be imported with import QtQuick nowMitch Curtis2021-05-211-3/+3
* Remove unplugged device in knownPointingDevices listSiyeon Seo2021-05-211-0/+2
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-211-57/+54
* Don't dereference node unless it is actually assignedVolker Hilsheimer2021-05-201-3/+2
* Set a11y role for QQuickTextInput to EditableTextMorten Johan Sørvig2021-05-201-0/+2
* Enhance approveGrabTransition log messageShawn Rutledge2021-05-141-2/+3
* 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-121-1/+6
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-111-1/+4
* Use QQDeliveryAgent::sceneTransform, if set, in QQuickItem::mapFromGlobalShawn Rutledge2021-05-075-3/+44
* TextEdit: update all glyphnodes on QTD::contentsChanged() signalShawn Rutledge2021-05-071-0/+8
* qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-061-30/+48
* DragHandler: don't try to handle native gesture eventsShawn Rutledge2021-05-052-0/+14
* Store memory of grabbing agents in EventPointDataShawn Rutledge2021-05-054-132/+163
* Avoid stale QSGTexture pointer accessesRomain Pokrzywka2021-05-051-1/+3
* Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-051-1/+7
* ShaderEffect docs: Clarify vertex output/input naming requirementsLaszlo Agocs2021-05-031-2/+21
* Doc: Add a link to the page where the backends are listedVenugopal Shivashankar2021-05-031-1/+3
* QQuickDeliveryAgent::event(): handle tablet events explicitlyShawn Rutledge2021-04-281-0/+7
* Restore scene position after changing it during deliveryShawn Rutledge2021-04-271-0/+7