aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use floating point types for position offsets and cursorRectangle.Andrew den Exter2012-02-241-11/+11
* Reduce QQuickTextEdit memory usage.Andrew den Exter2012-02-231-32/+11
* Have input method hints on only classes using themPekka Vuorela2012-02-171-0/+18
* Remove pixmap text caching in TextEdit elementYann Bodson2012-02-151-78/+6
* Fix access to context properties within TextEdit.cursorDelegateAndrew den Exter2012-02-141-2/+3
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-101-5/+5
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-071-9/+11
* Fix TextEdit vertical alignment.Andrew den Exter2012-02-061-1/+1
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-031-2/+2
* Add a persistentSelection property to TextInput.Andrew den Exter2012-02-021-0/+1
* 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-1/+3
* 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