summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qplaintextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unused variable from QPlainTextEdit::paintEventJoerg Bornemann2012-07-031-1/+0
* Fixed inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-06-261-10/+18
* Mac: Fix rendering of non-int sized fonts.Eike Ziller2012-06-201-15/+21
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-4/+4
* Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-4/+4
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-41/+41
* Fix compilation with QT_NO_PRINTER.Andreas Holzammer2012-02-071-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix QPlainTextEdit when using Qt::TextSelectableByKeyboard flagjahonkon2011-11-141-1/+1
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-031-1/+2
* Get rid of the last traces of QMimeSourceLars Knoll2011-09-291-1/+0
* Adapted most QInputContext usage on widgets to QInputPanelPekka Vuorela2011-09-281-1/+0
* Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-011-1/+2
* Don't rely on QPrinter in widgetsLars Knoll2011-08-191-3/+1
* Renamed QLine/TextControl to QWidgetLine/TextControlLars Knoll2011-06-271-8/+7