aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls
Commit message (Expand)AuthorAgeFilesLines
* SwipeDelegate: fix animations when releasing from a drag5.7Mitch Curtis2016-11-301-0/+50
* SwipeDelegate: don't emit clicked when released outsideMitch Curtis2016-11-231-3/+43
* QQuickSpinBox: fix auto-repeatJ-P Nurmi2016-11-171-0/+62
* QQuickAbstractButton: fix auto-repeatJ-P Nurmi2016-11-171-33/+58
* Tests: de-couple SignalSequenceSpy from the testable controlsJ-P Nurmi2016-11-163-134/+158
* QQuickComboBox: key searchJ-P Nurmi2016-11-031-0/+43
* QQuickComboBox: handle Home and End keysJ-P Nurmi2016-11-031-2/+115
* QQuickPopup: use QShortcutMap to grab Back & Escape keysJ-P Nurmi2016-11-011-1/+0
* Scrollers: give control over layouting if parent != flickableJ-P Nurmi2016-10-282-0/+32
* QQuickPopup: fix binding loops with size-dependent positioningJ-P Nurmi2016-10-271-0/+31
* Fix tst_swipedelegateJ-P Nurmi2016-10-241-4/+4
* ScrollBar::increase/decrease(): remember the previous active statusJ-P Nurmi2016-10-171-0/+25
* Clear hover when moved outside while pressingJ-P Nurmi2016-10-171-2/+19
* auto tests: prefer creating signal spies locally where neededJ-P Nurmi2016-10-0713-282/+92
* Move line number-dependent tests to the top of tst_swipedelegate.qmlMitch Curtis2016-10-041-100/+100
* Fix ComboBox to scroll to the highlighted itemJ-P Nurmi2016-10-021-3/+60
* Fix QQuickToolTip's delay and visibilityJ-P Nurmi2016-10-021-5/+20
* Make a plain AbstractButton calculate suitable implicit sizeJ-P Nurmi2016-10-021-0/+36
* Cancel exit transition when the same tooltip is shown againMitch Curtis2016-09-301-0/+48
* Improve tst_tumblerMitch Curtis2016-09-301-30/+69
* TabButton: use Text's implicit size instead of content sizeJ-P Nurmi2016-09-301-0/+6
* TabBar: fix mixing of fixed and implicitly resized tabsJ-P Nurmi2016-09-301-6/+20
* Fix crash when flicking a ListView-based TumblerMitch Curtis2016-09-301-1/+44
* Fix QQuickToolTipAttached parentJ-P Nurmi2016-09-281-1/+2
* SpinBox: don't call valueFromText when non-editableJ-P Nurmi2016-09-281-0/+32
* Fix a crash in StackView::pop()J-P Nurmi2016-09-261-0/+18
* Drawer: reparent to the overlay by defaultJ-P Nurmi2016-09-211-0/+1
* Fix QQuickPopup::resetWidth/Height()J-P Nurmi2016-09-211-0/+18
* QQuickPopup: fix negative marginsJ-P Nurmi2016-09-211-0/+24
* Switch/Delegate: improve dragging behaviorJ-P Nurmi2016-09-202-0/+68
* QQuickSwitchDelegate: make the handle draggableJ-P Nurmi2016-09-191-0/+182
* QQuickSwitch: fix event handlingJ-P Nurmi2016-09-191-0/+70
* Fix Switch to stay pressed as appropriateJ-P Nurmi2016-09-191-0/+23
* Fix Popup to respect explicit sizeJ-P Nurmi2016-09-191-5/+43
* QQuickControl: clear the hovered state when hiddenJ-P Nurmi2016-09-151-0/+6
* Fix drawer visibility and overlay event handlingJ-P Nurmi2016-09-061-44/+28
* TextField: improve the implicit size calculationJ-P Nurmi2016-09-051-0/+19
* Switch: fix missing pressed() and released() signalsJ-P Nurmi2016-09-051-75/+63
* Switch: fix Qt::ClickFocus on the indicatorJ-P Nurmi2016-09-021-0/+11
* Popup: respect dynamic dim & modal changesJ-P Nurmi2016-09-021-2/+8
* Make a plain Container calculate suitable implicit sizeJ-P Nurmi2016-08-311-0/+85
* 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
* 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 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