aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextControl: Adapt to API change for retrieveData()Ulf Hermann2020-09-251-1/+1
* Replace Qt's MidButton with MiddleButtonEdward Welbourne2020-07-221-1/+1
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-5/+5
* Drop obsolete encoding parameter from ToHtml callFabian Kosmale2020-04-231-1/+1
* Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-171-9/+10
* Prepare for QTextBlockFormat::MarkerType to be an enum classShawn Rutledge2019-10-091-3/+3
* Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-5/+3
|\
| * Fix QQuickTextEdit triple click detectionJan Arve Sæther2019-08-291-5/+3
* | Add Markdown support to TextEditShawn Rutledge2019-05-291-1/+43
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-021-1/+1
|\
| * QQuickTextControl: Fix Qt::ImAbsolutePosition queryVova Mshanetskiy2019-05-241-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-081-0/+3
|\|
| * QQuickTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-021-0/+3
* | Fix QFont-related deprecation warningsFriedemann Kleint2019-01-081-1/+1
|/
* Build without the draganddrop featureAndy Shaw2018-06-251-1/+0
* Fix for input method commit that ends with newlinePaul Olav Tvete2018-05-141-1/+7
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-201-2/+1
* Fix populating selection clipboard with keyboardVolodymyr Samokhatko2017-04-261-0/+7
* Simplify shortcut override handlingJoerg Bornemann2017-03-311-45/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-50/+46
|\
| * Accept PUA characters, ZWNJ and ZWJ as input in TextInput/EditEskil Abrahamsen Blomfeldt2016-12-131-4/+3
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-46/+43
* | optimize string usage: use prepend() lessAnton Kudryavtsev2016-08-231-2/+2
|/
* categorized logging: trace hover eventsShawn Rutledge2016-06-151-0/+3
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-5/+22
|\
| * QQuickTextControlPrivate: Listen for changes to cursorFlashTimeRichard Moe Gustavsen2016-04-211-5/+22
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-041-1/+18
|\|
| * Add support for input method selection handlesJan Arve Sæther2016-04-141-1/+18
* | Add overwriteMode to QML TextEdit and QML TextInputDan Cape2016-03-031-0/+30
|/
* Updated license headersJani Heikkinen2016-01-191-14/+20
* QQuickTextEdit: added clear() methodLiang Qi2016-01-191-0/+7
* QQuickTextEdit: added preeditText propertyLiang Qi2016-01-131-1/+16
* Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-181-1/+1
* TextEdit: selectedTextChanged not emitted when calling select 2nd timeDan Cape2015-09-211-4/+14
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+1
|\
| * Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-06-051-2/+2
|/
* Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-7/+7
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* text input: always let cursor rect have a width == 1Richard Moe Gustavsen2014-10-301-26/+2
* QQuickTextControl: update cursor rect when cursor changes positionRichard Moe Gustavsen2014-09-161-3/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* TextEdit: fix cursor rectangle positioningJ-P Nurmi2014-05-161-2/+5
* Implement the new inputmethod query API for Qt QuickPaul Olav Tvete2014-04-221-0/+46
* Remove variables that aren't being used right nowThiago Macieira2013-09-071-1/+0
* Add QQuickTextEdit::hoveredLinkJ-P Nurmi2013-06-071-0/+26
* QQuickTextControl: emit cursorPositionChanged() only if it changedJ-P Nurmi2013-05-221-1/+4