summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qwidgetlinecontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QLineEdit: Use existing selection when deleting a wordJohannes Grunenberg2023-12-141-3/+8
* QWidgetLineControl: Add missing emit keywordsLu YaNing2022-12-281-2/+2
* Don't hide object replacement char except in rich textEskil Abrahamsen Blomfeldt2022-12-141-2/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-30/+30
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-8/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-17/+15
* Remove unnecessary type conversionXiao YaoBing2022-04-061-11/+11
* QCompleter: QCompleter unexpectedly changes QLineEdit textTianlu Shao2021-08-101-0/+1
* Make the code format more standardizedXiao YaoBing2021-05-311-1/+1
* Respect Password and NoEcho mode while pre-editingVolker Hilsheimer2021-05-121-1/+15
* Fix populating selection clipboard with keyboardVolodymyr Samokhatko2021-01-261-2/+7
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-2/+2
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-101-2/+2
* QWidgetLineControl: replace raw memory handling with std::unique_ptrMarc Mutz2020-04-301-4/+2
* QtWidgets: fix a few more int/char -> QChar conversionsMarc Mutz2020-04-301-9/+7
* Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-101-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-5/+0
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-2/+3
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-5/+5
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-1/+2
|\
| * QLineEdit: Fix behavior of DeleteStartOfWord keyAlexander Volkov2018-07-161-1/+2
* | QLineEdit: Emit inputRejected() when part of the input is rejectedAndy Shaw2018-06-061-2/+2
* | QLineEdit: Add an inputRejected() signal for when a key is not allowedAndy Shaw2018-06-011-0/+8
* | Ensure textEdited() is emitted if the input is changed by a validatorBenjamin Terrier2018-02-121-1/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-0/+2
|\
| * qtlite: Fix compilation of QWidgetLineControl when configured with no-feature...Rainer Keller2018-01-101-0/+2
* | Avoid useless casts to/from uintChristian Ehrlicher2018-01-091-5/+5
|/
* QCompleter: Send activated() signal only once on return keyGabriel de Dietrich2017-09-221-10/+0
* Avoid calling QCompleter::popup() internallyGabriel de Dietrich2017-09-221-4/+7
* Convert features.lineedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-4/+0
* Convert features.spinbox to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-0/+2
* Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-8/+8
* Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-1/+1
* Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-0/+2
* QLineEdit: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-241-2/+2
* QLineEdit: Fix length calculation for input mask "\\\\"Daniel Teske2017-07-131-3/+11
* Fix build without features.shortcutTasuku Suzuki2017-04-271-0/+2
* GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-041-0/+1
* Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2016-12-121-11/+7
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-9/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-0/+1
| |\
| | * QLineEdit: move to the beginning when receiving a MoveToStartOfLineGiuseppe D'Angelo2016-06-071-0/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-9/+9
| |\|
| | * QWidgetLineControl::Command - delete default ctor.Timur Pocheptsov2016-05-241-9/+9