aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't eat Back button in TextEditPaul Olav Tvete2013-04-301-0/+19
* Optimize QQuickTextEdit for larger documents.Pierre Rossi2013-03-201-0/+1
* Typos: tripple->tripleFrederik Gladhorn2013-02-211-18/+18
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-261-0/+28
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix pasting with the middle button in TextInput and TextEdit.Andrew den Exter2012-08-061-2/+4
* Remove code for unused LinksAccessibleByKeyboard option.Andrew den Exter2012-07-111-8/+0
* Speed up TextEdit construction time.Andrew den Exter2012-07-091-51/+26
* Don't calculate selection rects unnecessarily.Andrew den Exter2012-07-041-101/+9
* Remove dead code from QQuickTextControl.Andrew den Exter2012-07-041-70/+0
* Avoid string-based lookup of signalsKent Hansen2012-06-011-2/+3
* Ensure the cursor rectangle is updated when preedit text changes.Andrew den Exter2012-05-031-1/+1
* Fix TextEdit with right aligned text when size changesPekka Vuorela2012-04-271-9/+5
* Ensure the cursor delegate position is correct when wrapping.Andrew den Exter2012-04-191-20/+27
* QQuickTextEdit to trigger input method updates on selectAll()Pekka Vuorela2012-04-121-5/+8
* Set cursorVisible to false when im cursor length is 0.Andrew den Exter2012-04-021-13/+61
* Remove tentative commit from editorsPekka Vuorela2012-03-261-14/+5
* Make TextEdit word selection behaviour consistent.Andrew den Exter2012-03-201-22/+5
* Remove unused functions from QQuickTextControl.Andrew den Exter2012-03-201-100/+0