Re: [Patch] replace lyxserver and lyxsocket with theApp equivalent methods.

2006-09-26 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | - lyxserver->emergencyCleanup(); | > | + theApp->server().emergencyCleanup(); | > I must admit that I really dislike the "theApp" name. | > To me it conveys ab

Re: [Patch] replace lyxserver and lyxsocket with theApp equivalent methods.

2006-09-26 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> even "theLyX" had been better. Abdelrazak> That does not sound right to my hears... Would you prefer Abdelrazak> LyXApp? You mean lyxApp, I guess :) JMarc

Re: [Patch] replace lyxserver and lyxsocket with theApp equivalent methods.

2006-09-26 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | - lyxserver->emergencyCleanup(); | + theApp->server().emergencyCleanup(); I must admit that I really dislike the "theApp" name. To me it conveys absolutely no information. For me it means "The one and o

Re: [Patch] replace lyxserver and lyxsocket with theApp equivalent methods.

2006-09-23 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Index: lyx_main.C | === | --- lyx_main.C(revision 15112) | +++ lyx_main.C(working copy) | @@ -35,12 +35,12 @@ | #include "lyxlex.h" | #include "lyxrc.h" | #include "ly

Re: [Patch] replace lyxserver and lyxsocket with theApp equivalent methods.

2006-09-22 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Index: lyxserver.C === Hum... please disregard the changes in this file which are obviously not needed. Abdel. --- lyxserver.C (revision 15112) +++ lyxserver.C (working copy) @@ -39,13 +39,15 @@ #i

Re: [Patch] replace lyxserver and lyxsocket with theApp equivalent methods.

2006-09-22 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hello, As the subject says and as agreed in my latest patch. Will commit soon. With the patch... Index: format.C === --- format.C(revision 15112) +++ format.C(working copy) @@ -16,8 +16,8 @@ #incl

[Patch] replace lyxserver and lyxsocket with theApp equivalent methods.

2006-09-22 Thread Abdelrazak Younes
Hello, As the subject says and as agreed in my latest patch. Will commit soon. Abdel.