summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qlineedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | stylesheets cleanup to prepare for a bigger patchSergio Martins2018-02-281-1/+1
|/
* Fix typo in code handling Qt::AA_DontShowShortcutsInContextMenusFriedemann Kleint2018-02-141-3/+2
* QLineEdit: implement quick text selection by mouseElvis Angelaccio2018-02-031-1/+13
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-241-2/+2
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-3/+4
|\
| * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-0/+2
| * Convert features.textedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-0/+2
| * Convert features.lineedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-3/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-5/+5
|\|
| * Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-5/+5
* | QLineEdit: Create a separate undo entry for each middle-click pasteAndreas Hartmetz2017-08-171-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-1/+1
|\|