aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove old configure-related filesJoerg Bornemann2021-06-172-104/+0
* QQuickComboBox: fix acceptableInput being wrong if no validator was setOliver Eftevaag2021-06-171-3/+27
* Set inactive color for ButtonText in Fusion themeVolker Hilsheimer2021-06-171-0/+2
* Use the added placeHolderText color available in PaletteAndy Shaw2021-06-179-8/+10
* Fix SwipeDelegate losing swipes to parent flickablesMitch Curtis2021-06-161-3/+4
* Add recursion guard to QQuickApplicationWindowPrivate::relayout()Jan Arve Sæther2021-06-161-1/+4
* Doc: make it clear that Page doesn't render its title textMitch Curtis2021-06-161-0/+3
* QQuickPopup: finalizeExitTransition before deleting internalsUlf Hermann2021-06-151-4/+5
* Don't leak buttons in QQuickDialogButtonBoxUlf Hermann2021-06-111-0/+1
* Fix build without features.quick-tableviewTasuku Suzuki2021-06-111-2/+6
* Doc: some ComboBox functions must be used after component completionMitch Curtis2021-06-104-0/+96
* doc: move the SelectionRectangle snippet to correct the placeRichard Moe Gustavsen2021-06-102-7/+7
* AbstractButton: emit doubleClicked() for touch eventsMitch Curtis2021-06-0916-121/+150
* Update copyright header to refer to Qt Quick DialogsOliver Eftevaag2021-06-0952-52/+52
* Add new control: SelectionRectangleRichard Moe Gustavsen2021-06-0610-0/+958
* Update to latest qml CMake APICraig Scott2021-06-052421-1681/+725
* 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