aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-0470-2651/+1927
* 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
* Set index to QQmlJSMetaProperty when traversing QQmlJS::ASTAndrei Golubev2021-06-031-0/+2
* Pass property index from MOC to QQmlJSMetaPropertyAndrei Golubev2021-06-034-2/+14
* Support binding creation from QMetaType of propertyAndrei Golubev2021-06-034-5/+37
* 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
* qmllint: Speed up looking for builtinsMaximilian Goldstein2021-06-031-5/+11
* qmllint: Add ability to ignore individual warningsMaximilian Goldstein2021-06-032-0/+10
* Add QML_EXTRA_VERSION for adding extra QML versionsFabian Kosmale2021-06-024-6/+39
* Reject overrides of final properties (and potentially methods)Ulf Hermann2021-06-025-31/+85
* Do QMetaType-style call in QQmlPropertyBinding::evaluateUlf Hermann2021-06-025-30/+82
* Selection support: support setting a QItemSelectionModel on TableViewRichard Moe Gustavsen2021-06-024-5/+265
* Allow value type conversion in metaTypeFromJSUlf Hermann2021-06-021-3/+7
* Update sceneGrabPosition in MultiPointHandler's points, on grabShawn Rutledge2021-06-022-1/+8
* Make QaccessibleQuickWidget private APIFabian Kosmale2021-06-024-3/+14
* Avoid some metatype/id ping pongUlf Hermann2021-06-021-3/+3
* Doc: Fix documentation issuesTopi Reinio2021-06-025-25/+11
* Remove unused QQuickDragHandler::targetContainsCentroid()Shawn Rutledge2021-06-022-7/+0
* Export registration functionFabian Kosmale2021-06-011-1/+1
* Implement accessibility for QQuickWidgetMorten Johan Sørvig2021-06-019-18/+371
* 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
* qmldom: improve PathFawzi Mohamed2021-05-312-44/+133
* qmldom: ignore semicolonToken in ast dump with SloppyCompareFawzi Mohamed2021-05-312-33/+58
* Add placeholderText to SystemPalette and ColorGroupAndy Shaw2021-05-314-0/+44
* Document handling signals with parameters in QMLFabian Kosmale2021-05-281-1/+52
* QV4StackFrame: Fix ubsan warningFabian Kosmale2021-05-281-1/+3
* 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
* Fix MSVC warning C4334Kai Köhne2021-05-281-1/+1
* Support ' in styled textAlbert Astals Cid2021-05-282-1/+3
* Fix build without library configurationJanne Koskinen2021-05-281-1/+3
* Clarify ambiguous Object to be one under V4Janne Koskinen2021-05-281-1/+1
* Add the possibility of flipping vertically to ImageLaszlo Agocs2021-05-2710-34/+99
* Fix type to be correct in calling Q_ALLOCA_DECLAREJanne Koskinen2021-05-271-1/+1
* CMake: Display note about missing Qt Quick support when qsb is missingAlexandru Croitor2021-05-271-0/+7
* Fix MSVC warning C4065Kai Köhne2021-05-271-5/+2
* qmllint: Add support for loading options from settingsMaximilian Goldstein2021-05-272-18/+27
* Add NOTIFY method to QQmlJSMetaPropertyAndrei Golubev2021-05-272-1/+7
* Propagate NOTIFY from moc output to qmltypesAndrei Golubev2021-05-272-0/+4
* 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