Re: Status.15x update

2006-11-29 Thread Kornel Benko
Am Mittwoch, 29. November 2006 16:02 schrieb Bennett Helm: > > > > This is fixed now. I reused the former solution in rowpainter.C but   > > now this is done automatically on-the-fly. > > Works for me. Thanks! > For me too. However, multiple moving page up, page down, and then using slider I had

Re: Status.15x update

2006-11-29 Thread Bennett Helm
On Nov 29, 2006, at 9:10 AM, Abdelrazak Younes wrote: Abdelrazak Younes wrote: Kornel Benko wrote: Am Dienstag, 28. November 2006 16:20 schrieb Abdelrazak Younes: Abdelrazak Younes wrote: Bennett Helm wrote: 2. Crash: load User's Guide. Page down to the bottom, then page up several times.

Re: Status.15x update

2006-11-29 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Kornel Benko wrote: Am Dienstag, 28. November 2006 16:20 schrieb Abdelrazak Younes: Abdelrazak Younes wrote: Bennett Helm wrote: 2. Crash: load User's Guide. Page down to the bottom, then page up several times. LyX crashes. Here's the backtrace: This is because I did

Re: Status.15x update

2006-11-28 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Anyway, I came up with the conclusion that returning a Abdelrazak> bool is the less risky change for now as it won't affect Abdelrazak> the code that does not make use of it. Additionally, I Abdelrazak> would like to s

Re: Status.15x update

2006-11-28 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> * InsetBase and all derivates: - metrics(MetricsInfo & mi, Abdelrazak> Dimension & dim) now returns a bool (true if metrics Abdelrazak> changed). All these changes make me wonder whether the c

Re: Status.15x update

2006-11-28 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> * InsetBase and all derivates: - metrics(MetricsInfo & mi, Abdelrazak> Dimension & dim) now returns a bool (true if metrics Abdelrazak> changed). All these changes make me wonder whether the caller could test by itsel

Re: Status.15x update

2006-11-28 Thread Abdelrazak Younes
Kornel Benko wrote: Am Dienstag, 28. November 2006 16:20 schrieb Abdelrazak Younes: Abdelrazak Younes wrote: Bennett Helm wrote: 2. Crash: load User's Guide. Page down to the bottom, then page up several times. LyX crashes. Here's the backtrace: This is because I did not take into account pot

Re: Status.15x update

2006-11-28 Thread Kornel Benko
Am Dienstag, 28. November 2006 16:20 schrieb Abdelrazak Younes: > Abdelrazak Younes wrote: > > Bennett Helm wrote: > > > >> 2. Crash: load User's Guide. Page down to the bottom, then page up > >> several times. LyX crashes. Here's the backtrace: > > > > This is because I did not take into accoun

Re: Status.15x update

2006-11-27 Thread Abdelrazak Younes
Bennett Helm wrote: 2. Crash: load User's Guide. Page down to the bottom, then page up several times. LyX crashes. Here's the backtrace: This is because I did not take into account potential changed graphics height in redoParagraph(). You know, when the graphics is changed from "Not open" to

Re: Status.15x update

2006-11-27 Thread Georg Baum
Bennett Helm wrote: > LyX: Unknown tag `\converter_cache_maxage15552000' [around line 54 of > file ] That was a typo of me, it is fixed now (but you need to insert a space before the number by hand if the error message should go away). What I do not understand is why this got written at all to th

Re: Status.15x update

2006-11-27 Thread Bennett Helm
On Nov 27, 2006, at 11:24 AM, Abdelrazak Younes wrote: Please, send a patch to Status15.x if you cannot commit it yourself. Attached. I haven't changed anything on the speed issues yet because I originally reported them with PPC Mac, and I haven't yet had a chance to double-check it on PPC

Re: Status.15x update

2006-11-27 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Bennett Helm wrote: On Nov 26, 2006, at 5:58 AM, Michael Gerz wrote: Hi everybody, I just cleaned up Status.15x and marked a few bugs are resolved. Probably, more bugs have been fixed in the meantime. Please have a look at Status.15x. What is the current status re

Re: Status.15x update

2006-11-27 Thread Abdelrazak Younes
Bennett Helm wrote: On Nov 26, 2006, at 5:58 AM, Michael Gerz wrote: Hi everybody, I just cleaned up Status.15x and marked a few bugs are resolved. Probably, more bugs have been fixed in the meantime. Please have a look at Status.15x. What is the current status regarding painting, especial

Re: Status.15x update

2006-11-27 Thread Bennett Helm
On Nov 26, 2006, at 5:58 AM, Michael Gerz wrote: Hi everybody, I just cleaned up Status.15x and marked a few bugs are resolved. Probably, more bugs have been fixed in the meantime. Please have a look at Status.15x. What is the current status regarding painting, especially on the Mac? Ri

Re: Status.15x update

2006-11-26 Thread Georg Baum
Am Sonntag, 26. November 2006 20:20 schrieb Abdelrazak Younes: > Couldn't we use true unicode symbols instead? If we have fonts with all these symbols yes. But not all symbols of our fonts have an unicode code point (e.g. the LaTeX symbol does not have one), and even if they had you need a font

Re: Status.15x update

2006-11-26 Thread Abdelrazak Younes
Georg Baum wrote: Am Sonntag, 26. November 2006 19:07 schrieb Abdelrazak Younes: Ah? I didn't know that. Too bad, this would have been a very good explanation. The thing is that the slowness happens only when typing within the line following a big formula. I suspected that redoParagraph() migh

Re: Status.15x update

2006-11-26 Thread Georg Baum
Am Sonntag, 26. November 2006 19:07 schrieb Abdelrazak Younes: > Ah? I didn't know that. Too bad, this would have been a very good > explanation. The thing is that the slowness happens only when typing > within the line following a big formula. I suspected that > redoParagraph() might be the cul

Re: Status.15x update

2006-11-26 Thread Abdelrazak Younes
Georg Baum wrote: Am Sonntag, 26. November 2006 16:42 schrieb Abdelrazak Younes: Well, it is not related to painting on screen, that's for sure. But it might be related to font metrics calculation which is system dependent. We are caching font width for normal text for example but for math the

Re: Status.15x update

2006-11-26 Thread Georg Baum
Am Sonntag, 26. November 2006 16:42 schrieb Abdelrazak Younes: > Well, it is not related to painting on screen, that's for sure. But it > might be related to font metrics calculation which is system dependent. > We are caching font width for normal text for example but for math > there's maybe m

Re: Status.15x update

2006-11-26 Thread Abdelrazak Younes
Herbert Voss wrote: Abdelrazak Younes schrieb: nusret wrote: Hi all, Painting is not just a Mac problem, I sincerely hope that there is an easy way to fix it on Windows, too: my documents are full of math, and the rendering is extremely slow which makes Lyx essentially unusable in my case. I wo

Re: Status.15x update

2006-11-26 Thread Herbert Voss
Abdelrazak Younes schrieb: > nusret wrote: >> Hi all, >> Painting is not just a Mac problem, I sincerely hope >> that there is an easy way to fix it on Windows, too: >> my documents are full of math, and the rendering is >> extremely slow which makes Lyx essentially unusable in >> my case. I wouldn

Re: Status.15x update

2006-11-26 Thread Abdelrazak Younes
nusret wrote: --- Abdelrazak Younes <[EMAIL PROTECTED]> wrote: nusret wrote: Yes, this is known but this is not related to painting at all. If you open up your task manager you'll see that csrss.exe takes up 50/70% of the cpu. We have yet to find the reason for this phenomena. But you'll

Re: Status.15x update

2006-11-26 Thread nusret
--- Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > nusret wrote: > Yes, this is known but this is not related to > painting at all. If you > open up your task manager you'll see that csrss.exe > takes up 50/70% of > the cpu. We have yet to find the reason for this > phenomena. But you'll >

Re: Status.15x update

2006-11-26 Thread Abdelrazak Younes
Michael Gerz wrote: \ No newline at end of file + +* Copy/paste using middle mouse button inserts musical notes. + FIXED (; cannot reproduce on SuSE Linux 9.3) Good, I've fixed that long time ago but I did not have any confirmation since then. Thanks, Abdel.

Re: Status.15x update

2006-11-26 Thread Abdelrazak Younes
nusret wrote: Hi all, Painting is not just a Mac problem, I sincerely hope that there is an easy way to fix it on Windows, too: my documents are full of math, and the rendering is extremely slow which makes Lyx essentially unusable in my case. I wouldn't bother you develeopers, but just wanted to

Re: Status.15x update

2006-11-26 Thread nusret
Hi all, Painting is not just a Mac problem, I sincerely hope that there is an easy way to fix it on Windows, too: my documents are full of math, and the rendering is extremely slow which makes Lyx essentially unusable in my case. I wouldn't bother you develeopers, but just wanted to urge you fix i