[immodule-qt] Re: scim-qtimm 0.7 released

YamaKen yamaken at bp.iij4u.or.jp
Tue Sep 7 09:13:27 EEST 2004


At Tue, 07 Sep 2004 01:15:49 +0200,
mfabian at suse.de wrote:
> 
> YamaKen <yamaken at bp.iij4u.or.jp> さんは書きました:
> 
> >> What do you mean by insufficient? Does it cause problems or
> >> is it only slow?
> >
> > Only slow (in some language or hardware). But I can't sense such
> > problem in my environment with 60 chars/sec key repeat with a
> > Japanese input method uim-anthy. So you could use following
> > James's code as temporary solution.
> >
> > src/kernel/qapplication_x11.cpp:
> >  void QApplication::postIMEvent( QObject *receiver, QIMEvent *event )
> >  {
> > -    postEvent( receiver, event );
> > +    sendEvent( receiver, event );
> >  }
> 
> Thank you. But the patch you posted today is probably better,
> isn't it? I'll try it tomorrow. 

My patch will not resolve the "receiving order inversion between
QKeyEvent and QIMEvent" problem. Use above code to resolve the
problem for now. Better solution will follow.

-------------------------------
YamaKen  yamaken at bp.iij4u.or.jp



More information about the immodule-qt mailing list