aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for shared glyph cacheEskil Abrahamsen Blomfeldt2012-01-241-1/+19
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Add a baseUrl property to Text and TextEdit.Andrew den Exter2012-01-191-0/+39
* Don't load embedded images from the current working directory.Andrew den Exter2012-01-191-0/+1
* QQuickTextEdit to follow input method direction changesPekka Vuorela2012-01-171-0/+18
* Avoid creating unnecessary copies of TextEdit's text data.Andrew den Exter2012-01-161-19/+22
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-121-1/+1
* Add undo and redo functions to TextInput and TextEdit.Andrew den Exter2012-01-121-0/+52
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Document inputMethodHints and cursorRectangle properties.Andrew den Exter2012-01-051-2/+50
* Speed up TextInput and TextEdit creation.Andrew den Exter2012-01-041-1/+1
* Delay initializing the canPaste property until it's requested.Andrew den Exter2011-12-211-2/+7
* Make PlainText the default textFormat of a TextEdit.Andrew den Exter2011-12-161-1/+2
* Remove QQuickTextControl::ensureCursorVisible()Andrew den Exter2011-12-151-1/+1
* Remove unused code from QQuickTextControl.Andrew den Exter2011-12-151-11/+0
* TextEdits to include tentative commit in text propertyPekka Vuorela2011-12-141-2/+2
* QtQuick TextEdit to set view property to QTextControllerPekka Vuorela2011-12-121-0/+1
* Remove dead private method from TextEdit implementationsPekka Vuorela2011-12-091-17/+0
* Create a copy of QTextControl in the QtDeclarative library.Andrew den Exter2011-12-091-4/+4
* Add support for pixmap cache images to TextEdit.Andrew den Exter2011-12-071-2/+5
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+2091