aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make a plain Control calculate suitable implicit sizeJ-P Nurmi2016-08-311-1/+28
* ScrollIndicator: respect the paddings when overshootingJ-P Nurmi2016-08-301-0/+34
* Fix attached ToolTip propertiesJ-P Nurmi2016-08-191-0/+25
* Close parentless popupsJ-P Nurmi2016-08-191-1/+5
* Universal: ensure setting background/foreground worksMitch Curtis2016-08-196-0/+154
* Material: ensure setting background/foreground worksMitch Curtis2016-08-196-0/+154
* QQuickPopup: don't keep a reference to a destroyed parentJ-P Nurmi2016-08-181-0/+9
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-101-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-08-101-0/+1
| |\
| | * Fix compilation without QProcess supportv5.6.2Maurice Kalinowski2016-08-101-0/+4
| | * Fix tst_tumbler after Flickable changesJ-P Nurmi2016-08-091-0/+1
* | | Dial: fix stepSize handlingMitch Curtis2016-08-101-0/+35
|/ /
* | QQuickRangeSlider: fix snapPosition()J-P Nurmi2016-08-101-5/+11
* | ComboBox: ensure an update of the current text on data changeJ-P Nurmi2016-08-091-0/+20
* | Page: take header & footer visibility into account in relayout()J-P Nurmi2016-08-091-0/+12
* | AppWindow: take header & footer visibility into account in relayout()J-P Nurmi2016-08-092-0/+99
* | SwipeDelegate: warn about horizontally anchoring background/contentItemMitch Curtis2016-08-021-0/+81
* | Flickable TextArea: don't intercept input events outside visual boundsJ-P Nurmi2016-07-221-1/+23
* | Fix overlay event processing order for popupsJ-P Nurmi2016-07-222-0/+45
* | Fix hover event handling for drawer overlaysJ-P Nurmi2016-07-222-0/+136
* | Don't leak hover events through modal overlaysJ-P Nurmi2016-07-221-1/+13
* | Don't leak hover events through popupsJ-P Nurmi2016-07-222-0/+119
* | Popups: fix overlay visibilityJ-P Nurmi2016-07-222-5/+9
* | testbench: center the window upon completion instead of using bindingsJ-P Nurmi2016-07-201-2/+5
* | SwipeDelegate: vertically resize contentItem when swipe is completeMitch Curtis2016-07-151-0/+24
* | Improve unxpected signal warningMitch Curtis2016-07-141-1/+6
* | SwipeDelegate: reposition contentItem, background on width changesMitch Curtis2016-07-121-0/+18
* | Drawer: fix dragMargin handlingJ-P Nurmi2016-07-111-0/+7
* | QQuickTextArea & -Field: fix double-click to select a wordJ-P Nurmi2016-07-112-0/+38
* | SwipeDelegate: only consume child events if we grabbed the mouseMitch Curtis2016-07-081-0/+24
* | Drawer: reposition when closedJ-P Nurmi2016-07-061-0/+25
* | Fix QQuickComboBox::textAt()J-P Nurmi2016-07-061-0/+29
* | Fix QQuickSliderPrivate::snapPosition()J-P Nurmi2016-06-161-4/+10
* | StackView: Fix warning when popping down to the current itemKonstantin Ritt2016-06-161-0/+5
* | Replace tst_styles with tst_material & tst_universalJ-P Nurmi2016-06-149-57/+104
* | Rename tst_material and tst_universalJ-P Nurmi2016-06-1311-15/+15
* | QQuickScrollBar: fix layouting of mirrored vertical scrollbarJ-P Nurmi2016-06-131-0/+13
* | Fix Slider to react if only clickedJ-P Nurmi2016-06-131-0/+6
* | tests: fix accent and background color in tst_materialLiang Qi2016-06-011-8/+16
* | Add a simple manual test for taking screenshots in style docsJ-P Nurmi2016-05-274-0/+169
* | SpinBox: disable up and down indicators when appropriateMitch Curtis2016-05-241-6/+99
* | Make Overlay.modal and modeless ComponentsJ-P Nurmi2016-05-232-48/+94
* | SwipeDelegate: rename exposure to swipe, active to completeMitch Curtis2016-05-234-211/+211
* | Don't restore focus to contentItem when a focusless popup was closedMitch Curtis2016-05-193-0/+194
* | StackView: reset size of the content without explicit one on pop()Nikita Krupenko2016-05-181-0/+21
* | Fix style inheritance with dynamically changing windowsJ-P Nurmi2016-05-182-0/+39
* | Center testbench window in screenMitch Curtis2016-05-131-0/+2
* | Popup: respect "dim: false" for modal popupsJ-P Nurmi2016-05-121-0/+18
* | QQuickMenu: cull items outside the popupJ-P Nurmi2016-05-121-1/+5
* | Popup: restore focus to contentItem of ApplicationWindow when closingMitch Curtis2016-05-113-1/+132