Re: r31372 - lyx-devel/trunk/development/lyxserver

2009-09-13 Thread Andre Poenitz
On Sat, Sep 12, 2009 at 11:30:23PM +0200, Enrico Forestieri wrote: > On Sat, Sep 12, 2009 at 09:57:24PM +0200, Andre Poenitz wrote: > > > On Sat, Sep 12, 2009 at 06:33:17PM +0200, Vincent van Ravesteijn wrote: > > > But, it doesn't run ok. It's not allowed to access the GUI from within a > > > d

Re: r31372 - lyx-devel/trunk/development/lyxserver

2009-09-12 Thread Enrico Forestieri
On Sun, Sep 13, 2009 at 12:53:54AM +0200, Vincent van Ravesteijn wrote: > It's slightly better in release mode. Now it only crashes when closing > the pipes, or quitting the monitor. Is it any better with the attached patch (even in debug mode)? -- Enrico Index: development/lyxserver/server_mo

Re: r31372 - lyx-devel/trunk/development/lyxserver

2009-09-12 Thread Vincent van Ravesteijn
Enrico Forestieri schreef: On Sat, Sep 12, 2009 at 09:57:24PM +0200, Andre Poenitz wrote: On Sat, Sep 12, 2009 at 06:33:17PM +0200, Vincent van Ravesteijn wrote: But, it doesn't run ok. It's not allowed to access the GUI from within a different thread. Funny, worked on Linux.

Re: r31372 - lyx-devel/trunk/development/lyxserver

2009-09-12 Thread Enrico Forestieri
On Sat, Sep 12, 2009 at 09:57:24PM +0200, Andre Poenitz wrote: > On Sat, Sep 12, 2009 at 06:33:17PM +0200, Vincent van Ravesteijn wrote: > > But, it doesn't run ok. It's not allowed to access the GUI from within a > > different thread. > > Funny, worked on Linux. But you are right of course. I

Re: r31372 - lyx-devel/trunk/development/lyxserver

2009-09-12 Thread Andre Poenitz
On Sat, Sep 12, 2009 at 06:33:17PM +0200, Vincent van Ravesteijn wrote: > But, it doesn't run ok. It's not allowed to access the GUI from within a > different thread. Funny, worked on Linux. But you are right of course. > That means that Qt asserts for every call to a member > function of inf

Re: r31372 - lyx-devel/trunk/development/lyxserver

2009-09-12 Thread Enrico Forestieri
On Sat, Sep 12, 2009 at 06:33:17PM +0200, Vincent van Ravesteijn wrote: > for...@lyx.org schreef: > > Author: forenr > > Date: Sat Sep 12 02:15:00 2009 > > New Revision: 31372 > > URL: http://www.lyx.org/trac/changeset/31372 > > > > Log: > > Add a Qt version of the LyX server monitor program. > >

Re: r31372 - lyx-devel/trunk/development/lyxserver

2009-09-12 Thread Vincent van Ravesteijn
for...@lyx.org schreef: Author: forenr Date: Sat Sep 12 02:15:00 2009 New Revision: 31372 URL: http://www.lyx.org/trac/changeset/31372 Log: Add a Qt version of the LyX server monitor program. I tried to account for msvc based on the MS docs, but I cannot test it. Apologies if it does not compile

Re: r31372 - lyx-devel/trunk/development/lyxserver

2009-09-12 Thread Enrico Forestieri
On Sat, Sep 12, 2009 at 11:42:42AM +0200, Andre Poenitz wrote: > Looks like server_monitor.c can go now? Or moved to the attic? -- Enrico

Re: r31372 - lyx-devel/trunk/development/lyxserver

2009-09-12 Thread Andre Poenitz
On Sat, Sep 12, 2009 at 02:15:01AM +0200, for...@lyx.org wrote: > Author: forenr > Date: Sat Sep 12 02:15:00 2009 > New Revision: 31372 > URL: http://www.lyx.org/trac/changeset/31372 > > Log: > Add a Qt version of the LyX server monitor program. > I tried to account for msvc based on the MS docs,