aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
* QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-021-1/+0
* 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
* Adjust import documentation to mention that versions are optionalFabian Kosmale2021-07-212-15/+24
* 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
* Add more links to QJSEngine's ownership documentationFabian Kosmale2021-06-171-1/+10
* Fix conversion of entries to be added to QVariantListsUlf Hermann2021-06-171-2/+4
* 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
* Document handling signals with parameters in QMLFabian Kosmale2021-05-281-1/+52
* Support ' in styled textAlbert Astals Cid2021-05-282-1/+3
* QV4StackFrame: Fix ubsan warningFabian Kosmale2021-05-281-1/+3
* Fix MSVC warning C4334Kai Köhne2021-05-281-1/+1
* 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
* Restrict types from unversioned imports only by major versionUlf Hermann2021-05-261-1/+1
* Add missing limits include to fix build with GCC 11Antonio Rojas2021-05-231-0/+1
* 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
* Add Q_ASSERT for _context pointer to pacify code checkerVolker Hilsheimer2021-05-201-2/+21
* Set a11y role for QQuickTextInput to EditableTextMorten Johan Sørvig2021-05-201-0/+2
* Switch from QFlatSet to QSet in particlesKaj Grönholm2021-05-194-161/+2
* Enhance approveGrabTransition log messageShawn Rutledge2021-05-141-2/+3
* QQmlListAccessor: Store integer if m_type is IntegerFabian Kosmale2021-05-141-0/+1
* 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