Re: help debugging CoordBranch

2004-11-19 Thread Alfredo Braunstein
Hummpff Jean-Marc. Check line numbers in rowpainter.C: this backtrace is from HEAD, not CoordBranch. Alfredo Jean-Marc Lasgouttes wrote: > #7 0x0816a3f8 in Point (this=0xbfffde98, x=555, y=18953) at > #coordcache.h:29 > #8 0x0816982b in CoordCacheBase::add(InsetBase const*, int, > #int) ( >

Re: help debugging CoordBranch

2004-11-19 Thread Alfredo Braunstein
Jean-Marc Lasgouttes wrote: > Alfredo> This is important. I don't understand why could we be drawing > Alfredo> at such large coordinates. Are you sure this is coordbranch? > Alfredo> [btw, you don't happend to have a > 4000 pixels high monitor, > Alfredo> do you?] > > I updated CoordBranch, rebu

Re: [PATCH] Bug 1739: The optional argument inset does not propagate the NeedProtect flag

2004-11-19 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I applied it, along with a small Customization.lyx update. Good. I have applied the corresponding memoir code. Jürgen

Re: [PATCH] Bug 1739: The optional argument inset does not propagate the NeedProtect flag

2004-11-19 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> This looks just like the right thing. Works very well with Juergen> memoir. The only improvement I could think of is to indicate Juergen> the number in the inset's label ("Opt1", "Opt2"), but this Juergen> would certainly

Re: [PATCH] Bug 1739: The optional argument inset does not propagate the NeedProtect flag

2004-11-19 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> > > writes: > > Jean-Marc> Could you try the following quick and dirty patch? It > Jean-Marc> should do the right thing it you set the number of optargs > Jean-Marc> in memoir layouts to more than one.

Re: [PATCH] Bug 1739: The optional argument inset does not propagate the NeedProtect flag

2004-11-19 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: Jean-Marc> Does it work as you intend? >> Juergen, did you test this patch? Juergen> Not yet, but I'll do it soon. I have been away for some days. Juergen> I am just checking the changes in m

[patch] qt gluelength validator

2004-11-19 Thread Juergen Spitzmueller
The attached patch adds a glue length validator to qt/lengthvalidator and uses it in QVSpace (this is related to bug . More dialogs to come. Comments? Jürgen Index: QVSpace.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/fronte

Re: [patch] gbox

2004-11-19 Thread Jean-Marc Lasgouttes
> "John" == John Spray <[EMAIL PROTECTED]> writes: John> Hmm. Is comparing an "unsigned int" with an "unsigned long int" John> going to screw things up, or will the compiler handle it? I John> don't have any experience of these issues. Well, in practice, I doubt that this really matters. Usin

Re: [PATCH] Bug 1739: The optional argument inset does not propagate the NeedProtect flag

2004-11-19 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Jean-Marc> Does it work as you intend? > > Juergen, did you test this patch? Not yet, but I'll do it soon. I have been away for some days. I am just checking the changes in my tree, sending some patches, and then I will apply your patch to it. Jürgen

Re: [patch] gbox

2004-11-19 Thread John Spray
On Fri, 2004-11-19 at 13:49, Jean-Marc Lasgouttes wrote: > >From the gtk-- reference, it seems that the right type is > GTK::ListStore::Children::size_type, but I understand this is wordy. > > Actually, it makes a big difference in the rest of LyX since > std::size_type is not unsigned int on 64b

Re: [PATCH] Bug 1739: The optional argument inset does not propagate the NeedProtect flag

2004-11-19 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Here is a better patch to try, with proper changelog Jean-Marc> entries and the two bugs I mentionned fixed. You will have Jean-Marc> to modify memoir.layout to make it work, of course. Jean-Marc> Does it work as you

Re: [patch] gbox

2004-11-19 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> The attached patch shuts up a few compiler warnings. John, Juergen> please have a look. I didn't test this very much. I do not like much lines like: - for (int j = 0; j < heightunitscombo_->get_model()->c

Re: [patch] gbox

2004-11-19 Thread John Spray
On Fri, 2004-11-19 at 13:28, Juergen Spitzmueller wrote: > The attached patch shuts up a few compiler warnings. John, please have a > look. > I didn't test this very much. Looks good to me. Thanks, I was planning to come back to those warnings at some point but now I don't have to :-) John

[patch] gbox

2004-11-19 Thread Juergen Spitzmueller
The attached patch shuts up a few compiler warnings. John, please have a look. I didn't test this very much. Regards, Jürgen Index: GBox.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/gtk/GBox.C,v retrieving revision

Re: LGT/Qt at last on the web site...

2004-11-19 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: Uwe> p.s. Is there a reason, why LyX's graphical tour is still from Uwe> 1999. I remember, that somebody reworked this using LyXQt. Jean-Marc> I finally decided to make the L

Re: help debugging CoordBranch

2004-11-19 Thread Jean-Marc Lasgouttes
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes: Alfredo> This is important. I don't understand why could we be drawing Alfredo> at such large coordinates. Are you sure this is coordbranch? Alfredo> [btw, you don't happend to have a > 4000 pixels high monitor, Alfredo> do you?] I

Re: help debugging CoordBranch

2004-11-19 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > Jean-Marc Lasgouttes wrote: > >> I took a quick look at CoordBranch and it seems to work well. I found >> a few bugs that happen to be in HEAD too, but seems to be related to >> what you are doing. >> >> - load Tutorial; Ctrl-End ==> crash >> >> Assertion triggered

Re: ftp.lyx.org/pub/lyx proposal

2004-11-19 Thread Jose' Matos
On Friday 19 November 2004 11:51, Jean-Marc Lasgouttes wrote: > I did the reorganisation as you suggested except that I kept an empty > devel/ directory with a readme indicating that it may contain > prereleases. That is fair. Thanks. > Thanks. > > JMarc -- José Abílio

Re: ftp.lyx.org/pub/lyx proposal

2004-11-19 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: Jose'> Hello, this is the update proposal after merging all Jose'> suggestions: I did the reorganisation as you suggested except that I kept an empty devel/ directory with a readme indicating that it may contain prereleases. Thanks. JMarc

Re: LGT/Qt at last on the web site...

2004-11-19 Thread Jean-Marc Lasgouttes
Of course it is not "at least" on the web site, but "at last". JMarc

LGT/Qt at least on the web site...

2004-11-19 Thread Jean-Marc Lasgouttes
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: Uwe> p.s. Is there a reason, why LyX's graphical tour is still from Uwe> 1999. I remember, that somebody reworked this using LyXQt. I finally decided to make the LyX/Qt graphical tour available (how nice of me! sorry Juergen for waiting sooo lo

Re: [PATCH] get rid of Paragraph::isWord

2004-11-19 Thread Alfredo Braunstein
Jean-Marc Lasgouttes wrote: > You did that to what code? The spellchecker or lyxfind? Good question, I totally confused the two. lyxfind I guess. ;-) > The problem is that this code does not use the dispatch mechanism, but > direct calls to the kernel. Aha! That's the problem ;-) Well then jus

Re: [PATCH] get rid of Paragraph::isWord

2004-11-19 Thread Jean-Marc Lasgouttes
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes: Alfredo> Jean-Marc Lasgouttes wrote: >> One remaining bug (which already existed) is that the first word is >> always skipped. Actually, I feel that spellcheck should always do >> the whole document instead of starting from cursor.