aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickdrawer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Drawer: fix infinite positioning loopMitch Curtis2019-02-221-0/+3
* Tie minor version of all imports to Qt's minor versionMitch Curtis2018-11-021-9/+9
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-071-9/+4
|\
| * Templates: use C++11 default member initializationJ-P Nurmi2018-05-041-9/+4
* | Replace QQuickDrawerPrivate::reposition() with QQuickDrawerPositionerJ-P Nurmi2018-05-021-4/+23
|/
* QQuickDrawer: fix draggingv5.11.0-beta2J-P Nurmi2018-03-091-8/+10
* Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2018-01-101-0/+5
|\
| * Doc: update code snippet to add some content to the DrawerMitch Curtis2017-12-221-0/+5
* | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-11-061-0/+5
|\|
| * Doc: mention the Side Panel example in Drawer's detailed descriptionJ-P Nurmi2017-11-031-0/+5
* | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-09-111-2/+26
|\|
| * Fix non-modal drawer drag/swipe open and closeMichal Policht2017-09-061-1/+25
| * Android: fix clang compilation with -qreal floatVyacheslav Koscheev2017-09-011-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-07-211-2/+2
|\|
| * QQuickDrawer: fix multi-touch leaking through modal overlayJ-P Nurmi2017-07-141-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-07-111-5/+20
|\|
| * Drawer: ignore and warn about invalid edge valuesMitch Curtis2017-07-071-5/+20
* | Move visual overlay background management to QQuickPopupJ-P Nurmi2017-06-231-0/+10
|/
* Let users disable the multi-touch supportJ-P Nurmi2017-06-071-0/+10
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-2/+5
|\
| * Drawer: fix dragging from the inside over interactive contentsJ-P Nurmi2017-05-081-2/+5
* | Doc: add the Qt version to "\since QtQuick.Controls 2.x"J-P Nurmi2017-05-301-1/+1
|/
* Add QQuickDrawerPrivate::offsetAt()J-P Nurmi2017-05-021-10/+13
* Drawer: fix drag-over-threshold calculationJ-P Nurmi2017-05-021-4/+8
* Promote pressPoint to QQuickPopupJ-P Nurmi2017-04-281-4/+1
* Add QQuickPopupPrivate::contains() for convenienceJ-P Nurmi2017-04-281-5/+5
* QQuickDrawer: fix flicking inside drawersJ-P Nurmi2017-04-281-3/+3
* QQuickDrawerPrivate::startDrag(): start delivering touch eventsJ-P Nurmi2017-04-271-16/+19
* Enable touch events for popups and drawersJ-P Nurmi2017-04-261-9/+56
* Revise the press/move/release handlersJ-P Nurmi2017-04-261-10/+18
* Eradicate QQuickDrawerPrivate::handleMouseMoveEvent()J-P Nurmi2017-04-251-42/+31
* QQuickDrawer: move mouse/touch press handling to handlePress()J-P Nurmi2017-04-251-23/+2
* Simplify QQuickDrawerPrivate::startDrag()J-P Nurmi2017-04-251-28/+10
* QQuickDrawer: move mouse/touch release handling to handleRelease()J-P Nurmi2017-04-251-84/+66
* QQuickDrawer: override handlePress/Move/Release/Ungrab()J-P Nurmi2017-04-251-12/+27
* Pass timestamp to QQuickPopupPrivate::handlePress/Move/Release()J-P Nurmi2017-04-251-3/+3
* QQuickPopup: tryClose() via handlePress() & handleRelease()J-P Nurmi2017-04-251-8/+5
* QQuickDrawer: don't jump when dragging openJ-P Nurmi2017-04-241-1/+9
* QQuickDrawer: allow passing a touch event to startDrag()J-P Nurmi2017-04-211-23/+52
* QQuickDrawerPrivate::startDrag(): remove superfluous argumentJ-P Nurmi2017-04-211-1/+1
* QQuickPopup: implement tryClose() for touch eventsJ-P Nurmi2017-04-211-2/+2
* Prepare QQuickPopup for touch event handlingJ-P Nurmi2017-04-211-0/+8
* Re-format constructorsJ-P Nurmi2017-01-191-2/+2
* Format initializer listsJ-P Nurmi2017-01-191-1/+3
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-111-1/+1
|\
| * Welcome to 2017J-P Nurmi2017-01-091-1/+1
* | Add Drawer::interactiveJ-P Nurmi2016-11-251-2/+32
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-031-10/+6
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-021-10/+6
| |\
| | * Doc: revise brief descriptionsJ-P Nurmi2016-11-021-1/+1