aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquicktextinput
Commit message (Expand)AuthorAgeFilesLines
* Don't crash if focus issues arise.Alan Alpert2012-02-091-0/+2
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-071-0/+29
* Fix vertical offset of TextInput.positionToRectangle.Andrew den Exter2012-02-061-1/+53
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-031-45/+0
* Adapt to QGuiApplication::focusObject() for notifying input methodPekka Vuorela2012-02-021-31/+25
* Add a persistentSelection property to TextInput.Andrew den Exter2012-02-022-0/+53
* 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-2/+28
* Add a locale property to IntValidator and DoubleValidator.Andrew den Exter2012-01-251-0/+95
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update TextInput.acceptableInput on component complete.Andrew den Exter2012-01-202-2/+87
* Made QQuickTextInput follow input direction changesPekka Vuorela2012-01-171-16/+36
* Use QGuiApplication, not QApplication, in testsDamian Jansen2012-01-131-5/+5
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-121-4/+4
* Fix validators not allowing backspace or delete.Andrew den Exter2012-01-121-0/+41
* Add undo and redo functions to TextInput and TextEdit.Andrew den Exter2012-01-121-5/+32
* Fix failing tst_qquicktextinput::horizontalAlignment_RightToLeft test.Andrew den Exter2012-01-121-19/+25
* Skip failing autotestsAaron Kennedy2012-01-051-3/+6
* QQuickTextInput to better call QInputPanel::update()Pekka Vuorela2012-01-051-0/+68
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix clipping of TextInput contents.Andrew den Exter2012-01-051-16/+52
* Add length property and insert, remove and getText functions to TextInput.Andrew den Exter2012-01-041-0/+797
* Fix crash in TextInput.Andrew den Exter2012-01-042-0/+34
* Combined platform input contexts in tests into one sharedPekka Vuorela2012-01-031-35/+1
* Use Qt::ImhSensitiveData input hint on TextInput with password echo modePekka Vuorela2012-01-031-4/+4
* Fix test failures with shadow builds.Andrew den Exter2012-01-031-3/+3
* QDeclarative tests: Introduce base class for data tests.Friedemann Kleint2011-12-212-42/+34
* Remove uneccessary layout in TextInput initialization.Andrew den Exter2011-12-211-0/+5
* QQuickLineControl more robust on input method & selection statePekka Vuorela2011-12-201-0/+8
* Delay masking the last character in Password echo mode.Andrew den Exter2011-12-201-5/+11
* Add wrapMode and verticalAlignment properties to TextInput.Andrew den Exter2011-12-203-35/+161
* Merge QQuickLineControl into QQuickTextInput.Andrew den Exter2011-12-161-4/+2
* Create a copy of QLineControl in the QtDeclarative library.Andrew den Exter2011-12-121-2/+2
* Fix test failures due to invalid font metrics.Andrew den Exter2011-12-051-74/+66
* Test fixes for OS X.Michael Brasser2011-12-051-13/+9
* Say hello to QtQuick moduleKent Hansen2011-12-0229-0/+3593