Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / src / quick / items / qquicktextinput.cpp
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-25 Andrew den ExterAdd a locale property to IntValidator and DoubleValidator.
2012-01-24 Eskil Abrahamsen... Add support for shared glyph cache
2012-01-24 Damian JansenTextInput documentation fix
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-20 Andrew den ExterUpdate TextInput.acceptableInput on component complete.
2012-01-19 Andrew den ExterExtend the documentation on DoubleValidator.
2012-01-17 Pekka VuorelaMade QQuickTextInput follow input direction changes
2012-01-12 Jiang JiangFix preedit text visibility when TextInput is empty
2012-01-12 Pekka VuorelaAdapt to QInputPanel::inputDirection() API
2012-01-12 Andrew den ExterFix validators not allowing backspace or delete.
2012-01-12 Andrew den ExterAdd undo and redo functions to TextInput and TextEdit.
2012-01-12 Andrew den ExterFix failing tst_qquicktextinput::horizontalAlignment_Ri...
2012-01-05 Pekka VuorelaQQuickTextInput to better call QInputPanel::update()
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 ExterFix clipping of TextInput contents.
2012-01-04 Andrew den ExterAdd length property and insert, remove and getText...
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