aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-101-4/+4
* Add a persistentSelection property to TextInput.Andrew den Exter2012-02-021-1/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Avoid creating unnecessary copies of TextEdit's text data.Andrew den Exter2012-01-161-1/+1
* Add undo and redo functions to TextInput and TextEdit.Andrew den Exter2012-01-121-6/+0
* 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-2/+2
* Activate links in a read only TextEdit.Andrew den Exter2011-12-151-3/+6
* Remove QQuickTextControl::ensureCursorVisible()Andrew den Exter2011-12-151-32/+18
* Remove unused code from QQuickTextControl.Andrew den Exter2011-12-151-885/+31
* QQuickTextControl - mouse events to override input contextPekka Vuorela2011-12-141-116/+141
* Protect QTextControl::setTextCursor for existing preeditPekka Vuorela2011-12-141-0/+1
* TextEdits to include tentative commit in text propertyPekka Vuorela2011-12-141-0/+19
* Create a copy of QTextControl in the QtDeclarative library.Andrew den Exter2011-12-091-0/+2868