aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickdial.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compile warnings: replace QTouchEvent::touchPoints with pointsVolker Hilsheimer2020-10-021-1/+1
* Add setAcceptTouchEvents() in more controls that handle touch eventsShawn Rutledge2020-10-011-0/+3
* Fix event refactoring warnings and errorsMitch Curtis2020-08-111-5/+5
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-301-1/+1
|\
| * Doc: Fix qdoc warningsVenugopal Shivashankar2019-11-261-1/+1
* | Don't delete items we didn't createMitch Curtis2019-11-281-1/+1
|/
* Fix compilation with qreal=floatFriedemann Kleint2018-11-261-3/+3
* Dial: add inputMode propertyMitch Curtis2018-05-151-2/+74
* Templates: use C++11 default member initializationJ-P Nurmi2018-05-041-25/+10
* Sliders and Dials: keep mouse grab on pressJ-P Nurmi2018-03-121-15/+1
* Fix deferred executionJ-P Nurmi2017-12-211-1/+11
* Control: defer the execution of the background itemJ-P Nurmi2017-12-151-1/+0
* Dial: use deferred executionJ-P Nurmi2017-12-131-4/+26
* Re-order all revisioned members and add explanatory commentsJ-P Nurmi2017-11-061-28/+28
* Fully qualify atan2 with the std namespaceJake Petroules2017-09-081-1/+1
* Let users disable the multi-touch supportJ-P Nurmi2017-06-071-0/+2
* Doc: add the Qt version to "\since QtQuick.Controls 2.x"J-P Nurmi2017-05-301-2/+2
* Override QQuickControlPrivate::handleXxx()J-P Nurmi2017-04-201-62/+27
* QQuickControl: implement focus handling on touchJ-P Nurmi2017-04-201-6/+3
* Dial: react immediately when using a mouseJ-P Nurmi2017-04-051-3/+3
* Set explicit cursors on all interactive controlsJ-P Nurmi2017-04-051-0/+3
* Doc: fix linking error in qquickdial.cppJ-P Nurmi2017-03-281-1/+1
* Port from QT_NO_ACCESSIBILITY to QT_CONFIG(accessibility)J-P Nurmi2017-02-241-1/+1
* Cancel incubation of replaced/destroyed delegatesJ-P Nurmi2017-02-101-1/+1
* Fix build with -no-feature-wheeleventJ-P Nurmi2017-01-311-0/+2
* Default QQuickDial::live to trueJ-P Nurmi2017-01-271-13/+3
* Use keepTouchGrab instead of keepMouseGrab when handling touch eventsJ-P Nurmi2017-01-241-5/+6
* Re-format constructorsJ-P Nurmi2017-01-191-2/+2
* Format initializer listsJ-P Nurmi2017-01-191-13/+13
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-111-1/+1
|\
| * Welcome to 2017J-P Nurmi2017-01-091-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-051-1/+1
|\|
| * QQuickDial: account for when the wheel event is invertedJ-P Nurmi2017-01-051-1/+1
* | QQuickDial: handle touch eventsJ-P Nurmi2017-01-031-0/+62
* | Revise QQuickDial internalsJ-P Nurmi2017-01-031-36/+64
* | QQuickDial: operate on floating point coordinatesJ-P Nurmi2017-01-031-14/+14
* | Doc: tweak wording for the moved() signalsJ-P Nurmi2016-12-021-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-12-011-0/+14
|\|
| * Dial: add missing wheel handlingJ-P Nurmi2016-11-291-0/+14
* | Add Dial::moved() signalJ-P Nurmi2016-11-291-0/+17
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-171-2/+2
|\|
| * Doc: rephase the "logical position" propertiesJ-P Nurmi2016-11-161-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-031-1/+3
|\|
| * Doc: revise brief descriptionsJ-P Nurmi2016-11-021-1/+1
| * Doc: show the non-wrapping Dial GIF in the detailed descriptionJ-P Nurmi2016-11-021-0/+2
* | Add QQuickDial::liveJ-P Nurmi2016-10-061-6/+40
|/
* Dial: clarify the documentation for some propertiesMitch Curtis2016-09-191-2/+15
* Delete replaced delegates after Component.completed() is emittedMitch Curtis2016-09-121-0/+1
* Dial: fix stepSize handlingMitch Curtis2016-08-101-2/+8
* Doc: add missing \since 5.7 tagsJ-P Nurmi2016-05-251-0/+1