ibus/bindings
Peng Huang 5e823fcbff Remove block call in ibus-daemon, and use async call instead and clean up code.
1. Do not use poll factory of a component. Sometime, it will cause a dead lock of ibus: ibus-daemon are waiting reply from engine, and engine are also waiting for reply from ibus-daemon.
2. Move some API from IBusComponent to BusComponent, Because of those API is for internal using only
3. Add a fake input context in server side to support switching input method when no context has focus.
4. Remove fake input context in imcontext, because we added the server side fake context

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/3077042
2010-11-16 10:24:03 +09:00
..
vala Remove block call in ibus-daemon, and use async call instead and clean up code. 2010-11-16 10:24:03 +09:00
Makefile.am Add --disable-vala in configure 2010-06-06 13:44:07 +08:00