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
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
Peter Kümmel wrote:
> Should be much better now.
yes, nice :)
pavel
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
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
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
Should be much better now.
Peter