Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-29 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg Am Dienstag, 28. März 2006 15:03 schrieb Jean-Marc Lasgouttes: I put it there, except dor the part in client.C. I am not sure this one is right/useful. Georg It is currently a noop because the client does not work on Georg windows. But it

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-29 Thread Georg Baum
Am Mittwoch, 29. März 2006 03:11 schrieb Enrico Forestieri: The client works with the cygwin/X11 version of LyX. Sorry, I meant windows without cygwin. It doesn't work with the cygwin/native-graphics version, but I suspect that this is because the Qt sources are crippled when using the

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-29 Thread Georg Baum
Am Mittwoch, 29. März 2006 10:47 schrieb Jean-Marc Lasgouttes: Are we sure that client.C initializes correctly these directories? I was too lazy to check :) I thought that it did, but it does not. So I am going to revert this part of the patch. Georg Index: src/client/client.C

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-29 Thread Enrico Forestieri
On Wed, Mar 29, 2006 at 08:53:37PM +0200, Georg Baum wrote: Am Mittwoch, 29. März 2006 03:11 schrieb Enrico Forestieri: The client works with the cygwin/X11 version of LyX. Sorry, I meant windows without cygwin. It doesn't work with the cygwin/native-graphics version, but I suspect

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-29 Thread Georg Baum
Am Mittwoch, 29. März 2006 21:49 schrieb Enrico Forestieri: I think the reason is that using the cygwin-g++-win32 target, qeventloop_win.cpp is compiled instead of qeventloop_unix.cpp. The socket code here apparently doesn't work with cygwin. My idea is to substitute the socket code in

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-29 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg Am Mittwoch, 29. März 2006 10:47 schrieb Jean-Marc Lasgouttes: Are we sure that client.C initializes correctly these directories? I was too lazy to check :) Georg I thought that it did, but it does not. So I am going to revert Georg this

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-29 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Dienstag, 28. März 2006 15:03 schrieb Jean-Marc Lasgouttes: >> I put it there, except dor the part in client.C. I am not sure this >> one is right/useful. Georg> It is currently a noop because the client does not work on Georg>

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-29 Thread Georg Baum
Am Mittwoch, 29. März 2006 03:11 schrieb Enrico Forestieri: > The client works with the cygwin/X11 version of LyX. Sorry, I meant windows without cygwin. > It doesn't work > with the cygwin/native-graphics version, but I suspect that this is > because the Qt sources are crippled when using the

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-29 Thread Georg Baum
Am Mittwoch, 29. März 2006 10:47 schrieb Jean-Marc Lasgouttes: > Are we sure that client.C initializes correctly these directories? I > was too lazy to check :) I thought that it did, but it does not. So I am going to revert this part of the patch. Georg Index: src/client/client.C

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-29 Thread Enrico Forestieri
On Wed, Mar 29, 2006 at 08:53:37PM +0200, Georg Baum wrote: > Am Mittwoch, 29. März 2006 03:11 schrieb Enrico Forestieri: > > > The client works with the cygwin/X11 version of LyX. > > Sorry, I meant windows without cygwin. > > > It doesn't work > > with the cygwin/native-graphics version, but

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-29 Thread Georg Baum
Am Mittwoch, 29. März 2006 21:49 schrieb Enrico Forestieri: > I think the reason is that using the cygwin-g++-win32 target, > qeventloop_win.cpp is compiled instead of qeventloop_unix.cpp. > The socket code here apparently doesn't work with cygwin. My idea > is to substitute the socket code in

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-29 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Mittwoch, 29. März 2006 10:47 schrieb Jean-Marc Lasgouttes: >> Are we sure that client.C initializes correctly these directories? >> I was too lazy to check :) Georg> I thought that it did, but it does not. So I am going to revert

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-28 Thread Jean-Marc Lasgouttes
Michael == Michael Gerz [EMAIL PROTECTED] writes: Michael [EMAIL PROTECTED] wrote: Log: replace hard-coded /tmp with package().temp_dir() Modified: lyx-devel/trunk/src/bufferlist.C lyx-devel/trunk/src/client/client.C lyx-devel/trunk/src/lyxrc.C Michael Shouldn't this go into

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-28 Thread Georg Baum
Am Dienstag, 28. März 2006 15:03 schrieb Jean-Marc Lasgouttes: I put it there, except dor the part in client.C. I am not sure this one is right/useful. It is currently a noop because the client does not work on windows. But it should help if that changes some day. Georg

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-28 Thread Enrico Forestieri
On Tue, Mar 28, 2006 at 09:05:03PM +0200, Georg Baum wrote: Am Dienstag, 28. März 2006 15:03 schrieb Jean-Marc Lasgouttes: I put it there, except dor the part in client.C. I am not sure this one is right/useful. It is currently a noop because the client does not work on windows. But it

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-28 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> [EMAIL PROTECTED] wrote: >> Log: replace hard-coded "/tmp" with package().temp_dir() >> >> Modified: lyx-devel/trunk/src/bufferlist.C >> lyx-devel/trunk/src/client/client.C lyx-devel/trunk/src/lyxrc.C >> >> >> Michael>

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-28 Thread Georg Baum
Am Dienstag, 28. März 2006 15:03 schrieb Jean-Marc Lasgouttes: > I put it there, except dor the part in client.C. I am not sure this > one is right/useful. It is currently a noop because the client does not work on windows. But it should help if that changes some day. Georg

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-28 Thread Enrico Forestieri
On Tue, Mar 28, 2006 at 09:05:03PM +0200, Georg Baum wrote: > Am Dienstag, 28. März 2006 15:03 schrieb Jean-Marc Lasgouttes: > > > I put it there, except dor the part in client.C. I am not sure this > > one is right/useful. > > It is currently a noop because the client does not work on windows.

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-21 Thread Michael Gerz
[EMAIL PROTECTED] wrote: Log: replace hard-coded /tmp with package().temp_dir() Modified: lyx-devel/trunk/src/bufferlist.C lyx-devel/trunk/src/client/client.C lyx-devel/trunk/src/lyxrc.C Shouldn't this go into BRANCH_1_4_X as well? Michael

Re: [Cvslog] r13434 - in /lyx-devel/trunk/src: bufferlist.C client/cli...

2006-03-21 Thread Michael Gerz
[EMAIL PROTECTED] wrote: Log: replace hard-coded "/tmp" with package().temp_dir() Modified: lyx-devel/trunk/src/bufferlist.C lyx-devel/trunk/src/client/client.C lyx-devel/trunk/src/lyxrc.C Shouldn't this go into BRANCH_1_4_X as well? Michael