On Tue, Feb 02, 2010 at 02:53:58PM +0100, Peter Kümmel wrote: > Am Sonntag, den 31.01.2010, 14:29 +0100 schrieb Andre Poenitz: > > > How do we proceed now ? > > > > I think it's time to use signal/slots, this time in the right direction. > > The buffer emits a message, possibly with an indication that it is > > temporarily and the view (or the server...) connects to it. > > > > Andre' > > Does this also mean currently we have no clear Model/View design?
Sort of. Right now the Gui is basically signaling the Core to change and the Core pushes changes to the Gui. Which is pretty wrong. Andre'