aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix AOT-lookup of values in value typesUlf Hermann2021-06-141-2/+2
* Handle AOT functions returning QVariant in bindingsUlf Hermann2021-06-141-7/+16
* DropArea: Tell qdoc that DropArea indeed inherits ItemFabian Kosmale2021-06-141-0/+1
* Handle half-deleted scope objects in AOT lookupsUlf Hermann2021-06-141-4/+9
* Handle objects without QQmlData and objects being deleted in AOT lookupsUlf Hermann2021-06-121-16/+81
* Use Inactive color group in inactive windowsVolker Hilsheimer2021-06-113-3/+19
* qmlcompiler: Process properties only once parsing is completedMaximilian Goldstein2021-06-112-94/+166
* Rename QmlDevTools to QmlDevToolsPrivateAlexey Edelev2021-06-101-9/+9
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-106-16/+16
* doc: update the selection model snippetRichard Moe Gustavsen2021-06-102-11/+9
* Pass the --resource argument to qmlcachegenCraig Scott2021-06-091-2/+13
* qmllint: Move a lot of warning logic to qmlcompilerMaximilian Goldstein2021-06-093-26/+529
* Allow property observers on readonly propertiesUlf Hermann2021-06-083-13/+27
* Remove pointless evaluate() methodUlf Hermann2021-06-082-25/+1
* Fix invocation of qmlcachegenUlf Hermann2021-06-081-3/+3
* qmltyperegistrar: Do not generate namespace metatypes for non-namespacesUlf Hermann2021-06-081-9/+40
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-0812-18/+18
* QQmlJSScope: add method to query the owner of the propertyAndrei Golubev2021-06-072-5/+56
* QQmlBinding: provide setTarget overload without QQmlPropertyDataAndrei Golubev2021-06-072-3/+8
* Don't allocate QStringList to compare first elementFabian Kosmale2021-06-071-1/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-06-074-11/+11
* qmldom: writeOut, write reformatted QmlFawzi Mohamed2021-06-0519-40/+3372
* qmldom: compare and dump to file, domtoolFawzi Mohamed2021-06-059-0/+1014
* qmldom: representation and load of Qml FilesFawzi Mohamed2021-06-0525-1850/+12584
* Check for nullptr in QQuickWidgetPrivate::render()Shawn Rutledge2021-06-041-1/+2
* Add DragHandler.activeTranslation and persistentTranslationShawn Rutledge2021-06-043-14/+51
* Check for null pointer in QQuickPointerHandler::approveGrabTransition()Shawn Rutledge2021-06-041-2/+3
* CMake: Allow using existing backing target for a new qml moduleAlexandru Croitor2021-06-041-19/+34
* 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