Re: r33780 (tabular stuff)

2010-03-17 Thread Edwin Leuven
On Wed, Mar 17, 2010 at 1:32 AM, Uwe Stöhr uwesto...@web.de wrote: (and where can we set these valignment parameters?) I don't understand. The valignment is set either via the context menu or the tabular dialog. these are greyed out and not active here (anyone else see this?) These can be

[patch] bug 6593: LyX wont detect some pdftex errors

2010-03-17 Thread Pavel Sanda
hi, see attached. objections? pavel diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp index db2037f..a896eb6 100644 --- a/src/LaTeX.cpp +++ b/src/LaTeX.cpp @@ -755,6 +755,13 @@ int LaTeX::scanLogFile(TeXErrors terr) } else if (contains(token, That makes 100 errors)) {

Re: [patch] bug 6445: LyX wont detect some pdftex errors

2010-03-17 Thread Pavel Sanda
Pavel Sanda wrote: hi, see attached. while i'm at it, this would fix #6445 objections? pavel diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp index db2037f..a5ee12a 100644 --- a/src/LaTeX.cpp +++ b/src/LaTeX.cpp @@ -598,6 +598,9 @@ int LaTeX::scanLogFile(TeXErrors terr) ifstream

Re: [patch] bug 6445: LyX wont detect some pdftex errors

2010-03-17 Thread rgheck
On 03/17/2010 06:22 AM, Pavel Sanda wrote: Pavel Sanda wrote: hi, see attached. while i'm at it, this would fix #6445 objections? None here. rh

InsetTabular Warnings

2010-03-17 Thread rgheck
gcc 4.4.3 is throwing a lot of warnings here: insets/InsetTabular.cpp: In member function ‘virtual void lyx::InsetTabular::metrics(lyx::MetricsInfo, lyx::Dimension) const’: insets/InsetTabular.cpp:3248: warning: unused variable ‘top_space_cell’ insets/InsetTabular.cpp:3251: warning: unused

The RefStyle Patch

2010-03-17 Thread rgheck
Attached is the patch switching us from prettyref to refstyle. What happens at the moment is pretty minimal, but there is more that could now be done, e.g., allowing customization of the separator in labels, which still defaults to the colon. See bug 6420. Comments welcome. Richard Index:

RE: InsetTabular Warnings

2010-03-17 Thread Vincent van Ravesteijn - TNW
gcc 4.4.3 is throwing a lot of warnings here: Besides this code is truly horrific: + // store the height for every cell + // this is later needed in InsetTabular::draw to determine the valignment + int const top_space_cell = tabular.row_info[r].top_space_default ? +

Re: LyX's LaTeX preferences dialog needs quick UI overhaul

2010-03-17 Thread Pavel Sanda
Enrico Forestieri wrote: And now this seems to be broken. Have a look at the attached shots. the problem that the reported bug is not bug, but consequence of the fact that first two and last two combos are not part groupbox, so the width is a bit bigger. i didnt see the way how to fix it, so

Re: ftp server

2010-03-17 Thread Jean-Marc Lasgouttes
Le 17 mars 10 à 15:09, Pavel Sanda a écrit : Jean-Marc Lasgouttes wrote: I just sent an email to them. the only difference now is that i cant even log in. Error connecting to ftp: Access denied: 530 I got no answer, but I'll try again tomorrow. JMarc

Re: r33780 (tabular stuff)

2010-03-17 Thread Edwin Leuven
On Wed, Mar 17, 2010 at 1:32 AM, Uwe Stöhr wrote: >> (and where can we set these valignment parameters?) > > I don't understand. The valignment is set either via the context menu or the > tabular dialog. these are greyed out and not active here (anyone else see this?) > These

[patch] bug 6593: LyX wont detect some pdftex errors

2010-03-17 Thread Pavel Sanda
hi, see attached. objections? pavel diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp index db2037f..a896eb6 100644 --- a/src/LaTeX.cpp +++ b/src/LaTeX.cpp @@ -755,6 +755,13 @@ int LaTeX::scanLogFile(TeXErrors & terr) } else if (contains(token, "That makes 100 errors")) {

Re: [patch] bug 6445: LyX wont detect some pdftex errors

2010-03-17 Thread Pavel Sanda
Pavel Sanda wrote: > hi, see attached. while i'm at it, this would fix #6445 > objections? > pavel diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp index db2037f..a5ee12a 100644 --- a/src/LaTeX.cpp +++ b/src/LaTeX.cpp @@ -598,6 +598,9 @@ int LaTeX::scanLogFile(TeXErrors & terr) ifstream

Re: [patch] bug 6445: LyX wont detect some pdftex errors

2010-03-17 Thread rgheck
On 03/17/2010 06:22 AM, Pavel Sanda wrote: Pavel Sanda wrote: hi, see attached. while i'm at it, this would fix #6445 objections? None here. rh

InsetTabular Warnings

2010-03-17 Thread rgheck
gcc 4.4.3 is throwing a lot of warnings here: insets/InsetTabular.cpp: In member function ‘virtual void lyx::InsetTabular::metrics(lyx::MetricsInfo&, lyx::Dimension&) const’: insets/InsetTabular.cpp:3248: warning: unused variable ‘top_space_cell’ insets/InsetTabular.cpp:3251: warning: unused

The RefStyle Patch

2010-03-17 Thread rgheck
Attached is the patch switching us from prettyref to refstyle. What happens at the moment is pretty minimal, but there is more that could now be done, e.g., allowing customization of the separator in labels, which still defaults to the colon. See bug 6420. Comments welcome. Richard Index:

RE: InsetTabular Warnings

2010-03-17 Thread Vincent van Ravesteijn - TNW
>gcc 4.4.3 is throwing a lot of warnings here: > Besides this code is truly horrific: + // store the height for every cell + // this is later needed in InsetTabular::draw to determine the valignment + int const top_space_cell = tabular.row_info[r].top_space_default ? +

Re: LyX's LaTeX preferences dialog needs quick UI overhaul

2010-03-17 Thread Pavel Sanda
Enrico Forestieri wrote: > And now this seems to be broken. Have a look at the attached shots. the problem that the reported bug is not bug, but consequence of the fact that first two and last two combos are not part groupbox, so the width is a bit bigger. i didnt see the way how to fix it, so

Re: ftp server

2010-03-17 Thread Jean-Marc Lasgouttes
Le 17 mars 10 à 15:09, Pavel Sanda a écrit : Jean-Marc Lasgouttes wrote: I just sent an email to them. the only difference now is that i cant even log in. Error connecting to ftp: Access denied: 530 I got no answer, but I'll try again tomorrow. JMarc