aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* manual tests, abstracttablemodel: add SelectionRectangleRichard Moe Gustavsen2021-08-251-32/+46
* Clean up arguments qt6_import_qml_plugins() passes to qmlimportscannerCraig Scott2021-08-251-10/+5
* Document that AUTOMOC should be enabled for qt_add_qml_module() targetCraig Scott2021-08-251-0/+8
* CMake: Fix tooling_imports test to pass with a static Qt buildAlexandru Croitor2021-08-251-1/+1
* CMake: Be more specific about backing target linkage for a qml pluginAlexandru Croitor2021-08-251-1/+3
* Doc: Include the Qt.labs submodules in the sourcedirs listVenugopal Shivashankar2021-08-251-2/+1
* Make qt6_qml_type_registration() internalCraig Scott2021-08-2510-17/+23
* DefaultGroupBox: don't assign anything to a delegates x and y, but use insetsRichard Moe Gustavsen2021-08-251-2/+3
* Make sure implicitWidth/Height is valid when component is completedJan Arve Sæther2021-08-251-0/+1
* Respect plugin output name when applying Android-specific prefixesAlexey Edelev2021-08-251-10/+18
* Doc: remove \qmldefault from ButtonGroup::buttonsMitch Curtis2021-08-251-1/+0
* Use add_shaders with CMake in some examplesLaszlo Agocs2021-08-255-111/+41
* Port leftover effects in some of the examplesLaszlo Agocs2021-08-2510-26/+67
* Update quick examples to new QML CMake APICraig Scott2021-08-2520-485/+166
* Update qml examples for improved target path handlingCraig Scott2021-08-2532-416/+121
* Fix importing of QML modules in AndroidAlexey Edelev2021-08-241-13/+15
* Fix some qmllint warningsMitch Curtis2021-08-2438-63/+120
* docs/qtquick-tool-qmllint: Describe disabling warnings via commentsMaximilian Goldstein2021-08-241-0/+41
* Disallow alias property and normal property having the same nameFabian Kosmale2021-08-244-1/+49
* Document Application singletonFabian Kosmale2021-08-242-123/+169
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-08-241-4/+4
* Handle redirected rendering better in stylesLaszlo Agocs2021-08-235-7/+68
* Fix copy-paste error in tst_qquickimaginestyleMitch Curtis2021-08-231-1/+1
* qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-233-6/+10
* Native styles: always draw button text using palette.buttonText colorRichard Moe Gustavsen2021-08-231-4/+2
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-08-211-4/+4
* Document that clearComponentCache() does not clear existing objectsUlf Hermann2021-08-201-0/+10
* Allow QML plugin's CMake target name to be specified for qmldir fileCraig Scott2021-08-2024-52/+181
* Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-203-1/+223
* docs, styling: document that the native styles are not suitable for customiza...Richard Moe Gustavsen2021-08-202-12/+32
* doc/interactqmlfromcpp: Add recommended way to do C++ / QML interactionMaximilian Goldstein2021-08-201-0/+82
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-08-201-4/+4
* Include <limits> in Yarr.h to fix build with GCC 11Dmitry Shachnev2021-08-191-0/+1
* Support QtQuick3D module for IntegrityTatiana Borisova2021-08-191-1/+1
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-08-191-4/+4
* Allow import of modules with only C++ types built into the binaryUlf Hermann2021-08-198-2/+181
* builtins.qmltypes: Add QByteArrayMaximilian Goldstein2021-08-191-0/+5
* Resolve enums before types when importing qmltypesAndrei Golubev2021-08-194-70/+139
* qmlcompiler: handle script bindings on grouped/attached propertiesAndrei Golubev2021-08-1910-39/+118
* Avoid detach of QHash in range-for loopsShawn Rutledge2021-08-181-2/+2
* Fix warning "value assigned to gn is never read"Shawn Rutledge2021-08-181-3/+1
* CMake: Don't install metatypes json files for user qml modulesAlexandru Croitor2021-08-182-2/+17
* CMake: Remove dead example-specific metatypes installation codeAlexandru Croitor2021-08-182-19/+0
* CMake: Fix building app qml modules on iOS with CMake and XcodeAlexandru Croitor2021-08-181-0/+11
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-08-181-4/+4
* Avoid querying the file system for qmldir files for locked modulesUlf Hermann2021-08-187-38/+71
* Add test for tooling invocations set up by CMake APICraig Scott2021-08-1811-3/+210
* Update documentation of qt_add_qml_module() to reflect recent changesCraig Scott2021-08-182-17/+55
* Add NO_RESOURCE_TARGET_PATH option for executable backing targetsCraig Scott2021-08-182-27/+94
* Improve logic for finding base dir of QML modules in build directoryCraig Scott2021-08-181-2/+23