Re: [patch] Use the more general socket callback handling in lyxserver

2004-07-21 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | The changes I did with lyxsocket, can very well be used by the | | lyxserver as well. | | This patch does that. | | So far only compiled on xforms, will test qt as well before | | committing... I might skip on gtk. Ok, this variant compiles on

Re: [patch] Use the more general socket callback handling in lyxserver

2004-07-21 Thread John Levon
On Wed, Jul 21, 2004 at 10:58:27PM +0200, Lars Gullik Bj?nnes wrote: > the pipe fd is registered with the qt event loop with the > QSocketNotifier. I thought your patch deleted all of that. OK john

Re: [patch] Use the more general socket callback handling in lyxserver

2004-07-21 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Jul 21, 2004 at 10:02:44PM +0200, Lars Gullik Bj?nnes wrote: > >> | So far only compiled on xforms, will test qt as well before >> | committing... I might skip on gtk. >> >> Updated a bit. > | Now that Qt has no notion of these pipes, how will we b

Re: [patch] Use the more general socket callback handling in lyxserver

2004-07-21 Thread John Levon
On Wed, Jul 21, 2004 at 10:02:44PM +0200, Lars Gullik Bj?nnes wrote: > | So far only compiled on xforms, will test qt as well before > | committing... I might skip on gtk. > > Updated a bit. Now that Qt has no notion of these pipes, how will we break out of the Qt event loop when an fd becomes r

Re: [patch] Use the more general socket callback handling in lyxserver

2004-07-21 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > The changes I did with lyxsocket, can very well be used by the > lyxserver as well. > > This patch does that. > > So far only compiled on xforms, will test qt as well before > committing... I might skip on gtk. Please don't. If you start a project then at least try

Re: [patch] Use the more general socket callback handling in lyxserver

2004-07-21 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | The changes I did with lyxsocket, can very well be used by the | lyxserver as well. > | This patch does that. > | So far only compiled on xforms, will test qt as well before | committing... I might skip on gtk. Updated a bit. ? Config ? counter-2

[patch] Use the more general socket callback handling in lyxserver

2004-07-21 Thread Lars Gullik Bjønnes
The changes I did with lyxsocket, can very well be used by the lyxserver as well. This patch does that. So far only compiled on xforms, will test qt as well before committing... I might skip on gtk. Please have a look. diffstat lyxserver-1.diff frontends/gtk/lyx_gui.C| 29 +++