aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Fix more documentation issuesTopi Reinio2021-06-165-15/+16
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-161-3/+3
* QQuickPaletteProviderPrivateBase: Do not use paletteData() directlyUlf Hermann2021-06-161-3/+3
* Avoid unnecessary palette allocationsVolker Hilsheimer2021-06-163-1/+77
* Allow AOT functions to signal an undefined result via the contextUlf Hermann2021-06-165-2/+17
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-161-3/+3
* Add active/inactive transition to color group testVolker Hilsheimer2021-06-161-0/+10
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-161-3/+3
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-151-3/+3
* Make tst_qquickshadereffect::testConnection() more robustEskil Abrahamsen Blomfeldt2021-06-151-2/+9
* 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-115-3/+97
* qmlcompiler: Process properties only once parsing is completedMaximilian Goldstein2021-06-115-95/+186
* Update dependencies on '6.2' in qt/qtdeclarativeDaniel Smith2021-06-111-3/+3
* Rename QmlDevTools to QmlDevToolsPrivateAlexey Edelev2021-06-101-9/+9
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-107-17/+17
* doc: update the selection model snippetRichard Moe Gustavsen2021-06-102-11/+9
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-101-3/+3
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-091-3/+3
* Pass the --resource argument to qmlcachegenCraig Scott2021-06-091-2/+13
* qmllint: Move a lot of warning logic to qmlcompilerMaximilian Goldstein2021-06-097-622/+611
* Add missing Quick autotests to CMakeListsLaszlo Agocs2021-06-084-15/+26
* Allow property observers on readonly propertiesUlf Hermann2021-06-086-13/+58
* 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-083-9/+155
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-0812-18/+18
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-06-071-3/+3
* 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
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-06-051-3/+3
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-06-051-3/+3
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-06-051-3/+3
* qmlformat: use QmlDomFawzi Mohamed2021-06-0530-2579/+371
* qmldom: writeOut, write reformatted QmlFawzi Mohamed2021-06-0545-41/+4384
* qmldom: compare and dump to file, domtoolFawzi Mohamed2021-06-0519-1/+1489
* qmldom: representation and load of Qml FilesFawzi Mohamed2021-06-0534-2002/+13290
* Check for nullptr in QQuickWidgetPrivate::render()Shawn Rutledge2021-06-041-1/+2
* Add DragHandler.activeTranslation and persistentTranslationShawn Rutledge2021-06-047-37/+136
* 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-048-9/+369