aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* QQuickComboBox: fix crash on popup destructionv5.9.0-rc2v5.9.0-rc1v5.9.0J-P Nurmi2017-05-191-1/+9
* Fix drawers not to be touch-draggable through modal popup shadowsJ-P Nurmi2017-05-082-14/+17
* Drawer: fix dragging from the inside over interactive contentsJ-P Nurmi2017-05-082-3/+6
* Add QQuickDrawerPrivate::offsetAt()J-P Nurmi2017-05-022-10/+15
* QQuickSwipeDelegate: disable touch events to fix swiping on touchJ-P Nurmi2017-05-022-0/+8
* Drawer: fix drag-over-threshold calculationJ-P Nurmi2017-05-021-4/+8
* Fix QQuickPopupPrivate::handleMouseEvent()J-P Nurmi2017-05-021-4/+3
* QQuickPopopPositioner: fix reposition() callsJ-P Nurmi2017-05-021-2/+2
* Don't close a popup when pressed inside and released outsideJ-P Nurmi2017-04-291-1/+2
* Doc: improve the documentation for Popup’s modal propertyMitch Curtis2017-04-291-1/+11
* Promote pressPoint to QQuickPopupJ-P Nurmi2017-04-284-5/+5
* Add QQuickPopupPrivate::contains() for convenienceJ-P Nurmi2017-04-283-6/+13
* QQuickDrawer: fix flicking inside drawersJ-P Nurmi2017-04-281-3/+3
* QQuickOverlay: reduce one event filterJ-P Nurmi2017-04-281-52/+49
* Fix Popup.CloseOnRelease for non-modal popupsJ-P Nurmi2017-04-272-6/+71
* Container: document and test current index managementJ-P Nurmi2017-04-271-3/+67
* QQuickOverlay: add handleMouseEvent() and handleTouchEvent()J-P Nurmi2017-04-272-61/+94
* Add QQuickOverlayPrivate::startDrag()J-P Nurmi2017-04-272-13/+20
* QQuickDrawerPrivate::startDrag(): start delivering touch eventsJ-P Nurmi2017-04-271-16/+19
* QQuickOverlay: add return value to handlePress/Move/Release()J-P Nurmi2017-04-272-12/+17
* Enable touch events for popups and drawersJ-P Nurmi2017-04-264-12/+58
* Revise the press/move/release handlersJ-P Nurmi2017-04-264-46/+58
* Popups: fix non-dimming modal background leaking events throughJ-P Nurmi2017-04-261-3/+8
* Eradicate QQuickDrawerPrivate::handleMouseMoveEvent()J-P Nurmi2017-04-252-45/+32
* QQuickDrawer: move mouse/touch press handling to handlePress()J-P Nurmi2017-04-253-25/+2
* Simplify QQuickDrawerPrivate::startDrag()J-P Nurmi2017-04-251-28/+10
* QQuickDrawer: move mouse/touch release handling to handleRelease()J-P Nurmi2017-04-253-87/+66
* QQuickDrawer: override handlePress/Move/Release/Ungrab()J-P Nurmi2017-04-253-13/+32
* Pass timestamp to QQuickPopupPrivate::handlePress/Move/Release()J-P Nurmi2017-04-253-17/+20
* QQuickPopup: tryClose() via handlePress() & handleRelease()J-P Nurmi2017-04-253-93/+96
* Forward focus to the contentItem of editable spinboxesMitch Curtis2017-04-242-0/+11
* QQuickDrawer: don't jump when dragging openJ-P Nurmi2017-04-241-1/+9
* QQuickRangeSlider: don't crash on press with null handlesJ-P Nurmi2017-04-241-9/+11
* Implement QQuickOverlay::touchEvent()v5.9.0-beta3J-P Nurmi2017-04-214-37/+94
* Fix QQuickApplicationWindow::isComponentComplete()J-P Nurmi2017-04-211-1/+2
* Fix QQuickPopup::isComponentComplete()J-P Nurmi2017-04-212-2/+3
* QQuickDrawer: allow passing a touch event to startDrag()J-P Nurmi2017-04-212-24/+53
* QQuickDrawerPrivate::startDrag(): remove superfluous argumentJ-P Nurmi2017-04-213-3/+3
* QQuickPopup: implement tryClose() for touch eventsJ-P Nurmi2017-04-213-8/+41
* Prepare QQuickPopup for touch event handlingJ-P Nurmi2017-04-213-7/+111
* Override QQuickControlPrivate::handleXxx()J-P Nurmi2017-04-2018-557/+147
* QQuickSpinBoxPrivate::handleXxx(): remove unused return valuesJ-P Nurmi2017-04-201-13/+8
* QQuickAbstractButton: align handleXxx() with QQuickControlJ-P Nurmi2017-04-202-19/+18
* QQuickControl: implement focus handling on touchJ-P Nurmi2017-04-2011-41/+119
* QQuickPopup: add touch(Ungrab)Event()J-P Nurmi2017-04-204-0/+26
* QQuickComboBox: handle touch eventsJ-P Nurmi2017-04-192-0/+63
* Revise QQuickComboBox internalsJ-P Nurmi2017-04-191-7/+39
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-1/+6
|\
| * Material: use proper layout of the buttons in the DialogButtonBoxNikita Krupenko2017-03-101-1/+6
* | Cancel incubation recursivelyJ-P Nurmi2017-04-101-3/+15