aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add FontDialog to QtQuick.DialogsOliver Eftevaag2021-06-0417-1/+2780
* Fix FINAL warningMitch Curtis2021-06-035-10/+2
* Adjust to bindable QQuickItem propertiesFabian Kosmale2021-06-032-3/+3
* Add a foreign registration for QQuickColorGroupUlf Hermann2021-06-011-0/+8
* Remove no longer used dependencies.json filesCraig Scott2021-05-316-57/+0
* Fix typo in exported declaration of qml_register_types... functionCraig Scott2021-05-311-1/+1
* Fix MSVC warning C4267Kai Köhne2021-05-281-1/+1
* Fix MSVC warning C4065Kai Köhne2021-05-281-5/+8
* Add QtQuick.DialogsMitch Curtis2021-05-27128-30/+8221
* Sync the visibility of the FocusFrame with the target itemAndy Shaw2021-05-271-1/+1
* Revert "AbstractButton: set automatically as checkable when being checked"Alexander Akulich2021-05-261-5/+4
* Fix layout is always RTL when locale is RTLHyunkook Khang2021-05-262-12/+9
* TextArea: Detach the flickable when it is deletedAndy Shaw2021-05-261-0/+4
* Don't call QQml_setParent_noEvent with a nullptr itemVolker Hilsheimer2021-05-191-2/+2
* Don't access QStyleOption* without checking for nullptr firstVolker Hilsheimer2021-05-191-2/+2
* Hide old scroll barsMitch Curtis2021-05-191-0/+16
* Doc: apps that never set a style in Qt 5 should set Basic in Qt 6Mitch Curtis2021-05-121-0/+5
* Allow creation of custom QQuickPopupItem-derived typesMitch Curtis2021-05-118-82/+175
* ToolTip: use contentWidth of Text contentItem to account for newlinesMitch Curtis2021-05-115-4/+212
* Remove Qt Quick Calendar from overviewKai Köhne2021-05-111-4/+0
* Slider: Fix broken NoSnap and SnapOnRelease modeJonas Karlsson2021-05-071-1/+1
* Imagine: fix GroupBox's bottom edge being clippedMitch Curtis2021-05-061-2/+1
* macOS, Slider: draw a focus rect, and not a focus ringRichard Moe Gustavsen2021-05-051-2/+5
* Doc: fix table of ComboBox's implicitContentWidthPolicy enum valuesMitch Curtis2021-05-051-3/+0
* Doc: clarify sizing behavior of PageMitch Curtis2021-05-051-1/+14
* Native style: fix up some commentsRichard Moe Gustavsen2021-05-051-3/+3
* macOS: don't set Qt::StrongFocus on Sliders by defaultRichard Moe Gustavsen2021-05-041-0/+4
* QQuickDial: Keep value integer if everything is integerFabian Kosmale2021-05-031-3/+31
* Update return type of local qHash overloadVolker Hilsheimer2021-04-281-1/+1
* doc: document the native stylesRichard Moe Gustavsen2021-04-288-0/+162
* CMake: Avoid duplicate symbol errors due to a common resource nameAlexandru Croitor2021-04-271-1/+1
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-273-3/+0
* Fix build without features.shortcutTasuku Suzuki2021-04-273-0/+7
* Fix build without features.imageformat_pngTasuku Suzuki2021-04-271-6/+3
* Fix build without features.imageformat-xpmTasuku Suzuki2021-04-261-0/+2
* Fix build without features.quicktemplates2-hoverTasuku Suzuki2021-04-261-1/+1
* ScrollView: fix crash when scrolling with zero-sized itemMitch Curtis2021-04-232-1/+10
* Native style: fix statically built apps that links to both widgets and controlsRichard Moe Gustavsen2021-04-222-4/+24
* QmlDesigner: Fix RangeSliderSpecifics snap modeHenning Gruendl2021-04-211-1/+1
* controlsimpl: Add QtQuick dependencyMaximilian Goldstein2021-04-211-0/+2
* CMake: Add missing qt_cmdline.cmake filesAlexandru Croitor2021-04-162-0/+6
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-1519-19/+19
* Ninepatch: keep resetNode status to not lose track of ImageNode->NinePatchNod...Laszlo Agocs2021-03-311-1/+6
* Include qquickpalette_p.h from qquickcontrol_p.hUlf Hermann2021-03-261-0/+1
* Adjust to QV4Engine::toVariant signature changeFabian Kosmale2021-03-262-2/+2
* Doc: Use \qmldefault instead of \defaultPaul Wicking2021-03-2311-11/+11
* Handle directly-delivered mouse events in SwipeDelegateShawn Rutledge2021-03-233-21/+130
* Consistently check for nullptrVolker Hilsheimer2021-03-191-1/+1
* Remove references to Q_QML_PRIVATE_API_VERSIONFabian Kosmale2021-03-192-12/+0
* Generate and install qmltypes for all pluginsMaximilian Goldstein2021-03-186-1/+7