summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qwidgetlinecontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-281-0/+2
|\
| * Compile fix for QT_NO_IM in QtWidgetsSteffen Imhof2014-10-281-0/+2
* | Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-251-0/+7
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | QLineEdit: Disable standard key 'cut' when there is no selection.Friedemann Kleint2014-08-281-1/+1
* | Accessibility: QSpinBox should not have any childrenFrederik Gladhorn2014-08-191-9/+9
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+1
|\|
| * Fix QTimer with negative interval in QWidgetLineControl::setCursorBlinkPeriodİsmail Dönmez2014-07-061-1/+1
* | Makes QPlatformTheme::PasswordMaskDelay themable using QStyleRisto Avila2014-03-141-2/+4
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* Add shortcutsOverride in QLineEdit for used shortcutsDavid Edmundson2013-09-241-1/+3
* Replace hardcoded shortcuts for X11 in QLineEdit with StandardKeysDavid Edmundson2013-09-211-14/+8
* Prevent QLineEdit from emitting edited signal (QTBUG-27347)Ivan Komissarov2013-07-211-2/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Add comment to resetCursorBlinkTimer to avoid accidental removal of itJan Arve Saether2012-11-151-0/+1
* Add resetCursorBlinkTimer() back again.Jan Arve Saether2012-11-151-0/+9
* Widgets: Stop cursor blink timer when QLineEdit is read-onlyGabriel de Dietrich2012-11-141-10/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix g++ compiler warnings.Friedemann Kleint2012-09-071-1/+3