summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qlineedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QWidget/QLineEdit: deprecate get{Contents,Text}Margins()Marc Mutz2019-07-301-1/+6
* QLineEdit: use QMargins internally instead of 4 x intMarc Mutz2019-07-301-22/+18
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-10/+10
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-16/+16
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-16/+16
| |\
| | * Doc: Add trailing "." to all \brief commands in QLineEditPaul Wicking2019-07-161-16/+16
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-1/+1
| |\|
| | * Fix the appearance of QSpinBox arrows on high-DPI displaysAndre de la Rocha2019-07-051-1/+1
* | | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-9/+10
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-0/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-091-0/+6
| |\|
| | * Accessibility: Improve handling of read-only stateFrederik Gladhorn2019-05-071-0/+6
* | | QLineEdit: don't emit editingFinished if nothing was doneSamuel Gaist2019-02-121-4/+8
|/ /
* / QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-1/+1
|/
* Doc: Add missing \since to QLineEdit's inputRejected signalPaul Wicking2018-12-231-0/+1
* Fix calculation of text margin if line edit contains side widgetsVitaly Fanaskov2018-11-261-1/+4
* QLineEdit: take the size of actions' icons from a styleAlexander Volkov2018-10-061-1/+2
* Make overloaded function appear in assistant indexJarek Kobus2018-10-011-2/+0
* Fix build with '-no-feature-action' configurationValentin Fokin2018-07-121-0/+2
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-7/+9
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-7/+9
* | QLineEdit: Emit inputRejected() when part of the input is rejectedAndy Shaw2018-06-061-0/+5
* | QLineEdit: Add an inputRejected() signal for when a key is not allowedAndy Shaw2018-06-011-0/+10
* | Port placeholder rendering to palette placeholder color roleFilipe Azevedo2018-05-041-2/+1