aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Document inputMethodHints and cursorRectangle properties.Andrew den Exter2012-01-051-2/+53
* Fix clipping of TextInput contents.Andrew den Exter2012-01-051-3/+1
* Add length property and insert, remove and getText functions to TextInput.Andrew den Exter2012-01-041-5/+195
* Fix crash in TextInput.Andrew den Exter2012-01-041-7/+9
* Speed up TextInput and TextEdit creation.Andrew den Exter2012-01-041-3/+1
* Use Qt::ImhSensitiveData input hint on TextInput with password echo modePekka Vuorela2012-01-031-1/+1
* Remove use of Qt::ImhMultiLine, to be deprecated/removedPekka Vuorela2012-01-031-1/+0
* Remove uneccessary layout in TextInput initialization.Andrew den Exter2011-12-211-27/+12
* Delay initializing the canPaste property until it's requested.Andrew den Exter2011-12-211-3/+14
* Make editors commit preedit themselves on losing focusPekka Vuorela2011-12-201-1/+4
* QQuickLineControl more robust on input method & selection statePekka Vuorela2011-12-201-0/+1
* Delay masking the last character in Password echo mode.Andrew den Exter2011-12-201-3/+43
* Add wrapMode and verticalAlignment properties to TextInput.Andrew den Exter2011-12-201-114/+275
* Merge QQuickLineControl into QQuickTextInput.Andrew den Exter2011-12-161-201/+1590
* Remove unused code from QQuickLineControl.Andrew den Exter2011-12-151-18/+56
* Create a copy of QLineControl in the QtDeclarative library.Andrew den Exter2011-12-121-6/+6
* Fix TextInput not reacting to text color change.Andrew den Exter2011-12-121-2/+7
* Size TextInput cursor correctly.Andrew den Exter2011-12-121-9/+2
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+2007