summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qlineedit
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-231-17/+41
|\
| * QLineEdit: Fix visibility handling of side widgets.Friedemann Kleint2015-10-221-17/+41
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-3/+41
|\|
| * Handle action events in QLineEditIconButton.Friedemann Kleint2015-08-181-3/+41
* | tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-31/+31
|/
* QLineEdit: show the clear button if it gets enabled after setting a textGiuseppe D'Angelo2015-05-071-0/+45
* Do not emit textEdited on inputMask changeJoni Poikelin2015-03-271-0/+11
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Suppress Ctrl/Ctrl+Shift keypresses in line/text edits.Friedemann Kleint2015-02-031-9/+26
* Don't clear lineedit in non normal echo mode when validation is invalidAndy Shaw2014-12-191-14/+37
* QLineEdit: take text margins into account in minimumSizeHint().David Faure2014-11-271-0/+10
* Widgets: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-261-3/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-1/+4
|\
| * Show the correct cursor for QLineEdit's side buttons.Marcel Krems2014-08-121-0/+4
* | QLineEdit: Disable standard key 'cut' when there is no selection.Friedemann Kleint2014-08-281-1/+32
* | QLineEdit: Emit textEdited() when the clear button is clicked.Friedemann Kleint2014-07-241-2/+8
|/
* QNX: Fix QLineEdit autotestFabian Bumberger2014-05-021-2/+2
* QTextLayout: Fix visual cursor movement in some casesKonstantin Ritt2014-04-041-5/+8
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* tst_qlinedit: Create a new test widget on demand for each test.Friedemann Kleint2013-12-121-36/+120
* QLineEdit: hide placeholder text when h-centered & focusedJ-P Nurmi2013-12-111-1/+58
* Disable clear button in read-only QLineEdit.Friedemann Kleint2013-11-051-0/+3
* Add clearButton-property to QLineEdit.Friedemann Kleint2013-08-081-0/+42
* Add side widgets to QLineEdit via QAction.Friedemann Kleint2013-08-061-0/+43
* Prevent QLineEdit from emitting edited signal (QTBUG-27347)Ivan Komissarov2013-07-211-0/+6
* Make the test a bit more sane.Gunnar Sletta2013-07-011-3/+6
* QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-281-1/+0
* Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-0/+5
* 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-1/+0
* Widgets: Stop cursor blink timer when QLineEdit is read-onlyGabriel de Dietrich2012-11-141-0/+38
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-4/+4
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-131-2/+3
* QtWidgets auto tests: revise clipboard related testsJ-P Nurmi2012-09-271-27/+5
* Test: Remove QSKIP from tst_QLineEdit::taskQTBUG_7395_readOnlyShortcutCaroline Chao2012-09-252-5/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix undo and redo in QLineEdit when in password modeJani Honkonen2012-08-151-0/+66
* 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-8/+8
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-7/+4
* Replace Q_WS_ in tests by Q_OS_ or check platform names.Friedemann Kleint2012-07-161-7/+7
* QTBUG-16850: QLineEdit::setSelection removes blank charactersTarja Sundqvist2012-05-251-0/+11
* Fixed QLineEdit::inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-05-231-0/+21
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Fixes a regression; missing cursor blink when input mask is set.Andreas Aardal Hanssen2012-04-121-0/+25
* Testability for password mask delayPekka Vuorela2012-04-012-4/+14
* Fix inputMask accessor of QLineControl.Friedemann Kleint2012-03-311-4/+4
* Reverted use of tentative commit use in QWidget editorsPekka Vuorela2012-03-271-36/+28
* Password editor mask delay stylable by platform pluginPekka Vuorela2012-03-261-6/+4