aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput
Commit message (Expand)AuthorAgeFilesLines
* QQuickTest: add and use active focus macrosMitch Curtis2025-04-251-49/+50
* tests: Swap QScopedPointer<QPointingDevice> for unique_ptr touchscreenShawn Rutledge2025-03-291-11/+11
* Fix flaky test checkCursorDelegateWhenPaddingChangedFrédéric Lefebvre2025-03-251-1/+1
* tests/: more const containers instead of std::as_const()Ahmad Samir2025-01-071-8/+10
* Restore default locale at end of test that sets itEdward Welbourne2024-12-031-0/+3
* tst_QQuickTextInput::setInputMask : don't use Key_HomeInho Lee2024-11-082-6/+1
* Add Qt::Qml before Qt::QmlPrivate to auto testsKarim Pinter2024-10-221-0/+1
* Tweak tst_qquicktextinput::setInputMask blacklisting for macOSTor Arne Vestbø2024-09-241-3/+4
* Wrap SKIP_IF_NO_* macros in do while(false) loopMitch Curtis2024-09-051-1/+1
* TextInput/TextField: Deselect text on tap or clickShawn Rutledge2024-08-241-5/+3
* Move duplicate WindowActivation checks into a skip macroMitch Curtis2024-05-151-8/+3
* 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