Re: [patch] bug 1793: LyX crashes when clicking on previewed mathinset

2005-07-05 Thread Juergen Spitzmueller
Andre Poenitz wrote: At least a fat 'HACK' would be in order. Maybe even a debug message. For a proper solution we'd need something more general handling uncached metrics data. But isn't the check needed anyway? At least it can not harm, even if we fix the cache problems (which we should).

Re: 1.4 microbug in change tracking, merge changes... starts out blank

2005-07-05 Thread Juergen Spitzmueller
Angus Leeming wrote: Isn't that what support/lyxtime.[Ch] is for? Here's a patch. Also makes LFUN_DATE_INSERT a little smaller. What do you think? Jürgen Index: text3.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text3.C,v

Re: 1.4 microbug in change tracking, merge changes... starts out blank

2005-07-05 Thread Angus Leeming
Juergen Spitzmueller wrote: Angus Leeming wrote: Isn't that what support/lyxtime.[Ch] is for? Here's a patch. Also makes LFUN_DATE_INSERT a little smaller. What do you think? I think that it looks very neat. I'd fix the comments to the two flavours of formatted_time though... Angus

Re: Graphics files with spaces again!

2005-07-05 Thread Angus Leeming
Angus Leeming wrote: Ok, the problem is that ChangeExtension calls os::internal_path internally, so the \ characters here are converted to / ones: path = ChangeExtension(\\string\ + base + \\string\, ext); I'm compiling the version of latex_path below and will report back in the morning

Re: LyX 1.3.6 Layout files

2005-07-05 Thread Jean-Marc Lasgouttes
Michael == Michael Schmitt [EMAIL PROTECTED] writes: Michael Jean-Marc, I just noticed that the left margin for some label Michael strings is too small (at least when using LyX 1.3.6 on Michael Windows). For instance, open a dinbrief; label Michael Unterschrift is clipped. I will try to fix this

Re: 1.4 microbug in change tracking, merge changes... starts out blank

2005-07-05 Thread Juergen Spitzmueller
Angus Leeming wrote: I think that it looks very neat. I'd fix the comments to the two flavours of formatted_time though... Done. It's in. (BTW I think we could generate a very nice Insert-Date Time submenu using this, and add \today support (or inserting of the actual date at exporting

Re: Towards LyX 1.3.6 [status update #2]

2005-07-05 Thread Jose' Matos
On Monday 04 July 2005 17:35, Angus Leeming wrote: Whatever. I don't think that parsing a string that's output to stderr or to a temporary file is the right thing to do here. Jean-Marc's error codes will do the job and are the 'expected' way to signal failure. Follows attached a patch that

Re: Towards LyX 1.3.6 [status update #2]

2005-07-05 Thread Angus Leeming
Jose' Matos wrote: On Monday 04 July 2005 17:35, Angus Leeming wrote: Whatever. I don't think that parsing a string that's output to stderr or to a temporary file is the right thing to do here. Jean-Marc's error codes will do the job and are the 'expected' way to signal failure. Follows

Re: [1.3.6pre19] Various problems displaying graphics

2005-07-05 Thread Sven Schreiber
Angus Leeming wrote: In an existing Beamer presentation (works fine with 1.3.5) containing .pdf and .png graphics, calling View-PDF (pdflatex) gets me a half dozen error messages, all Unknown graphics extension: .XXX where XXX is either pdf or png. Known problem. Fix imminent. Let's see how

Re: [1.3.6pre19] Various problems displaying graphics

2005-07-05 Thread Angus Leeming
Sven Schreiber wrote: Just installed win-136pre20 and my document with pdf-graphics now compiles fine with pdflatex. Great! (Haven't tested the other problems.) However, the resulting pdf is not opened automatically due to missing viewer entries in preferences. I believe (but I'm not sure)

LyX 1.3.6 ANNOUNCE file

2005-07-05 Thread Angus Leeming
Jean-Marc, attached is a first stab at the 1.3.6 ANNOUNCE file. As usual, the top of the file tries to summarise what the new LyX will provide. I've also tried to update the blurb that states that LyX runs on Unix, Windows and the Mac: LyX runs natively on many Unix platforms. It can run

Re: [patch] Bug 1870: List of tables windows shows list of figures

2005-07-05 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: I would really like to see a patch where only the type of float is used internally, and the GUI name is only for displaying. I decided to do this properly now (use no translatable strings internally). Some new funtions were needed. See attached patch. For 1.3.6, I

Re: [PATCH] fix french language handling

2005-07-05 Thread Yves Bastide
Jean-Marc Lasgouttes wrote: Yves, I would be interested to have more input from you on this subject, so that I can try to improve my patch and eventually commit it. Sorry to answer so late. Your patch doesn't solve the main problem: how to use frenchle with a recent TeX distribution. But I

Re: [1.3.6pre19] Various problems displaying graphics

2005-07-05 Thread Angus Leeming
Paul A. Rubin wrote: Don't know which of these are known so far: In an existing Beamer presentation (works fine with 1.3.5) containing .pdf and .png graphics, calling View-PDF (pdflatex) gets me a half dozen error messages, all Unknown graphics extension: .XXX where XXX is either pdf or png.

Re: LyX 1.3.6 ANNOUNCE file

2005-07-05 Thread chr
On Tue, 5 Jul 2005, Angus Leeming wrote: Jean-Marc, attached is a first stab at the 1.3.6 ANNOUNCE file. As usual, the top of the file tries to summarise what the new LyX will provide. I've also tried to update the blurb that states that LyX runs on Unix, Windows and the Mac:

[PATCH] no.po update, and a problem with the po-file

2005-07-05 Thread Helge Hafting
Another no.po update, with translations for branches, and menu shortcut changes to minimize clashes. I have a problem with the po-file. The string Branch: as used by the inset inside the main window isn't there, so it cannot be translated. I tried this recipe: rm lyx.pot make lyx.pot make

Fwd: Re: Gutting LyX

2005-07-05 Thread Angus Leeming
---BeginMessage--- On 7/4/05, Angus Leeming [EMAIL PROTECTED] wrote: Hi, David. Sounds fun, but why don't I see your project here: http://gaim.sourceforge.net/summerofcode/ 'Cause my mentoring organization is Google, not Gaim, for whatever reason. It sounds like what you really want is

Re: Towards LyX 1.3.6 [status update #2]

2005-07-05 Thread Jose' Matos
On Tuesday 05 July 2005 12:13, Angus Leeming wrote: Jose' Matos wrote: On Monday 04 July 2005 17:35, Angus Leeming wrote: Whatever. I don't think that parsing a string that's output to stderr or to a temporary file is the right thing to do here. Jean-Marc's error codes will do the job and

Re: Re: Gutting LyX

2005-07-05 Thread David Wilson
Ooops. Thanks. On 7/5/05, Angus Leeming [EMAIL PROTECTED] wrote: -- Forwarded message -- From: David Wilson [EMAIL PROTECTED] To: Angus Leeming [EMAIL PROTECTED] Date: Mon, 4 Jul 2005 16:27:13 -0400 Subject: Re: Gutting LyX On 7/4/05, Angus Leeming [EMAIL PROTECTED]

Re: Towards LyX 1.3.6 [status update #2]

2005-07-05 Thread Georg Baum
Jose' Matos wrote: On Tuesday 05 July 2005 12:13, Angus Leeming wrote: Jose' Matos wrote: On Monday 04 July 2005 17:35, Angus Leeming wrote: Whatever. I don't think that parsing a string that's output to stderr or to a temporary file is the right thing to do here. Jean-Marc's error codes

Re: Towards LyX 1.3.6 [status update #2]

2005-07-05 Thread Jose' Matos
On Tuesday 05 July 2005 15:22, Georg Baum wrote: I certainly did not want to parse the error messages. I implemented the version stuff because I think that the version information is important. Apart from that, it would be nice if we could simply display the lyx2lyx error messages in LyX, but

[patch] bug 1293: center displayed insets properly

2005-07-05 Thread Juergen Spitzmueller
http://bugzilla.lyx.org/show_bug.cgi?id=1293 A tiny fix, but it'll make John happy. I'll apply if I get no objections. Jürgen Index: text.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text.C,v retrieving revision 1.605 diff

Re: [PATCH] no.po update, and a problem with the po-file

2005-07-05 Thread Juergen Spitzmueller
Helge Hafting wrote: The string Branch: as used by the inset inside the main window isn't there, so it cannot be translated. The gettext markup has been missing. Please do a cvs update. Jürgen

Re: [1.3.6pre19] Various problems displaying graphics

2005-07-05 Thread Paul A. Rubin
Angus Leeming wrote: Paul A. Rubin wrote: Don't know which of these are known so far: In an existing Beamer presentation (works fine with 1.3.5) containing .pdf and .png graphics, calling View-PDF (pdflatex) gets me a half dozen error messages, all Unknown graphics extension: .XXX where XXX

Re: [1.3.6pre19] Various problems displaying graphics

2005-07-05 Thread Angus Leeming
Paul A. Rubin wrote: Well, the user may be old, but the version here is 2.4.1803 as well, and (as of version 20) it still blows up. Just ran another test (article class), and File-Export-DVI produces a DVI yap can display, graphics and all, but View-DVI still causes yap to gork at the first

Re: [patch] bug 1793: LyX crashes when clicking on previewed mathinset

2005-07-05 Thread Juergen Spitzmueller
Andre Poenitz wrote: > At least a fat 'HACK' would be in order. Maybe even a debug message. > > For a proper solution we'd need something more general handling > uncached metrics data. But isn't the check needed anyway? At least it can not harm, even if we fix the cache problems (which we

Re: 1.4 microbug in change tracking, "merge changes..." starts out blank

2005-07-05 Thread Juergen Spitzmueller
Angus Leeming wrote: > Isn't that what support/lyxtime.[Ch] is for? Here's a patch. Also makes LFUN_DATE_INSERT a little smaller. What do you think? Jürgen Index: text3.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text3.C,v

Re: 1.4 microbug in change tracking, "merge changes..." starts out blank

2005-07-05 Thread Angus Leeming
Juergen Spitzmueller wrote: Angus Leeming wrote: Isn't that what support/lyxtime.[Ch] is for? Here's a patch. Also makes LFUN_DATE_INSERT a little smaller. What do you think? I think that it looks very neat. I'd fix the comments to the two flavours of formatted_time though... Angus

Re: Graphics files with spaces again!

2005-07-05 Thread Angus Leeming
Angus Leeming wrote: Ok, the problem is that ChangeExtension calls os::internal_path internally, so the \ characters here are converted to / ones: path = ChangeExtension("\\string\"" + base + "\\string\"", ext); I'm compiling the version of latex_path below and will report back in the

Re: LyX 1.3.6 Layout files

2005-07-05 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Jean-Marc, I just noticed that the left margin for some label Michael> strings is too small (at least when using LyX 1.3.6 on Michael> Windows). For instance, open a "dinbrief"; label Michael> "Unterschrift" is clipped. I

Re: 1.4 microbug in change tracking, "merge changes..." starts out blank

2005-07-05 Thread Juergen Spitzmueller
Angus Leeming wrote: > I think that it looks very neat. I'd fix the comments to the two flavours > of formatted_time though... Done. It's in. (BTW I think we could generate a very nice Insert->Date & Time submenu using this, and add \today support (or inserting of the actual date at exporting

Re: Towards LyX 1.3.6 [status update #2]

2005-07-05 Thread Jose' Matos
On Monday 04 July 2005 17:35, Angus Leeming wrote: > > Whatever. I don't think that parsing a string that's output to stderr > or to a temporary file is the right thing to do here. Jean-Marc's > error codes will do the job and are the 'expected' way to signal > failure. Follows attached a patch

Re: Towards LyX 1.3.6 [status update #2]

2005-07-05 Thread Angus Leeming
Jose' Matos wrote: On Monday 04 July 2005 17:35, Angus Leeming wrote: Whatever. I don't think that parsing a string that's output to stderr or to a temporary file is the right thing to do here. Jean-Marc's error codes will do the job and are the 'expected' way to signal failure. Follows

Re: [1.3.6pre19] Various problems displaying graphics

2005-07-05 Thread Sven Schreiber
Angus Leeming wrote: >>In an existing Beamer presentation (works fine with 1.3.5) containing >>.pdf and .png graphics, calling View->PDF (pdflatex) gets me a half >>dozen error messages, all "Unknown graphics extension: .XXX" where XXX >>is either pdf or png. > > > Known problem. Fix imminent.

Re: [1.3.6pre19] Various problems displaying graphics

2005-07-05 Thread Angus Leeming
Sven Schreiber wrote: Just installed win-136pre20 and my document with pdf-graphics now compiles fine with pdflatex. Great! (Haven't tested the "other problems".) However, the resulting pdf is not opened automatically due to missing viewer entries in preferences. I believe (but I'm not

LyX 1.3.6 ANNOUNCE file

2005-07-05 Thread Angus Leeming
Jean-Marc, attached is a first stab at the 1.3.6 ANNOUNCE file. As usual, the top of the file tries to summarise what the new LyX will provide. I've also tried to update the blurb that states that LyX runs on Unix, Windows and the Mac: LyX runs natively on many Unix platforms. It can run

Re: [patch] Bug 1870: List of tables windows shows list of figures

2005-07-05 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I would really like to see a patch where only the type of float is > used internally, and the GUI name is only for displaying. I decided to do this properly now (use no translatable strings internally). Some new funtions were needed. See attached patch. For 1.3.6,

Re: [PATCH] fix french language handling

2005-07-05 Thread Yves Bastide
Jean-Marc Lasgouttes wrote: Yves, I would be interested to have more input from you on this subject, so that I can try to improve my patch and eventually commit it. Sorry to answer so late. Your patch doesn't solve the main problem: how to use frenchle with a recent TeX distribution. But I

Re: [1.3.6pre19] Various problems displaying graphics

2005-07-05 Thread Angus Leeming
Paul A. Rubin wrote: Don't know which of these are known so far: In an existing Beamer presentation (works fine with 1.3.5) containing .pdf and .png graphics, calling View->PDF (pdflatex) gets me a half dozen error messages, all "Unknown graphics extension: .XXX" where XXX is either pdf or

Re: LyX 1.3.6 ANNOUNCE file

2005-07-05 Thread chr
On Tue, 5 Jul 2005, Angus Leeming wrote: > Jean-Marc, attached is a first stab at the 1.3.6 ANNOUNCE file. > > As usual, the top of the file tries to summarise what the new LyX will > provide. > > I've also tried to update the blurb that states that LyX runs on Unix, > Windows and the Mac: >

[PATCH] no.po update, and a problem with the po-file

2005-07-05 Thread Helge Hafting
Another no.po update, with translations for "branches", and menu shortcut changes to minimize clashes. I have a problem with the po-file. The string "Branch:" as used by the inset inside the main window isn't there, so it cannot be translated. I tried this recipe: rm lyx.pot make lyx.pot

Fwd: Re: Gutting LyX

2005-07-05 Thread Angus Leeming
--- Begin Message --- On 7/4/05, Angus Leeming <[EMAIL PROTECTED]> wrote: > Hi, David. Sounds fun, but why don't I see your project here: > http://gaim.sourceforge.net/summerofcode/ 'Cause my mentoring organization is Google, not Gaim, for whatever reason. > It sounds like what you really

Re: Towards LyX 1.3.6 [status update #2]

2005-07-05 Thread Jose' Matos
On Tuesday 05 July 2005 12:13, Angus Leeming wrote: > Jose' Matos wrote: > > On Monday 04 July 2005 17:35, Angus Leeming wrote: > >>Whatever. I don't think that parsing a string that's output to stderr > >>or to a temporary file is the right thing to do here. Jean-Marc's > >>error codes will do

Re: Re: Gutting LyX

2005-07-05 Thread David Wilson
Ooops. Thanks. On 7/5/05, Angus Leeming <[EMAIL PROTECTED]> wrote: > > > > > -- Forwarded message -- > From: David Wilson <[EMAIL PROTECTED]> > To: Angus Leeming <[EMAIL PROTECTED]> > Date: Mon, 4 Jul 2005 16:27:13 -0400 > Subject: Re: Gutting LyX > On 7/4/05, Angus Leeming

Re: Towards LyX 1.3.6 [status update #2]

2005-07-05 Thread Georg Baum
Jose' Matos wrote: > On Tuesday 05 July 2005 12:13, Angus Leeming wrote: >> Jose' Matos wrote: >> > On Monday 04 July 2005 17:35, Angus Leeming wrote: >> >>Whatever. I don't think that parsing a string that's output to stderr >> >>or to a temporary file is the right thing to do here. Jean-Marc's

Re: Towards LyX 1.3.6 [status update #2]

2005-07-05 Thread Jose' Matos
On Tuesday 05 July 2005 15:22, Georg Baum wrote: > I certainly did not want to parse the error messages. I implemented the > version stuff because I think that the version information is important. > Apart from that, it would be nice if we could simply display the lyx2lyx > error messages in LyX,

[patch] bug 1293: center displayed insets properly

2005-07-05 Thread Juergen Spitzmueller
http://bugzilla.lyx.org/show_bug.cgi?id=1293 A tiny fix, but it'll make John happy. I'll apply if I get no objections. Jürgen Index: text.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text.C,v retrieving revision 1.605 diff

Re: [PATCH] no.po update, and a problem with the po-file

2005-07-05 Thread Juergen Spitzmueller
Helge Hafting wrote: > The string "Branch:" as used by > the inset inside the main window isn't there, so it cannot be translated. The gettext markup has been missing. Please do a cvs update. Jürgen

Re: [1.3.6pre19] Various problems displaying graphics

2005-07-05 Thread Paul A. Rubin
Angus Leeming wrote: Paul A. Rubin wrote: Don't know which of these are known so far: In an existing Beamer presentation (works fine with 1.3.5) containing .pdf and .png graphics, calling View->PDF (pdflatex) gets me a half dozen error messages, all "Unknown graphics extension: .XXX" where

Re: [1.3.6pre19] Various problems displaying graphics

2005-07-05 Thread Angus Leeming
Paul A. Rubin wrote: > Well, the user may be old, but the version here is 2.4.1803 as well, and > (as of version 20) it still blows up. Just ran another test (article > class), and File->Export->DVI produces a DVI yap can display, graphics > and all, but View->DVI still causes yap to gork at the