aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextInput: update cursor rectangle after padding changedv5.12.11Wang Chuan2021-04-191-0/+30
* 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-16/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-16/+14
| |\|
| | * QQuickTextInput: Remove redundant centerPoint calculations.Robin Burchell2016-05-171-16/+14
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
| |\|
| | * QQuickText,QQuickTextInput: Fully qualify enumerations in changed() signals.Friedemann Kleint2016-04-071-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-051-0/+13
|\| |
| * | QQuickText{Edit,Input}: Reset selection when becoming readOnly.Robin Burchell2016-03-011-0/+13
* | | Add overwriteMode to QML TextEdit and QML TextInputDan Cape2016-03-031-0/+43
|/ /
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | QQuickTextInput: added clear() methodLiang Qi2016-01-191-0/+51
* | QQuickTextInput: added preeditText propertyLiang Qi2016-01-131-0/+13
|/
* QQuickTextInput: handle QKeySequence::DeleteCompleteLineJ-P Nurmi2015-11-261-0/+4
* Provide a threaded TestHTTPServerUlf Hermann2015-10-141-4/+1
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Fix autotestsLars Knoll2015-09-141-2/+4
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+1
|\
| * Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
* | tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-28/+28
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-24/+24
* | Fix disabling of text input and pixmap cache tests on QT_NO_LIBRARYUlf Hermann2015-06-261-23/+32
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-0/+2
|\|
| * Hide cursor when text fields becomes read onlySanttu Lakkala2015-05-121-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-281-5/+2
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-271-5/+2
| |\
| | * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-251-5/+2
* | | Move QtQuick validators out of qquicktextinput_p.hJ-P Nurmi2015-03-181-0/+1
* | | TextInput: add support for paddingJ-P Nurmi2015-03-051-5/+120
|/ /
* / Update copyright headersJani Heikkinen2015-02-121-7/+7
|/
* autotests: fix build on iOSRichard Moe Gustavsen2014-09-111-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* TextInput::displayText: include partial input from an input methodJ-P Nurmi2014-08-081-0/+11
* Fix incorrect acceptableInput value on construction.Aaron McCarthy2014-07-241-4/+2