aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make sure the appropriate import versions are always availableJ-P Nurmi2016-11-231-6/+4
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-174-163/+268
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-174-163/+268
| |\
| | * 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
* | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-1523-26/+79
|\| |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-152-4/+9
| |\|
| | * Stabilize tst_drawerJ-P Nurmi2016-11-152-4/+9
| * | Avoid .qmlc files being picked up by Creator's locatorMitch Curtis2016-11-1116-16/+16
| * | Dialog: emit rejected() when closed interactivelyMitch Curtis2016-11-101-0/+44
| * | Fix tst_snippets in static buildsJ-P Nurmi2016-11-081-0/+2
| * | Fix tst_qquick(material|universal)styleconf in static buildsJ-P Nurmi2016-11-082-0/+2
| * | tst_swipedelegate: kill the unnecessary dependency to QtQuick.LayoutsJ-P Nurmi2016-11-081-6/+6
* | | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devJ-P Nurmi2016-11-1155-315/+590
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-0355-315/+590
| |\| |
| | * | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-0310-9/+207
| | |\|
| | | * QQuickComboBox: key searchJ-P Nurmi2016-11-031-0/+43
| | | * QQuickComboBox: handle Home and End keysJ-P Nurmi2016-11-031-2/+115
| | | * tst_accessibility: add all remaining controlsJ-P Nurmi2016-11-026-3/+33
| | | * Popups: use "Dialog" accessible roleJ-P Nurmi2016-11-022-2/+6
| | | * SwipeView: fix accessibility supportJ-P Nurmi2016-11-022-1/+5
| | | * StackView: provide accessible roleJ-P Nurmi2016-11-022-1/+5
| | * | tst_accessibility: add RoundButtonJ-P Nurmi2016-11-022-0/+7
| | * | QQuickDialog: finish accessibility supportJ-P Nurmi2016-11-022-2/+4
| | * | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-0246-315/+370
| | |\|
| | | * Doc: tweak BusyIndicator's GIFJ-P Nurmi2016-11-022-5/+5
| | | * Cleanup and speedup tst_accessibilityJ-P Nurmi2016-11-0240-388/+86
| | | * Frame: fix accessibility supportJ-P Nurmi2016-11-022-1/+13
| | | * ToolTip: fix accessibility supportJ-P Nurmi2016-11-022-1/+14
| | | * tst_accessibility: add some missing controlsJ-P Nurmi2016-11-026-0/+70
| | | * GroupBox: fix accessibility supportJ-P Nurmi2016-11-022-1/+14
| | | * Page: fix accessibility supportJ-P Nurmi2016-11-012-0/+14
| | | * ComboBox: fix accessibility supportJ-P Nurmi2016-11-012-0/+14
| | | * Doc: add GIF to SwipeView detailed descriptionJ-P Nurmi2016-11-012-0/+115
| | | * Doc: add GIF animation for DrawerJ-P Nurmi2016-11-012-0/+115
| | | * QQuickPopup: use QShortcutMap to grab Back & Escape keysJ-P Nurmi2016-11-011-1/+0
| | * | Add missing QQuickDialog::accessibleRole()J-P Nurmi2016-11-012-0/+13
* | | | QQuickStyle::availableStyles()J-P Nurmi2016-11-101-0/+8
* | | | QQuickComboBox: ensure a parent for delegatesJ-P Nurmi2016-11-091-1/+1
* | | | Add QQuickComboBox::downJ-P Nurmi2016-11-091-0/+68
|/ / /
* | | Whitespace cleanupsJ-P Nurmi2016-11-033-3/+3
* | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-10-319-51/+295
|\| |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-317-5/+204
| |\|
| | * 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-272-1/+32
| | * Improve testbenchMitch Curtis2016-10-261-2/+138
| | * testbench: rename main.qml to testbench.qmlMitch Curtis2016-10-263-2/+2
| * | Popup: add spacing support for Dialogv5.8.0-beta1J-P Nurmi2016-10-261-0/+44
| * | Page: support spacingJ-P Nurmi2016-10-261-0/+40