summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qtextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | QWidgetTextControl: Get rid of dependency on QTextEditPrivateAlexander Volkov2018-10-091-0/+8
* | Implement QRegularExpression overload for QTextEdit::findSamuel Gaist2018-10-081-0/+21
|/
* Make overloaded function appear in assistant indexJarek Kobus2018-10-011-6/+0
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+4
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+4
* | Port placeholder rendering to palette placeholder color roleFilipe Azevedo2018-05-041-2/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-7/+4
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-7/+4
| |\
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-0/+2
| | * Convert features.textedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-7/+0
| | * Convert features.lineedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-0/+2
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-2/+4
|\|
| * Convert features.scrollbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-1/+1
| * Convert features.textbrowser to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-1/+3
* | Add QTextOption/QTextEdit/QPlainTextEdit::tabStopDistance propertyEskil Abrahamsen Blomfeldt2017-08-061-4/+25
|/
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-1/+1
* Fix warnings for -no-feature-texthtmlparserStephan Binner2017-04-191-0/+2
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-1/+1
|\
| * QTextEdit: don't show placeholder text while composing textRichard Moe Gustavsen2016-10-061-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-16/+14
|\|
| * Refactor methods QTextEdit/QPlainTextEdit::inputMethodQuery().Friedemann Kleint2016-03-301-16/+14
| * QTextEdit::inputMethodQuery(): Preserve types when applying offset.Friedemann Kleint2016-03-301-5/+5
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-0/+2
|/
* Clarify QTextEdit::createStandardContextMenu(QPoint) docsJ-P Nurmi2015-02-121-1/+1
* 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
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-3/+3
* Text editors: Prevent autoscroll timer triggering from synth mouse eventsFriedemann Kleint2014-11-201-6/+8
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix too fast zooming in QTextEdit with smooth scrolling eventsAllan Sandfeld Jensen2014-09-231-12/+19
* Add ReadOnlyChange event to widgets that support setReadOnly(bool).David Faure2014-03-131-0/+2
* Extending the inputMethodQuery APIPaul Olav Tvete2014-02-151-3/+10
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-2/+2
|\
| * Fix the docs on when setDocument() deletes the previous documentAndy Shaw2014-02-061-2/+2
* | Q(Plain)TextEdit: Add find() overload with QRegExpChristian Loose2014-01-311-0/+21
|/
* Fix typo in QTextEdit documentationSimon Hausmann2014-01-151-1/+1
* Fix placeholder text in QTextBrowserJ-P Nurmi2013-11-051-7/+8
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-7/+7
* Show QTextEdit placeholder even when focusedBenjamin Port2013-06-211-8/+3
* Added a placeholderText property to QTextEdit.Benjamin Port2013-05-281-0/+41