aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput
Commit message (Expand)AuthorAgeFilesLines
* Blacklist failing tests in tst_qquicktextinput on AndroidAndreas Buhr2022-05-171-0/+5
* Fix tst_qquicktextinput on AndroidAndreas Buhr2022-05-074-7/+7
* Blacklist tests which are flaky on OpenSUSEAndreas Buhr2022-05-061-0/+4
* Blacklist or skip tests which impede coin integrationAndreas Buhr2022-05-051-0/+4
* Blacklist tst_qquicktextinput paste-related functionsUlf Hermann2022-03-231-0/+16
* Build tests without warnings after qtbase changesVolker Hilsheimer2022-03-191-11/+11
* Blacklist flaky qquicktextinput tests on openSuseFabian Kosmale2021-12-121-0/+8
* Set PopupFocusReason when focus moves because a popup opens or closesVolker Hilsheimer2021-12-041-2/+0
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-8/+6
* qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-231-0/+2
* Fix override warningAndreas Buhr2021-07-281-1/+1
* Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-232-0/+119
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-162-0/+46
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-3/+3
* Remove the qmake project filesFabian Kosmale2021-01-151-16/+0
* Blacklist failing tests for QEMU ARMv7Samuli Piippo2021-01-071-0/+4
* Refactor QQuickTextInput test to use QKeyCombinationVolker Hilsheimer2020-12-101-75/+35
* tst_qquicktextinput: Do not construct illegal QCharFabian Kosmale2020-11-231-4/+17
* Fix some compiler warnings in testsVolker Hilsheimer2020-10-261-10/+6
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-4/+4
* Qt::KeyboardModifiers is not a pointer typeEdward Welbourne2020-07-271-4/+4
* Port the remaining tests from QRegExp to QRegularExpressionLars Knoll2020-04-031-6/+6
* Remove QRegExpValidator usagesLars Knoll2020-03-185-13/+13
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-3/+3
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-121-0/+4
|\
| * Blacklist tst_QQuickTextInput::setInputMask() on macOsFabian Kosmale2020-02-121-0/+4
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-23/+44
|\|
| * QQuickTextInput: Fix validators testUlf Hermann2019-12-111-19/+23
| * Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-101-4/+13
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-041-0/+8
| |\
| | * Do not emit inputMaskChanged when setting the same input maskJan Arve Sæther2019-12-021-0/+8
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-252-6/+58
|\| |
| * | Handle -no-feature-shortcutFriedemann Kleint2019-10-181-6/+23
| |/
| * QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-112-0/+35
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-4/+4
* | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-0/+3
|\|
| * Blacklist tst_qquicktextinput::mouseSelectionMode on OpenSuse 15.0Ulf Hermann2019-09-121-0/+3
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+57
|/
* Remove blacklisting of several tests that are passingShawn Rutledge2019-02-101-3/+0
* tst_qquicktestinput: Fix for test due to QIntValidator changeTuomas Heimonen2018-07-021-3/+0
* Make sure we call Codegen::defineFunction with proper argumentsLars Knoll2018-05-021-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-103/+103
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-46/+46
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-2/+10
|\
| * Prevent invalid characters being entered at the appropriate timesAndy Shaw2018-02-021-2/+10
* | Stabilize testLars Knoll2018-02-081-2/+2
|/
* QQuickTextInput: Allow going from an Acceptable to an Intermediate stateAndy Shaw2017-08-151-0/+75
* QQuickTextInput: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-261-1/+45