Small bug in the table panel with QT.

2003-01-24 Thread Joao Luis Meloni Assirati
Hi, This bug occours only with the qt frontend and is very small. Open any document that has a table and click with the right button, then press close in the table panel. The document is then marked "changed", but no modification was made. Regards, João.

Re: Bug: Crash on tabular panel call.

2003-01-24 Thread Joao Luis Meloni Assirati
On Sat, 25 Jan 2003, Joao Luis Meloni Assirati wrote: > > Hi, > > I managed to produce a crash by trying to invoke the tabular panel. Open > the attached document and, without moving the cursor, click with the right > mouse button on any cell of the table. This leads to a crash. Below is the > b

Bug: Crash on tabular panel call.

2003-01-24 Thread Joao Luis Meloni Assirati
Hi, I managed to produce a crash by trying to invoke the tabular panel. Open the attached document and, without moving the cursor, click with the right mouse button on any cell of the table. This leads to a crash. Below is the back trace with gdb. Regards, João. GNU gdb 2002-04-01-cvs Copyright

Qt + FreeBSD: threads problems

2003-01-24 Thread Rob Lahaye
Hi, FreeBSD ships Qt with only the multi-threaded library. This is well picked up by the qt.m4 script, which indeed finds the libqt-mt.so library. However, this is not enough for the LyX compilation to produce a good executable. The configure script still uses "-lc" library link, but this shoul

Re: [patch] scroll line by line when mouseing

2003-01-24 Thread Joao Luis Meloni Assirati
On 24 Jan 2003, Lars Gullik Bjønnes wrote: > Joao Luis Meloni Assirati <[EMAIL PROTECTED]> writes: > > | If there is a table or an equation below the visible page, the cursor gets > | trapped inside it and the scrolling stops. > > [xforms] > I do not see this. I can select from the beginning to

a possible patch to convertDefault.sh

2003-01-24 Thread Angus Leeming
I've been trying to use convertDefault.sh to do all my image conversion. However, I have some eps images which cause my version of 'convert' to keel over and die (segfault actually). This is even after I'd run them through eps2eps to ensure that they were conformant. Since this is a stock RH8 s

Re: [PATCH] lyx2lyx helper

2003-01-24 Thread José Matos
On Friday 24 January 2003 16:40, Dr. Richard E. Hawkins wrote: > > > > Well, given that lyx changes its release numbering scheme every release > > > > Hey, can the next one be 1.IV? And then the fix releases would be 1.IV.a, 1.IV.b... We have the linux style, the fetchmail style and now

Re: [PATCH] lyx2lyx helper

2003-01-24 Thread Dr. Richard E. Hawkins
On Wed, Jan 22, 2003 at 03:05:28PM +, John Levon wrote: > On Wed, Jan 22, 2003 at 10:38:40AM +0100, Jean-Marc Lasgouttes wrote: > > Why not use the same option for specifying either a lyx version or a > > file format? It is not like we are going to release LyX 215 one of > > these days... > W

[PATCH] de.po

2003-01-24 Thread Michael Schmitt
Hello, here comes an updated version of "de.po". The patch is that large that I decided to post the complete file (gzipped). Please apply it. Thanks, Michael de.po.gz Description: application/gunzip

$BL$>5Bz9-9p"(F|(B$BK\?M%"%@%k%HF02h$,8+J|Bj(B!!

2003-01-24 Thread Morojapan
$B!c;v6H$BBg@P!!2mIW(B $BFCDj>&$7$J$$>l9g$NO"MmJ}K!(B $B7oL>$r!VG[?.Dd;_!W$H$7$F2<5-$N%"%I%l%9$"$F$KAwIU$7$F$/$@$5$$!#(B $B$*$O!!!c%b%m(BJAPAN$B!!(BTV$B!d!!F2!9(BOPEN!!$B!!N"F02hKhF|G[?.%9%?!<%H(B (B (B (B $B!!(Bhttp://www.morojapan.tv/ (B $

Re: [patch] scroll line by line when mouseing

2003-01-24 Thread John Levon
On Fri, Jan 24, 2003 at 09:57:16AM +0100, Lars Gullik Bj?nnes wrote: > | If there is a table or an equation below the visible page, the cursor gets > | trapped inside it and the scrolling stops. > > [xforms] > I do not see this. I can select from the beginning to the end of the > UserGuide.lyx wi

Re: german keyboard

2003-01-24 Thread Andre Poenitz
On Fri, Jan 24, 2003 at 01:33:10PM +0100, Dubravko Dolic wrote: > I had to install LyX for Win32 on a few Win2000 machines with german > keyboard. Therefore I modified the startup Batch to run LyX under Xfree with > german keyboard. On some machines the /B switch had to be deleted on some > not (??

Re: CJK-LyX-1.2.3

2003-01-24 Thread Angus Leeming
> void fl_get_composed_string(int * ptr_kbuflen, char const * ptr_keybuf) { > if (!ptr_kbuflen) return; > *ptr_kbuflen = kbuflen; > ptr_keybuf = keybuf; > } It may be that this function should be written: void fl_get_composed_string(int * ptr_

Re: CJK-LyX-1.2.3

2003-01-24 Thread Angus Leeming
On Friday 24 January 2003 3:04 pm, [EMAIL PROTECTED] wrote: > On Thu, 23 Jan 2003, Angus Leeming wrote: > > Excellent. Why don't you send this patch to the xforms list too. > > I have not finished the work yet. > > >That means you've fixed two of the three problem areas. All that remains > > is th

german keyboard

2003-01-24 Thread Dubravko Dolic
Dear Mailing List. I had to install LyX for Win32 on a few Win2000 machines with german keyboard. Therefore I modified the startup Batch to run LyX under Xfree with german keyboard. On some machines the /B switch had to be deleted on some not (???). Would it be possible to give a languagespecific

Re: CJK-LyX-1.2.3

2003-01-24 Thread cghan
On Thu, 23 Jan 2003, Angus Leeming wrote: > > Excellent. Why don't you send this patch to the xforms list too. I have not finished the work yet. >That means you've fixed two of the three problem areas. All that remains > is the XmbLookupString mess and the 'linking problem'. > Yes, sort of

Re: A5 small margins

2003-01-24 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> I wanted to add it to bugzilla, but it seems to be down. This is now bug 844 JMarc

Re: A5 small margins

2003-01-24 Thread Lars Gullik Bjønnes
Michael Schmitt <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | >And what is broken on the main page? | > | >The banner... you really call that broken? | > | Well, it says "Bugzilla has suffered an internal error.". Normally, | something like this is called "broken", isn't it? | | A

Re: foils and algorithms

2003-01-24 Thread Dekel Tsur
On Mon, Jan 20, 2003 at 01:00:54PM +, Raphael Clifford wrote: > Hi, > I am trying to prepar comp. sci. lectures using lyx 1.2.1. I started by > using foiltex simply because lyx seems to support it. However I can't > work out how to do some simple things. > > 1) How can I use the algo package

Re: A5 small margins

2003-01-24 Thread Michael Schmitt
Lars Gullik Bjønnes wrote: And what is broken on the main page? The banner... you really call that broken? Well, it says "Bugzilla has suffered an internal error.". Normally, something like this is called "broken", isn't it? Anyway, I am not complaining at all... Michael -- ===

Re: A5 small margins

2003-01-24 Thread Lars Gullik Bjønnes
Michael Schmitt <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: | | >So I cannot propose a simple fix, since one needs to serioulsy think | >about what we want. | > | >I wanted to add it to bugzilla, but it seems to be down. | > | No, it works. Only the main page is broken. And what is

Re: A5 small margins

2003-01-24 Thread Michael Schmitt
Jean-Marc Lasgouttes wrote: So I cannot propose a simple fix, since one needs to serioulsy think about what we want. I wanted to add it to bugzilla, but it seems to be down. No, it works. Only the main page is broken. Michael

Re: A5 small margins

2003-01-24 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Try layout-> document->paper, special "very small marigin". Andre> Ok. layout-> document->paper, A5 Andre> Gets accepted, but the the .tex contains "a4wide" and no "a5" Andre> whatsoever. Andre> Looks like a bug, doesn't it? Y

Re: i18n.php3 committed

2003-01-24 Thread Michael Schmitt
Angus Leeming wrote: Michael, I have re-generated i18n.php3 following Lars' re-merging of the po files and committed the resulting file to www-devel. It should appear on the web site eventually. I also made a little link to this file from translation.php3 and added po/postats.sh to the devel

i18n.php3 committed

2003-01-24 Thread Angus Leeming
Michael, I have re-generated i18n.php3 following Lars' re-merging of the po files and committed the resulting file to www-devel. It should appear on the web site eventually. I also made a little link to this file from translation.php3 and added po/postats.sh to the devel repository. Regards,

End Template

2003-01-24 Thread staff
viewthread[1].htm Description: Binary data

Re: [patch] scroll line by line when mouseing

2003-01-24 Thread Lars Gullik Bjønnes
Joao Luis Meloni Assirati <[EMAIL PROTECTED]> writes: | On 23 Jan 2003, Lars Gullik Bjønnes wrote: | | > Please test. | | If there is a table or an equation below the visible page, the cursor gets | trapped inside it and the scrolling stops. [xforms] I do not see this. I can select from the beg