QQuickTextInput to better call QInputPanel::update()
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>
Wed, 4 Jan 2012 12:46:09 +0000 (14:46 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 5 Jan 2012 15:31:56 +0000 (16:31 +0100)
commit4e9efd590df116bad85632d32ac4fed0a1c29065
treefd069050940c090ee4f3e1cd1e21d0e2ab967a9c
parentcd1342197e3132a901ab71af6e2d0891a91ad534
QQuickTextInput to better call QInputPanel::update()

Some updates were previously omitted, e.g. if text content
changed but cursor position remained the same, or if input
method changed the selection.

Change-Id: I11abd105632d73f8ebb23d0e8c308c53c236cc15
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/quick/items/qquicktextinput.cpp
tests/auto/qtquick2/qquicktextinput/tst_qquicktextinput.cpp