aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add tst_qquicktextedit::inFlickable testsShawn Rutledge2020-11-171-0/+115
* Don't copy or assign QEvent instances in testsVolker Hilsheimer2020-11-161-12/+16
* Fix some compiler warnings in testsVolker Hilsheimer2020-10-261-7/+3
* QQuickTextEdit: ensure we update document width when padding has changedRichard Moe Gustavsen2020-10-081-0/+25
* QQuickTextNodeEngine: prevent renderring transparent selection colorWang Chuan2020-06-051-0/+27
* Fix font-related test failures triggered by Qt Base updateEskil Abrahamsen Blomfeldt2020-04-291-0/+21
* Port the remaining tests from QRegExp to QRegularExpressionLars Knoll2020-04-031-10/+14
* Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-181-1/+1
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-2/+2
* Handle -no-feature-shortcutFriedemann Kleint2019-10-181-1/+23
* Make mouseSelection test more stableJan Arve Sæther2019-08-281-9/+6
* Fix flakiness in QQuickTextEdit::mouseSelectionJan Arve Sæther2019-08-211-2/+6
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-0/+56
|\
| * TextEdit: use I-beam cursor by default, pointing cursor for linksShawn Rutledge2019-05-151-0/+56
* | TextEdit: Fix persistentSelection for readonly controlsNils Jeisecke2019-02-151-0/+28
* | Fix Keys.onShortcutOverride for TextEditJan Arve Sæther2018-12-131-0/+32
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-107/+107
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-32/+32
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-1/+1
|\
| * Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-201-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-221-0/+13
|\|
| * QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-141-0/+13
* | Enable tests for boot2qtSami Nurmenniemi2017-09-211-0/+4
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-7/+7
|\
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-7/+7
* | tst_qquicktextedit: remove useless call to image.save()Mitch Curtis2016-11-281-1/+0
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-0/+38
|\
| * TextEdit: set cursor delegate's height to match the selected fontMitch Curtis2016-11-121-0/+38
* | Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-271-8/+8
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-8/+8
| |\
| | * Make tst_qquicktextedit::mouseSelection() passJ-P Nurmi2016-10-241-5/+8
| | * tst_qquicktextedit: remove mouseDoubleClickInterval waitJ-P Nurmi2016-10-231-3/+0
* | | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-051-0/+12
|\| |
| * | QQuickText{Edit,Input}: Reset selection when becoming readOnly.Robin Burchell2016-03-011-0/+12
* | | Add overwriteMode to QML TextEdit and QML TextInputDan Cape2016-03-031-0/+69
|/ /
* | QTextEdit/QQuickTextEdit undo issue - Part #1Dan Cape2016-01-281-4/+0
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | QQuickTextEdit: added clear() methodLiang Qi2016-01-191-0/+61
* | QQuickTextEdit: added preeditText propertyLiang Qi2016-01-131-0/+17
|/
* QQuickTextEdit: Fully qualify enumerations in changed() signals.Friedemann Kleint2015-12-151-2/+5
* Fix autotests for change in QtNetworkDaniel Molkentin2015-11-291-2/+2
* tst_qquicktextedit: Fix warning about uninitialized variable.Friedemann Kleint2015-11-271-2/+2
* Move QQuickTextDocumentWithImageResources out of qquicktext_p_p.hJ-P Nurmi2015-10-291-1/+2
* Provide a threaded TestHTTPServerUlf Hermann2015-10-141-9/+8
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* TextEdit: selectedTextChanged not emitted when calling select 2nd timeDan Cape2015-09-211-14/+26
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-29/+29
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-17/+17
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-281-14/+23
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-271-14/+23
| |\