aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-315-18/+32
|\
| * QQuickComboBox: fix crash on popup destructionv5.9.0-rc2v5.9.0-rc1v5.9.0J-P Nurmi2017-05-191-1/+9
| * Fix drawers not to be touch-draggable through modal popup shadowsJ-P Nurmi2017-05-082-14/+17
| * Drawer: fix dragging from the inside over interactive contentsJ-P Nurmi2017-05-082-3/+6
* | Doc: add the Qt version to "\since QtQuick.Controls 2.x"J-P Nurmi2017-05-3019-59/+59
* | Material: round ripple translation to avoid artifactsJ-P Nurmi2017-05-301-1/+1
* | Add sections and update purposes of featuresStephan Binner2017-05-302-3/+6
* | QQuickSpinBox: set "editable" accessible propertyJ-P Nurmi2017-05-222-0/+11
* | QQuickComboBox: set "editable" accessible propertyJ-P Nurmi2017-05-221-1/+4
* | QQuickStackView::clear(): don't emit depthChanged() when already emptyJ-P Nurmi2017-05-221-0/+3
* | Enable build time QML caching for the Material & Universal stylesJ-P Nurmi2017-05-202-0/+2
* | Enable the use of QML caching at build timeSimon Hausmann2017-05-192-0/+4
* | ScrollView: fix default Flickable content item creationJ-P Nurmi2017-05-193-21/+33
* | Doc: add missing "is" to the Default style docsJ-P Nurmi2017-05-191-1/+1
* | qtquickcontrols2-styles.qdoc: align indentationJ-P Nurmi2017-05-191-1/+1
* | ApplicationWindow: fix access to revisioned members in base classesJ-P Nurmi2017-05-184-2/+5
* | controls.pri: cleanup a superfluous backslashJ-P Nurmi2017-05-151-1/+1
* | Doc: make the list of topic pages lighter to readJ-P Nurmi2017-05-151-9/+9
* | Default: fix typo in RangeSlider::second.handleJ-P Nurmi2017-05-151-1/+1
* | Fix unresolved external symbols for -no-feature-shortcutStephan Binner2017-05-061-0/+8
|/
* Cleanup obsolete references to doc/snippets/screenshotsJ-P Nurmi2017-05-041-2/+1
* tst_snippets: take screenshots only when requestedJ-P Nurmi2017-05-0383-1/+0
* Use strict comparisonFrederik Schwarzer2017-05-032-2/+2
* Mark non-default styles as depending on features.quickcontrols2-defaultStephan Binner2017-05-031-0/+2
* Add QQuickDrawerPrivate::offsetAt()J-P Nurmi2017-05-022-10/+15
* QQuickSwipeDelegate: disable touch events to fix swiping on touchJ-P Nurmi2017-05-022-0/+8
* Drawer: fix drag-over-threshold calculationJ-P Nurmi2017-05-021-4/+8
* Fix QQuickPopupPrivate::handleMouseEvent()J-P Nurmi2017-05-021-4/+3
* QQuickPopopPositioner: fix reposition() callsJ-P Nurmi2017-05-021-2/+2
* Universal: add missing importsStephan Binner2017-04-294-0/+4
* Material: fix editor cursor visibilityJ-P Nurmi2017-04-291-2/+2
* Don't close a popup when pressed inside and released outsideJ-P Nurmi2017-04-291-1/+2
* Doc: improve the documentation for Popup’s modal propertyMitch Curtis2017-04-291-1/+11
* Promote pressPoint to QQuickPopupJ-P Nurmi2017-04-284-5/+5
* Add QQuickPopupPrivate::contains() for convenienceJ-P Nurmi2017-04-283-6/+13
* QQuickDrawer: fix flicking inside drawersJ-P Nurmi2017-04-281-3/+3
* QQuickOverlay: reduce one event filterJ-P Nurmi2017-04-281-52/+49
* Fix Popup.CloseOnRelease for non-modal popupsJ-P Nurmi2017-04-272-6/+71
* Container: document and test current index managementJ-P Nurmi2017-04-271-3/+67
* QQuickOverlay: add handleMouseEvent() and handleTouchEvent()J-P Nurmi2017-04-272-61/+94
* Add QQuickOverlayPrivate::startDrag()J-P Nurmi2017-04-272-13/+20
* QQuickDrawerPrivate::startDrag(): start delivering touch eventsJ-P Nurmi2017-04-271-16/+19
* QQuickOverlay: add return value to handlePress/Move/Release()J-P Nurmi2017-04-272-12/+17
* Enable touch events for popups and drawersJ-P Nurmi2017-04-264-12/+58
* Revise the press/move/release handlersJ-P Nurmi2017-04-264-46/+58
* Popups: fix non-dimming modal background leaking events throughJ-P Nurmi2017-04-261-3/+8
* Material: fix elevation of the RoundButtonNikita Krupenko2017-04-261-1/+1
* Eradicate QQuickDrawerPrivate::handleMouseMoveEvent()J-P Nurmi2017-04-252-45/+32
* QQuickDrawer: move mouse/touch press handling to handlePress()J-P Nurmi2017-04-253-25/+2
* Simplify QQuickDrawerPrivate::startDrag()J-P Nurmi2017-04-251-28/+10