summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qwidgettextcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QWidgetTextControl: only show cursor when having focusRichard Moe Gustavsen2016-04-301-6/+16
* | QWidgetTextControl: respect run-time changes to cursorFlashTimeRichard Moe Gustavsen2016-04-251-6/+20
* | QWidgetTextControl: implement support for pos argument to ImAbsolutePositionRichard Moe Gustavsen2016-04-131-4/+10
* | QWidgetTextControl: implement support for Qt::ImAnchorRectangleRichard Moe Gustavsen2016-04-131-0/+2
* | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-061-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Make use of new QHash::erase(const_iterator) overloadMarc Mutz2015-12-191-2/+2
|/
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* | widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-3/+6
* | QWidget{Text,Line}Control: reserve() a vectorMarc Mutz2015-05-301-0/+1
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-3/+3
* | Respecting correct text interaction flags when setting text cursor.David Schulz2015-05-181-2/+3
|/
* Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-251-1/+1
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-3/+3
* QWidgetTextControl: add object names for standard context menu actionsJ-P Nurmi2015-02-151-0/+8
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-0/+6
|\
| * Suppress Ctrl/Ctrl+Shift keypresses in line/text edits.Friedemann Kleint2015-02-031-0/+6
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-9/+2
|\|
| * Android: Make cursor keys work againPaul Olav Tvete2014-12-091-1/+1
| * Revert "QWidgetTextControl: Suppress drag selection for OS-synthesized mouse ...Tor Arne Vestbø2014-12-041-8/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-1/+8
|\|
| * QWidgetTextControl: Suppress drag selection for OS-synthesized mouse events.Friedemann Kleint2014-11-201-1/+8
* | Add QKeySequence::BackspaceMorten Johan Sørvig2014-10-311-2/+4
|/
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix build with -no-accessibilityFrederik Gladhorn2014-07-031-1/+5
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-5/+2
|\
| * Fix failing qtdeclarativetextedit auto-testSimon Hausmann2014-06-101-2/+2
| * Fix selection by dragging after double click in QWidgetTextControl.Friedemann Kleint2014-06-061-3/+0
* | Accessibility: improve text attribute rangesFrederik Gladhorn2014-06-261-1/+3
|/
* Fix crash on startup when running screenreaderFrederik Gladhorn2014-05-051-2/+4
* Accessibility text updates for QTextEditFrederik Gladhorn2014-04-051-0/+28
* Remove a duplicate code of else-if statementluyikei2014-03-291-3/+0
* Android: Do not enable text selection in QTextEdits by default.Christian Strømme2014-02-211-0/+4
* Extending the inputMethodQuery APIPaul Olav Tvete2014-02-151-1/+42
* Q(Plain)TextEdit: Add find() overload with QRegExpChristian Loose2014-01-311-0/+13
* Add new BiDi control characters to Unicode control character menuKonstantin Ritt2014-01-141-1/+5
* QWidgetTextControl: drop some actions when QT_NO_CLIPBOARDMarc Mutz2013-12-091-1/+5
* Assign icons to actions of QTextEdit context menuAurélien Gâteau2013-07-301-0/+13
* Only call QA::updateAccessibility() if the "control owner" is a QWidgetJan Arve Saether2013-05-201-2/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Update the display to reflect changes by input methodPaul Olav Tvete2013-02-271-1/+2