Undefined reference: ControlInset

2003-01-04 Thread Brian
Compiling lyx-1.2.1 under Slackware 8.1 (gcc 2.95.3, -O3) results in following link error: FormError.o(.text+0x138): undefined reference to `ControlInset, __default_alloc_template > >::params(void)' Added "#include ControlInset.tmpl" to FormError.C so compiler would generate missing symbols. Pro

[PATCH] fix lyx2lyx bugs 761,762

2003-01-04 Thread John Levon
Look at me, I'm an elite Python hacker. In other words, this trivial patch seems to work for me. Comments ? regards john Index: lyxconvert_215.py === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/lyx2lyx/lyxconvert_215.py,v retr

Re: [PATCH] QURL

2003-01-04 Thread John Levon
On Sat, Jan 04, 2003 at 03:11:22PM +0100, Juergen Spitzmueller wrote: > The url dialog in qt enables the ok button only if both name and url are not > empty, which is of course plain wrong (I never use a name). applied regards john -- "I will eat a rubber tire to the music of The Flight of th

Re: loving care of lyx2lyx

2003-01-04 Thread John Levon
On Sat, Jan 04, 2003 at 05:19:52PM +0100, Lars Gullik Bj?nnes wrote: > Today we have at least these bugs in bugzilla that is lyx2lyx related: > > 638, 666, 763, 761 > > It seems that case 666 is blocking other cases... (in its nature I > guess...) 666 must be fixed before release, it's useless

Re: [PATCH] Multiple encodings in Qt

2003-01-04 Thread John Levon
On Sat, Jan 04, 2003 at 11:37:38AM -0600, Bo Peng wrote: > On my redhat 8 system (cvs1.3+Qt), \alpha is displayed correctly for the > first time. This isn't related to the patch anyway regards john -- "I will eat a rubber tire to the music of The Flight of the Bumblebee"

Re: [PATCH] Multiple encodings in Qt

2003-01-04 Thread John Levon
On Sat, Jan 04, 2003 at 05:38:52PM +0100, Kornel Benko wrote: > Writing multilanguage documents with different encodings is therefore >not > so convenient, but still possible. > c.) No problems in writing with latin1 and latin2 simultaneously. (E.g. >german+poli

Re: [PATCH] Multiple encodings in Qt

2003-01-04 Thread Bo Peng
On Sat, Jan 04, 2003 at 02:37:12AM +, John Levon wrote: > On Thu, Dec 19, 2002 at 10:17:24PM +, John Levon wrote: > > Here's a proper patch. It works for me. How I tested this : > Lars, may I apply this ? It works for Kornel and myself. On my redhat 8 system (cvs1.3+Qt), \alpha is displa

Re: [PATCH] Multiple encodings in Qt

2003-01-04 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Samstag, 4. Januar 2003 13:07, Lars Gullik Bjønnes wrote: > Kornel Benko <[EMAIL PROTECTED]> writes: > | On Samstag, 4. Januar 2003 03:37, John Levon wrote: > | > On Thu, Dec 19, 2002 at 10:17:24PM +, John Levon wrote: > | > > Here's a proper patch. It wor

loving care of lyx2lyx

2003-01-04 Thread Lars Gullik Bjønnes
For the most part it seems that work on lyx2lyx is growing stale, only occasionaly are bugs fixed. Today we have at least these bugs in bugzilla that is lyx2lyx related: 638, 666, 763, 761 It seems that case 666 is blocking other cases... (in its nature I guess...) -- Lgb

Re: [PATCH] Re: Bug in tabular dialog

2003-01-04 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > Good. Here is the patch again (enable fixed width multicolumn cell in > xforms + fix for bug 572). > Please apply. Please do not forget this. It is a showstopper for xforms tabular users. Thanks, Jürgen.

Re: [PATCH] QURL

2003-01-04 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Juergen Spitzmueller) writes: | The url dialog in qt enables the ok button only if both name and url are not | empty, which is of course plain wrong (I never use a name). | | Fix attached, please apply. This patch looks good. -- Lgb

Re: Patch: reading of tables with fixed width column

2003-01-04 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Thu, Dec 19, 2002 at 09:13:30PM +0200, Dekel Tsur wrote: | > A table created by Lyx 1.2 with a fixed width column has a bogus horizontal | > alignment alignment attribute: | > | > | > LyX 1.2 ignores this attribute, and always used block alignment, | >

Bug: comment-package and lyx

2003-01-04 Thread Mark van Rossum
I'm using the 'comment package' in lyx. When I end the document with a comment, latex fails. the end of the exported tex file looks like: \begin{comment} or real data, solitons\end{comment} \end{document} Having "\end{comment}" not on a seperate line, makes the

[PATCH] QURL

2003-01-04 Thread Juergen Spitzmueller
The url dialog in qt enables the ok button only if both name and url are not empty, which is of course plain wrong (I never use a name). Fix attached, please apply. Thanks, Jürgen BTW: I have switched to cvs (qt) for my daily work two weeks ago (couldn't stand qt any longer) and I must say tha

Re: Patch: reading of tables with fixed width column

2003-01-04 Thread Dekel Tsur
On Thu, Dec 19, 2002 at 09:13:30PM +0200, Dekel Tsur wrote: > A table created by Lyx 1.2 with a fixed width column has a bogus horizontal > alignment alignment attribute: > > > LyX 1.2 ignores this attribute, and always used block alignment, > so there was no problem. > LyX 1.3 does not ignore th

Re: [PATCH] Multiple encodings in Qt

2003-01-04 Thread Lars Gullik Bjønnes
Kornel Benko <[EMAIL PROTECTED]> writes: | On Samstag, 4. Januar 2003 03:37, John Levon wrote: | > On Thu, Dec 19, 2002 at 10:17:24PM +, John Levon wrote: | > > Here's a proper patch. It works for me. How I tested this : | > | > Lars, may I apply this ? It works for Kornel and myself. | | I a

Re: [PATCH] Multiple encodings in Qt

2003-01-04 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Samstag, 4. Januar 2003 03:37, John Levon wrote: > On Thu, Dec 19, 2002 at 10:17:24PM +, John Levon wrote: > > Here's a proper patch. It works for me. How I tested this : > > Lars, may I apply this ? It works for Kornel and myself. I am surprised. I thoug

Re: Footnotes not showing up in Lists

2003-01-04 Thread Juergen Spitzmueller
Ricardo García wrote: > When you insert a footnote in the first word of a list, the footnote > isn't printed at the bottom of the page. However, if you insert it in > the "description" of the item (this is, the rest of the words), it > works. Is this a bug? It is a LaTeX restriction. Footnotes get

Re: qt: drawing errors

2003-01-04 Thread Juergen Spitzmueller
John Levon wrote: > Happens in xforms too. Can you please open a bugzilla bug ? Done. http://bugzilla.lyx.org/show_bug.cgi?id=791 > This is either going to be obvious or a bitch to track down. > > It would be particularly helpful if you could see if it's a recent > regression ... Hmm. I have a n