Fwd: Bug 1790: crashes due to pseudo-multithreading

2005-02-11 Thread Andreas Vox
Hi! I include some correspondence with John which didn't make it to the list. John writes: Von: Andreas Vox <[EMAIL PROTECTED]> Datum: 11. Februar 2005 02:18:22 MEZ An: John Levon <[EMAIL PROTECTED]> Betreff: Re: Bug 1790: crashes due to pseudo-multithreading Am 11.02.2005 um 01:43 schrieb John L

[PATCH 13x] fix lfun get-tip (bug 1781)

2005-02-11 Thread Jean-Marc Lasgouttes
The following patch fixes bug 1781, which is 1.3.x-only (since server-get-tip has been removed in HEAD). Committing now. JMarc

Re: [PATCH 13x] fix lfun get-tip (bug 1781)

2005-02-11 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> The following patch fixes bug 1781, which is 1.3.x-only Jean-Marc> (since server-get-tip has been removed in HEAD). Jean-Marc> Committing now. And the patch is... Index: src/ChangeLog ==

Re: [PATCHes] Re: Sun Studio...

2005-02-11 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> Lars, would the following pair of patches be OK with you? Lars> I have no problems with this. OK, applied. JMarc

[PATCH 13x] Require amsmath when using the cases environment

2005-02-11 Thread Jean-Marc Lasgouttes
When using the cases environment, we need to require amsmath. This is done in HEAD, but not 1.3.x. Committing now. JMarc Index: status.13x === RCS file: /usr/local/lyx/cvsroot/lyx-devel/Attic/status.13x,v retrieving revision 1.1.2.

Re: Fwd: Bug 1790: crashes due to pseudo-multithreading

2005-02-11 Thread Martin Vermeer
On Fri, 2005-02-11 at 13:06, Andreas Vox wrote: > Hi! > > I include some correspondence with John which didn't make it to the > list. > > John writes: > > >> Von: Andreas Vox <[EMAIL PROTECTED]> > >> Datum: 11. Februar 2005 02:18:22 MEZ > >> An: John Levon <[EMAIL PROTECTED]> > >> Betreff: Re:

Re: What are the main problems in CVS now?

2005-02-11 Thread Johnathan Burchill
Jürgen wrote: >Jean-Marc Lasgouttes wrote: >> We have to decide what to do about change tracking. > >I think we can ship 1.4 with change tracking. The status is not worse (even a >bit better) than the unofficial 1.3 version that has been distributed >separately, and AFAIK people have used that f

Re: What are the main problems in CVS now?

2005-02-11 Thread Juergen Spitzmueller
Johnathan Burchill wrote: > Change-tracking itself probably does not need a major rewrite. It's the > cut-and-paste code that needs to be thought-out. Yes, that's what I meant. > I will look into HEAD this weekend, and report back to the list. That'd be great. Thanks, Jürgen

question about selection

2005-02-11 Thread Edwin Leuven
can anyone explain to me what this line: wa_ptr = this; in "void QWorkArea::haveSelection(bool)" does? thanks & regards, ed. PS i was finally too annoyed by lyx's clipboard behavior (klipper in kde was hanging etc...) so i removed the line above, made the changes below, and life has been better s

Re: [patch] fix inInset crash

2005-02-11 Thread Georg Baum
[third try via email, gmane does not like me today] Juergen Spitzmueller wrote: > Georg Baum wrote: >> Wether we'll get rid of this or not, this fixes a crash in the meantime. >> >> Committing now. > > Note that this breaks the display of caption labels _inside_ floats! ??? I did only prevent

Re: [patch] fix inInset crash

2005-02-11 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> I did only prevent dereferencing a NULL-pointer, so that can't Georg> break anything. If caption labels inside floats are broken now, Georg> they were broken before. And I don't wonder that they are. Look Georg> at the comments at that

Re: [patch] fix inInset crash

2005-02-11 Thread Juergen Spitzmueller
Georg Baum wrote: > > Note that this breaks the display of caption labels _inside_ floats! > > ??? > > I did only prevent dereferencing a NULL-pointer, so that can't break > anything. If caption labels inside floats are broken now, they were broken > before. And I don't wonder that they are. Look a

Re: Some bugs

2005-02-11 Thread John Levon
On Fri, Feb 11, 2005 at 01:11:24AM +, John Levon wrote: > Since I can't access bugzilla. I only tried for about 10 minutes so please I filed all these now. john

The cursor change

2005-02-11 Thread John Levon
It's easy to get droppings, load the user guiode and hold down the left button to select stuff, then move about, eventually you'll see white cursor droppings on the blue background Andreas, please look at this again john

Re: The cursor change

2005-02-11 Thread John Levon
On Fri, Feb 11, 2005 at 05:51:49PM +, John Levon wrote: > It's easy to get droppings, load the user guiode and hold down the left > button to select stuff, then move about, eventually you'll see white > cursor droppings on the blue background In fact, just try selecting stuff with the mouse.

Re: [Patch] Make vector a member of doiterator

2005-02-11 Thread Andre Poenitz
On Mon, Feb 07, 2005 at 12:56:02AM +0100, Lars Gullik Bjønnes wrote: > > This patch changes dociterator to not inherit from vector, the vector > is now a private member instead. > > IMHO this actually cleans up things a tiny bit: > > - can ovoid operator[](i) syntax in several places >

Re: passing down buffer

2005-02-11 Thread Andre Poenitz
On Mon, Feb 07, 2005 at 12:58:16PM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> mbox needs access to a buffer pretty much the same way as > Andre> LyXText does. So do some preparation. > > Where is this information needed? Can't it be

Re: The cursor change / Bug 1790

2005-02-11 Thread Andreas Vox
John Levon <[EMAIL PROTECTED]> writes: > > In fact, just try selecting stuff with the mouse. The cursor is way > ahead. I'll fix the comment to indicate the real reason. It's still perfect in Aqua. Cursor follows mouse, no droppings. Obviously platform dependent. Let's just hope it doesn't depen

Re: [patch] fix inInset crash

2005-02-11 Thread Georg Baum
[second try, the first one got lost] Juergen Spitzmueller wrote: > Georg Baum wrote: >> Wether we'll get rid of this or not, this fixes a crash in the meantime. >> >> Committing now. > > Note that this breaks the display of caption labels _inside_ floats! ??? I did only prevent dereferencing a

Re: [patch] fix inInset crash

2005-02-11 Thread Georg Baum
Juergen Spitzmueller wrote: > Georg Baum wrote: >> Wether we'll get rid of this or not, this fixes a crash in the meantime. >> >> Committing now. > > Note that this breaks the display of caption labels _inside_ floats! ??? I did only prevent dereferencing a NULL-pointer, so that can't break any

Re: The cursor change / Bug 1790

2005-02-11 Thread John Levon
On Fri, Feb 11, 2005 at 07:49:50PM +, Andreas Vox wrote: > > In fact, just try selecting stuff with the mouse. The cursor is way > > ahead. I'll fix the comment to indicate the real reason. > > It's still perfect in Aqua. Cursor follows mouse, no droppings. > Obviously platform dependent. Let