Fix crash in TextInput.
[profile/ivi/qtdeclarative.git] / src / quick / items / qquicktextinput.cpp
2012-01-04 Andrew den ExterFix crash in TextInput.
2012-01-04 Andrew den ExterSpeed up TextInput and TextEdit creation.
2012-01-03 Pekka VuorelaUse Qt::ImhSensitiveData input hint on TextInput with...
2012-01-03 Pekka VuorelaRemove use of Qt::ImhMultiLine, to be deprecated/removed
2011-12-21 Andrew den ExterRemove uneccessary layout in TextInput initialization.
2011-12-21 Andrew den ExterDelay initializing the canPaste property until it's...
2011-12-20 Pekka VuorelaMake editors commit preedit themselves on losing focus
2011-12-20 Pekka VuorelaQQuickLineControl more robust on input method & selecti...
2011-12-20 Andrew den ExterDelay masking the last character in Password echo mode.
2011-12-20 Andrew den ExterAdd wrapMode and verticalAlignment properties to TextInput.
2011-12-15 Andrew den ExterMerge QQuickLineControl into QQuickTextInput.
2011-12-15 Andrew den ExterRemove unused code from QQuickLineControl.
2011-12-12 Andrew den ExterCreate a copy of QLineControl in the QtDeclarative...
2011-12-12 Andrew den ExterFix TextInput not reacting to text color change.
2011-12-12 Andrew den ExterSize TextInput cursor correctly.
2011-12-02 Kent HansenSay hello to QtQuick module