Re: simplify frontend logic

2007-09-01 Thread Abdelrazak Younes
Andre Poenitz wrote: On Sat, Sep 01, 2007 at 08:32:17AM +0200, Abdelrazak Younes wrote: Andre Poenitz wrote: I plan to 'manually expand' the current uses QController as in the attached patch. The result is not only shorter but also simpler. No need for a template with a template argument (QCon

Re: simplify frontend logic

2007-09-01 Thread Andre Poenitz
On Fri, Aug 31, 2007 at 10:15:24PM -0400, Richard Heck wrote: > Andre Poenitz wrote: > >I plan to 'manually expand' the current uses QController as in the > >attached patch. > > > >The result is not only shorter but also simpler. No need for a template > >with a template argument (QController) anym

Re: simplify frontend logic

2007-09-01 Thread Andre Poenitz
On Sat, Sep 01, 2007 at 08:32:17AM +0200, Abdelrazak Younes wrote: > Andre Poenitz wrote: > >I plan to 'manually expand' the current uses QController as in the > >attached patch. > > > >The result is not only shorter but also simpler. No need for a template > >with a template argument (QController)

Re: simplify frontend logic

2007-08-31 Thread Abdelrazak Younes
Andre Poenitz wrote: I plan to 'manually expand' the current uses QController as in the attached patch. The result is not only shorter but also simpler. No need for a template with a template argument (QController) anymore. You don't even need the GuiView thing (the former QView). My solution

Re: simplify frontend logic

2007-08-31 Thread Richard Heck
Andre Poenitz wrote: I plan to 'manually expand' the current uses QController as in the attached patch. The result is not only shorter but also simpler. No need for a template with a template argument (QController) anymore. Maybe I'll arrive at a point where I understand the code at some time..

simplify frontend logic

2007-08-31 Thread Andre Poenitz
I plan to 'manually expand' the current uses QController as in the attached patch. The result is not only shorter but also simpler. No need for a template with a template argument (QController) anymore. Maybe I'll arrive at a point where I understand the code at some time... Andre' Index: GuiER