summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qlineedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Widgets: Fix ImSurroundingText query for a QLineEdit with maskJarkko Koivikko2017-08-111-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-0/+2
|\|
| * Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-0/+2
* | QLineEdit: Add selectionEnd() and selectionLength()Daniel Teske2017-07-201-0/+27
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-1/+2
|\|
| * QLineEdit: Document that []{} are reserved in Input MasksDaniel Teske2017-07-031-0/+1
| * QLineEdit: Tweak selectionStart() documentationDaniel Teske2017-07-031-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-1/+0
|\|
| * Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-10/+2
|\|
| * Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-011-10/+2
* | Remove unused function qt_mac_secure_keyboardGabriel de Dietrich2017-04-051-16/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-0/+2
|\|
| * Build fix for -no-feature-texteditPaul Olav Tvete2017-03-271-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-1/+10
|\|
| * Build fix for -no-feature-actionPaul Olav Tvete2017-03-011-1/+10
* | Add new API to control whether shortcuts are shown in context menusJake Petroules2017-03-141-1/+4
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-0/+2
|\
| * Fix build with -no-feature-toolbuttonPaul Olav Tvete2017-01-251-0/+2
* | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-1/+1
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+1
| |\
| | * docs: Reference QLineEdit::hasAcceptableInput() in setValidator()Sérgio Martins2016-11-161-1/+1
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+0
| |\|
| | * QLineEdit: Fix icons being too small on a High DPI screen without scaling.Friedemann Kleint2016-05-121-1/+0