Re: r29634 - lyx-devel/trunk/src/support

2009-05-13 Thread Enrico Forestieri
On Wed, May 13, 2009 at 10:58:52PM +0200, Peter Kümmel wrote: > Enrico Forestieri wrote: > > On Tue, May 12, 2009 at 10:27:44PM +0200, Peter Kümmel wrote: > >> Does it support non-blocking latex processing? > >> And this has nothing to do with Windows. > >> And aren't you the cygwin guy, using neit

Re: r29634 - lyx-devel/trunk/src/support

2009-05-13 Thread Peter Kümmel
Enrico Forestieri wrote: > On Tue, May 12, 2009 at 10:27:44PM +0200, Peter Kümmel wrote: >> Does it support non-blocking latex processing? >> And this has nothing to do with Windows. >> And aren't you the cygwin guy, using neither Windows nor Linux? > > Someone disabled the QProcess patch because

Re: r29634 - lyx-devel/trunk/src/support

2009-05-12 Thread Enrico Forestieri
On Tue, May 12, 2009 at 10:27:44PM +0200, Peter Kümmel wrote: > > Does it support non-blocking latex processing? > And this has nothing to do with Windows. > And aren't you the cygwin guy, using neither Windows nor Linux? Someone disabled the QProcess patch because it was not working on posix sys

Re: r29634 - lyx-devel/trunk/src/support

2009-05-12 Thread Peter Kümmel
Enrico Forestieri wrote: > On Tue, May 12, 2009 at 07:19:18AM +0200, Kornel Benko wrote: >> Am Dienstag, 12. Mai 2009 schrieb for...@lyx.org: >> ... lyx-devel/trunk/src/support/filetools.cpp >> >>> +#ifndef USE_QPROCESS >>> return (os::shell() == os::UNIX) ? >>>

Re: r29634 - lyx-devel/trunk/src/support

2009-05-12 Thread Enrico Forestieri
On Tue, May 12, 2009 at 07:19:18AM +0200, Kornel Benko wrote: > Am Dienstag, 12. Mai 2009 schrieb for...@lyx.org: > ... lyx-devel/trunk/src/support/filetools.cpp > > > +#ifndef USE_QPROCESS > > return (os::shell() == os::UNIX) ? > > '\'' + name + '\'': > >

Re: r29634 - lyx-devel/trunk/src/support

2009-05-11 Thread Kornel Benko
Am Dienstag, 12. Mai 2009 schrieb for...@lyx.org: ... lyx-devel/trunk/src/support/filetools.cpp > +#ifndef USE_QPROCESS > return (os::shell() == os::UNIX) ? > '\'' + name + '\'': > '"' + name + '"'; > +#else > + return '