Re: [Patch] Moves createView from GuiApplication to Application

2006-09-30 Thread Georg Baum
Am Samstag, 30. September 2006 12:07 schrieb Abdelrazak Younes: > I noticed that your fix does re-include LyXView.h and WorkArea.h. These > should not be necessary. They are pulled in from something else, and because that happens after including qt headers they cause the signals name clash. >

Re: [Patch] Moves createView from GuiApplication to Application

2006-09-30 Thread Abdelrazak Younes
Georg Baum wrote: Am Samstag, 30. September 2006 01:10 schrieb Abdelrazak Younes: Hello, This is done by creating two new pure virtual method in LyXView: init(): initialize menubars and toolbars setGeometry(): guess what it does? :-) I am not sure gtk and qt3 compiles but it should be close t

Re: [Patch] Moves createView from GuiApplication to Application

2006-09-30 Thread Georg Baum
Am Samstag, 30. September 2006 01:10 schrieb Abdelrazak Younes: > Hello, > > This is done by creating two new pure virtual method in LyXView: > > init(): initialize menubars and toolbars > setGeometry(): guess what it does? :-) > > I am not sure gtk and qt3 compiles but it should be close to. Y

[Patch] Moves createView from GuiApplication to Application

2006-09-29 Thread Abdelrazak Younes
Hello, This is done by creating two new pure virtual method in LyXView: init(): initialize menubars and toolbars setGeometry(): guess what it does? :-) I am not sure gtk and qt3 compiles but it should be close to. Committing now... Abdel. Log: * Application: new createView() method * gtk/q