aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: improve margin documentationMitch Curtis2017-05-311-11/+16
* 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
* | Add sections and update purposes of featuresStephan Binner2017-05-301-1/+2
* | 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
* | ScrollView: fix default Flickable content item creationJ-P Nurmi2017-05-193-21/+33
|/
* 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
* 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
* 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
* QQuickDrawer: move mouse/touch release handling to handleRelease()J-P Nurmi2017-04-253-87/+66
* QQuickDrawer: override handlePress/Move/Release/Ungrab()J-P Nurmi2017-04-253-13/+32
* Pass timestamp to QQuickPopupPrivate::handlePress/Move/Release()J-P Nurmi2017-04-253-17/+20
* QQuickPopup: tryClose() via handlePress() & handleRelease()J-P Nurmi2017-04-253-93/+96
* Forward focus to the contentItem of editable spinboxesMitch Curtis2017-04-242-0/+11
* QQuickDrawer: don't jump when dragging openJ-P Nurmi2017-04-241-1/+9
* QQuickRangeSlider: don't crash on press with null handlesJ-P Nurmi2017-04-241-9/+11
* Implement QQuickOverlay::touchEvent()v5.9.0-beta3J-P Nurmi2017-04-214-37/+94
* 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
* Override QQuickControlPrivate::handleXxx()J-P Nurmi2017-04-2018-557/+147
* QQuickSpinBoxPrivate::handleXxx(): remove unused return valuesJ-P Nurmi2017-04-201-13/+8