summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qlineedit
Commit message (Expand)AuthorAgeFilesLines
* Remove tests/auto/qtest-config.h.Friedemann Kleint2016-04-121-4/+2
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-0/+1
|\
| * don't rely on transitive dependenciesOswald Buddenhagen2016-01-081-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-0/+24
|\|
| * QLineEdit: a validator fixup() should keep it modified; add failing testGiuseppe D'Angelo2015-12-121-0/+24
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-7/+2
* | QLineEdit: fix the shortcut override events on a readonly line editGiuseppe D'Angelo2015-12-091-0/+60
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-17/+41
|\|
| * 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
* | | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-10/+15
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-3/+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
* | | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-0/+2
|/ /
* / 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