summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qtextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTextEdit::event: refactor into switch statementVolker Hilsheimer2024-03-011-16/+26
* Fix QTextEdit/QPlanTextEdit palette not updatedMike Chen2024-03-011-8/+5
* 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
* QTextEdit/Browser: use pmf-style connectsChristian Ehrlicher2023-11-051-38/+48
* QTextEdit: remove unused member 'textFormat'Christian Ehrlicher2023-11-051-6/+2
* 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
* Doc: Clarify how to use QPainter with QTextEditSze Howe Koh2023-06-071-0/+2
* Return transparent background color if no brush is setMatthias Rauter2023-02-101-1/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-081-0/+2
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-2/+2
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-201-1/+1
* QTextDocument/QGraphicsTextItem: skip layout in setTextWidth(0)David Faure2022-05-171-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-1/+1
* TextEdit: Avoid scrolling to cursor during app switch on GNOMEVolodymyr Zibarov2022-04-141-0/+4
* Fix indentation in inputMethodQuery implementationsTor Arne Vestbø2021-10-181-2/+2
* QWidgets: show SoftwareInputPanel for key releaseBartlomiej Moskal2021-05-051-1/+3
* Add new enum value VisualTabCharacter into QCharZhang Hao2021-04-151-0/+6
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-301-0/+6
* Fix populating selection clipboard with keyboardVolodymyr Samokhatko2021-01-261-1/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+1
* Fix compiler warnings from deprecated methodVolker Hilsheimer2020-11-271-2/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-3/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-3/+3
* Remove deprecated members from QtWidgets/widgets classesVolker Hilsheimer2020-04-171-21/+0
* Remove all QRegExp dependencies from widgetsLars Knoll2020-04-011-21/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-0/+1
|\
| * Add missing \since for QTextEdit::markdownFriedemann Kleint2020-01-301-0/+1
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-12/+12
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
|/
* Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-101-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-0/+1
|\
| * Fix text not rendering properly after setAlignment callKari Hormi2019-10-081-0/+1
* | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-3/+0
* | Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-10/+11
* | Fix build without features.cursorTasuku Suzuki2019-07-041-0/+4
* | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-1/+1
* | Support clicking to toggle checkboxes in QTextEditShawn Rutledge2019-05-241-0/+17
* | Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-011-6/+56
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-6/+17
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-6/+17
| |\
| | * Doc: Note Q[Plain]TextEdit keeping formatting in some casesKai Koehne2019-04-101-6/+17
* | | Add QTextMarkdownImporterShawn Rutledge2019-04-171-1/+8
|/ /