aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add linkColor property to Text.Andrew den Exter2012-02-091-1/+1
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-071-0/+30
* Fix vertical offset of TextInput.positionToRectangle.Andrew den Exter2012-02-061-3/+5
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-031-3/+3
* Add a persistentSelection property to TextInput.Andrew den Exter2012-02-021-1/+24
* Accessibility: Use new updateAccessibility() API in declarative.Friedemann Kleint2012-02-011-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Enhance editors notifying input panel for input method changesPekka Vuorela2012-01-271-11/+12
* Add a locale property to IntValidator and DoubleValidator.Andrew den Exter2012-01-251-4/+76
* Add support for shared glyph cacheEskil Abrahamsen Blomfeldt2012-01-241-2/+28
* TextInput documentation fixDamian Jansen2012-01-241-6/+6
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update TextInput.acceptableInput on component complete.Andrew den Exter2012-01-201-21/+41
* Extend the documentation on DoubleValidator.Andrew den Exter2012-01-191-0/+17
* Made QQuickTextInput follow input direction changesPekka Vuorela2012-01-171-6/+30
* Fix preedit text visibility when TextInput is emptyJiang Jiang2012-01-121-1/+1
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-121-1/+2
* Fix validators not allowing backspace or delete.Andrew den Exter2012-01-121-2/+6
* Add undo and redo functions to TextInput and TextEdit.Andrew den Exter2012-01-121-4/+73
* Fix failing tst_qquicktextinput::horizontalAlignment_RightToLeft test.Andrew den Exter2012-01-121-1/+2
* QQuickTextInput to better call QInputPanel::update()Pekka Vuorela2012-01-051-4/+17
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* 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