summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qlineedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-081-0/+2
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-021-3/+3
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-2/+4
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-2/+2
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-171-1/+1
* QLineEdit: always process an input method eventRichard Moe Gustavsen2021-11-121-4/+0
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-1/+1
* QLineEdit: account for the placeholderText when computing lineRectZhang Hao2021-08-231-3/+10
* Report ImAbsolutePosition for QLineEditTor Arne Vestbø2021-08-181-0/+1
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* QLineEdit: don't change layout direction on keyboard inputVolker Hilsheimer2021-07-131-4/+1
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-071-2/+1
* Clarify the QLineEdit document of editingFinished signalZhang Hao2021-06-071-1/+2
* QWidgets: show SoftwareInputPanel for key releaseBartlomiej Moskal2021-05-051-0/+2
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-301-1/+15
* QLineEdit Cursor show white areaZhang Hao2021-01-281-2/+4
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Fix redundant emission of editingFinished from QLineEdit with Return keyChristian Heimlich2020-09-231-2/+5
* Move event-response code into dedicated event handlersVolker Hilsheimer2020-09-021-14/+27
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* QLineEdit: Fix cursor drawing issuesLu YaNing2020-07-231-0/+1
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-1/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-14/+14
* QtWidgets: fix a few more int/char -> QChar conversionsMarc Mutz2020-04-301-1/+1
* Remove deprecated members from QtWidgets/widgets classesVolker Hilsheimer2020-04-171-24/+0
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-4/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-6/+14
|\
| * QLineEdit: clarify the impact of using validatorsVolker Hilsheimer2020-04-011-4/+12
| * QLineEdit: Include the horizontal margin in minimumSizeHintVolker Hilsheimer2020-03-261-2/+2
* | Remove some leftovers of QRegExpValidatorLars Knoll2020-03-301-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-12/+16
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-271-12/+16
| |\
| | * Document the behavior of QLineEdit::inputMask correctlyVolker Hilsheimer2020-02-261-14/+18
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-1/+1
| |\|
| | * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-221-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-2/+2
|\| |
| * | Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-101-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-7/+7
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-7/+7
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-041-9/+24
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-9/+24
| |\|
| | * Doc: Improve explanation of QLineEdit input maskEirik Aavitsland2019-11-261-9/+24
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
|\| |
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
| |/
* | QAction: Properly port to the new configure systemFriedemann Kleint2019-11-011-1/+3
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-1/+1
|/
* Set icon on the select-all action in the text edit context menu tooVolker Krause2019-10-171-0/+1