aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquicktextedit
Commit message (Expand)AuthorAgeFilesLines
* Have input method hints on only classes using themPekka Vuorela2012-02-171-0/+7
* Fix access to context properties within TextEdit.cursorDelegateAndrew den Exter2012-02-144-1/+46
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-101-33/+33
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-071-0/+29
* Fix TextEdit vertical alignment.Andrew den Exter2012-02-061-0/+25
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-031-53/+0
* Adapt to QGuiApplication::focusObject() for notifying input methodPekka Vuorela2012-02-021-28/+21
* Add a persistentSelection property to TextInput.Andrew den Exter2012-02-022-16/+48
* 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/+97
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Add a baseUrl property to Text and TextEdit.Andrew den Exter2012-01-193-0/+43
* Don't load embedded images from the current working directory.Andrew den Exter2012-01-196-0/+70
* QQuickTextEdit to follow input method direction changesPekka Vuorela2012-01-171-15/+43
* Avoid creating unnecessary copies of TextEdit's text data.Andrew den Exter2012-01-161-3/+3
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-121-4/+4
* Add undo and redo functions to TextInput and TextEdit.Andrew den Exter2012-01-121-28/+55
* Remove QEXPECT_FAIL from TextEdit test.Andrew den Exter2012-01-121-2/+0
* Update text autotests.Michael Brasser2012-01-121-4/+0
* Skip crashing test on Mac.Andrew den Exter2012-01-121-0/+3
* Un-QSKIP an autotestAaron Kennedy2012-01-081-4/+0
* Skip crashing autotestAaron Kennedy2012-01-051-0/+4
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Combined platform input contexts in tests into one sharedPekka Vuorela2012-01-031-22/+1
* Fix test failures with shadow builds.Andrew den Exter2012-01-031-4/+4
* QDeclarative tests: Introduce base class for data tests.Friedemann Kleint2011-12-212-52/+45
* Make PlainText the default textFormat of a TextEdit.Andrew den Exter2011-12-162-2/+68
* Activate links in a read only TextEdit.Andrew den Exter2011-12-152-0/+45
* Remove unused code from QQuickTextControl.Andrew den Exter2011-12-151-2/+2
* TextEdits to include tentative commit in text propertyPekka Vuorela2011-12-141-1/+13
* Create a copy of QTextControl in the QtDeclarative library.Andrew den Exter2011-12-091-3/+3
* Fix test failures due to invalid font metrics.Andrew den Exter2011-12-051-48/+36
* Say hello to QtQuick moduleKent Hansen2011-12-0242-0/+3939