Re: [Patch] Qt4 Remove USE_INPUT_METHODS and define USE_EVENT_PRUNING conditionally

2006-06-26 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | Lars, | > | | I am intrigued that disabling event pruning on Linux disabled the | > | update on screen. I have the feeling that this is related to the Qt4 | > | API ch

Re: [Patch] Qt4 Remove USE_INPUT_METHODS and define USE_EVENT_PRUNING conditionally

2006-06-26 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars, | | I am intrigued that disabling event pruning on Linux disabled the | update on screen. I have the feeling that this is related to the Qt4 | API changes WRT to QInputMethodEvent. | I've read a bit about the inpu

Re: [Patch] Qt4 Remove USE_INPUT_METHODS and define USE_EVENT_PRUNING conditionally

2006-06-26 Thread Abdelrazak Younes
Jose' Matos wrote: On Monday 26 June 2006 09:51, Abdelrazak Younes wrote: Because it is part of the Qt4 API not part of some external module anymore. FWIW I can not insert accents in qt4, both in your branch and in trunk. :-( Hum, that's what I feared... Could you confirm me that it was wo

Re: [Patch] Qt4 Remove USE_INPUT_METHODS and define USE_EVENT_PRUNING conditionally

2006-06-26 Thread Jose' Matos
On Monday 26 June 2006 09:51, Abdelrazak Younes wrote: > Because it is part of the Qt4 API not part of some external module anymore. FWIW I can not insert accents in qt4, both in your branch and in trunk. :-( > Abdel. -- José Abílio

Re: [Patch] Qt4 Remove USE_INPUT_METHODS and define USE_EVENT_PRUNING conditionally

2006-06-26 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars, | | I am intrigued that disabling event pruning on Linux disabled the | update on screen. I have the feeling that this is related to the Qt4 | API changes WRT to QInputMethodEvent. | I've read a bit about the inpu

Re: [Patch] Qt4 Remove USE_INPUT_METHODS and define USE_EVENT_PRUNING conditionally

2006-06-26 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: should be disable on Windows. This patch removes the USE_INPUT_METHODS macro. Why? Are you sure that it does not break something? Because it is part of the Qt4 API not part of some external module anymore. Abdel.

Re: [Patch] Qt4 Remove USE_INPUT_METHODS and define USE_EVENT_PRUNING conditionally

2006-06-26 Thread Georg Baum
Abdelrazak Younes wrote: > should be disable on Windows. This patch removes the USE_INPUT_METHODS > macro. Why? Are you sure that it does not break something? Georg

Re: [Patch] Qt4 Remove USE_INPUT_METHODS and define USE_EVENT_PRUNING conditionally

2006-06-26 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars, | | I am intrigued that disabling event pruning on Linux disabled the | update on screen. I have the feeling that this is related to the Qt4 | API changes WRT to QInputMethodEvent. | I've read a bit about the input event thing and I see no rea

[Patch] Qt4 Remove USE_INPUT_METHODS and define USE_EVENT_PRUNING conditionally

2006-06-26 Thread Abdelrazak Younes
Lars, I am intrigued that disabling event pruning on Linux disabled the update on screen. I have the feeling that this is related to the Qt4 API changes WRT to QInputMethodEvent. I've read a bit about the input event thing and I see no reason why it should be disable on Windows. This patch rem