Merge master <-> api_changes
[profile/ivi/qtdeclarative.git] / src / quick / items / qquicktextedit.cpp
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml
2012-02-24 Andrew den ExterUse floating point types for position offsets and curso...
2012-02-23 Andrew den ExterReduce QQuickTextEdit memory usage.
2012-02-17 Pekka VuorelaHave input method hints on only classes using them
2012-02-15 Yann BodsonRemove pixmap text caching in TextEdit element
2012-02-14 Andrew den ExterFix access to context properties within TextEdit.curso...
2012-02-10 Pekka VuorelaUse QInputMethod instead of deprecated QInputPanel
2012-02-07 Andrew den ExterAdd contentWidth and contentHeight properties to Text...
2012-02-06 Andrew den ExterFix TextEdit vertical alignment.
2012-02-02 Matthew VogtRemove QtQuick1 elements from qtdeclarative
2012-02-02 Andrew den ExterAdd a persistentSelection property to TextInput.
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-27 Pekka VuorelaEnhance editors notifying input panel for input method...
2012-01-24 Eskil Abrahamsen... Add support for shared glyph cache
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-19 Andrew den ExterAdd a baseUrl property to Text and TextEdit.
2012-01-19 Andrew den ExterDon't load embedded images from the current working...
2012-01-17 Pekka VuorelaQQuickTextEdit to follow input method direction changes
2012-01-16 Andrew den ExterAvoid creating unnecessary copies of TextEdit's text...
2012-01-12 Pekka VuorelaAdapt to QInputPanel::inputDirection() API
2012-01-12 Andrew den ExterAdd undo and redo functions to TextInput and TextEdit.
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2012-01-05 Andrew den ExterDocument inputMethodHints and cursorRectangle properties.
2012-01-04 Andrew den ExterSpeed up TextInput and TextEdit creation.
2011-12-21 Andrew den ExterDelay initializing the canPaste property until it's...
2011-12-16 Andrew den ExterMake PlainText the default textFormat of a TextEdit.
2011-12-15 Andrew den ExterRemove QQuickTextControl::ensureCursorVisible()
2011-12-15 Andrew den ExterRemove unused code from QQuickTextControl.
2011-12-14 Pekka VuorelaTextEdits to include tentative commit in text property
2011-12-12 Pekka VuorelaQtQuick TextEdit to set view property to QTextController
2011-12-09 Pekka VuorelaRemove dead private method from TextEdit implementations
2011-12-09 Andrew den ExterCreate a copy of QTextControl in the QtDeclarative...
2011-12-07 Andrew den ExterAdd support for pixmap cache images to TextEdit.
2011-12-02 Kent HansenSay hello to QtQuick module