lyx140cvs: internationalization

2005-10-15 Thread Hartmut Haase
Here is a little patch for more internationalization. -- Viele Grüße, Hartmut Hungerhilfe: http://www.thehungersite.com Das heutige Motto: Experience is what you get when you didn't get what you wanted. --- lyx_main.C.orig 2005-10-10 19:42:24.0 +0200 +++ lyx_main.C 2005-10-13 18:28:38.

Re: LyX on Windows (MinGW) - Font problem

2005-10-15 Thread Michael Gerz
Jean-Marc Lasgouttes wrote: Michael> That doesn't really explain why LyX 1.3 behaves correctly Michael> where LyX 1.4 does not. What are the values of the font-related preferences? Sorry, I was wrong. The problem occurs with 1.4 and 1.3. It is definitely a Q.../Free problem. I have already

Re: lyx140cvs: internationalization

2005-10-15 Thread John Levon
On Thu, Oct 13, 2005 at 06:34:44PM +0200, Hartmut Haase wrote: > - lyxerr << "\nlyx: SIGHUP signal caught\nBye." << endl; > + lyxerr << _("\nlyx: SIGHUP signal caught\nBye.") << endl; Is the l12n effort worth it for these? > -<< " of " << lyx_release_date << endl; >

Bug 2100: Inserting a formula within a table causes LaTeX errors

2005-10-15 Thread Daniel Watkins
Hehe, a round number. I feel proud. :P Bug 2100: Inserting a formula within a table causes LaTeX errors Description: Inserting a formula within a table throws up 5 LaTeX errors for each instance of a formula within a table: - Extra } or forgotten $ // two of these - Missing $ inserted // t

Bug 2101: Any character followed by Right Arrow moves the cursorto the next cell

2005-10-15 Thread Daniel Watkins
I have a feeling this is related to the bug which involved pressing Right Arrow twice to move the cursor at all. But I'm not a programmer, so that may not mean much. :P Bug 2101: Any character followed by Right Arrow moves the cursor to the next cell Description: When typing in a cell, if Space is

Re: 1.4.0pre2 on cygwin

2005-10-15 Thread Luis Rivera
Kayvan A. Sylvan <[EMAIL PROTECTED]> writes: > > > > 2) The qt-3 build needs you to use a linker script in the final ld phase. > > > > > > > Is it because there is a missing -lresolv library, or something else? My > > compiling chokes, right on trying to link the binary... > > No, this linker

Re: 1.4.0pre2 on cygwin

2005-10-15 Thread Kayvan A. Sylvan
On Sat, Oct 15, 2005 at 04:40:28PM +, Luis Rivera wrote: > > minires solved the problem. LyX now compiles happily on my brand new Cygwin > installation... > > So, this far, I have compiled LyX on cygwin succesfully, both with-xforms and > with-qt. Cool. This is with gcc-3.4.4? > However, th

lyx-1.4.0pre2-qt-cygwin doesn't display characters

2005-10-15 Thread Luis Rivera
Hello, I compiled and use LyX --with-frontend=xforms succesfully on cygwin (version 1.5.18-1, with gcc 3.4.4-1). However, --with-frontend=qt, I can can compile LyX succesfully, but it doesn't display any characters: just plain white squares. Perhaps there is nothing wrong with LyX, and the pr

Re: 1.4.0pre2 on cygwin

2005-10-15 Thread Luis Rivera
Kayvan A. Sylvan <[EMAIL PROTECTED]> writes: > > On Sat, Oct 15, 2005 at 04:40:28PM +, Luis Rivera wrote: > > So, this far, I have compiled LyX on cygwin succesfully, both with-xforms > > and > > with-qt. > > Cool. This is with gcc-3.4.4? > > Hmmm... What's your QT version? How did you com