On Fri, 27 May 2011 14:16:02 +0300 Tom Hacohen <t...@stosb.com> said:

eh? we talked about async vs sync in ecore_imf for some things?

> SPANK!!! Read my comment! Reverted. :)
> 
> Actually, we (You, Jihoon and myself) even talked abotu it on irc...
> 
> On Fri, May 27, 2011 at 1:46 PM, Carsten Haitzler <ras...@rasterman.com>wrote:
> 
> > On Thu, 19 May 2011 11:47:15 +0900 Jihoon Kim <jihoon48....@samsung.com>
> > said:
> >
> > thanks muchly! in svn it is! :)
> >
> > > Hello, EFL developers.
> > >
> > >
> > >
> > > When elm_entry_entry_set() is called, the preedit text in the entry
> > should
> > > be cleared. ATM, it doesn’t works so.
> > >
> > > This patch will resolve this problem.
> > >
> > >
> > >
> > > When ecore_imf_context_reset() is called, the preedit text in the
> > immodule
> > > will be committed by calling ‘ecore_imf_context_commit_event_add()’.
> > >
> > > ecore_imf_context_commit_event_add puts the event in ecore event queue,
> > so
> > > it will be processed in the idle state of ecore loop.
> > >
> > > According to this mechanism, commit text is inserted later, so I use
> > > ‘ecore_main_loop_iterate();’ for inserting the commit string instantly.
> > >
> > >
> > >
> > > Would you please review this patch and apply in svn?
> > >
> >
> >
> > --
> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> >
> >
> >
> > ------------------------------------------------------------------------------
> > vRanger cuts backup time in half-while increasing security.
> > With the market-leading solution for virtual backup and recovery,
> > you get blazing-fast, flexible, and affordable data protection.
> > Download your free trial now.
> > http://p.sf.net/sfu/quest-d2dcopy1
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> 
> 
> 
> -- 
> Tom.


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to