summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qplaintextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QTextEdit/QPlanTextEdit palette not updatedMike Chen2024-03-011-1/+4
* Implement Qt::ImEnabled by isEnabled() and isReadOnly()Yansheng Zhu2024-03-011-1/+1
* Text widgets: document find() behavior with QRegularExpressionGiuseppe D'Angelo2024-02-261-2/+5
* Q(Plain)TextEdit: don't crash when using a style sheetChristian Ehrlicher2024-02-071-1/+1
* QPlainTextEdit: update viewport, when placeholder text disappearsAxel Spoerl2023-12-211-6/+12
* QPlainTextEdit: update placeholder text when document is emptyAxel Spoerl2023-08-141-11/+3
* QPlainTextEdit: clean up private slot definitionsAxel Spoerl2023-08-101-18/+18
* Remove references to Application ExampleAxel Spoerl2023-07-061-1/+0
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-271-1/+1
* Fix QTextEdit/QPlanTextEdit palette not updated on ActivationChangeMike Chen2023-06-261-0/+1
* QPlainTextEdit: Don't block signals on page stepAxel Spoerl2023-03-151-12/+3
* QPlainTextEdit code cleanupAxel Spoerl2023-03-151-53/+81
* Examples: move widgets/codeeditor into manual testsVolker Hilsheimer2023-02-091-2/+1
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-081-0/+2
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* TextEdit: Avoid scrolling to cursor during app switch on GNOMEVolodymyr Zibarov2022-04-141-0/+4
* QPlainTextEdit: fix the visibility of placeholderTextQiang Li2022-02-111-4/+3
* Always check keyboard modifiers when generating mouse eventsDavid Schulz2021-11-181-3/+1
* plaintextEdit draw text with clipRect should consider cusorWidthZhang Hao2021-11-051-1/+1
* Fix indentation in inputMethodQuery implementationsTor Arne Vestbø2021-10-181-2/+2
* QWidgets: show SoftwareInputPanel for key releaseBartlomiej Moskal2021-05-051-1/+2
* Add new enum value VisualTabCharacter into QCharZhang Hao2021-04-151-1/+7
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-301-2/+9
* QPlainTextEdit: adjust scroll bars when showing upWang Chuan2021-02-091-0/+1
* Fix populating selection clipboard with keyboardVolodymyr Samokhatko2021-01-261-1/+1
* 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
|\|