Re: [Development] MouseMoveEvent sluggishness on Qt5 vs Qt4

2014-12-05 Thread Morten Johan Sørvig
> On 04 Dec 2014, at 12:20, Renaud wrote: > > I have noticed that the mouseMoveEvents are no more compressed. So in Qt4, if > you perform long (update) task in response to mouseMoveEvent. The Qt event > loop stopped sending events until your job is finished. All events you > received in the m

Re: [Development] MouseMoveEvent sluggishness on Qt5 vs Qt4

2014-12-04 Thread Renaud
I have noticed that the mouseMoveEvents are no more compressed. So in Qt4, if you perform long (update) task in response to mouseMoveEvent. The Qt event loop stopped sending events until your job is finished. All events you received in the meantime were dropped. Then, you may received another mouse