aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce TextInput::ensureVisible(int position)J-P Nurmi2014-05-211-0/+46
* Fix tst_qquicktextinput::copyAndPaste() for asynchronous clipboard notification.Friedemann Kleint2014-05-211-3/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-1/+2
|\
| * If a popup window is opened, do not change the focusShawn Rutledge2014-04-221-1/+2
* | TestHTTPServer: Make listening an explicit operation that reports failure.Robin Burchell2014-03-211-1/+2
|/
* Update QQuickTextInput's baselineOffset when only height changesJan Arve Saether2014-02-221-6/+19
* Fixed wrong baseline alignment for TextInputJan Arve Saether2014-02-121-0/+91
* tests: update tst_qquicktextinputLiang Qi2013-11-281-88/+116
* TextInput: call fixup() when appropriateJ-P Nurmi2013-11-271-0/+34