aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* SwipeView: position the pages adjacent to each other initiallyShawn Rutledge2022-05-141-3/+2
* Generalize role selection mechanism from QQuickComboBoxUlf Hermann2022-05-121-12/+15
* 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-101-0/+1
* QuickTemplates2: includemocsMarc Mutz2022-05-072-0/+4
* Tumbler: use qmlWarning for attached property warningsMitch Curtis2022-05-071-2/+3
* Fix Popup not resizing after being resized to fit in windowMitch Curtis2022-05-074-3/+33
* ApplicationWindow: add QML_ATTACHED macroFabian Kosmale2022-05-071-0/+1
* Fix TextArea/TextField not using IBeamCursor when text can be selectedNoah Davis2022-05-072-2/+2
* TextArea: make clip node wider to accommodate cursor when right-alignedShawn Rutledge2022-05-051-1/+5
* QuickTemplates2: includemocsMarc Mutz2022-05-0147-0/+94
* QQuickControl: let Control reject hover eventsRichard Moe Gustavsen2022-03-311-4/+3
* Doc: show how to make ComboBox's popup modal/manage events outside itMitch Curtis2022-03-171-0/+13
* 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
* 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
* Ensure that min <= max in qBound callOliver Eftevaag2022-03-021-1/+2
* QQuickIcon: Resolve source URL relative to outermost property ownerYuya Nishihara2022-02-194-21/+24
* Doc: Add documentation for ComboBox::valueAt()Kai Köhne2022-02-161-1/+10
* 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-021-1/+2
* Use up-to date LGPL license headerKai Köhne2022-01-272-22/+28
* Fix Clang 10 -Werror,-Wdeprecated-enum-float-conversionMarc Mutz2022-01-243-3/+3
* TabBar: allow wheel events to change currentIndexNoah Davis2022-01-212-0/+26
* QQuickAbstractButton: fix crash on destructionUlf Hermann2022-01-142-0/+12
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-0/+1
* Remove uses of QMutableSinglePointEvent::mutablePoint()Marc Mutz2022-01-131-1/+1
* Don't crash when pasting text into TextAreaShawn Rutledge2022-01-071-1/+1
* Doc: link to Navigating with StackView section of chat tutorialMitch Curtis2022-01-071-2/+2
* Ensure we don't crash when changing sizes after cleanupAleix Pol2022-01-052-3/+10
* Doc: explain how to handle Escape/Back in PopupMitch Curtis2021-12-241-0/+13
* TreeViewDelegate: hide indicator if it's outside the delegateRichard Moe Gustavsen2021-12-202-2/+15
* AbstractButton: fix fast clicks being treated as double clicksMitch Curtis2021-12-202-6/+22
* Doc: Fix documentation warningsTopi Reinio2021-12-171-9/+9
* QQuickSelectionRectangle: Don't leak the pointer handlersShawn Rutledge2021-12-101-10/+8
* controls: add TreeViewDelegateRichard Moe Gustavsen2021-12-094-0/+500
* Add MessageDialog to QtQuick.DialogsOliver Eftevaag2021-12-092-0/+10
* Ensure that min <= max in qBound call in qquickscrollbar.cppFabian Kosmale2021-12-071-1/+1
* Set PopupFocusReason when focus moves because a popup opens or closesVolker Hilsheimer2021-12-041-5/+5
* Fix setting the focus reason in Qt Quick ControlsVolker Hilsheimer2021-12-042-0/+16
* QQuickSelectionRectangle: Don't leak the handlesUlf Hermann2021-12-032-8/+8
* Doc: Drop version no. against the \qmlmoduleVenugopal Shivashankar2021-12-021-1/+1
* Revert "Workaround ChangeListener getting called on semi-deleted objects"Fabian Kosmale2021-12-021-2/+0
* RangeSlider: update handle positions when 'from' or 'to' value is changedIvan Solovev2021-12-021-0/+8
* Disconnect upon constructionVolker Hilsheimer2021-11-302-0/+13
* Workaround ChangeListener getting called on semi-deleted objectsFabian Kosmale2021-11-301-0/+2