aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickdrawer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove version numbers for import statement in snippetsJerome Pasion2020-11-261-9/+9
* Doc: Fix qdoc warningsVenugopal Shivashankar2020-11-061-4/+3
* Filter touch presses and releases in QQDrawer::childMouseEventFilter()Shawn Rutledge2020-11-041-0/+3
* Fix compile warnings: replace QTouchEvent::touchPoints with pointsVolker Hilsheimer2020-10-021-2/+2
* Don't trigger a close due to a release if we did not get a pressAndy Shaw2020-09-181-0/+2
* Fix event refactoring warnings and errorsMitch Curtis2020-08-111-6/+6
* Use QList instead of QVectorJarek Kobus2020-06-091-1/+1
* Adapt to geometryChanged => geometryChange renamingMitch Curtis2020-04-241-2/+2
* Doc: Fix qdoc warningsVenugopal Shivashankar2019-11-261-1/+1
* 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