Re: [patch] Re: Mac speed, profiling

2005-12-13 Thread Martin Vermeer
On Tue, Dec 13, 2005 at 06:08:52PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > Martin> The width querying is mostly from redoParagraph too, I > Martin> suspect. > > It seems that the rows we build at this point should remember the > positio

http://www.lyx.org/sourcedoc/

2005-12-13 Thread Angus Leeming
I see that it hasn't been updated since July 2003... Couldn't a cron job be set up to update it every night? Also, shouldn't the web page be moved to http://www.lyx.org/devel/sourcedoc/ ? -- Angus

Re: LyX1.3.7pre4 on win95/98

2005-12-13 Thread Luis Rivera
Angus Leeming <[EMAIL PROTECTED]> writes: > > It's done. See http://wiki.lyx.org/pmwiki.php/Windows/LyX137pre > Indeed you beated me!!! I was just going to see where I left... I'll try the pre5 this afternoon, and see what happens... cheers, luis.

Re: [patch] Re: Mac speed, profiling

2005-12-13 Thread Martin Vermeer
On Tue, Dec 13, 2005 at 06:08:52PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Ah yes of course. Is there a way to suppress this? What I see > Martin> is that always another call to redoParagraph seems to follow, > Martin> from Buff

Re: [patch] Re: Mac speed, profiling

2005-12-13 Thread Bennett Helm
On Dec 13, 2005, at 9:45 AM, Jean-Marc Lasgouttes wrote: It would be nice too to have a completely developed shark tree (so that we can see what happens in places other than text painting). OK -- I think I've done it properly this time. You can get it here:

Contribution to LyX

2005-12-13 Thread Alex
Dear Community, My contributions to LyX should be licensed under the terms of the: Gnu General Public License (GPL) version 2 or later. Please use them accordingly. -- Best regards, Alexmailto:[EMAIL PROTECTED] Tuesday, December 13, 2005, 5:50:41 PM, amit te irtal:

Re: [patch] Re: LyX startup times, was: Re: Forget Windows

2005-12-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> But what is the delay caused by. Not everyone sees it. Is it the Lars> sheer number of fonts, or is it that some fonts are missing? I think that this patch always makes sense, irrespectively of whether we manage to improve this

Re: [patch] Re: Mac speed, profiling

2005-12-13 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Ah yes of course. Is there a way to suppress this? What I see Martin> is that always another call to redoParagraph seems to follow, Martin> from BufferView::Pimpl::metrics. My feeling is that one of Martin> them is superfluous.

Re: Update for the hungarian .po

2005-12-13 Thread Jean-Marc Lasgouttes
> "Alex" == Alex <[EMAIL PROTECTED]> writes: Alex> Dear Jean-Marc, Here, I have an update for the .po file. (for Alex> 1.3.7) It contains some cleanup and only a few new strings. I Alex> have corrected all the menu accelerators for Qt. I applied it, thanks. Could you send a short note to th

Re: [patch] Re: Mac speed, profiling

2005-12-13 Thread Martin Vermeer
On Tue, 2005-12-13 at 17:03 +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > >> TransManager::TranslateAndInsert(char, LyXText*) (lyx) > > Martin> The last one is fascinating. Inside the code it says: > > Note that this part of the tree is col

Re: [patch] Re: Mac speed, profiling

2005-12-13 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: >> TransManager::TranslateAndInsert(char, LyXText*) (lyx) Martin> The last one is fascinating. Inside the code it says: Note that this part of the tree is collapsed. Probably TranslateAndInsert triggers lots of other things. Actually,

Re: [patch] Re: Mac speed, profiling

2005-12-13 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Dec 13, 2005, at 5:04 AM, Jean-Marc Lasgouttes wrote: >> Bennett, as I wrote before, a Shark output on a binary compiled >> _without_ profile information (and a Qt without profile >> information) would give a better idea of wh

Re: [patch] Re: Mac speed, profiling

2005-12-13 Thread Bennett Helm
On Dec 13, 2005, at 5:04 AM, Jean-Marc Lasgouttes wrote: Bennett, as I wrote before, a Shark output on a binary compiled _without_ profile information (and a Qt without profile information) would give a better idea of what happens. I'm compiling now, but just to be sure (since it'll take a few

Re: [patch] Re: Mac speed, profiling

2005-12-13 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | I say we have a good hard look at TransManager::TranslateAndInsert | now :-) I say we wait. -- Lgb

Re: [Bug] Tex2lyx produced file not readable

2005-12-13 Thread Georg Baum
Abdel wrote: > Hello, > > I think I found a bug in the latest version of Tex2lyx for windows. I am > using lyx-1.3.7pre5 for windows (XP). > Here is the corresponding latex file (generated with OpenOffice, > Writer2latex41 and Jex) This is only an excerpt that converts fine if the missi

Re: LyX installed in Windows XP but cannot start LyX

2005-12-13 Thread Angus Leeming
Zhiqing Zhang wrote: > Hi, I have just installed a french version of LyX under > Windows XP. But when I try to start it, I got the following > error message: > > LyX n'a pas pu trouver les descriptions des environnements! > > Vérifiez que le fichier <> est installé > correctement. > > What shou

Re: [patch] Re: Mac speed, profiling

2005-12-13 Thread Martin Vermeer
On Tue, 2005-12-13 at 11:04 +0100, Jean-Marc Lasgouttes wrote: > > "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: > > Bennett> Finally, I applied the patch to the version of lyx compiled > Bennett> with gcc-3.3 with profiling info, ran Shark (in the same way > Bennett> I did before), a

LyX installed in Windows XP but cannot start LyX

2005-12-13 Thread Zhiqing Zhang
Hi, I have just installed a french version of LyX under Windows XP. But when I try to start it, I got the following error message: LyX n'a pas pu trouver les descriptions des environnements! Vérifiez que le fichier <> est installé correctement. What should I do in this case? Many thanks in

Re: [patch] Re: Mac speed, profiling

2005-12-13 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> Finally, I applied the patch to the version of lyx compiled Bennett> with gcc-3.3 with profiling info, ran Shark (in the same way Bennett> I did before), and placed the report here: Bennett> benn