aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SplitView: document how to change handle touch area sizeMitch Curtis2021-07-192-0/+68
* QQuickFontDialog: Minor visual adjustments for universal and materialOliver Eftevaag2021-07-192-1/+4
* Remove unnecessary type registrtion function declarationsUlf Hermann2021-07-163-6/+0
* Improve visuals of non-native FontDialogsMitch Curtis2021-07-145-8/+11
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-0919-97/+2
* QQuickOverlay: Handle hover eventsFabian Kosmale2021-07-074-0/+39
* Adjust to QQuickItemPrivate::{width,height}Valid becoming a functionFabian Kosmale2021-07-0711-55/+55
* Fix compilation for msvc2019Igor Bugaev2021-06-294-5/+5
* Native style: Do not assertJan Arve Sæther2021-06-281-2/+4
* Windows: fix error in CheckBox.qml when hoveringMitch Curtis2021-06-221-1/+3
* Windows: fix error in Button.qml when hoveringMitch Curtis2021-06-221-1/+3
* 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