aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Delay initializing the canPaste property until it's requested.Andrew den Exter2011-12-211-0/+2
* Delay masking the last character in Password echo mode.Andrew den Exter2011-12-201-0/+11
* Add wrapMode and verticalAlignment properties to TextInput.Andrew den Exter2011-12-201-24/+16
* Merge QQuickLineControl into QQuickTextInput.Andrew den Exter2011-12-161-36/+305
* Create a copy of QLineControl in the QtDeclarative library.Andrew den Exter2011-12-121-3/+3
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+172