aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* QQuickTreeViewDelegate: toggle expanded on pressRichard Moe Gustavsen2022-06-041-1/+1
* QQuickTreeViewDelegate: remove selection on pointer clickRichard Moe Gustavsen2022-06-041-2/+8
* DialogButtonBox: test item deletion orderMitch Curtis2022-06-021-0/+7
* Doc: clarify when SpinBox's valueModified signal is emittedMitch Curtis2022-05-301-0/+3
* Implement support for passive grabbers with mouse/touch eventsVolker Hilsheimer2022-05-282-10/+29
* QQuickSelectionRectangle: ensure we start the selection where the drag startedRichard Moe Gustavsen2022-05-271-3/+4
* Remove handleTouch/MouseEvent helpers from QQuickWindowPrivateVolker Hilsheimer2022-05-261-2/+8
* Use regular key events for cancelling popupsMitch Curtis2022-05-253-92/+28
* Give Dialogs and Menus focus by defaultMitch Curtis2022-05-252-1/+7
* Fix visualSize calculation when width is changingSoheil Armin2022-05-242-7/+22
* Quick Popup: ignore unhandled eventsVolker Hilsheimer2022-05-182-7/+11
* SwipeView: position the pages adjacent to each other initiallyShawn Rutledge2022-05-131-3/+2
* Generalize role selection mechanism from QQuickComboBoxUlf Hermann2022-05-111-12/+15
* QQuickTreeViewDelegate: add some docs about pointer handlersRichard Moe Gustavsen2022-05-101-0/+33
* QQuickTreeViewDelegate: respect TreeView.pointerNavigationEnabledRichard Moe Gustavsen2022-05-101-0/+10
* Add QT_CONFIG(quicktemplates2_multitouch)Bumjoon Park2022-05-101-0/+4
* ComboBox: clear selection when text that matches existing item acceptedMitch Curtis2022-05-101-1/+12
* qquicktextarea: Fix attached property not being exposed declarativelyMaximilian Goldstein2022-05-091-0/+1
* Controls: ignore mouse events unless handling is implementedVolker Hilsheimer2022-05-0919-90/+146
* Popup: don't close when releasing a drag outside of the popupSoheil Armin2022-05-062-1/+8
* Increase robustness of setting the scrollbar sizeLars Knoll2022-05-041-2/+10
* TextArea: make clip node wider to accommodate cursor when right-alignedShawn Rutledge2022-05-031-1/+5
* QuickTemplates2: includemocsMarc Mutz2022-04-292-0/+4
* QuickTemplates2: includemocsMarc Mutz2022-04-2947-0/+94
* Fix Popup not resizing after being resized to fit in windowMitch Curtis2022-04-224-3/+33
* QQuickTreeViewDelegate: implement 'current' and 'selected' propertiesRichard Moe Gustavsen2022-04-112-16/+161
* Revert "Account for when touch event synthesized by Qt as a mouse event"Shawn Rutledge2022-04-112-14/+0
* QQuickTreeViewDelegate: remove extra 'WRITE' fieldRichard Moe Gustavsen2022-04-051-1/+1
* Tumbler: use qmlWarning for attached property warningsMitch Curtis2022-04-011-2/+3
* QQuickControl: let Control reject hover eventsRichard Moe Gustavsen2022-03-301-4/+3
* Fix sub-menu shortcuts not being triggeredMitch Curtis2022-03-161-0/+14
* Doc: clarify CloseOnPress/Release* policy behaviorMitch Curtis2022-03-151-0/+5
* Doc: Fix ambiguous transition qml type linksAndreas Eliasson2022-03-141-7/+7
* Make sure all private headers include at least one otherThiago Macieira2022-03-107-2/+9
* Doc: show how to make ComboBox's popup modal/manage events outside itMitch Curtis2022-03-101-0/+13
* Doc: make validator documentation more discoverableMitch Curtis2022-03-091-1/+2
* QQuickScrollBar: ensure '0 ≤ size ≤ 1' and '0 ≤ minimumSize ≤ 1'Oliver Eftevaag2022-03-071-8/+9
* Qt Quick Controls: use QPlatformTheme::ButtonPressKeys for buttonsNoah Davis2022-03-043-15/+31
* Ensure that min <= max in qBound callOliver Eftevaag2022-03-021-1/+2
* QQuickIcon: Undo bool to tagged pointer conversionYuya Nishihara2022-02-181-26/+7
* QQuickIcon: Resolve source URL relative to outermost property ownerYuya Nishihara2022-02-184-21/+24
* Doc: Add documentation for ComboBox::valueAt()Kai Köhne2022-02-141-1/+10
* Stop using deprecated QMouseEvent and QContextMenuEvent ctorsShawn Rutledge2022-02-101-1/+2
* TreeViewDelegate: allow app to add custom pointer handlersRichard Moe Gustavsen2022-02-101-0/+7
* SwipeView: don't cull every child item that gets addedShawn Rutledge2022-02-051-1/+0
* Doc: mention ScrollView in ScrollBar's documentationMitch Curtis2022-02-011-1/+2
* ApplicationWindow: add QML_ATTACHED macroFabian Kosmale2022-02-011-0/+1
* Move registrations functions into the Qt namespaceUlf Hermann2022-02-012-5/+3
* Use up-to date LGPL license headerKai Köhne2022-01-272-22/+28
* Fix TextArea/TextField not using IBeamCursor when text can be selectedNoah Davis2022-01-242-2/+2