aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextEdit/Input: revise implicit resizing - take twoJ-P Nurmi2015-10-041-6/+2
* QQuickTextEdit/Input: revise implicit resizingJ-P Nurmi2015-10-031-1/+8
* 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
* Remove tentative commit from editorsPekka Vuorela2012-03-261-1/+0
* Fix text wrapping and eliding with implicitWidth.Andrew den Exter2012-03-221-1/+6
* Remove unused init function.Andrew den Exter2012-03-131-1/+0
* Merge master <-> api_changesMatthew Vogt2012-03-051-6/+7
|\
| * Use floating point types for position offsets and cursorRectangle.Andrew den Exter2012-02-241-6/+7
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-4/+4
|/
* Reduce the size of QQuickTextInputPrivate.Andrew den Exter2012-02-221-63/+49
* Remove commit headersAaron Kennedy2012-02-201-1/+0
* Have input method hints on only classes using themPekka Vuorela2012-02-171-0/+2
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-101-1/+1
* Add a persistentSelection property to TextInput.Andrew den Exter2012-02-021-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Add support for shared glyph cacheEskil Abrahamsen Blomfeldt2012-01-241-0/+8
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update TextInput.acceptableInput on component complete.Andrew den Exter2012-01-201-1/+16
* Made QQuickTextInput follow input direction changesPekka Vuorela2012-01-171-1/+1
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-121-1/+1
* Fix validators not allowing backspace or delete.Andrew den Exter2012-01-121-2/+0
* Add undo and redo functions to TextInput and TextEdit.Andrew den Exter2012-01-121-2/+5