aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-06-251-2/+2
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-06-251-2/+2
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-06-241-2/+2
* Windows: fix error in CheckBox.qml when hoveringMitch Curtis2021-06-221-1/+3
* Fix warnings in tst_action.qmlMitch Curtis2021-06-221-3/+3
* Windows: fix error in Button.qml when hoveringMitch Curtis2021-06-221-1/+3
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-06-211-2/+2
* Remove old configure-related filesJoerg Bornemann2021-06-173-110/+0
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-06-171-2/+2
* Do not keep QML engines alive across qmlClearTypeRegistrations()Ulf Hermann2021-06-171-1/+2
* QQuickComboBox: fix acceptableInput being wrong if no validator was setOliver Eftevaag2021-06-172-3/+67
* Set inactive color for ButtonText in Fusion themeVolker Hilsheimer2021-06-171-0/+2
* Use the added placeHolderText color available in PaletteAndy Shaw2021-06-1713-8/+14
* Fix tst_palette by setting inactive color groupVolker Hilsheimer2021-06-161-0/+5
* Fix SwipeDelegate losing swipes to parent flickablesMitch Curtis2021-06-162-8/+39
* Add recursion guard to QQuickApplicationWindowPrivate::relayout()Jan Arve Sæther2021-06-163-1/+107
* Doc: make it clear that Page doesn't render its title textMitch Curtis2021-06-161-0/+3
* Blacklist some flaky tst_qquickpopup functions on openSUSEMitch Curtis2021-06-161-0/+9
* Blacklist some flaky tst_qquickdrawer functions on openSUSEMitch Curtis2021-06-161-0/+8
* tst_qquickpopup: Don't leak created objectsUlf Hermann2021-06-151-1/+2
* QQuickPopup: finalizeExitTransition before deleting internalsUlf Hermann2021-06-151-4/+5
* Fix warnings in some testsMitch Curtis2021-06-144-30/+29
* Remove unneeded CMake variable assignmentsJoerg Bornemann2021-06-141-8/+0
* 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-0922-121/+205
* Stabilize tst_qquickpopupFabian Kosmale2021-06-092-22/+33
* Update copyright header to refer to Qt Quick DialogsOliver Eftevaag2021-06-0952-52/+52
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-06-071-2/+2
* Add new control: SelectionRectangleRichard Moe Gustavsen2021-06-0611-0/+1269
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-06-051-2/+2
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-06-051-2/+2
* Update to latest qml CMake APICraig Scott2021-06-052454-1724/+769
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-06-051-2/+2
* Add FontDialog to QtQuick.DialogsOliver Eftevaag2021-06-0426-2/+3635
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-06-031-2/+2
* 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
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-06-011-2/+2
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-06-011-2/+2
* 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
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-05-311-2/+2
* Fix MSVC warning C4267Kai Köhne2021-05-281-1/+1
* Fix MSVC warning C4065Kai Köhne2021-05-281-5/+8
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2021-05-281-2/+2
* Add QtQuick.DialogsMitch Curtis2021-05-27152-30/+10947