Re: Menubackend change

2002-07-24 Thread John Levon
On Thu, Jul 25, 2002 at 12:41:09AM +0200, Jean-Marc Lasgouttes wrote: > Did you actually try to see whether a full menu redo is a problem? No, and I should (this is the 2nd time this week I have been caught optimising prematurely ...) > due to that (and the code can be optimized). I am worried

Re: Menubackend change

2002-07-24 Thread Jean-Marc Lasgouttes
John Levon wrote: >>The main difference now is that expand only has to get called _once_ >>and that it physically (and recursively) builds the whole menu tree. > It gets called once ... > ... but it gets called for each item in the menubar. Eh ?? OK, this should have been "gets called once fo

Re: Menubackend change

2002-07-24 Thread John Levon
On Wed, Jul 24, 2002 at 11:34:09AM +0200, Jean-Marc Lasgouttes wrote: > It is not very complicated actually. Hmm > The main difference now is that expand only has to get called _once_ > and that it physically (and recursively) builds the whole menu tree. It gets called once ... > Basically,

Re: Menubackend change

2002-07-24 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> JMarc I'm totally confused by your last changes, and I don't John> know how to fix Qt for them. John> Can you help a poor soul It is not very complicated actually. What has changed - Menu::expand is now MenuBackend::expand - MenuIte