aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-271-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-2/+2
| |\
| | * Fix TextInput::selectByMouse documentationMitch Curtis2016-10-191-2/+2
* | | Doc: minor typo in doc TextInput QML typeNico Vertriest2016-10-191-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-1/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-1/+6
| |\|
| | * QQuickTextInput: avoid emitting editingFinished twiceRichard Moe Gustavsen2016-09-151-1/+6
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-1/+1
| |\|
| | * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-151-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-1/+1
|\| |
| * | TextInput: fix horizontal alignment when implicit resizing is disabledJ-P Nurmi2016-08-101-1/+1
* | | QQuickTextInput: Use qmlobject_connect on clipboard signalRobin Burchell2016-07-111-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-2/+3
|\| |
| * | QQuickTextInput: include padding when reporting anchor rectRichard Moe Gustavsen2016-06-131-2/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-37/+36
|\| |
| * | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-1/+1
| * | QQuickTextInput: Listen for changes to cursorFlashTimeRichard Moe Gustavsen2016-04-211-36/+35
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-041-7/+43
|\| |
| * | Add support for input method selection handlesJan Arve Sæther2016-04-141-7/+43
* | | QQuickTextInput: Add some QChar::unicode() calls to brush over deprecation wa...Friedemann Kleint2016-04-181-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-051-8/+12
|\| |
| * | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-311-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-5/+10
| |\|
| | * Prevent cutting in non-Normal echoMode of TextInputJoni Poikelin2016-03-071-5/+10
| * | QQuickText{Edit,Input}: Reset selection when becoming readOnly.Robin Burchell2016-03-011-2/+1
* | | Add property for setting hinting preference on fontsEskil Abrahamsen Blomfeldt2016-03-151-0/+32
* | | Add overwriteMode to QML TextEdit and QML TextInputDan Cape2016-03-031-2/+54
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | QQuickTextInput: added clear() methodLiang Qi2016-01-191-0/+29
* | QQuickTextInput: added preeditText propertyLiang Qi2016-01-131-0/+19
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-071-1/+10
|\|
| * QQuickTextInput: handle QKeySequence::DeleteCompleteLineJ-P Nurmi2015-11-261-1/+10
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-211-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-1/+1
| |\
| | * Fix grammar in TextInput documentationMitch Curtis2015-11-021-1/+1
* | | Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-181-3/+3
|/ /
* | QQuickTextEdit/Input: revise implicit resizing - take twoJ-P Nurmi2015-10-041-2/+15
* | QQuickTextEdit/Input: revise implicit resizingJ-P Nurmi2015-10-031-3/+3
* | Doc: Corrected link errorsNico Vertriest2015-09-071-1/+1
* | TextInput & TextEdit: allow controls to override the implicit sizeJ-P Nurmi2015-09-061-5/+9
* | 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
* | Font matching by font stylenameAllan Sandfeld Jensen2015-08-101-0/+10
* | Export QQuickTextInputPrivate and QQuickTextEditPrivateJ-P Nurmi2015-06-231-0/+7
* | Don't resolve the d-pointer when we don't use it.Ulf Hermann2015-06-151-2/+1
* | QQuickTextInput: move paddings into extraDataLiang Qi2015-06-151-31/+53
* | Mark unused parameters as Q_UNUSEDUlf Hermann2015-06-141-0/+2
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-06-051-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-1/+12
|\|