summaryrefslogtreecommitdiffstats
path: root/src/gui/inputmethod/qximinputcontext_x11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Give input context focus only when widget is enabled.Denis Dzyubenko2009-04-011-1/+3
| | | | | | | When disabling a widget that accepts keyboard input we disable input context by calling QInputContext::setFocusWidget(0). Reviewed-by: Prasanth Ullattil
* Don't commit an empty string to the widget when it looses focus.Denis Dzyubenko2009-03-241-2/+8
| | | | | | | | | When a wiget that accepts keyboard input looses focus and the input context is resetted we should clear the old preedit string by sending an empty commit string only if the widget received non-empty pre-edit string before. Reviewed-by: Brad
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+832