summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qlineedit/tst_qlineedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_qlineedit for offscreen rendering and tiling window managersAndreas Buhr2020-12-091-3/+8
* QLineEdit: check a int->QChar conversion, and make it explicitGiuseppe D'Angelo2020-11-061-4/+12
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-4/+4
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-4/+5
* Fix redundant emission of editingFinished from QLineEdit with Return keyChristian Heimlich2020-09-231-0/+68
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-7/+7
* Remove winrtOliver Wolff2020-06-061-3/+0
* Remove deprecated members from QtWidgets/widgets classesVolker Hilsheimer2020-04-171-12/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-3/+0
|\
| * Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-101-3/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-291-13/+14
|\|
| * Widget autotests: replace deprecated QWidget::repaint() callsChristian Ehrlicher2019-11-271-13/+14
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-271-6/+6
|\|
| * Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-6/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-0/+8
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-191-0/+8
| |\
| | * QLineEdit: Fix End key for input masksDaniel Teske2019-11-151-0/+8
* | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-4/+26
|/ /
* / Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+66
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-0/+4
|\
| * Make the inputRejected test compatible with -no-feature-clipboardJames McDonnell2019-08-151-0/+4
* | Port users of get{Contents,Text}Margins() missed first time aroundMarc Mutz2019-08-011-0/+8
* | QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-1/+1
* | QLineEdit: don't emit editingFinished if nothing was doneSamuel Gaist2019-02-121-0/+10
|/
* Fix calculation of text margin if line edit contains side widgetsVitaly Fanaskov2018-11-261-1/+2
* QIntValidator: Intermediate for number if digits equal or less than maxTuomas Heimonen2018-06-291-4/+4
* winrt: Make widgets/widgets auto tests passOliver Wolff2018-06-221-0/+3
* QLineEdit: Emit inputRejected() when part of the input is rejectedAndy Shaw2018-06-061-0/+12
* QLineEdit: Add an inputRejected() signal for when a key is not allowedAndy Shaw2018-06-011-1/+40
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-021-7/+17
|\
| * tst_QLineEdit: Use correct keys to move to Start/End of LineDaniel Teske2018-04-301-7/+17
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-4/+0
|\|
| * tests/auto/widgets/widgets: Avoid unconditional qWait()sKari Oikarinen2018-04-251-4/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-211-0/+1
|\|
| * QLineEdit: Clear input context commit string after test functionsKari Oikarinen2018-02-191-0/+1
* | Ensure textEdited() is emitted if the input is changed by a validatorBenjamin Terrier2018-02-121-0/+27
|/
* QLineEdit: implement quick text selection by mouseElvis Angelaccio2018-02-031-1/+88
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-2/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-25/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-10/+2
| |\
| | * testlib: start sharing common helper functionsGatis Paeglis2017-11-041-10/+2
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-15/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-3/+3
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-3/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-3/+3
| |\|
| | * Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-3/+3
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-0/+13
|\|
| * Widgets: Fix ImSurroundingText query for a QLineEdit with maskJarkko Koivikko2017-08-111-0/+13