Re: Constraints before init fix

2008-08-19 Thread Alex Merry
On Sunday 17 August 2008 04:52:18 Aaron J. Seigo wrote: > On Monday 11 August 2008, Alex Merry wrote: > > We've had several issues with applets having constraintsEvent() called > > before init() has been called at Plasma startup. > > this looks ok; it's unfortunate we have widgets hitting the event

Re: Constraints before init fix

2008-08-16 Thread Aaron J. Seigo
On Monday 11 August 2008, Alex Merry wrote: > We've had several issues with applets having constraintsEvent() called > before init() has been called at Plasma startup. this looks ok; it's unfortunate we have widgets hitting the event loop in their constructor. this is quite wrong, actually, and t

Constraints before init fix

2008-08-11 Thread Alex Merry
We've had several issues with applets having constraintsEvent() called before init() has been called at Plasma startup. As far as I can ascertain, this is because control is being passed to an event loop in Corona::LoadLayout between the call to Containment::restore(), which creates the applets