Re: [PATCH] Multiple encodings in Qt

2003-01-05 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Samstag, 4. Januar 2003 22:25, John Levon wrote: > Can you make sure you have a clean tree, then apply my patch and test it > again ? You can pick it up from marc.theaimsgroup.com Done. Applied. Oh my God ... I remember again ... this is of course far better

Re: [PATCH] fix lyx2lyx bugs 761,762

2003-01-05 Thread Dekel Tsur
On Sun, Jan 05, 2003 at 03:31:58AM +, John Levon wrote: > > Look at me, I'm an elite Python hacker. > > In other words, this trivial patch seems to work for me. Comments ? It seems ok.

Re: [PATCH] fix lyx2lyx bugs 761,762

2003-01-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Look at me, I'm an elite Python hacker. | | In other words, this trivial patch seems to work for me. Comments ? the remove cursor looks ok to me. I am not so sure about the vcid removal. Have we ever had a .lyx format with those identifiers? Or is someth

Re: loving care of lyx2lyx

2003-01-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | 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 | > gu

Re: [PATCH] Multiple encodings in Qt

2003-01-05 Thread Lars Gullik Bjønnes
Kornel Benko <[EMAIL PROTECTED]> writes: | On Samstag, 4. Januar 2003 22:25, John Levon wrote: | > Can you make sure you have a clean tree, then apply my patch and test it | > again ? You can pick it up from marc.theaimsgroup.com | | Done. Applied. | | Oh my God ... I remember again ... this is

bug: qpref -- paths

2003-01-05 Thread Juergen Spitzmueller
I cannot choose a directory with the browse option of qpreferences (in paths), because the file dialog expects a file. I know that setMode( Mode DirectoryOnly ) should be set, but I'm not shure where. Regards, Jürgen.

Re: Patch for Lyx

2003-01-05 Thread Lars Gullik Bjønnes
Bruno Mathieu <[EMAIL PROTECTED]> writes: | Happy new Year, LyX Team !!! | | Here is a dirty (cut & paste ) patch for inserting the X selection as a table. | My brother needed that, maybe somone else too ? Perhaps. Thanks. But we really need the patch as well :-) And please send it to [EMAIL

Re: [PATCH] fix lyx2lyx bugs 761,762

2003-01-05 Thread John Levon
On Sun, Jan 05, 2003 at 01:17:02PM +0100, Lars Gullik Bj?nnes wrote: > the remove cursor looks ok to me. I am not so sure about the vcid > removal. Have we ever had a .lyx format with those identifiers? Or is > something that really should be ERT? I found real examples of these identifiers in he

Re: [PATCH] fix lyx2lyx bugs 761,762

2003-01-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sun, Jan 05, 2003 at 01:17:02PM +0100, Lars Gullik Bj?nnes wrote: | | > the remove cursor looks ok to me. I am not so sure about the vcid | > removal. Have we ever had a .lyx format with those identifiers? Or is | > something that really should be ERT?

[PATCH] Some trivial GUI cosmetics

2003-01-05 Thread Michael Schmitt
Hi, when translating LyX into German, I noticed some inconsistent usage of spaces, colons, capitalization, and the like. Enclosed please find a trivial patch. Please commit it. Thanks, Michael PS: I have made some additional changes to "de.po" (will sent it later). Please do not remerge the p

Re: [PATCH] Some trivial GUI cosmetics

2003-01-05 Thread John Levon
On Mon, Jan 06, 2003 at 12:33:15AM +0100, Michael Schmitt wrote: > - lyxerr[Debug::FILES] << "Log name calculated as : " << bname << endl; > + lyxerr[Debug::FILES] << "Log name calculated as: " << bname << endl; What's the point ... > - lyxerr[Debug::FONT] << " FAILED

[PATCH] More de.po updates

2003-01-05 Thread Michael Schmitt
Dear Jean-Marc, dear Hartmut, here comes a new patch for "de.po" with another 170 translations and a couple of changes to already existing translations. As usual: Please commit. I will wait for further patches until Lars remerges the po files. With your and my recent patches, there should be se

Re: bug: qpref -- paths

2003-01-05 Thread John Levon
On Sun, Jan 05, 2003 at 05:51:52PM +0100, Juergen Spitzmueller wrote: > I cannot choose a directory with the browse option of qpreferences (in paths), > because the file dialog expects a file. > I know that > setMode( Mode DirectoryOnly ) > should be set, but I'm not shure where. you need to pa

a suggestion about instant preview

2003-01-05 Thread Bo Peng
Hi, I like the instant preview feature very much but it seems awkward to me that whenever I go to a new page, the formulas (bitmaps) appear one by one along with many paragraph re-formating. What forbid us from loading the bitmaps all at once when they are generated? Will it be very slow or v