aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | QQuickIconImage: use QQuickPixmap::width/height instead of implicitSizeMitch Curtis2017-05-031-1/+1
* | Default: make icon color match text colorMitch Curtis2017-05-029-9/+14
* | Universal: make icon color match text colorMitch Curtis2017-05-028-8/+8
* | Material: make icon color match text colorMitch Curtis2017-05-028-8/+12
* | QQuickTabBarPrivate::updateLayout(): fix potential division by zeroJ-P Nurmi2017-05-021-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-04-296-20/+89
|\|
| * 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
* | Add ButtonGroup::exclusiveJ-P Nurmi2017-04-284-4/+53
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-04-2712-365/+511
|\|
| * 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
| * 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
* | Use QQml_setParent_noEvent() for QQuickIconJ-P Nurmi2017-04-272-4/+8
* | QQuickIconImage: fix file selectors for named theme iconsJ-P Nurmi2017-04-262-2/+11
* | Material: use Android button layout for dialogsNikita Krupenko2017-04-251-8/+1
* | TabBar: fix the layout with mixed-height itemsJ-P Nurmi2017-04-251-9/+18
* | TabBar: remove hard-coded content heightsJ-P Nurmi2017-04-243-4/+0
* | QQuickIcon: fix the type of the source propertyJ-P Nurmi2017-04-244-10/+11
* | TabButton: add support for iconsJ-P Nurmi2017-04-243-17/+42
* | Doc: add missing Action::icon.colorJ-P Nurmi2017-04-241-0/+1
* | Update plugins.qmltypesJ-P Nurmi2017-04-212-19/+338