aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-101-1/+6
|\
| * QQuickTextInput: fix cursor positioning for QInputMethodEventIvan Solovev2021-10-151-1/+6
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...v5.15.7-lts-lgplTarja Sundqvist2022-09-121-5/+7
|\|
| * qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-231-5/+7
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgplTarja Sundqvist2022-08-161-4/+4
|\|
| * Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-241-4/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-071-5/+30
|\|
| * QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-161-0/+5
| * qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-191-1/+19
| * qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-181-4/+6
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
|/
* qquicktextinput: ensure we update IM when cursor changes positionRichard Moe Gustavsen2021-02-041-4/+3
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-241-4/+2
* Replace Qt's MidButton with MiddleButtonEdward Welbourne2020-07-221-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-221-2/+1
|\
| * Don't replace all characters below 0x20 with spaces as they may be validAndy Shaw2020-03-021-2/+1
* | Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-6/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-0/+12
|\|
| * Doc: document behavior and caveats of TextInput's padding propertiesMitch Curtis2020-01-281-0/+12
* | Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-101-1/+1
|/
* Do not emit inputMaskChanged when setting the same input maskJan Arve Sæther2019-12-021-1/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-151-2/+2
|\
| * QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-111-2/+2
* | 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-12/+13
|\|
| * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-12/+13
* | Register QRegularExpressionValidator in QtQuickUlf Hermann2019-06-121-3/+4
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-011-0/+6
|\
| * TextInput: Stop leaking password values to process memoryIvan Čukić2019-01-291-0/+6
* | Fix QFont-related deprecation warningsFriedemann Kleint2019-01-081-2/+2
|/
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-6/+6
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-27/+9
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-27/+9
| |\
| | * Prevent invalid characters being entered at the appropriate timesAndy Shaw2018-02-021-27/+9
* | | Fix misleading doc for kerningRobert Loehning2018-02-081-3/+3
|/ /
* | Add property to disable shaping on fontsEskil Abrahamsen Blomfeldt2017-08-251-0/+17
* | Add a way to set the default render type of text-like elementsGiuseppe D'Angelo2017-08-231-2/+3
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-0/+5
|\|
| * QQuickTextInput: Allow going from an Acceptable to an Intermediate stateAndy Shaw2017-08-151-0/+5
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-281-2/+2
|\|
| * QQuickTextInput: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-261-2/+2
* | doc: Use correct class in docs for font.kerningEskil Abrahamsen Blomfeldt2017-07-041-1/+1
* | Expose "kerning" property for fontsEskil Abrahamsen Blomfeldt2017-06-301-0/+13
|/
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-201-0/+1
* Fix warning for -no-feature-shortcutStephan Binner2017-04-181-0/+2
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-1/+1
* Add TextInput::textEdited()J-P Nurmi2016-12-301-1/+14