aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2
Commit message (Expand)AuthorAgeFilesLines
* Disable failing declarative tests on AndroidAssam Boudjelthia2022-02-037-0/+47
* Fix tst_controls missing resourcesAssam Boudjelthia2022-02-018-4/+40
* QNX: Blacklist tests that failsPasi Petäjäjärvi2022-02-015-0/+5
* Fix tst_basic missing resourcesAssam Boudjelthia2022-01-272-1/+10
* TabBar: allow wheel events to change currentIndexNoah Davis2022-01-211-0/+49
* QQuickAbstractButton: fix crash on destructionUlf Hermann2022-01-141-0/+23
* AbstractButton: fix fast clicks being treated as double clicksMitch Curtis2022-01-031-0/+49
* Include images to test data and use correct testFileUrl for comparisonAssam Boudjelthia2021-12-172-2/+2
* Don't dereference nullptr when updating materialsVolker Hilsheimer2021-12-081-0/+7
* Fix Quick Palette test after qtbase changeVolker Hilsheimer2021-12-071-6/+2
* Set PopupFocusReason when focus moves because a popup opens or closesVolker Hilsheimer2021-12-061-1/+0
* Fix setting the focus reason in Qt Quick ControlsVolker Hilsheimer2021-12-061-10/+0
* RangeSlider: update handle positions when 'from' or 'to' value is changedIvan Solovev2021-12-031-0/+37
* Remember QQuickDeliveryAgent (DA) in QQuickWindowPrivate::handle*EventFabian Kosmale2021-12-032-0/+40
* Add test for QQuickControl::focusReason to the focus test caseVolker Hilsheimer2021-12-012-44/+295
* QQuickItemViewTransitionAttached: Avoid dangling pointersUlf Hermann2021-12-011-0/+6
* SpinBox: use control instead of parent in indicatorsMitch Curtis2021-11-271-0/+25
* Fix tst_StyleImports::platformSelectors() for AndroidAssam Boudjelthia2021-11-191-1/+1
* Add regression test for QQmlEngine::retranslate() crashMitch Curtis2021-11-112-0/+165
* Use the RegExp variant of ignoreWarning() in case line number changesJan Arve Sæther2021-11-044-31/+29
* QuickFontDialog: make setCurrentFont() update listview indexesOliver Eftevaag2021-11-032-7/+121
* StackView: support required propertiesFabian Kosmale2021-10-221-0/+12
* Don't auto-close popups unless hitting the dimmerVolker Hilsheimer2021-10-202-0/+145
* Consider all popups in the stack to test whether an event should be blockedVolker Hilsheimer2021-10-182-0/+141
* Give focus to popup on prepareEnter instead of finalizeEnterTomi Korpipaa2021-10-182-0/+98
* QQuickFileDialogImpl: fix issues with breadcrumb bar text editMitch Curtis2021-10-181-0/+71
* SelectionRectangle: don't accept new selection from press'n'hold on top of a ...Richard Moe Gustavsen2021-10-171-0/+33
* Fix activeFocus for highest-z popupTomi Korpipaa2021-10-152-0/+129
* StackView: complete animations when using StackView.Immediate transitionIvan Solovev2021-10-141-2/+113
* Unblacklist some testsJan Arve Sæther2021-10-071-10/+0
* Unblacklist ComboBox::test_defaults()Jan Arve Sæther2021-10-061-2/+0
* Do not override font size by defaultJan Arve Sæther2021-10-051-4/+0
* Fix ScrollBar::test_policy() autotestJan Arve Sæther2021-09-302-8/+9
* Convert two QC2 tests to use initMain() rather than testlib internalsEdward Welbourne2021-09-292-25/+21
* Fix a bug in ScrollBar::test_multiTouch() autotestJan Arve Sæther2021-09-292-18/+25
* Fix a bug in ScrollBar::test_interactive() autotestJan Arve Sæther2021-09-272-3/+3
* ScrollBar::test_mouse(): remove workaround that is not needed anymoreJan Arve Sæther2021-09-271-4/+0
* Fix a bug in ScrollBar::test_mouse() autotestJan Arve Sæther2021-09-272-13/+10
* Fix ScrollBar::test_touch() autotestJan Arve Sæther2021-09-272-10/+20
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-241-1/+1
* tst_combobox: skip indicator check for the native stylesRichard Moe Gustavsen2021-09-242-1/+32
* Fix test_flashing() autotest for native Windows styleJan Arve Sæther2021-09-232-2/+4
* QQuickAction: don't grab the same shortcut multiple timesOliver Eftevaag2021-09-231-0/+33
* Fix Slider::test_snapMode_touch() to work for narrower slidersJan Arve Sæther2021-09-232-18/+7
* Unblacklist ScrollView::test_keys()Jan Arve Sæther2021-09-221-2/+0
* Fix ScrollBar::test_snapMode_mouse() autotestJan Arve Sæther2021-09-222-19/+13
* QQuickIcon: Resolve URL relative to current elementFabian Kosmale2021-09-213-0/+38
* Fix ScrollBar::test_snapMode_touch() autotestJan Arve Sæther2021-09-172-19/+13
* Consolidate test helpers into private librariesMitch Curtis2021-09-1459-1279/+380
* Improve output on failed font dialog testsOliver Eftevaag2021-09-101-2/+3