aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* StackView: support required propertiesFabian Kosmale2021-10-222-9/+24
* Don't auto-close popups unless hitting the dimmerVolker Hilsheimer2021-10-201-1/+2
* Make the dimmer item known to the overlayVolker Hilsheimer2021-10-181-0/+6
* Consider all popups in the stack to test whether an event should be blockedVolker Hilsheimer2021-10-181-3/+9
* Doc: Clarify that ESC is used by the default closePolicyPaul Wicking2021-10-182-1/+4
* Give focus to popup on prepareEnter instead of finalizeEnterTomi Korpipaa2021-10-181-2/+3
* SelectionRectangle: don't accept new selection from press'n'hold on top of a ...Richard Moe Gustavsen2021-10-172-0/+24
* Doc: Fix QtQuick.Controls::ComboBox::currentValue property typeIvan Tkachenko2021-10-151-1/+1
* Fix activeFocus for highest-z popupTomi Korpipaa2021-10-151-2/+3
* StackView: complete animations when using StackView.Immediate transitionIvan Solovev2021-10-143-8/+24
* Dial: simplify logic in handleMove and handleRelease functionZhang Hao2021-10-131-2/+2
* QQuickAction: don't grab the same shortcut multiple timesOliver Eftevaag2021-09-231-1/+1
* QQuickIcon: Resolve URL relative to current elementFabian Kosmale2021-09-214-15/+62
* QQuickSelectionRectangle: show a SizeFDiagCursor on top of the handlesRichard Moe Gustavsen2021-08-261-0/+10
* doc: move the SelectionRectangle snippet to correct the placeRichard Moe Gustavsen2021-08-261-3/+3
* Fix build without accessibilityMitch Curtis2021-08-262-1/+12
* Doc: remove \qmldefault from ButtonGroup::buttonsMitch Curtis2021-08-251-1/+0
* Unset mouseGrabberPopup if it's removed from childrenDavid Redondo2021-08-161-1/+4
* Doc: Fix warning about \brief statementNico Vertriest2021-08-131-1/+1
* RangeSlider: fix both handles being hoveredZhang Hao2021-08-131-2/+13
* Revert "Allow creation of custom QQuickPopupItem-derived types"Mitch Curtis2021-08-128-175/+82
* Revert "ToolTip: use contentWidth of Text contentItem to account for newlines"Mitch Curtis2021-08-125-212/+4
* SelectionRectangle: set handle parent before incubatingRichard Moe Gustavsen2021-08-101-2/+2
* SelectionRectangle: ensure we track correctly which handle is being draggedRichard Moe Gustavsen2021-08-092-8/+6
* Avoid GHS linker to optimize away QML type registrationsTatiana Borisova2021-08-091-0/+4
* CMake: Fix controls packages to have correct Qt package dependenciesAlexandru Croitor2021-08-091-0/+4
* Fix build without features.quick-tableviewTasuku Suzuki2021-08-091-2/+6
* QQuickSelectionRectangle: remove bool return type from signalsMitch Curtis2021-08-061-2/+2
* SplitView: document how to change handle touch area sizeMitch Curtis2021-07-191-0/+5
* Doc: some ComboBox functions must be used after component completionMitch Curtis2021-07-121-0/+10
* Doc: make it clear that Page doesn't render its title textMitch Curtis2021-07-121-0/+3
* Adjust to QQuickItemPrivate::{width,height}Valid becoming a functionFabian Kosmale2021-07-1210-54/+54
* QQuickOverlay: Handle hover eventsFabian Kosmale2021-07-124-0/+39
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-091-4/+1
* Don't leak buttons in QQuickDialogButtonBoxUlf Hermann2021-07-051-0/+1
* Fix compilation for msvc2019Igor Bugaev2021-06-291-1/+1
* Remove old configure-related filesJoerg Bornemann2021-06-171-28/+0
* QQuickComboBox: fix acceptableInput being wrong if no validator was setOliver Eftevaag2021-06-171-3/+27
* Add recursion guard to QQuickApplicationWindowPrivate::relayout()Jan Arve Sæther2021-06-161-1/+4
* QQuickPopup: finalizeExitTransition before deleting internalsUlf Hermann2021-06-151-4/+5
* Add new control: SelectionRectangleRichard Moe Gustavsen2021-06-065-0/+797
* Update to latest qml CMake APICraig Scott2021-06-054-21/+242
* 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
* Fix MSVC warning C4267Kai Köhne2021-05-281-1/+1
* Add QtQuick.DialogsMitch Curtis2021-05-2711-30/+61
* 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