aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Protect unregisterInternalCompositeType() against null metatype dataUlf Hermann2021-08-271-5/+7
* qmltyperegistrar: Record deferred names in qmltypesMaximilian Goldstein2021-08-274-0/+12
* DefaultGroupBox: don't assign bindings to the delegate's width and heightRichard Moe Gustavsen2021-08-271-4/+0
* qmldom: support qmltypesFawzi Mohamed2021-08-277-7/+441
* qmldom: DomItem::makeCopy also for elements of the universeFawzi Mohamed2021-08-272-32/+45
* qmldom/qmlformat: ensure initialization and reproducibilityFawzi Mohamed2021-08-272-7/+7
* Keep track of implicit and explicit ComponentFabian Kosmale2021-08-264-12/+60
* SelectionRectangle: use transparent handles for the desktop stylesRichard Moe Gustavsen2021-08-263-96/+31
* QQuickSelectionRectangle: show a SizeFDiagCursor on top of the handlesRichard Moe Gustavsen2021-08-261-0/+10
* 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
* QmlIR::Object: Get rid of isInlineComponent memberFabian Kosmale2021-08-254-9/+7
* 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: Set up extra dependencies for qml static pluginsAlexandru Croitor2021-08-252-0/+133
* CMake: Be more specific about backing target linkage for a qml pluginAlexandru Croitor2021-08-251-1/+3
* 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
* Make qt6_qml_type_registration() internalCraig Scott2021-08-251-8/+14
* 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
* Remove workarounds for AndroidFabian Kosmale2021-08-241-41/+0
* Upgrade std::is_trivial::value to C++17 std::is_trivial_vIvan Tkachenko2021-08-2411-16/+16
* Fix some qmllint warningsMitch Curtis2021-08-2438-63/+120
* qmllint: Warn about partially resolved propertiesMaximilian Goldstein2021-08-241-4/+13
* docs/qtquick-tool-qmllint: Describe disabling warnings via commentsMaximilian Goldstein2021-08-241-0/+41
* qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-232-6/+8
* Reference QQmlEngine::singletonInstace() in QML_SINGLETON docsUlf Hermann2021-08-231-1/+2
* Handle redirected rendering better in stylesLaszlo Agocs2021-08-233-7/+14
* qmllint: Warn about assigning values to read-only propertiesMaximilian Goldstein2021-08-231-0/+13
* Native styles: always draw button text using palette.buttonText colorRichard Moe Gustavsen2021-08-231-4/+2
* Provide a method to clear the singletons from a QQmlEngineUlf Hermann2021-08-206-33/+113
* Document that clearComponentCache() does not clear existing objectsUlf Hermann2021-08-201-0/+10
* Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-201-1/+11
* doc/interactqmlfromcpp: Add recommended way to do C++ / QML interactionMaximilian Goldstein2021-08-201-0/+82
* docs, styling: document that the native styles are not suitable for customiza...Richard Moe Gustavsen2021-08-202-12/+32
* Allow QML plugin's CMake target name to be specified for qmldir fileCraig Scott2021-08-205-21/+78
* qmlcompiler: Add a content variant for module prefixesUlf Hermann2021-08-197-47/+133
* 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
* qmlcompiler: Do type checking on literal bindingsMaximilian Goldstein2021-08-194-4/+114
* builtins.qmltypes: Add QByteArrayMaximilian Goldstein2021-08-191-0/+5
* Decouple QQmlJSLogger from QQmlImportVisitorAndrei Golubev2021-08-194-100/+102
* 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
* Allow import of modules with only C++ types built into the binaryUlf Hermann2021-08-182-2/+7
* Resolve enums before types when importing qmltypesAndrei Golubev2021-08-183-67/+138