aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* controls.pri: add $$PWD to QML filesJ-P Nurmi2017-04-201-52/+52
* QQuickPopup: add touch(Ungrab)Event()J-P Nurmi2017-04-204-0/+26
* QQuickComboBox: handle touch eventsJ-P Nurmi2017-04-192-0/+63
* Revise QQuickComboBox internalsJ-P Nurmi2017-04-191-7/+39
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-184-3/+30
|\
| * Material: fix vertical paddings of the DialogButtonBox5.8Nikita Krupenko2017-03-111-2/+3
| * Material: use proper layout of the buttons in the DialogButtonBoxNikita Krupenko2017-03-103-1/+27
* | Cleanup unused qdoc markersJ-P Nurmi2017-04-185-12/+0
* | Universal/RadioDelegate: remove spurious control-propertyJ-P Nurmi2017-04-181-2/+0
* | SystemTrayIcon: Fix documentation code snippetv5.9.0-beta2Friedemann Kleint2017-04-111-1/+1
* | Doc: update the type comparison tableJ-P Nurmi2017-04-111-3/+1
* | Cancel incubation recursivelyJ-P Nurmi2017-04-101-3/+15
* | ScrollBar: react immediately when using a mouseJ-P Nurmi2017-04-101-0/+1
* | QQuickScrollBar: handle touch eventsJ-P Nurmi2017-04-103-0/+55
* | QQuickTabBar: add missing Q_REVISION() for contentWidth/HeightChanged()J-P Nurmi2017-04-061-2/+2
* | Doc: highlight the Wearable Demo on the index pageJ-P Nurmi2017-04-061-0/+1
* | RangeSlider: react immediately when using a mouseJ-P Nurmi2017-04-051-3/+3
* | Dial: react immediately when using a mouseJ-P Nurmi2017-04-051-3/+3
* | Slider: react immediately when using a mouseJ-P Nurmi2017-04-051-3/+3
* | Set explicit cursors on all interactive controlsJ-P Nurmi2017-04-0512-4/+82
* | StackView: resolve relative URLs to the callerJ-P Nurmi2017-04-042-5/+15
* | QQuickScrollBar: set implicit Cursor as Qt::ArrowCursorKarol Polak2017-04-041-0/+3
* | BusyIndicator: add lacking initialization in material styleKarol Polak2017-04-041-1/+1
* | TextField: make textEdited() availableJ-P Nurmi2017-04-031-0/+1
* | Doc: add missing Popup::aboutToShow() and aboutToHide() signalsJ-P Nurmi2017-04-031-2/+18
* | Doc: replace "released" with "introduced" on the index pageJ-P Nurmi2017-04-031-1/+1
* | Doc: add style screenshots on the index pageJ-P Nurmi2017-04-031-0/+30
* | Doc: merge controls & styles columns in the version tableJ-P Nurmi2017-04-031-7/+3
* | Doc: mention that standardButtons is ordered according to platformMitch Curtis2017-04-032-0/+4
* | Doc: Correct two link errorsv5.9.0-beta1Nico Vertriest2017-03-301-2/+2
* | Doc: add missing \since to SwipeView::orientationJ-P Nurmi2017-03-291-0/+1
* | Doc: list available import versions in each Qt releaseJ-P Nurmi2017-03-291-0/+42
* | ComboBox: cleanup superfluous QtQuick.Window importsJ-P Nurmi2017-03-283-3/+0
* | Universal/SwipeDelegate: remove native text rendering leftoverJ-P Nurmi2017-03-281-1/+0
* | Doc: fix linking error in qquickdial.cppJ-P Nurmi2017-03-281-1/+1
* | Pass a parent to QQmlContextsMitch Curtis2017-03-243-3/+3
* | StackView: provide better warnings and errorsJ-P Nurmi2017-03-245-22/+57