Speed up TextEdit construction time.
[profile/ivi/qtdeclarative.git] / src / quick / items / qquicktextcontrol.cpp
2012-07-09 Andrew den ExterSpeed up TextEdit construction time.
2012-07-04 Andrew den ExterDon't calculate selection rects unnecessarily.
2012-07-04 Andrew den ExterRemove dead code from QQuickTextControl.
2012-06-01 Kent HansenAvoid string-based lookup of signals
2012-05-03 Andrew den ExterEnsure the cursor rectangle is updated when preedit...
2012-04-27 Pekka VuorelaFix TextEdit with right aligned text when size changes
2012-04-19 Andrew den ExterEnsure the cursor delegate position is correct when...
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-12 Pekka VuorelaQQuickTextEdit to trigger input method updates on selec...
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-02 Andrew den ExterSet cursorVisible to false when im cursor length is 0.
2012-03-27 Kent HansenMerge master into api_changes
2012-03-26 Pekka VuorelaRemove tentative commit from editors
2012-03-23 Kent HansenMerge master into api_changes
2012-03-20 Andrew den ExterMake TextEdit word selection behaviour consistent.
2012-03-20 Andrew den ExterRemove unused functions from QQuickTextControl.
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-02-23 Andrew den ExterReduce QQuickTextEdit memory usage.
2012-02-10 Pekka VuorelaUse QInputMethod instead of deprecated QInputPanel
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-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...