aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-191-1/+9
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-241-1/+3
* qquicktextinput: compile with explicit QChar(int) constructorDavid Faure2020-11-091-1/+1
* QQuickTextInputPrivate: refactor getImplicitWidth() to calculateImplicitWidth()Mitch Curtis2020-06-121-0/+1
* TextInput: Stop leaking password values to process memoryIvan Čukić2019-01-291-0/+5
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-2/+2
* Add a way to set the default render type of text-like elementsGiuseppe D'Angelo2017-08-231-5/+2
* Accept PUA characters, ZWNJ and ZWJ as input in TextInput/EditEskil Abrahamsen Blomfeldt2016-12-131-0/+2
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-13/+13
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-5/+7
|\
| * QQuickTextInput: Listen for changes to cursorFlashTimeRichard Moe Gustavsen2016-04-211-5/+7
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-041-0/+2
|\|
| * Add support for input method selection handlesJan Arve Sæther2016-04-141-0/+2
* | Add overwriteMode to QML TextEdit and QML TextInputDan Cape2016-03-031-0/+2
|/
* Updated license headersJani Heikkinen2016-01-191-14/+20
* QQuickTextInput: added clear() methodLiang Qi2016-01-191-0/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+4
|\
| * QQuickTextEdit/Input: revise implicit resizing - take twoJ-P Nurmi2015-10-041-6/+2
| * QQuickTextEdit/Input: revise implicit resizingJ-P Nurmi2015-10-031-1/+8
* | Add a way to set default font rendering at build time.Stephen Kelly2015-10-131-0/+4
|/
* TextInput & TextEdit: allow controls to override the implicit sizeJ-P Nurmi2015-09-061-0/+1
* Export QQuickTextInputPrivate and QQuickTextEditPrivateJ-P Nurmi2015-06-231-1/+1
* QQuickTextInput: move paddings into extraDataLiang Qi2015-06-151-19/+17
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devGabriel de Dietrich2015-03-061-4/+4
|\
| * Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-4/+4
* | TextInput: add support for paddingJ-P Nurmi2015-03-051-0/+24
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-111-21/+11
|\
| * Fix cursor blinking for TextInput and TextEditSimon Hausmann2014-08-261-2/+0
| * Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Add Q_DECL_OVERRIDEAlbert Astals Cid2014-08-141-2/+2
|/
* Introduce TextInput::ensureVisible(int position)J-P Nurmi2014-05-211-0/+1
* Makes PasswordMaskDelay configurable through TextInputRisto Avila2014-03-121-0/+2
* Update QQuickTextInput's baselineOffset when only height changesJan Arve Saether2014-02-221-0/+1
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-2/+2
* Use the platform theme's password mask character for text input fields.Mitch Curtis2013-04-231-1/+1
* TextInput: Handle focus event directlyCaroline Chao2013-03-071-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Compile with QT_NO_VALIDATOR.Volker Krause2012-11-301-3/+3
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-261-1/+19
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix restoration of cursor position and selection after undo/redo.Andrew den Exter2012-07-241-0/+5
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-101-0/+2
* Defer construction of TextEdit/TextInput delegates.Andrew den Exter2012-05-141-1/+8
* QQuickTextInput aligment to follow input method on neutral contentPekka Vuorela2012-04-271-8/+2
* Fix bounding rects of text items.Andrew den Exter2012-04-271-1/+1
* Set cursorVisible to false when im cursor length is 0.Andrew den Exter2012-04-021-2/+3
* TextInput to use password mask delay if platform style defines onePekka Vuorela2012-03-271-4/+0