aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't call QQml_setParent_noEvent with a nullptr itemVolker Hilsheimer2021-05-191-2/+2
* Hide old scroll barsMitch Curtis2021-05-191-0/+16
* 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
* Slider: Fix broken NoSnap and SnapOnRelease modeJonas Karlsson2021-05-071-1/+1
* 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
* 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
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-271-1/+0
* Fix build without features.shortcutTasuku Suzuki2021-04-271-0/+4
* Fix build without features.quicktemplates2-hoverTasuku Suzuki2021-04-261-1/+1