aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Don't warn "interleaved frame-sync and actual events" if DA is nullShawn Rutledge2021-06-181-1/+2
* Remove old configure-related filesJoerg Bornemann2021-06-171-203/+0
* Add missing palette property to QQuickWindowMitch Curtis2021-06-171-0/+3
* Doc: Fix more documentation issuesTopi Reinio2021-06-165-15/+16
* QQuickPaletteProviderPrivateBase: Do not use paletteData() directlyUlf Hermann2021-06-161-3/+3
* Avoid unnecessary palette allocationsVolker Hilsheimer2021-06-161-1/+1
* Don't deliver QDragEnterEvent to a drop area that is a child of the dragged itemVolker Hilsheimer2021-06-151-4/+11
* Enhance QQuickRenderControl docs regarding key eventsLaszlo Agocs2021-06-151-5/+15
* DropArea: Tell qdoc that DropArea indeed inherits ItemFabian Kosmale2021-06-141-0/+1
* Use Inactive color group in inactive windowsVolker Hilsheimer2021-06-113-3/+19
* doc: update the selection model snippetRichard Moe Gustavsen2021-06-102-11/+9
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-06-074-11/+11
* Add DragHandler.activeTranslation and persistentTranslationShawn Rutledge2021-06-043-14/+51
* Check for null pointer in QQuickPointerHandler::approveGrabTransition()Shawn Rutledge2021-06-041-2/+3
* Add support for hyperlinks in Text itemsJan Arve Sæther2021-06-046-8/+333
* StyledText: Support all HTML entitiesAlbert Astals Cid2021-06-042-13/+5
* Refactor and update qml CMake APICraig Scott2021-06-044-37/+91
* Allow pointer handlers to be added to QQuick3DModel objectsShawn Rutledge2021-06-036-29/+68
* QQuickItem: Make x/y/width/height bindableFabian Kosmale2021-06-033-42/+165
* a11y: make links have pressAction firstMorten Johan Sørvig2021-06-031-0/+1
* Selection support: make TableView selectableRichard Moe Gustavsen2021-06-032-1/+271
* Selection support: add private interface QQuickSelectableRichard Moe Gustavsen2021-06-032-0/+75
* Allow for accessing QQuickApplication via a singletonMaximilian Goldstein2021-06-031-1/+1
* Selection support: support setting a QItemSelectionModel on TableViewRichard Moe Gustavsen2021-06-024-5/+265
* Update sceneGrabPosition in MultiPointHandler's points, on grabShawn Rutledge2021-06-022-1/+8
* Doc: Fix documentation issuesTopi Reinio2021-06-021-3/+3
* Remove unused QQuickDragHandler::targetContainsCentroid()Shawn Rutledge2021-06-022-7/+0
* Implement accessibility for QQuickWidgetMorten Johan Sørvig2021-06-012-11/+20
* PointerHandler constructor: add to Item parent's list of handlersShawn Rutledge2021-06-011-6/+6
* TapHandler: don't emit tapped() if non-filtering grabber on releaseShawn Rutledge2021-05-311-1/+11
* Add placeholderText to SystemPalette and ColorGroupAndy Shaw2021-05-314-0/+44
* Use VK_LAYER_KHRONOS_validation when the debug layer is requestedLaszlo Agocs2021-05-281-14/+4
* Enable Vulkan 1.1 and 1.2 API in Qt Quick appsLaszlo Agocs2021-05-281-0/+25
* Support ' in styled textAlbert Astals Cid2021-05-282-1/+3
* Add the possibility of flipping vertically to ImageLaszlo Agocs2021-05-2710-34/+99
* Fix MSVC warning C4065Kai Köhne2021-05-271-5/+2
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-05-271-1/+15
* doc: Improve QQuickItem::ItemChangeData docsShawn Rutledge2021-05-261-5/+11
* PointerHandler constructor: add to Item parent's list of handlersShawn Rutledge2021-05-261-0/+7
* Add dynamically-created pointer handlers to parent's resourcesShawn Rutledge2021-05-261-2/+8
* Doc: Generate FolderListModel documentationTopi Reinio2021-05-261-1/+2
* Behavior: intercept bindingsFabian Kosmale2021-05-252-9/+150
* 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
* Give a warning when StyledText encounters a non supported entityAlbert Astals Cid2021-05-211-0/+4
* Document that StyledText also supports   and "Albert Astals Cid2021-05-211-1/+1
* Allow targeting a (GL) renderbuffer object with the QQuickWindowLaszlo Agocs2021-05-215-23/+106
* Fix compilation after 486b7a8f8a in qtbaseMichal Klocek2021-05-211-3/+6
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-05-201-8/+17
* Don't dereference node unless it is actually assignedVolker Hilsheimer2021-05-201-3/+2