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: math crash

2009-09-12 Thread Enrico Forestieri
On Sat, Sep 12, 2009 at 11:36:43PM +0200, Vincent van Ravesteijn wrote: > Anyway, you know that this is bug http://www.lyx.org/trac/ticket/6110 ? > It also happened for \frac. Now no more. > PS. I know you have a headache right now... Didn't know you had paranormal perceptions... > http://www.

Re: math crash

2009-09-12 Thread Vincent van Ravesteijn
Enrico Forestieri schreef: On Sat, Sep 12, 2009 at 06:26:29PM +0200, Vincent van Ravesteijn wrote: Enrico Forestieri schreef: On Fri, Sep 11, 2009 at 05:37:13PM +0200, Edwin Leuven wrote: Paul wrote: Confirmed here (LyX 1.6.4-1 on Win XP). The debug log says

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: math crash

2009-09-12 Thread Enrico Forestieri
On Sat, Sep 12, 2009 at 06:26:29PM +0200, Vincent van Ravesteijn wrote: > Enrico Forestieri schreef: > > On Fri, Sep 11, 2009 at 05:37:13PM +0200, Edwin Leuven wrote: > > > > > >> Paul wrote: > >> > >>> Confirmed here (LyX 1.6.4-1 on Win XP). The debug log says SIGSEGV > >>> signal caught

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

2009-09-12 Thread Andre Poenitz
On Sat, Sep 12, 2009 at 07:40:55PM +0200, for...@lyx.org wrote: > Author: forenr > Date: Sat Sep 12 19:40:54 2009 > New Revision: 31375 > URL: http://www.lyx.org/trac/changeset/31375 > > Log: > server_monitor.h must be included last for msvc sake. > > Modified: >lyx-devel/trunk/development/ly

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. > >

Sticky toolbar buttons

2009-09-12 Thread Enrico Forestieri
After http://www.lyx.org/trac/changeset/31255 I am getting: ../../../../src/frontends/qt4/GuiApplication.cpp(391): Cannot load pixmap "images/math/view-others.png", please verify resource system! ../../../../src/frontends/qt4/GuiApplication.cpp(391): Cannot load pixmap "images/math/update-others

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: math crash

2009-09-12 Thread Vincent van Ravesteijn
Enrico Forestieri schreef: On Fri, Sep 11, 2009 at 05:37:13PM +0200, Edwin Leuven wrote: Paul wrote: Confirmed here (LyX 1.6.4-1 on Win XP). The debug log says SIGSEGV signal caught and nothing else of interest. The dumped emergency file contains \begin_layout Standard \begin_inset

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: math crash

2009-09-12 Thread Enrico Forestieri
On Fri, Sep 11, 2009 at 05:37:13PM +0200, Edwin Leuven wrote: > Paul wrote: > > Confirmed here (LyX 1.6.4-1 on Win XP). The debug log says SIGSEGV > > signal caught and nothing else of interest. The dumped emergency file > > contains > > > > \begin_layout Standard > > \begin_inset Formula $\mat

Re: Thanks for outline mode

2009-09-12 Thread Abdelrazak Younes
On 11/09/2009 18:20, rgheck wrote: On 09/11/2009 11:54 AM, Erez Yerushalmi wrote: Hey, wow, I didn't even know about this feature. I just tried it and it works. cool ! Thanks Steve for writing about it. Yes, thanks for the developers amazing work! To give credit where due, I think Abdel did

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,

find LyX: wrong language

2009-09-12 Thread Hartmut Haase
Hi Tommaso, if I use a document with another language than english and replace text, the language of the new text gets changed: \foreignlanguage{english}{new text} In cases where this replacement is in a headline it leads to unprintable documents. -- Viele Grüße, Hartmut Hungerhilfe: http://ww

Re: [patch] LyX server for Windows

2009-09-12 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > I can confirm it works. No objections from me, then. Jürgen

Re: FindAndReplaceUi.ui

2009-09-12 Thread Hartmut Haase
Hi Tommaso, > What is the contents of your LANG environment variable ? LANG=de_DE.UTF-8 -- Viele Grüße, Hartmut Hungerhilfe: http://www.thehungersite.com Ohne Zensur suchen: http://suche.amnesty-bergedorf.de/ Das heutige Motto: To do is to be – Nietzsche. To be is to do – Sartre. Do be do be