aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp
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
* tst_QQuickTextInput: Stabilize clipboard related functions on XCBAxel Spoerl2023-04-121-7/+13
* 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
* TextInput/Field: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-161-2/+101
* Remove dead code in TextEdit/TextInput testsShawn Rutledge2022-06-211-20/+0
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Fix tst_qquicktextinput on AndroidAndreas Buhr2022-04-251-4/+4
* 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
* Set PopupFocusReason when focus moves because a popup opens or closesVolker Hilsheimer2021-12-041-2/+0
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-4/+5
* 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-231-0/+80
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-161-0/+30
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-3/+3
* 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
* 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-181-3/+3
* 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
* | Handle -no-feature-shortcutFriedemann Kleint2019-10-181-6/+23
|/
* QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-111-0/+13
* 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
* Add TextInput::textEdited()J-P Nurmi2016-12-301-0/+52
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-7/+7
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-0/+35
|\
| * TextInput: fix horizontal alignment when implicit resizing is disabledJ-P Nurmi2016-08-101-0/+35
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-0/+41
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-0/+41
| |\
| | * QQuickWindow: Only send focus events to items that actually gain focusRobin Burchell2016-05-231-0/+41