aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix samegame example to use QML modulesUlf Hermann2021-08-311-17/+14
* Remove QQuickDesignerWindowManagerLaszlo Agocs2021-08-315-251/+0
* Doc: Fix remaining documentation warningsTopi Reinio2021-08-315-6/+8
* Catch using the same output directory for different QML modulesCraig Scott2021-08-311-0/+18
* Doc: Remove \versionlessNote qdoc macroJoerg Bornemann2021-08-305-6/+4
* Add documentation for qt_target_qml_sources()Craig Scott2021-08-308-77/+223
* Rename source property to QT_QML_SOURCE_VERSIONSCraig Scott2021-08-307-60/+78
* Remove statement that ${target}_qmllint isn't part of the ALL targetCraig Scott2021-08-301-4/+3
* Protect unregisterInternalCompositeType() against null metatype dataUlf Hermann2021-08-301-5/+7
* Allow qt6_target_qml_sources() to be called with just resourcesCraig Scott2021-08-301-2/+2
* Use <major>.0 as default version for QML filesUlf Hermann2021-08-2714-630/+30
* DefaultGroupBox: don't assign bindings to the delegate's width and heightRichard Moe Gustavsen2021-08-271-4/+0
* Migrate to fixed add_shaders prefix handlingLaszlo Agocs2021-08-271-1/+1
* CMake: Set up extra dependencies for qml static pluginsAlexandru Croitor2021-08-272-0/+133
* QQuickSelectionRectangle: show a SizeFDiagCursor on top of the handlesRichard Moe Gustavsen2021-08-261-0/+10
* SelectionRectangle: use transparent handles for the desktop stylesRichard Moe Gustavsen2021-08-263-96/+31
* doc: move the SelectionRectangle snippet to correct the placeRichard Moe Gustavsen2021-08-262-7/+7
* QQuickTableView: issue warning if no selection model is availableRichard Moe Gustavsen2021-08-262-2/+12
* qqmllistmodel: Fix QObjects setting indestructibleCathy Park2021-08-261-1/+1
* Fix build without accessibilityMitch Curtis2021-08-264-2/+18
* Canvas: Add a means to override the DPR used via an environment variableAndy Shaw2021-08-251-2/+9
* 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: 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-251-8/+14
* 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
* 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-241-1/+12
* Document Application singletonFabian Kosmale2021-08-242-123/+169
* Handle redirected rendering better in stylesLaszlo Agocs2021-08-233-7/+14
* qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-232-6/+8
* Native styles: always draw button text using palette.buttonText colorRichard Moe Gustavsen2021-08-231-4/+2
* 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-205-21/+78
* Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-201-1/+11
* 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
* 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
* Allow import of modules with only C++ types built into the binaryUlf Hermann2021-08-192-2/+7
* builtins.qmltypes: Add QByteArrayMaximilian Goldstein2021-08-191-0/+5
* Resolve enums before types when importing qmltypesAndrei Golubev2021-08-193-67/+138
* qmlcompiler: handle script bindings on grouped/attached propertiesAndrei Golubev2021-08-192-39/+55
* Avoid detach of QHash in range-for loopsShawn Rutledge2021-08-181-2/+2