Re: [Patch] LyXErr into progress debug pane

2009-12-27 Thread rgheck
On 12/27/2009 06:06 PM, Pavel Sanda wrote: hi, i would like to get better online gui control over lyxerr output and its levels adjusting. firstly we need to imbibe message from lyxerr into progress debug pane. this patch does it (plus minus some eoln stuff for gui), but i'm not sure this kind

[Patch] LyXErr into progress debug pane

2009-12-27 Thread Pavel Sanda
hi, i would like to get better online gui control over lyxerr output and its levels adjusting. firstly we need to imbibe message from lyxerr into progress debug pane. this patch does it (plus minus some eoln stuff for gui), but i'm not sure this kind of lyxerr tweak is acceptible. JMarc? pavel

Re: Question about startProcess - signal problem

2009-12-27 Thread Pavel Sanda
Peter Kümmel wrote: > Should be much better now. yes, nice :) pavel

#6132 - translations do not fit

2009-12-27 Thread Tommaso Cucinotta
Hello, I attached to bug #6132 a fix for a couple of translations (de and it) that were not fitting in the LyX Find and Replace dialog. I suppose responsible for translations may commit after reviewing. I cannot see any further italian, english or german translation of that dialog that does no

Re: Question about startProcess - signal problem

2009-12-27 Thread Peter Kümmel
Am Sonntag, den 27.12.2009, 14:03 +0100 schrieb Peter Kümmel: > Definitely a bug in Qt on Linux: > bool QProcess::waitForStarted(int msecs) > calls in the unix version (qprocess_unix.cpp) of > bool QProcessPrivate::waitForStarted(int msecs) > the function > bool QProcessPrivate::_q_sta

Re: Question about startProcess - signal problem

2009-12-27 Thread Peter Kümmel
Am Samstag, den 26.12.2009, 17:54 +0100 schrieb Peter Kümmel: > > > It's a Qt bug, at least for 4.5.2. Don't know what happens with 4.6. > > Same with 4.6.0. Definitely a bug in Qt on Linux: bool QProcess::waitForStarted(int msecs) calls in the unix version (qprocess_unix.cpp) of bool QPr

Re: Question about startProcess - signal problem

2009-12-27 Thread Peter Kümmel
Should be much better now. Peter