summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qplaintextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-1/+1
* QPlainTextEdit: not show place holder when having preedit stringLiang Qi2017-06-081-1/+1
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* Add Qt::ImInputItemClipRectangle support to widgetsJan Arve Saether2016-05-021-1/+6
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+1
|\
| * Change scroll and text areas to respect native wheel focus ruleMarko Kangas2016-04-261-1/+1
* | QTextEdit: update cursor and anchor rect upon scrollingRichard Moe Gustavsen2016-04-131-0/+1
* | QTextEdit: translate IM argument before passing it on to QWidgetTextControlRichard Moe Gustavsen2016-04-131-1/+19
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-17/+15
|\|
| * Refactor methods QTextEdit/QPlainTextEdit::inputMethodQuery().Friedemann Kleint2016-03-301-17/+15
| * QPlainTextEdit: Take vertical offset into account when answering input method...Friedemann Kleint2016-03-291-5/+5
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | widgets: Pass non-trivially-copyable or large types by const-refSérgio Martins2015-12-121-1/+1
* | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-1/+1
|/
* Fix some qdoc-warnings.Friedemann Kleint2015-07-101-1/+1
* Add missing QPlainTextEdit::createStandardContextMenu(QPoint)J-P Nurmi2015-02-151-1/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* QPlainTextEditControl: reimplement anchorAt()J-P Nurmi2015-01-241-0/+4
* Fix a crash in QPlainTextEdit::documentChangedPierre Rossi2015-01-191-2/+1
* Text editors: Prevent autoscroll timer triggering from synth mouse eventsFriedemann Kleint2014-11-201-6/+8
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-061-1/+1
|\
| * QPlainTextEdit: Fix crash on complex undo w/full width selectionEskil Abrahamsen Blomfeldt2014-09-301-1/+1
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-241-1/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-1/+2
| |\|
| | * Fix possible divide by zero in QPlainTextEditEskil Abrahamsen Blomfeldt2014-09-111-1/+2
* | | Fix too fast zooming in QTextEdit with smooth scrolling eventsAllan Sandfeld Jensen2014-09-231-12/+19
|/ /
* | Widgets: remove pointless assignmentsMaks Naumov2014-09-031-2/+1
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-2/+3
|\|
| * Fix broken QPlainTextDocumentLayout after removing charsAxel Rasmussen2014-05-211-2/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-2/+9
|\|
| * Handle key release events correctlyPaul Olav Tvete2014-03-181-1/+1
| * Android input method improvementsPaul Olav Tvete2014-03-181-1/+8
* | Add ReadOnlyChange event to widgets that support setReadOnly(bool).David Faure2014-03-131-0/+2
|/
* Extending the inputMethodQuery APIPaul Olav Tvete2014-02-151-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-0/+1
|\
| * QPlainTextEdit: set Qt::ImhMultiLineRichard Moe Gustavsen2014-01-301-0/+1
* | Q(Plain)TextEdit: Add find() overload with QRegExpChristian Loose2014-01-311-0/+21
* | Add a placeholderText property to QPlainTextEditMikhail Svetkin2014-01-231-1/+39
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* | QPlainTextEdit: use QSignalBlockerMarc Mutz2013-10-301-9/+13
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-6/+6
* QPlainTextEdit: add missing feature zoom on Ctrl+WheelCaroline Chao2013-04-301-0/+46
* 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
* Emit cursorPositionChanged in private slot.Frederik Gladhorn2012-10-221-2/+2
* Bring back accessibility for plain text edit.Frederik Gladhorn2012-10-221-0/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Introduce hook for text cursor changes in QTextEdit and QPlainTextEdithjk2012-09-021-0/+11