aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QQuickMenu: add support for declaring ActionsJ-P Nurmi2017-06-022-0/+99
* Add QQuickMenu::popup()J-P Nurmi2017-06-022-0/+158
* Add support for configurable palettesJ-P Nurmi2017-06-023-9/+24
* Accessibility: cleanup and fix the attached property handlingJ-P Nurmi2017-05-311-14/+2
* Add support for configurable fontsJ-P Nurmi2017-05-314-4/+24
* Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-303-1/+185
|\
| * tst_popup: add closeOnEscapeWithNestedPopups()Mitch Curtis2017-05-262-0/+180
| * tst_tooltip: fix test_attached() failing when it's not run firstMitch Curtis2017-05-261-1/+5
* | Say hello to the Fusion styleJ-P Nurmi2017-05-306-0/+71
* | QQuickComboBox: update highlighted index on mouse hoverJ-P Nurmi2017-05-301-1/+50
* | Cleanup whitespaceJ-P Nurmi2017-05-272-2/+2
* | Implement defaultPalette()J-P Nurmi2017-05-262-1/+151
* | Add support for propagating palettesJ-P Nurmi2017-05-2611-3/+736
* | QQuickStackView: fix emptyChanged()J-P Nurmi2017-05-231-9/+42
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-233-4/+15
|\|
| * Make tst_pageindicator::test_interactive() more reliableJ-P Nurmi2017-05-221-4/+1
| * tst_combobox: make test_highlightRange() more reliableJ-P Nurmi2017-05-221-0/+1
| * QQuickStackView::clear(): don't emit depthChanged() when already emptyJ-P Nurmi2017-05-221-0/+12
* | Add StackView::empty for convenienceJ-P Nurmi2017-05-231-0/+8
* | StackView::clear() allow specifying a transitionJ-P Nurmi2017-05-231-0/+18
* | tst_menuitem::test_display(): allow constant padding for checkboxesJ-P Nurmi2017-05-231-4/+5
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-203-60/+75
|\|
| * ApplicationWindow: fix access to revisioned members in base classesJ-P Nurmi2017-05-181-0/+31
| * tst_objectcount: use setBenchmarkResult() instead of printLiang Qi2017-05-161-13/+6
| * tst_objectcount: data-driven qobjects vs. qquickitemsJ-P Nurmi2017-05-161-50/+29
| * tst_snippets: inject the style name to image file namesJ-P Nurmi2017-05-121-3/+15
* | QQuickStyleSelector: fix built-in file selectorsJ-P Nurmi2017-05-205-0/+28
* | 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