Re: LyX meeting in Paris. What about July 14-18?

2005-06-13 Thread Martin Vermeer
On Fri, Jun 10, 2005 at 10:18:28AM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > >> Assuming this is 'hard' now... I'll book my tickets tomorrow > >> evening. > > Martin> This sounds so simple, doesn't it... > > Did you finally succeed? Ye

Re: Screen resolution / dpi

2005-06-13 Thread Angus Leeming
On Monday 13 June 2005 16:42, you wrote: > Hello > > I've just checked in a small patch that should fix your problems > with the screen resolution. I've tested it with dpi values 72, 96 > and 120 and 321nc returns the smae values like qt3/free. Excellent news, Christian. I've just compiled and upl

Re: LyX 1.3.6pre and cygwin

2005-06-13 Thread Angus Leeming
Enrico Forestieri wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > >> >> Enrico Forestieri wrote: >> > Hi all, > > [snip] > >> > The second problem is that, in cygwin, python.exe is a soft link to >> > the real program python2.4.exe and thus it is not recognized as an >> > executable. >>

Re: [LyXWin Installer] new small version for testing

2005-06-13 Thread Angus Leeming
Uwe Stöhr wrote: > Install the math-fonts automatically. It was a challenge but it is now implemented. The font installation should now work on XP, 2000, ME, and 98. I found some useful scripts in the NSIS forum but has to modyfy them to work with NSIS 2.06 and for special LyX purposes. I up

Re: [Patch] no.po for 1.4cvs, and a question

2005-06-13 Thread Lars Gullik Bjønnes
Helge Hafting <[EMAIL PROTECTED]> writes: | 2. Obviously wrong translations: | Not bad work by the previous translator, :-) | but stuff that can't be right | because the translated string have nothing at all to do with the message. | It may even be another unrelated _english_ string where | the

Re: [LyXWin Installer] new small version for testing

2005-06-13 Thread Angus Leeming
Asger Ottar Alstrup wrote: I agree with Uwe that your proposal is too complicated. I'm completely on his side in terms of making the complete installation process as simple and convenient as possible. I'm also all in favour of the bundled approach: The installer can include the minimal python

Re: [PATCH] reduce drastically number of calls to LyXText::getFont

2005-06-13 Thread Bennett Helm
On Jun 10, 2005, at 5:24 PM, Rob Bearman wrote: I've been building with exactly the configuration specified in the README.MacOSX file. I thought at one time I needed --disable-concept-checks, but it turns out I've been mistakenly leaving off the 's' at the end for some time (which I guess mean

[Patch] no.po for 1.4cvs, and a question

2005-06-13 Thread Helge Hafting
Attached: Lots of strings translated into Norwegian. During translation, I have found some problem with the no.po file: 1. Translations that doesn't work: The menu items "Tools" and "New from template", and quite a few other strings are untranslateable. Some of these actually have a translation

Re: [LyXWin Installer] new small version for testing

2005-06-13 Thread Asger Ottar Alstrup
I agree with Uwe that your proposal is too complicated. I'm completely on his side in terms of making the complete installation process as simple and convenient as possible. I'm also all in favour of the bundled approach: The installer can include the minimal python, perl, imagemagick, etc. sy

Re: [LyXWin Installer] new small version for testing

2005-06-13 Thread Uwe Stöhr
I wrote: I think about to omit the install of imagemagick, as LyX uses only its convert.exe. I think it is possible... Sorry. Forget this. Of course convert.exe needs nearly all imagemagick dll's to be able to convert all the different image formats. Ruurds file repository is just the small

Re: [LyXWin Installer] new small version for testing

2005-06-13 Thread Uwe Stöhr
Angus Leeming wrote: Uwe, why don't you get Lars to give you CVS write access to development/Win32/packaging ? I'll ask him. But I still need some space to access test releases to testers. I've been thinking over Asger's suggestion on how best to present all these packages. I don't know

Re: generated filenames too long

2005-06-13 Thread Stefan Kostner
Stefan Kostner wrote: This means that the filenames of the eps files can be extremely long causing tools like dvips to crash with either segfault or for instance "dvips: ! out of string space". Looks like a fundamental limitation. We don't add characters to the path, just replace them. If your

[patch] bug 1837

2005-06-13 Thread Juergen Spitzmueller
When trying to insert a table in a table with multiple cells selected, unexpected things are happening (the content of the cells gets deleted etc.). I propose this trivial fix: Disable LFUN_TABULAR_INSERT when multiple cells are selected. This is the most sensible IMHO and it is also consistent

Re: [LyXWin Installer] new small version for testing

2005-06-13 Thread Angus Leeming
Uwe Stöhr wrote: > Hello Angus and volunteer installer testers, > I just uploaded an improved version of the installer to: > http://fkurth.de/uwest/LyX/Installer/ Woo! You've been busy! Uwe, why don't you get Lars to give you CVS write access to development/Win32/packaging ? That way you can me

Re: LyXWin 1.3.6 + MiKTeX = dual nagging

2005-06-13 Thread Paul A. Rubin
Angus Leeming wrote: Two suggestions: In the wonderful world of Windows, it's common (though far from universal) for an installer to give the user two choices: install for all users; or install for just the logged in user. The 1.3.6pre installer currently does the latter. No it doesn't

Re: More about LyX meeting

2005-06-13 Thread Andreas Vox
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > "Jean-Marc" == Jean-Marc Lasgouttes writes: > > Jean-Marc> So, I know have the following table for our next meeting: > > Update: > > 13 14 15 16 17 18 19Laptop > JMarcX X X X X X X X (and a PC an

Re: [LyXWin 1.3.6pre12] View (pdflatex) dies at graphic

2005-06-13 Thread Paul A. Rubin
Georg Baum wrote: In the .tex file emitted to the temp directory by View->PDF (pdflatex) (or, presumably, by File->Export->PDF (pdflatex), the extension .pdf is omitted from the name of the embedded graphic file. In constrast, the file produced by File->Export->LaTeX includes the extension.

[LyXWin Installer] new small version for testing

2005-06-13 Thread Uwe Stöhr
Hello Angus and volunteer installer testers, I just uploaded an improved version of the installer to: http://fkurth.de/uwest/LyX/Installer/ NOTE: My installer version is not a replacement for Angus' version. It is based on Angus' code (version 13) and implements new features that will be avai

Re: generated filenames too long

2005-06-13 Thread Angus Leeming
Stefan Kostner wrote: > This means that the filenames of the eps files can be extremely long > causing tools like dvips to crash with either segfault or > for instance "dvips: ! out of string space". Looks like a fundamental limitation. We don't add characters to the path, just replace them. If y

generated filenames too long

2005-06-13 Thread Stefan Kostner
Dear all, using lyx I experienced the following problem: When I convert a lyx file containing eps graphic files to ps or pdf using the menu, there is an error message being created: Cannot convert file Error while executing dvips -t a4 -o 'abc.ps' abc.dvi This happens only when the lyx docum

Re: 1.3.6pre/Win crash with reconfigure and missing bottom margin in output

2005-06-13 Thread Angus Leeming
Jean-Claude Christnach wrote: > Fellow developers, > > When viewing or exporting my document (class report, DINA4 paper) the > bottom margin has gone. The page number is immediately at the edge of > the paper and would not even be correctly printed on our printer. > > I just installed the latest

Re: LyX meeting in Paris. What about July 14-18?

2005-06-13 Thread Martin Vermeer
On Fri, Jun 10, 2005 at 09:39:57PM +0200, Andre Poenitz wrote: > On Tue, Jun 07, 2005 at 11:36:22AM +0300, Martin Vermeer wrote: > > I tried first to book through KLM, where my wife has a substantial > > number of fly miles that will soon expire. This was last Sunday evening. > > The KLM bonus prog

Re: [patch] math_colorinset fix

2005-06-13 Thread Juergen Spitzmueller
Georg Baum wrote: > Juergen Spitzmueller wrote: > > Yes, I thought about this too. But is this safe for the future? > > Probably not. But we could add a big fat comment in LColor.C, or better > provide getFromLaTeXName which is simply shortcircuited to getFromLyXName > with an appropriate comment a

Re: Lyx Graphical Tour - es

2005-06-13 Thread Lars Gullik Bjønnes
Uwe Stöhr <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes schrieb: > >> | If I press on the buttons for Norsk or Spanish nothing happens. I use >> | Firefox with enabled JavaScript and Java. So what is necessary to ge >> | it work? >> >> With my firefox it just works. >> (you have cookies enable

Re: Lyx Graphical Tour - es

2005-06-13 Thread Uwe Stöhr
Lars Gullik Bjønnes schrieb: | If I press on the buttons for Norsk or Spanish nothing happens. I use | Firefox with enabled JavaScript and Java. So what is necessary to ge | it work? With my firefox it just works. (you have cookies enabled?) That was the problem. Cookies are needed. So you sh

1.3.6pre/Win crash with reconfigure and missing bottom margin in output

2005-06-13 Thread Jean-Claude Christnach
Fellow developers, When viewing or exporting my document (class report, DINA4 paper) the bottom margin has gone. The page number is immediately at the edge of the paper and would not even be correctly printed on our printer. I just installed the latest cvs version and when running the setup progr

Re: More about LyX meeting

2005-06-13 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> I think that I won't be coming. There's already a bit of bother > Angus> chez moi about "too much time spent on LyX, not enough effort > Angus> being put into finding a new job and me expecting in November > Angus> too!" > > Lots of valid concerns, of course. >

Re: More about LyX meeting

2005-06-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I think that I won't be coming. There's already a bit of bother Angus> chez moi about "too much time spent on LyX, not enough effort Angus> being put into finding a new job and me expecting in November Angus> too!" Lots of valid c

Re: The LyX icon --- both 1.3.6 and 1.4.x

2005-06-13 Thread Angus Leeming
Asger Alstrup wrote: > You can associate 64x64 icons as well. There is a lot of black voodoo > involved, but you can make spiffy icons on Windows. I get confused by cards. I'm baffled by magic tricks. What do you think I'd be like with voodoo? -- Angus

Re: [patch] math_colorinset fix

2005-06-13 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Georg Baum <[EMAIL PROTECTED]> >> writes: >> >> | Probably not. But we could add a big fat comment in LColor.C, or better >> | provide getFromLaTeXName which is simply shortcircuited to >> | getFromLyXName with an appropriat

Re: The LyX icon --- both 1.3.6 and 1.4.x

2005-06-13 Thread Asger Alstrup
Angus Leeming wrote: 128x128 is too big for Windows (32x32 seems to be the norm). But if you made SVG files out of these then it's really easy to make smaller bitmaps and then clean them up in the gimp. You can associate 64x64 icons as well. There is a lot of black voodoo involved, but you ca

Re: More about LyX meeting

2005-06-13 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > As you can see, I am still waiting for confirmation from Martin, > Andreas, Angus and Stefan. I think that I won't be coming. There's already a bit of bother chez moi about "too much time spent on LyX, not enough effort being put into finding a new job and me expect

Re: The LyX icon --- both 1.3.6 and 1.4.x

2005-06-13 Thread Angus Leeming
Bennett Helm wrote: > On Jun 12, 2005, at 2:59 PM, Angus Leeming wrote: > >> On other platforms I'd suggest using the lyx_32x32_16colors.png image >> (which is one of the images embedded within the Windows .ico file). >> It's a little "smoother" than the existing lyx.xpm file. >> >> Thoughts? Obj

Re: More about LyX meeting

2005-06-13 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> So, I know have the following table for our next meeting: Update: 13 14 15 16 17 18 19Laptop JMarcX X X X X X X X (and a PC and more if needed) Lars X X X X X X

Re: [patch] math_colorinset fix

2005-06-13 Thread Angus Leeming
Angus Leeming wrote: > Andre Poenitz wrote: >> Of course, creating a context menu on right-click which a combo box of >> all available colors is a matter of 20 lines or so in 'pure' Qt, but I >> really don't know how to set this up in LyX's GUII scheme. > > Shrug. Let me paint a picture: Actuall

Re: [patch] math_colorinset fix

2005-06-13 Thread Georg Baum
Juergen Spitzmueller wrote: > OK, but I'll propose to keep this in mind as an enhancement for the future > (for all math insets). Yes. I'll file that in bugzilla if you don't beat me. > Anyway, you need to use asString(cell(0)) in infoize. Else you get weird > results. I'll have a look. Georg

Re: [patch] math_colorinset fix

2005-06-13 Thread Georg Baum
Lars Gullik Bjønnes wrote: > Georg Baum <[EMAIL PROTECTED]> > writes: > > | Probably not. But we could add a big fat comment in LColor.C, or better > | provide getFromLaTeXName which is simply shortcircuited to > | getFromLyXName with an appropriate comment and a check for latexname == > | lyxnam

Re: [patch] math_colorinset fix

2005-06-13 Thread Georg Baum
Andre Poenitz wrote: > Since when need hacks to fit in some scheme? I learned that your code is always very consistent, so I could not imagine that it was such a hack ;-) > How do you edit colors? Via the "dialog-show character" lfun. Or do you mean that you need a method to edit them directly

Re: [patch] math_colorinset fix

2005-06-13 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | private: | bool is_showing(InsetBase *); | void register(InsetBase *); Are you allowed to call this register? -- Lgb

Re: [patch] math_colorinset fix

2005-06-13 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Juergen Spitzmueller wrote: > >> Georg Baum wrote: >>> If you look at LColor.C you'll see that the LaTeX name of all LaTeX is >>> equal to the LyX name, so it does not matter whether we use the LaTeX or >>> LyX name :-) >> >> Yes, I thought about this too.

Re: Outstanding bugs in LyX 1.3.6

2005-06-13 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: >>> In addition there are a number of things that appear to be bugs in >>> Qt/Win Free. Note that none of these bugs look like show stoppers at the moment. There was a crash in the file dialog, but that's now fixed. People couldn't input accented chars, but that's now

Re: [patch] math_colorinset fix

2005-06-13 Thread Angus Leeming
Andre Poenitz wrote: > Of course, creating a context menu on right-click which a combo box of > all available colors is a matter of 20 lines or so in 'pure' Qt, but I > really don't know how to set this up in LyX's GUII scheme. Shrug. Let me paint a picture: class ContextSensitiveMenu { public:

Re: [patch] math_colorinset fix

2005-06-13 Thread Georg Baum
Juergen Spitzmueller wrote: > Georg Baum wrote: >> If you look at LColor.C you'll see that the LaTeX name of all LaTeX is >> equal to the LyX name, so it does not matter whether we use the LaTeX or >> LyX name :-) > > Yes, I thought about this too. But is this safe for the future? Probably not.

Re: [patch] math_colorinset fix

2005-06-13 Thread Andre Poenitz
On Mon, Jun 13, 2005 at 11:09:41AM +0200, Georg Baum wrote: > But this does not fit in the overall scheme: Normally every text contained > in a math atom is valid LaTeX. I am not sure whether this is assumed at > other places in the code. *shrug* It's a hack. Since when need hacks to fit in som

Re: Unable to use -x option with a gui

2005-06-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> That's why the user should specify --no-gui on the command line Andre> if he doesn't want a gui and we should then try to works Andre> without one or bomb if this is impossible. Let's wait until someone asks for it :) JMarc

Re: Outstanding bugs in LyX 1.3.6

2005-06-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Mon, Jun 13, 2005 at 11:22:12AM +0100, Angus Leeming wrote: >> In addition there are a number of things that appear to be bugs in >> Qt/Win Free. Andre> I wonder whether this project will die after Qt 4.0 is out as Andre> this w

Re: Unable to use -x option with a gui

2005-06-13 Thread Andre Poenitz
On Mon, Jun 13, 2005 at 12:13:27PM +0200, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> On Tue, Jun 07, 2005 at 03:30:17PM +0200, Georg Baum wrote: > >> I set it to false because it seemed that this was wanted, but it is > >> not needed. We can

Re: Outstanding bugs in LyX 1.3.6

2005-06-13 Thread Andre Poenitz
On Mon, Jun 13, 2005 at 11:22:12AM +0100, Angus Leeming wrote: > In addition there are a number of things that appear to be bugs in Qt/Win > Free. I wonder whether this project will die after Qt 4.0 is out as this will have a free Windows version, too? Andre'

Re: [patch] math_colorinset fix

2005-06-13 Thread Andre Poenitz
On Mon, Jun 13, 2005 at 11:49:23AM +0200, Lars Gullik Bjønnes wrote: > Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > | Juergen Spitzmueller wrote: > >> > We should never compare with translated strings, Why it is needed > >> > here? > >> > >> Because André passed the gui name of the color t

Re: Lyx Graphical Tour - es

2005-06-13 Thread Lars Gullik Bjønnes
Uwe Stöhr <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> I have added your file to the site. >> Go have a look at http://www.lyx.org/LGT > | If I press on the buttons for Norsk or Spanish nothing happens. I use | Firefox with enabled JavaScript and Java. So what is necessary to ge |

Re: Lyx Graphical Tour - es

2005-06-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> And I got spurred on by Javier Fdez. Retenaga, who sent me a Lars> translation of the whole LGT. I thought it would be better to do Lars> this with gettext. So I did that and got Javier to redo his Lars> translation as a po file

Re: Lyx Graphical Tour - es

2005-06-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> I have added your file to the site. > | Lars> Go have a look at http://www.lyx.org/LGT > | What about having code that displays the right version based on the | language sett

Re: [patch] math_colorinset fix

2005-06-13 Thread Juergen Spitzmueller
Georg Baum wrote: > > And, as a minor thing, in infoize(), the gui name (and _("Color"), for > > that matter) should be used. This will give translated messages in the > > status bar. > > If we want to be consistent we should not do that, because we don't do it > in all other math insets. OK, but

Outstanding bugs in LyX 1.3.6

2005-06-13 Thread Angus Leeming
I've tried to summarise all of the bug reports that we've received over the last few days from our intrepid set of LyX 1.3.6pre road-testers. See the list at http://wiki.lyx.org/Windows/LyX136pre#known_bugs If there're any that I've missed then please feel the urge to add them to this page so t

Re: Lyx Graphical Tour - es

2005-06-13 Thread Uwe Stöhr
Lars Gullik Bjønnes wrote: I have added your file to the site. Go have a look at http://www.lyx.org/LGT If I press on the buttons for Norsk or Spanish nothing happens. I use Firefox with enabled JavaScript and Java. So what is necessary to ge it work? regards Uwe

Re: [patch] math_colorinset fix

2005-06-13 Thread Georg Baum
Juergen Spitzmueller wrote: > And, as a minor thing, in infoize(), the gui name (and _("Color"), for > that matter) should be used. This will give translated messages in the > status bar. If we want to be consistent we should not do that, because we don't do it in all other math insets. Georg

Re: [patch] math_colorinset fix

2005-06-13 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: >> without c_str, I get compiler errors. > | Maybe because os is a special mathed WriteStream and no std::ostream? then there is a missing overload. -- Lgb

Re: Lyx Graphical Tour - es

2005-06-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I have added your file to the site. Lars> Go have a look at http://www.lyx.org/LGT What about having code that displays the right version based on the language settings of the browser? Also, why is this limited to LGT? JMarc

Re: Unable to use -x option with a gui

2005-06-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Tue, Jun 07, 2005 at 03:30:17PM +0200, Georg Baum wrote: >> I set it to false because it seemed that this was wanted, but it is >> not needed. We can of course decide that -x wants a gui. The >> problem is that there are some cas

Re: The LyX icon --- both 1.3.6 and 1.4.x

2005-06-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> These docs http://doc.trolltech.com/3.3/appicon.html suggest Angus> that we can use .ico file "within" LyX too, for consistent look Angus> and feel. Angus> On other platforms I'd suggest using the lyx_32x32_16colors.png Angus> imag

Re: LyXWin 1.3.6pre13: Bug, bug bug!

2005-06-13 Thread Uwe Stöhr
Nicolás a écrit: And the winner is... Qt/Win! With v13, selecting text in a document only works with the mouse, but not with the keyboard (i.e. pressing SHIFT). works for me Ctrl+Shift+cursor, works for me Ctrl+End, indeed, it works not Ctrl+Home works for me Short-cuts do not

Re: More Bugs in Lyx 1.3.6 (Windows)

2005-06-13 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: > >>> "Lars" == Lars Gullik Bjønnes >>> <[EMAIL PROTECTED]> writes: >> >> Lars> Or just let it be available from the Attic... (and possibly a >> Lars> tar.gz file on the ftp server) >> >> Seconded. I like the idea of ge

Re: [PATCH 13x] fonts and instant preview

2005-06-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Isn't it? We look for a font using various mechanisms and if Angus> all others fail we fall through to Angus> QFont::setStyleHint(QFont::Serif). That looks pretty Angus> default-like to me. Fair enough. JMarc

Re: [PATCH 13x] fonts and instant preview

2005-06-13 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Ok to commit these to the 1.3.x tree? I'll come up with > Angus> something similar for 1.4.x too. > > Sure. Two remarks: > > + // The combobox stores only the font name; the foundary info is > + // discarded. So extract the font name from fi.family().

Re: [patch] math_colorinset fix

2005-06-13 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > The current mixture of GUI/LaTeX names is a mess. The only clean way out > > of it is IMHO to store only LaTeX names. > > I propose the attached fix. > > I'm fine with this, except for the \normalcolor thing (see below). And, as a minor thing, in infoize(), the gui

Re: [patch] math_colorinset fix

2005-06-13 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | Juergen Spitzmueller wrote: >> > We should never compare with translated strings, Why it is needed >> > here? >> >> Because André passed the gui name of the color to the colorinset, and this >> gui name gets translated. > | And I think he did that

Re: [PATCH 13x] fonts and instant preview

2005-06-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > | Angus> Ok to commit these to the 1.3.x tree? I'll come up with | Angus> something similar for 1.4.x too. > | Sure. Two remarks: > | + // The combobox stores only the font name; the

Re: [patch] math_colorinset fix

2005-06-13 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > | without c_str, I get compiler errors. > > Which? math_colorinset.C: In member function `virtual void MathColorInset::write(WriteStream&) const': math_colorinset.C:112: error: no match for 'operator<<' in ' operator<<((+operator<<((+os), "{\\color")), 123) << co

Re: [patch] math_colorinset fix

2005-06-13 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >> This patch does not feel correct... >> | - return (asString(ar) == "none"); >> | + return (asString(ar) == _("none")); >> >> We should never compare with translated strings, Why it is needed >> here? > | Becau

Re: [LyX 1.3.6CVS] LaTeX-preamble problems

2005-06-13 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Here too. Obviously I did not think enough ;-( Reading sources of the packages helps... JMarc

Re: [PATCH 13x] fonts and instant preview

2005-06-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Ok to commit these to the 1.3.x tree? I'll come up with Angus> something similar for 1.4.x too. Sure. Two remarks: + // The combobox stores only the font name; the foundary info is + // discarded. So extract the font n

Re: LyX ftp server

2005-06-13 Thread Jean-Marc Lasgouttes
> "chr" == chr <[EMAIL PROTECTED]> writes: chr> Right now we already have anonymous upload to the lyx ftp server, chr> but I'm not sure if Angus can read what's uploaded... It does not work, I think I should remove it... chr> Who runs the LyX ftp server? It is run at Ecole Centrale Paris.

Re: [PATCH 1.4] Layout files

2005-06-13 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Hello, a cosmetic patch to the layout files. Please apply - I Michael> cannot do so :-( I did it, along with the recieved typo. JMarc

Re: [patch] math_colorinset fix

2005-06-13 Thread Juergen Spitzmueller
Georg Baum wrote: > > Because André passed the gui name of the color to the colorinset, and > > this gui name gets translated. See math_nestinset.C: 396 > > if (font.color() != LColor::inherit) { > > MathAtom at = createMathInset("color"); > > asArray(lcolor.getGUIName(font.color()), at.nucleus()->

Re: [patch] math_colorinset fix

2005-06-13 Thread Georg Baum
Juergen Spitzmueller wrote: > Lars Gullik Bjønnes wrote: >> This patch does not feel correct... >> | - return (asString(ar) == "none"); >> | + return (asString(ar) == _("none")); >> >> We should never compare with translated strings, Why it is needed >> here? > > Because André passed the

Re: [patch] math_colorinset fix

2005-06-13 Thread Juergen Spitzmueller
Georg Baum wrote: > > This patch does not feel correct... > > Indeed. The attached will not satisfy you probably, but maybe it illustrates better what's going on. Jürgen Index: math_colorinset.C === RCS file: /usr/local/lyx/cvsroot/

Re: More Bugs in Lyx 1.3.6 (Windows)

2005-06-13 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >> Lars> Or just let it be available from the Attic... (and possibly a Lars> tar.gz file on the ftp server) >> Seconded. I like the idea of

Re: patch for scrclass.inc

2005-06-13 Thread G. Milde
On 10.06.05, Juergen Spitzmueller wrote: > G. Milde wrote: > > So we have to weight the arguments for 3 possible options: > >  1. Call the lyx-list/labeling style "List" in all layouts. > [...] > >  2. Call the style "Labeling" in koma and "List" elsewhere. > [...] > >  3. Call the style "Labeling"

Re: obsolete Comments layout style?

2005-06-13 Thread G. Milde
On 10.06.05, Juergen Spitzmueller wrote: > G. Milde wrote: > > Style Comment > > ObsoletedBy   Standard > > End > This is just because we now have comment inset. lyx2lyx will do the right > thing. If lyx2lyx does the right thing, the ObsoletedBy is not needed. Without lyx2lyx it is wr

Re: [patch] math_colorinset fix

2005-06-13 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > We should never compare with translated strings, Why it is needed > > here? > > Because André passed the gui name of the color to the colorinset, and this > gui name gets translated. And I think he did that because those strings (i.e. cell(0)) are displayed on scre