aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-191-1/+19
* qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-151-4/+6
* 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
* | | 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