aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickswipedelegate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove qtquickcontrols2 sources and explain where they wentHEADdevMitch Curtis2021-08-161-1527/+0
* Adjust to QQuickItemPrivate::{width,height}Valid becoming a functionFabian Kosmale2021-07-071-2/+2
* Fix SwipeDelegate losing swipes to parent flickablesMitch Curtis2021-06-161-3/+4
* Handle directly-delivered mouse events in SwipeDelegateShawn Rutledge2021-03-231-21/+126
* SwipeDelegate: ensure background and contentItem are resizedMitch Curtis2021-01-141-1/+26
* Doc: remove all instances of \qmlpropertygroupMitch Curtis2020-11-091-1/+0
* SwipeDelegate: don't allow calling close() when pressedMitch Curtis2020-08-191-0/+5
* SwipeDelegate: don't emit closed() when already closedMitch Curtis2020-08-191-1/+5
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-8/+8
* Adapt to geometryChanged => geometryChange renamingMitch Curtis2020-04-241-2/+2
* Remove old QQuickPalette implementationVitaly Fanaskov2020-03-181-5/+5
* Fix build failures as a result of QMetaType changes in qtbaseAlexandru Croitor2020-03-121-0/+3
* Doc: Fix qdoc warningsVenugopal Shivashankar2019-11-261-1/+1
* QQuickTheme: rename themeFont() and themePalette()J-P Nurmi2018-05-221-2/+2
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-071-34/+16
|\
| * Templates: use C++11 default member initializationJ-P Nurmi2018-05-041-34/+16
* | QQuickSwipeDelegate: don't re-position until component completeJ-P Nurmi2018-04-121-1/+8
* | Add QQuickTheme::ScopeJ-P Nurmi2018-03-151-1/+6
* | Move QQuickControlPrivate::themeFont|Palette() to QQuickThemeJ-P Nurmi2018-02-151-1/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devJ-P Nurmi2017-11-061-2/+0
|\
| * Revert "SwipeDelegate: grab the mouse when accepting a press event"J-P Nurmi2017-10-191-2/+0
* | QQuickAbstractButton: expose the press pointJ-P Nurmi2017-10-271-2/+2
|/
* Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-09-111-2/+2
|\
| * Android: fix clang compilation with -qreal floatVyacheslav Koscheev2017-09-011-2/+2
* | SwipeDelegate: grab the mouse when accepting a press eventShawn Rutledge2017-08-251-0/+2
|/
* Doc: add the Qt version to "\since QtQuick.Controls 2.x"J-P Nurmi2017-05-301-7/+7
* QQuickSwipeDelegate: disable touch events to fix swiping on touchJ-P Nurmi2017-05-021-0/+7
* QQuickSwipePrivate: parent delegate context to controlMitch Curtis2017-03-241-1/+1
* Port from QT_NO_ACCESSIBILITY to QT_CONFIG(accessibility)J-P Nurmi2017-02-241-1/+1
* Re-format constructorsJ-P Nurmi2017-01-191-12/+9
* Format initializer listsJ-P Nurmi2017-01-191-15/+15
* QtQuickControls2: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-131-6/+6
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-111-1/+1
|\
| * Welcome to 2017J-P Nurmi2017-01-091-1/+1
* | SwipeDelegate: rename swipe.rebound to swipe.transitionJ-P Nurmi2016-12-211-22/+31
* | Doc: SwipeDelegate: document grouped signals with \qmlsignalJ-P Nurmi2016-12-201-29/+41
* | Add "Swipe to Remove" exampleJ-P Nurmi2016-12-201-1/+1
* | SwipeDelegate: add swipe.opened() and swipe.closed() signalsJ-P Nurmi2016-12-141-32/+68
* | SwipeDelegate: transition swipe.positionJ-P Nurmi2016-12-141-12/+97
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-12-011-0/+15
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-12-011-0/+15
| |\
| | * SwipeDelegate: fix animations when releasing from a drag5.7Mitch Curtis2016-11-301-0/+15
* | | Add SwipeDelegate::swipe.open()J-P Nurmi2016-11-251-2/+38
* | | SwipeDelegate: Add swipe.enabled propertyMitch Curtis2016-11-251-1/+34
|/ /
* | SwipeDelegate: fix swipes that begin over a child item of a delegateMitch Curtis2016-11-241-0/+4
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-231-21/+30
|\|
| * SwipeDelegate: don't emit clicked when released outsideMitch Curtis2016-11-231-21/+30
* | SwipeDelegate: fix broken swiping after calling SwipeDelegate.close()Mitch Curtis2016-11-221-0/+4
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-021-6/+6
|\|
| * Doc: revise brief descriptionsJ-P Nurmi2016-11-021-1/+1