Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Bennett Helm
On Mar 15, 2006, at 12:31 PM, Abdelrazak Younes wrote: Bennett Helm a écrit : On Mar 15, 2006, at 5:22 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on A

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Abdelrazak Younes
Bennett Helm a écrit : On Mar 15, 2006, at 5:22 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on Abdelrazak> qt2/X11/Mac? I would tend to think that the X

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Bennett Helm
On Mar 15, 2006, at 5:22 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on Abdelrazak> qt2/X11/Mac? I would tend to think that the X11 clipboard Abdelrazak>

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I guess our only hope is Bennett... How you guys did Abdelrazak> managed to complete the MAC port without any developer on Abdelrazak> board? Because of GUI-I, and because Qt/Mac does not work too badly. And also beca

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Abdelrazak" == Abdelrazak Younes >> <[EMAIL PROTECTED]> writes: > > Abdelrazak> Hum, I don't know, did someone tested your changes on > Abdelrazak> qt2/X11/Mac? I would tend to think that the X11 clipboard > Abdelrazak> wouldn't need this change but I don't

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on Abdelrazak> qt2/X11/Mac? I would tend to think that the X11 clipboard Abdelrazak> wouldn't need this change but I don't know really.

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on Abdelrazak> qt2/X11/Mac? I would tend to think that the X11 clipboard Abdelrazak> wouldn't need this change but I don't know really. I would assume that the X11 c

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Abdelrazak Younes
Georg Baum a écrit : Abdel, the line end conversion in the clipboard used Q_OS_MACX on purpose. You changed that to Q_WS_MACX, meaning that it will not happen on X11/Mac. Are you sure that it is not needed there? If yes, we should also change the qt2 frontend, otherwise please change it back.

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-14 Thread Georg Baum
Abdel, the line end conversion in the clipboard used Q_OS_MACX on purpose. You changed that to Q_WS_MACX, meaning that it will not happen on X11/Mac. Are you sure that it is not needed there? If yes, we should also change the qt2 frontend, otherwise please change it back. Georg