summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qtextedit
Commit message (Expand)AuthorAgeFilesLines
* Implement QRegularExpression overload for QTextEdit::findSamuel Gaist2018-10-081-0/+45
* winrt: Make widgets/widgets auto tests passOliver Wolff2018-06-221-0/+6
* Fix tst_qtextedit for configurations with builtin testdataOliver Wolff2018-05-281-0/+2
* tests: Fix warnings about inconsistent overrideFriedemann Kleint2017-10-271-16/+6
* Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-1/+1
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-2/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-0/+236
|\
| * Fix char format of preedit text in empty text blockEskil Abrahamsen Blomfeldt2017-03-201-0/+236
* | Deprecate QString::nullMarc Mutz2017-03-121-1/+1
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-6/+13
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-6/+13
| |\
| | * tst_QPlainTextEdit/tst_QTextEdit: Do not output unprintable characters.Friedemann Kleint2016-05-311-6/+13
* | | Remove tests/auto/qtest-config.h.Friedemann Kleint2016-04-121-4/+2
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-11/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+13
|\|
| * QTextEdit::inputMethodQuery(): Preserve types when applying offset.Friedemann Kleint2016-03-301-0/+13
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* don't rely on transitive dependenciesOswald Buddenhagen2016-01-081-0/+2
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+4
|\
| * Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-311-1/+4
* | tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-20/+22
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-3/+3
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Suppress Ctrl/Ctrl+Shift keypresses in line/text edits.Friedemann Kleint2015-02-031-7/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix too fast zooming in QTextEdit with smooth scrolling eventsAllan Sandfeld Jensen2014-09-231-0/+38
* QTextLayout: Fix visual cursor movement in some casesKonstantin Ritt2014-04-041-5/+8
* Fix QTextEdit autotestFabian Bumberger2014-04-041-1/+2
* Q(Plain)TextEdit: Add find() overload with QRegExpChristian Loose2014-01-311-0/+45
* remove finishEdit() call, fix double textChanged on deleteGraham Coleman2013-11-211-0/+15
* QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-281-1/+0
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-3/+0
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-1/+1
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-131-2/+5
* Fix tst_QTextEdit::fullWidthSelection2() for shadow buildKonstantin Ritt2012-10-121-1/+1
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-101-4/+3
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-081-3/+4
* QtWidgets auto tests: revise clipboard related testsJ-P Nurmi2012-09-271-37/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-3/+11
* Test for quadratic behaviour when rendering long line in QTextEditOlivier Goffart2012-08-231-0/+36
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-011-1/+1
* Tests: Replace deprecated QPixmap::grabWidget() by QWidget::grab().Friedemann Kleint2012-07-201-1/+1
* Replace Q_WS_ in tests by Q_OS_ or check platform names.Friedemann Kleint2012-07-161-1/+1
* Fixed inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-06-261-0/+21
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-031-1/+1
* Fix tst_qtextedit and remove insignification.Friedemann Kleint2012-04-112-25/+25