LyX ftp server (Was: [LyX Wiki] special account needed)

2005-06-13 Thread chr
On Sun, 12 Jun 2005, [windows-1252] Uwe Stöhr wrote: How was it managed that Angus can copy his installer to the wiki? Angus has an account on the web server, and was also given membership in a special group (wiki) that allows him to directly copy files to the upload area. So besides

Re: [patch] math_colorinset fix

2005-06-13 Thread Juergen Spitzmueller
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 gui name of the color to the colorinset, and this

Re: More Bugs in Lyx 1.3.6 (Windows)

2005-06-13 Thread Georg Baum
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 getting rid of reLyX for 1.4.0. Me too. But when you remove it: Don't

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 screen.

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 wrong. So

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 in all layouts.

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 getting rid of reLyX for

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:

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 gui name of the

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()-cell(0));

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: 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. Lars and I

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 name from

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] 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? | Because André passed

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) color'

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 foundary info is

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 name

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 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: 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 getting rid of reLyX for 1.4.0. |

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: 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 image (which is one

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 cases where -x

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: [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: [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: 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

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

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 I'll

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 settings of the

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. Ahh, so

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 | it

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 to the colorinset,

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: 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 of course decide

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 will have a free

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: [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 some

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. But we

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: 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 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. But is this safe

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 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 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 == | lyxname.

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 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: Actually, it's

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 X

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? Objections?

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

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

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 appropriate comment and a

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: 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 concerns, of

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. November,

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

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

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 enabled?) | That

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 and a

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 programme

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 cvs

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

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 your

[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

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.

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 and more if needed)

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

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

[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: 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

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: [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

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.

[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 in

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

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

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
Uwe Sthr 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

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. So why would soft links

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

LyX ftp server (Was: [LyX Wiki] special account needed)

2005-06-13 Thread chr
On Sun, 12 Jun 2005, [windows-1252] Uwe Stöhr wrote: > >>How was it managed that Angus can copy his installer to the wiki? > > > > Angus has an account on the web server, and was also given membership in a > > special group (wiki) that allows him to directly copy files to the upload > > area.

Re: [patch] math_colorinset fix

2005-06-13 Thread Juergen Spitzmueller
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 gui name of the color to the colorinset,

Re: More Bugs in Lyx 1.3.6 (Windows)

2005-06-13 Thread Georg Baum
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 getting rid of reLyX for 1.4.0. Me too. But when

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

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

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

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] 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:

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: > > 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()),

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: 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 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

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] 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? > |

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) <<

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
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 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().

  1   2   >