[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Sure it is related to auto-repeat. But it is not due to the system | being configured wrong. It is due to us not being able to keep up | display wise. | | Qt makes it hard to get any control over the event queue, so how to | other qt applications solve this issue? | | | Please try to verify that (and try my patch too if it makes any difference). | | | | I just tried replacing "repaint" with "update". It does not make any | difference. | | We need control over the even queue, so that we can prune it. | (doing rate-control on auto-repeat would be really hairy)
I think this can be solved by getting access to the QAbstractEventDispatcher and then flush the queue (a X11 specific thing) in the same manner as with did with the xforms gui. I'll have a look. -- Lgb