aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* SplitView: document how to change handle touch area sizeMitch Curtis2021-07-191-0/+5
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-091-4/+1
* QQuickOverlay: Handle hover eventsFabian Kosmale2021-07-074-0/+39
* Adjust to QQuickItemPrivate::{width,height}Valid becoming a functionFabian Kosmale2021-07-0710-54/+54
* 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
* 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-101-0/+10
* doc: move the SelectionRectangle snippet to correct the placeRichard Moe Gustavsen2021-06-101-3/+3
* AbstractButton: emit doubleClicked() for touch eventsMitch Curtis2021-06-0916-121/+150
* 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
* ScrollView: fix crash when scrolling with zero-sized itemMitch Curtis2021-04-232-1/+10
* CMake: Add missing qt_cmdline.cmake filesAlexandru Croitor2021-04-161-0/+0
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-151-1/+1
* Include qquickpalette_p.h from qquickcontrol_p.hUlf Hermann2021-03-261-0/+1
* Adjust to QV4Engine::toVariant signature changeFabian Kosmale2021-03-262-2/+2
* Doc: Use \qmldefault instead of \defaultPaul Wicking2021-03-238-8/+8
* Handle directly-delivered mouse events in SwipeDelegateShawn Rutledge2021-03-233-21/+130
* Consistently check for nullptrVolker Hilsheimer2021-03-191-1/+1
* Remove references to Q_QML_PRIVATE_API_VERSIONFabian Kosmale2021-03-192-12/+0
* Port from QScopedPointer to std::unique_ptrVolker Hilsheimer2021-03-172-3/+3
* Fix static buildJoni Poikelin2021-03-091-1/+1