summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qwidgetlinecontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fixed a bug where IM reported wrong anchor rectangleJan Arve Saether2016-06-091-1/+1
|/ /
* | QWidgetLineControl: respect run-time changes to cursorFlashTimeRichard Moe Gustavsen2016-04-251-17/+34
* | QLineEdit: add support for Qt::ImAnchorRectangleRichard Moe Gustavsen2016-04-131-6/+27
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-1/+1
|\|
| * Add some QChar::unicode() calls to brush over deprecation warninghjk2016-04-061-1/+1
* | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-061-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+2
|\|
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QLineEdit: fix the shortcut override events on a readonly line editGiuseppe D'Angelo2015-12-091-11/+17
* | Remove dead code from QWidgetLineControlGiuseppe D'Angelo2015-12-081-7/+0
* | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-1/+1
|/
* QWidget{Text,Line}Control: reserve() a vectorMarc Mutz2015-05-301-0/+1
* Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-3/+3
* Do not emit textEdited on inputMask changeJoni Poikelin2015-03-271-2/+2
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-1/+4
|\
| * Suppress Ctrl/Ctrl+Shift keypresses in line/text edits.Friedemann Kleint2015-02-031-1/+4
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
|/
* Don't clear lineedit in non normal echo mode when validation is invalidAndy Shaw2014-12-191-6/+17