aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Allow tapping to deselect in TextInput/TextField with pre-6.4 APIShawn Rutledge2023-11-071-0/+14
* Remove remaining foreach in quick testsUlf Hermann2023-08-231-3/+1
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+3
* Normalize signal/slot signaturesMarc Mutz2023-07-121-1/+1
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tst_QQuickTextInput: Stabilize clipboard related functions on XCBAxel Spoerl2023-04-122-31/+13
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Android: Set EnterKeyNext as default type for TextInputBartlomiej Moskal2022-11-161-0/+32
* Port from container::count() and length() to size()Marc Mutz2022-10-071-263/+263
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* TextInput/Field: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-164-5/+116
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Remove dead code in TextEdit/TextInput testsShawn Rutledge2022-06-211-20/+0
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Blacklist failing tests in tst_qquicktextinput on AndroidAndreas Buhr2022-05-061-0/+4
* Fix tst_qquicktextinput on AndroidAndreas Buhr2022-04-254-7/+7
* Blacklist tst_qquicktextinput paste-related functionsUlf Hermann2022-03-231-0/+16
* Build tests without warnings after qtbase changesVolker Hilsheimer2022-03-181-11/+11
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+1
* Stop using deprecated QMouseEvent and QContextMenuEvent ctorsShawn Rutledge2022-02-101-1/+2
* 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
| |/