summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qlineedit/tst_qlineedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_QLineEdit::clearButton remove QApplicationPrivate::setActiveWindowFrédéric Lefebvre6 days1-1/+0
* tst_QLineEdit::QTBUG697_paletteCurrentColorGroup remove setActiveWindowFrédéric Lefebvre6 days1-1/+0
* tst_QLineEdit::taskQTBUG_7395_readOnlyShortcut remove setActiveWindow()Frédéric Lefebvre6 days1-1/+0
* tstQTBUG_4401_enterKeyClearsPassword() remove setActiveWindow()Frédéric Lefebvre6 days1-1/+0
* task241436_passwordEchoOnEditRestoreEchoMode() remove setActiveWindow()Frédéric Lefebvre6 days1-1/+0
* task210502_caseInsensitiveInlineCompletion() remove setActiveWindow()Frédéric Lefebvre6 days1-1/+0
* tst_QLineEdite::task174640_editingFinished() remove setActiveWindow()Frédéric Lefebvre6 days1-1/+0
* Revert "QAndroidPlatformInputContext: send composition text and cursor jointly"Axel Spoerl2024-03-051-35/+5
* Increase padding for LineEdit controls in QWindows11StyleWladimir Leuschner2024-03-011-2/+3
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QLineEdit: Use existing selection when deleting a wordJohannes Grunenberg2023-12-141-0/+111
* Configure tst_qlineedit correctly for VxWorksJacek Poplawski2023-11-271-1/+1
* QtWidgets tests: port remaining users away from Q_FOREACHMarc Mutz2023-08-141-2/+4
* QAndroidPlatformInputContext: send composition text and cursor jointlyAxel Spoerl2023-08-141-5/+35
* tst_QLineEdit: fix -Wsuggest-overrideMarc Mutz2023-07-131-1/+1
* QLineEdit: ignore key release eventsVolker Hilsheimer2023-06-201-0/+40
* Android: Set EnterKeyNext as default type for QLineEditBartlomiej Moskal2022-12-211-0/+29
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-39/+39
* Port from container.count()/length() to size()Marc Mutz2022-10-041-11/+11
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-7/+7
* QAction: add QT_DEPRECATED_VERSION_6_0 to deprecated methodsIvan Solovev2022-07-211-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Android: re-enable skipped testsIvan Solovev2022-03-291-3/+0
* Android: activate tst_QLineEditIvan Solovev2022-03-231-0/+9
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-051-1/+2
* Report ImAbsolutePosition for QLineEditTor Arne Vestbø2021-08-181-0/+5
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-061-0/+66
* Fix memory leaks in tst_qlineeditAndreas Buhr2021-07-061-2/+2
* tst_qlineedit: expect failure only on armv7Samuli Piippo2021-01-071-1/+1
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+4
* Fix tst_qlineedit for offscreen rendering and tiling window managersAndreas Buhr2020-12-081-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
|/