summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qwidgettextcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-5/+18
* Replace a few more QString::fromLatin1() with _s literalsShawn Rutledge2022-06-221-2/+2
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-3/+3
* QWidgetTextControl: don't clear() a new empty documentDavid Faure2022-05-161-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-101-12/+20
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-7/+9
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-5/+5
* QNX: Fix compiler warning by when FEATURE_clipboard is not enabledPasi Petäjäjärvi2022-03-221-0/+2
* Core: Remove 'properties' featureKai Köhne2022-02-141-10/+0
* Keep original text for text/plain mime dataKai Köhne2022-01-061-1/+1
* Text editing: smart block and char format after newlineShawn Rutledge2021-12-021-1/+44
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-071-2/+1
* QWidgetTextControl: ignore GroupSwitchModifier for BackSpaceIgor Kushnir2021-05-311-1/+1
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-301-1/+1
* Fix populating selection clipboard with keyboardVolodymyr Samokhatko2021-01-261-1/+13
* Introduce QUrlResourceProvider to load resources for HTMLAlexander Volkov2021-01-121-0/+1
* Fix QGraphicsItem crash if click right button of mouseZhang Yu2020-11-181-2/+6
* Cleanup API of QMimeDataLars Knoll2020-09-211-1/+1
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-4/+4
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-101-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-4/+2
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-10/+10
* Fix build without features.menuTasuku Suzuki2020-06-041-3/+2
* Always open a text control's context menu on the same screenShawn Rutledge2020-04-291-0/+5
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-4/+6
* Always encode HTML as utf-8Lars Knoll2020-04-211-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-0/+1
|\
| * QTextEdit: remove the cursor when a read-only textedit looses focusVolker Hilsheimer2020-03-271-0/+1
* | Remove all QRegExp dependencies from widgetsLars Knoll2020-04-011-13/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-1/+1
| |\
| | * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-221-1/+1
* | | Cleanup code where we mixed QHash and QMultiHash iterator codeLars Knoll2020-02-031-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-20/+20
|\| |
| * | Deprecate all methods that use QMatrixJarek Kobus2020-01-281-20/+20
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-0/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-0/+6
| |\|
| | * Fix updating the text cursor position after editingSona Kurazyan2019-12-061-0/+6
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-6/+6
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-6/+6
| |/
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-021-1/+1
|\|
| * Turn a local QHash into a QMultiHashMårten Nordheim2019-10-311-1/+1
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-1/+1
|/
* Set icon on the select-all action in the text edit context menu tooVolker Krause2019-10-171-0/+1
* Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-101-4/+4
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-5/+6
* Fix build without features.textmarkdownwriterTasuku Suzuki2019-07-081-1/+1