Re: [PATCH] guii3

2002-05-23 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Another in the thrilling installment. This one moves WorkArea into | frontends/ in preparation for its GUIIsation. > | OK to apply ? Yes. -- Lgb

Re: [PATCH] guii3

2002-05-23 Thread John Levon
On Thu, May 23, 2002 at 03:29:16PM +0200, Andre Poenitz wrote: > > lyxlookup -> frontends/xforms/lyxlookup > > Why do you keep the 'lyx' prefix here? a) because it's still lyx's lookup mechanism not X's b) because this file needs to die as soon as possible c) because I'm dead lazy regards john

Re: [PATCH] guii3

2002-05-23 Thread Andre Poenitz
On Thu, May 23, 2002 at 02:13:57PM +0100, John Levon wrote: > lyxscreen.h -> frontends/screen.h > screen.C -> frontends/screen.C > lyxlookup -> frontends/xforms/lyxlookup Why do you keep the 'lyx' prefix here? Andre' -- Those who desire to give up Freedom in order to gain Security, will not ha

Re: [PATCH] guii3

2002-05-23 Thread John Levon
On Thu, May 23, 2002 at 01:57:57PM +0100, John Levon wrote: > Another in the thrilling installment. This one moves WorkArea into > frontends/ in preparation for its GUIIsation. And I have done the same : lyxscreen.h -> frontends/screen.h screen.C -> frontends/screen.C lyxlookup -> frontends/xfo

[PATCH] guii3

2002-05-23 Thread John Levon
Another in the thrilling installment. This one moves WorkArea into frontends/ in preparation for its GUIIsation. OK to apply ? thanks john -- "This is playing, not work, therefore it's not a waste of time." - Zath Index: src/BufferView_pimpl.C ===