aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup obsolete references to doc/snippets/screenshotsJ-P Nurmi2017-05-041-2/+1
* tst_snippets: take screenshots only when requestedJ-P Nurmi2017-05-0383-1/+0
* Use strict comparisonFrederik Schwarzer2017-05-032-2/+2
* Mark non-default styles as depending on features.quickcontrols2-defaultStephan Binner2017-05-031-0/+2
* 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
* Universal: add missing importsStephan Binner2017-04-294-0/+4
* Material: fix editor cursor visibilityJ-P Nurmi2017-04-291-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
* Material: fix elevation of the RoundButtonNikita Krupenko2017-04-261-1/+1
* 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
* Update plugins.qmltypesJ-P Nurmi2017-04-212-9/+19
* 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
* Add .qml files to OTHER_FILES to force them visible in Qt CreatorJ-P Nurmi2017-04-203-8/+12
* 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