summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qwidgettextcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for input method commit that ends with newlinePaul Olav Tvete2018-04-271-1/+6
* Fix typo in code handling Qt::AA_DontShowShortcutsInContextMenusFriedemann Kleint2018-02-141-3/+2
* QtWidgets: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-4/+0
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* QWidgetTextControl: allow context menu to open for a QTextEdit with Qt::NoFoc...Richard Moe Gustavsen2017-10-271-2/+0
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-5/+11
|\
| * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-0/+2
| * Convert features.textedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-4/+6
| * Convert features.lineedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-1/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-4/+6
|\|
| * Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-4/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-0/+1
|\|
| * Fix warnings for -no-feature-texthtmlparserStephan Binner2017-04-191-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-45/+1
|\|
| * Introduce QInputControl::isCommonTextEditShortcutJoerg Bornemann2017-03-271-45/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-2/+45
|\|
| * Fix char format of preedit text in empty text blockEskil Abrahamsen Blomfeldt2017-03-201-2/+45
* | Add new API to control whether shortcuts are shown in context menusJake Petroules2017-03-141-1/+4
|/
* Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2016-12-121-12/+5
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-0/+5
|\
| * QTextEdit: don't show placeholder text while composing textRichard Moe Gustavsen2016-10-061-0/+5
* | Optimize string usageAnton Kudryavtsev2016-07-151-2/+2
* | QWidgetTextControl: ensure we listen for changes to cursorFlashTimeChangedRichard Moe Gustavsen2016-05-091-14/+3