[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:

| Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>
| | So it seems that my brilliant idea was a bit lousy. I do not see what
| | Qt machinery could help us, except perhaps QApplication::postEvent. We
| | could setup an eventFilter for the application that fileters user
| | input events and posts them for later.
>>
| | I am not even sure it would work, but it is similar to the idea of
| | queueing key events for later use.
>
| Then I think a queueing solution with coalescing of events is nicer.
>
| Then we just need a timer that kicks in some 10-20 times a second to
| check the queue and do the real work.

and with the queue doing the right thing we can actually put
processEvents allover as much as we want to to make the interactive
feeling better. Because we know that all events that is sendt to lyx
core is queued up until we allow them to be handed.

-- 
        Lgb

Reply via email to