Patch to mousePressEvent in Plasma lib.

2008-11-26 Thread Alexis Ménard
Hello, Here is a patch that remove the focus stuff in the mousePressEvent of Applet class and remove the overload. Why? Because Qt have a focus policy that manage that for you. It break the binary compatibilty but it not too late no? :D. I think it will avoid some future problems regarding focus.

Re: Patch to mousePressEvent in Plasma lib.

2008-11-26 Thread Aaron J. Seigo
On Wednesday 26 November 2008, Alexis Ménard wrote: Hello, Here is a patch that remove the focus stuff in the mousePressEvent of Applet class and remove the overload. Why? Because Qt have a focus policy that manage that for you. It break the binary compatibilty but it not too late no? :D. I

Re: Patch to mousePressEvent in Plasma lib.

2008-11-26 Thread Alexis Ménard
Ok so i keep the reimplentation and i remove the setFocus only, and i call the base class. 2008/11/26 Aaron J. Seigo [EMAIL PROTECTED] On Wednesday 26 November 2008, Alexis Ménard wrote: Hello, Here is a patch that remove the focus stuff in the mousePressEvent of Applet class and remove

Re: Patch to mousePressEvent in Plasma lib.

2008-11-26 Thread Alexis Ménard
stop drug alexis stop drug alexis forget the last mail. On Wed, Nov 26, 2008 at 4:54 PM, Alexis Ménard [EMAIL PROTECTED] wrote: Ok so i keep the reimplentation and i remove the setFocus only, and i call the base class. 2008/11/26 Aaron J. Seigo [EMAIL PROTECTED] On Wednesday 26 November