summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qplaintextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Improve data member ordering and initialization in some private classesVolker Hilsheimer2020-07-041-13/+2
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-2/+1
* Manage keyboard modifier state in QPlainTextEditVolker Hilsheimer2020-07-021-1/+6
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-3/+3
* Remove deprecated members from QtWidgets/widgets classesVolker Hilsheimer2020-04-171-20/+0
* Remove all QRegExp dependencies from widgetsLars Knoll2020-04-011-21/+0
* Remove references to QTextDocumentPrivate from public APIEskil Abrahamsen Blomfeldt2020-03-041-1/+1
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-10/+10
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-1/+2
|\
| * QPlainTextEdit: make sure firstVisibleBlock() is validChristian Ehrlicher2020-01-051-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-0/+1
|\|
| * QPlainTextEdit: update internal palette on QEvent::EnabledChangeChristian Ehrlicher2019-12-051-0/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-5/+5
|/
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-3/+0
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-11/+12
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-2/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-0/+1
|\
| * Q(Plain)TextEdit: Observe color hints from style sheet depending on focus stateFriedemann Kleint2019-05-241-0/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-2/+14
|\|
| * Doc: Note Q[Plain]TextEdit keeping formatting in some casesKai Koehne2019-04-101-2/+14
* | Fix some qdoc warningsFriedemann Kleint2019-03-151-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-3/+4
|\|
| * Fix regression in QPlainTextEdit updatingAllan Sandfeld Jensen2019-01-311-3/+4
* | Widgets: replace deprecated QPalette functionsChristian Ehrlicher2018-12-171-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-2/+7
|\|
| * Fix scrollbar updates in QPlaintTextEdit on block-visibility changesAllan Sandfeld Jensen2018-10-171-2/+7
* | Implement QRegularExpression overload for QPlainTextEdit::findSamuel Gaist2018-10-081-0/+21
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-081-6/+0
|\|
| * Make overloaded function appear in assistant indexJarek Kobus2018-10-011-6/+0
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-291-1/+1
|\|
| * Fix disabled IME when QPlainTextEdit read only property is toggledJussi Witick2018-09-281-1/+1
* | QPlainTextEdit: add current state of modifiers to auto scroll eventDavid Schulz2018-09-271-1/+1
* | QPlainTextEdit: update scrollbars after setting center on scrollDavid Schulz2018-09-261-0/+1
|/
* 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
* | Handle negative leading in layoutAllan Sandfeld Jensen2018-06-061-0/+3
* | Port placeholder rendering to palette placeholder color roleFilipe Azevedo2018-05-041-2/+1
|/
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* QPlainTextEdit: draw placeholder text correctly when it wrapsRichard Moe Gustavsen2017-10-121-11/+32
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-4/+2
|\
| * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-0/+2
| * Convert features.textedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-4/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-1/+1
|\|
| * Convert features.scrollbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-1/+1
* | Add QTextOption/QTextEdit/QPlainTextEdit::tabStopDistance propertyEskil Abrahamsen Blomfeldt2017-08-061-4/+26
|/
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-1/+1