aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-0/+2
|\
| * qquicktextinput: add ImReadOnlyRichard Moe Gustavsen2022-10-311-0/+2
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-241-21/+21
|/
* Doc: QQuickTextInput: Mark all readonly properties as suchIvan Tkachenko2022-06-041-3/+20
* Docs: Document textInput.acceptableInput as read onlyNicholas Bennett2022-06-041-0/+1
* Update commercial license headersTarja Sundqvist2022-06-041-21/+21
* Doc: Improve cursorPosition description in TextInput and TextEdit docsJaishree Vyas2022-03-291-1/+14
* QQuickTextInput: fix cursor positioning for QInputMethodEventIvan Solovev2021-10-141-1/+6
* qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-231-5/+7
* Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-231-4/+4
* 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-151-4/+6
* qquicktextinput: ensure we update IM when cursor changes positionRichard Moe Gustavsen2021-02-041-4/+3
* Don't hide the inputMethod when finishing the editAndy Shaw2021-02-041-2/+0
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-241-4/+2
* qquicktextinput: compile with explicit QChar(int) constructorDavid Faure2020-11-091-11/+11
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Replace Qt's MidButton with MiddleButtonEdward Welbourne2020-07-221-1/+1
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-2/+2
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-5/+5
* QQuickTextInputPrivate: refactor getImplicitWidth() to calculateImplicitWidth()Mitch Curtis2020-06-121-23/+27
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-8/+8
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-241-2/+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
* | | QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-3/+3
* | | Remove QRegExpValidator usagesLars Knoll2020-03-181-4/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-6/+0
|\| |
| * | Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-6/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-301-0/+12
|\| |
| * | 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 Font.weight an integer instead of enumerationEskil Abrahamsen Blomfeldt2020-01-211-4/+3
|/ /
* / 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