Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / src / quick / items / qquicktextcontrol.cpp
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-16 Andrew den ExterAvoid creating unnecessary copies of TextEdit's text...
2012-01-12 Andrew den ExterAdd undo and redo functions to TextInput and TextEdit.
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2011-12-21 Andrew den ExterDelay initializing the canPaste property until it's...
2011-12-15 Andrew den ExterActivate links in a read only TextEdit.
2011-12-15 Andrew den ExterRemove QQuickTextControl::ensureCursorVisible()
2011-12-15 Andrew den ExterRemove unused code from QQuickTextControl.
2011-12-14 Pekka VuorelaQQuickTextControl - mouse events to override input...
2011-12-14 Pekka VuorelaProtect QTextControl::setTextCursor for existing preedit
2011-12-14 Pekka VuorelaTextEdits to include tentative commit in text property
2011-12-09 Andrew den ExterCreate a copy of QTextControl in the QtDeclarative...