summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qwidgettextcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWidgetTextControl: ignore GroupSwitchModifier for BackSpaceIgor Kushnir2021-05-311-1/+1
* Fix populating selection clipboard with keyboardVolodymyr Samokhatko2021-01-261-1/+13
* 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
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-10/+10
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+12
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-0/+12
| |\
| | * Q(Plain)TextEdit: Observe color hints from style sheet depending on focus stateFriedemann Kleint2019-05-241-0/+12
* | | Use insert instead of insertMulti when operating on a QMultiHashLars Knoll2018-12-031-1/+1
* | | Support clicking to toggle checkboxes in QTextEditShawn Rutledge2019-05-241-0/+38
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-0/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-091-0/+4
| |\|
| | * QWidgetTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-071-0/+4
* | | Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-011-0/+7
* | | Add QTextMarkdownImporterShawn Rutledge2019-04-171-1/+14
|/ /
* | QWidgetTextControl: Get rid of dependency on QTextEditPrivateAlexander Volkov2018-10-091-10/+0
* | Move cursor selection to start when there isn't any previous line in selectio...Michal Lazo2018-10-081-0/+8
* | Implement QRegularExpression overload for QTextEdit::findSamuel Gaist2018-10-081-0/+13
|/
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-7/+9