aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QQuickDialog: add missing standard button signalsJ-P Nurmi2017-05-191-0/+38
* QQuickDialogButtonBox: add missing signalsJ-P Nurmi2017-05-191-6/+6
* Incorporate QQuickDialog::result from QQuickPlatformDialogJ-P Nurmi2017-05-181-0/+2
* QQuickTabBar: introduce index/tabBar/position attached propertiesJ-P Nurmi2017-05-181-0/+117
* testbench: add options for mirroring and disabling the contentsJ-P Nurmi2017-05-161-81/+125
* testbench: more tweaksJ-P Nurmi2017-05-161-14/+66
* QQuickIconLabel: ensure that icon color changes are respectedMitch Curtis2017-05-152-0/+96
* Refactor testbenchJ-P Nurmi2017-05-121-243/+218
* Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-118-18/+23
|\
| * tst_controls: use TestCase::createTemporaryObject()J-P Nurmi2017-05-094-16/+6
| * Disable/blacklist failing tests for boot2qtSami Nurmenniemi2017-05-081-0/+6
| * tst_snippets: skip style-specific screenshots when appropriatev5.9.0-beta4J-P Nurmi2017-05-042-1/+10
| * Cleanup obsolete references to doc/snippets/screenshotsJ-P Nurmi2017-05-041-1/+1
* | Make QQuickIcon a value typeJ-P Nurmi2017-05-102-21/+9
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-035-81/+119
|\|
| * tst_snippets: take screenshots only when requestedJ-P Nurmi2017-05-031-61/+43
| * Drawer: fix drag-over-threshold calculationJ-P Nurmi2017-05-022-20/+45
| * tst_popup: disable touch compressionJ-P Nurmi2017-05-021-0/+7
| * QQuickPopopPositioner: fix reposition() callsJ-P Nurmi2017-05-022-0/+18
| * Don't close a popup when pressed inside and released outsideJ-P Nurmi2017-04-291-0/+6
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-04-295-48/+212
|\|
| * QQuickDrawer: fix flicking inside drawersJ-P Nurmi2017-04-282-22/+141
| * tst_combobox: get rid of waitForRendering()J-P Nurmi2017-04-271-9/+31
| * tst_rangeslider: remove unnecessary waitForRendering()J-P Nurmi2017-04-271-1/+0
| * Fix Popup.CloseOnRelease for non-modal popupsJ-P Nurmi2017-04-271-16/+40
* | Add ButtonGroup::exclusiveJ-P Nurmi2017-04-281-3/+59
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-04-2710-28/+189
|\|
| * Container: document and test current index managementJ-P Nurmi2017-04-271-0/+36
| * tst_popup: get rid of waitForRendering()J-P Nurmi2017-04-271-1/+6
| * tst_dialog: get rid of waitForRendering()J-P Nurmi2017-04-271-4/+20
| * Popups: fix non-dimming modal background leaking events throughJ-P Nurmi2017-04-261-4/+28
| * Forward focus to the contentItem of editable spinboxesMitch Curtis2017-04-242-1/+11
| * QQuickDrawer: don't jump when dragging openJ-P Nurmi2017-04-241-15/+25
| * tst_Drawer: disable compression for touch eventsJ-P Nurmi2017-04-241-3/+10
| * tst_slider & tst_dial: add simple tests for null handlesJ-P Nurmi2017-04-242-0/+26
| * QQuickRangeSlider: don't crash on press with null handlesJ-P Nurmi2017-04-241-0/+27
* | QQuickIconImage: fix file selectors for named theme iconsJ-P Nurmi2017-04-266-0/+47
* | TabBar: fix the layout with mixed-height itemsJ-P Nurmi2017-04-251-5/+32
* | QQuickIcon: fix the type of the source propertyJ-P Nurmi2017-04-2411-12/+12
* | TabButton: add support for iconsJ-P Nurmi2017-04-241-0/+80
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-04-212-0/+46
|\|
| * Fix QQuickApplicationWindow::isComponentComplete()J-P Nurmi2017-04-211-0/+23
| * Fix QQuickPopup::isComponentComplete()J-P Nurmi2017-04-211-0/+23
* | Add SpinBox::wrapJ-P Nurmi2017-04-211-9/+23
* | tst_spinbox: make test_keys() and test_wheel() data-drivenJ-P Nurmi2017-04-211-88/+51
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-04-2122-25/+111
|\|
| * *.pro: osx -> macosJ-P Nurmi2017-04-2014-14/+14
| * tst_controls: remove waitForRendering() from test_multiTouchJ-P Nurmi2017-04-205-5/+0
| * Override QQuickControlPrivate::handleXxx()J-P Nurmi2017-04-201-1/+0
| * Re-enable tst_focus on LinuxJ-P Nurmi2017-04-201-4/+1