Re: [PATCH] BibTeX annotation support

2005-03-20 Thread Eitan Frachtenberg
> Hi, Eitan.The entry in blanket-permissions.txt would currently appear as: > > Eitan > See lyx-devel list message entitled "BibTeX annotation support" of 18 > March 2005. > > I think it would be better if you had a family name. (Rather, it would be > better if you told us what your family

Re: [PATCH] BibTeX annotation support

2005-03-20 Thread Angus Leeming
Eitan Frachtenberg wrote: > Hi Angus. > I've resubscribed to the list with my latest email account. Please use > this email address on the blanket file (sky8an () gmail ! com), which > actually does show my family name (Frachtenberg). Thanks, > --Eitan. Got it. Thanks, Eitan. -- Angus

Re: The LyX licence

2005-03-20 Thread Juergen Spitzmueller
Am Samstag, 19. März 2005 18:21 schrieb Angus Leeming: > Wißt du, warum Ihr guter Ehemann nicht geantwortet > hat? _Weißt_ du, warum _dein_ _geschätzter_ Ehemann (or better: Gatte) noch nicht geantwortet hat? Jürgen

Re: The LyX licence

2005-03-20 Thread Angus Leeming
Juergen Spitzmueller wrote: > Am Samstag, 19. März 2005 18:21 schrieb Angus Leeming: >> Wißt du, warum Ihr guter Ehemann nicht geantwortet >> hat? > > _Weißt_ du, warum _dein_ _geschätzter_ Ehemann (or better: Gatte) noch > nicht geantwortet hat? Ach. Vielen Dank. -- Angus

Re: The LyX License

2005-03-20 Thread Andre Poenitz
On Sat, Mar 19, 2005 at 06:47:25PM +, Angus Leeming wrote: > >> And I am still interested why I should sign not just GPL v2 (which is > >> just fine) but also any following version including the one that says > >> that FooBar Inc owns all my code. > > > > For convenience. > > Even less exciti

Re: math madness with double underlining

2005-03-20 Thread Andre Poenitz
On Fri, Mar 18, 2005 at 11:56:10PM +0100, Helge Hafting wrote: > On Fri, Mar 18, 2005 at 11:49:58PM +0100, Helge Hafting wrote: > > I have a table where the cells consist of single digits, > > sometimes with an underbar or two. The ones that need > > one underbar use underlining of normal text. Th

Re: The LyX License

2005-03-20 Thread Angus Leeming
Andre Poenitz wrote: > On Sat, Mar 19, 2005 at 06:47:25PM +, Angus Leeming wrote: >> >> And I am still interested why I should sign not just GPL v2 (which is >> >> just fine) but also any following version including the one that says >> >> that FooBar Inc owns all my code. >> > >> > For conve

Re: [Patch] More GTK Document dialog

2005-03-20 Thread Angus Leeming
John Spray wrote: > > I've now done Page, Margin, and Language tabs of the gtk document > dialog: attached. > > John Looks good. Minor nits: Add an extra 'const': char const * const encodings[] = ... Hmmm // Be a cheesy bastard, for the moment bc().valid(); I thought the lett

Re: Table selection crash

2005-03-20 Thread Alfredo Braunstein
Juergen Spitzmueller wrote: > Martin Vermeer wrote: >> I think I know where the problem is, not how to fix it :-( > > Me too. It seems that MOUSE_MOTION moves inside nested insets despite of > > // only accept motions to places not deeper nested than the real anchor > if (bvcur.anchor_.hasPart(c

Re: [Patch] More GTK Document dialog

2005-03-20 Thread John Spray
On Sun, 2005-03-20 at 12:42 +, Angus Leeming wrote: > Add an extra 'const': > char const * const encodings[] = ... Done. Someone might want to do the same for QDocument.C, since that's where I ripped it from (I can only commit to gtk directory). > Hmmm > // Be a cheesy bastard, fo

Re: Defining new file formats

2005-03-20 Thread Georg Baum
Am Samstag, 19. März 2005 20:40 schrieb Johan Ingvast: > Hi > I sent this consern to the users some days ago but did not get any > response. So, I hope it fits into the devel list better. I must have missed your post on the users list. > So I tried to define a file format and some converters. Th

Re: Lyx-1.4cvs: label inserted inside ERT

2005-03-20 Thread Georg Baum
Am Samstag, 19. März 2005 18:59 schrieb Angus Leeming: > Georg Baum wrote: > > > Helge Hafting wrote: > > > >> One can normally not insert a label inside ERT, as most of the toolbar > >> goes gray when entering an ERT. It is possible another way though: > >> > >> 1. Insert a label. Type somet

Re: [Patch] More GTK Document dialog

2005-03-20 Thread Martin Vermeer
On Sun, Mar 20, 2005 at 01:02:43PM +, John Spray wrote: > On Sun, 2005-03-20 at 12:42 +, Angus Leeming wrote: > > Add an extra 'const': > > char const * const encodings[] = ... > Done. Someone might want to do the same for QDocument.C, since that's > where I ripped it from (I can only comm

Re: [Patch] More GTK Document dialog

2005-03-20 Thread John Spray
On Sun, 2005-03-20 at 15:10 +0200, Martin Vermeer wrote: > On Sun, Mar 20, 2005 at 01:02:43PM +, John Spray wrote: > > On Sun, 2005-03-20 at 12:42 +, Angus Leeming wrote: > > > Add an extra 'const': > > > char const * const encodings[] = ... > > Done. Someone might want to do the same for

Wiki: Tips on file manager to use with the wiki?

2005-03-20 Thread chr
Hi The wiki's functionality for managing files isn't great, so I'm thinking of installing a separate "file manager" that would let us upload files and perform simple operations on them. Since the wiki is written in PhP and this is available on the server, the file manager should also be based on

[patch] cosmetic fix to table selection

2005-03-20 Thread Alfredo Braunstein
Shows as a disalignement for instance in selections of nested tables. Alfredo Index: insets/insettabular.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettabular.C,v retrieving revision 1.457 diff -u -p -u -r1.457 inse

Re: Table selection crash

2005-03-20 Thread Martin Vermeer
On Sun, Mar 20, 2005 at 01:48:08PM +0100, Alfredo Braunstein wrote: > Juergen Spitzmueller wrote: > > > Martin Vermeer wrote: > >> I think I know where the problem is, not how to fix it :-( > > > > Me too. It seems that MOUSE_MOTION moves inside nested insets despite of > > > > // only accept mo

Re: [Patch] More GTK Document dialog

2005-03-20 Thread Martin Vermeer
On Sun, Mar 20, 2005 at 01:15:46PM +, John Spray wrote: > On Sun, 2005-03-20 at 15:10 +0200, Martin Vermeer wrote: > > > > Hmmm... is there a way to _include_ things like this between frontends, > > rather than _copy_ them? > > In this particular case, the list is slightly different between >

Re: Table selection crash

2005-03-20 Thread Juergen Spitzmueller
Alfredo Braunstein wrote: > I attach a tentative solution (make setPos not descend), tested only > once ;-). Feedback greatly appreciated Works fine here too. Jürgen

Re: The LyX License

2005-03-20 Thread Kayvan A. Sylvan
On Sat, Mar 19, 2005 at 08:47:28PM +0100, Andre Poenitz wrote: > > But so far IT has seen quite a couple of guys jumping from good to bad > to in-between and the other way round (IBM, SCO, MS, ...) and there is > no guarantee that the FSF won't sell there ideals or will be forced to > do so to Foo

[patch] gtk scrolling loop

2005-03-20 Thread Alfredo Braunstein
The following patch eliminates the infinite loop while scrolling in the gtk frontend. It introduces a flag to eliminate reentrance between onScroll and setScrollbarParameters. Is not that I'm really able to follow al the signals whereabouts, but this seems to work. Current impressions with the gtk

[patch] cosmetics: change tracker strikeout

2005-03-20 Thread Juergen Spitzmueller
The striking-out line for erased text is misplaced in the first row of the main text, since this also includes the top margin, which is not honoured by the strikeout calculation. The attached patch fixes it. The offset is still there for headings, if they are not in the first row. The labeladdo

Re: [patch] gtk scrolling loop

2005-03-20 Thread John Spray
On Sun, 2005-03-20 at 17:14 +0100, Alfredo Braunstein wrote: > The following patch eliminates the infinite loop while scrolling in the gtk > frontend. It introduces a flag to eliminate reentrance between onScroll and > setScrollbarParameters. Is not that I'm really able to follow al the > signals w

Re: [patch] gtk scrolling loop

2005-03-20 Thread Alfredo Braunstein
John Spray wrote: > Works for me too, once I added the "bool adjusting_" member to the > header. I'll commit it later if you don't. Thanks! I've just commited it, thanks. >> Current impressions with the gtk frontend: very slow, and crashed in >> 0x00262809 in XftGlyphExtents () from /usr/X11R6

Re: Lyx-1.4cvs: label inserted inside ERT

2005-03-20 Thread Angus Leeming
Georg Baum wrote: >> If I may misquote our UI guru (let's call him John L.), "modal dialogs >> suck". Apparently. John can probably provide references to appropriately >> important web pages to back up my (mis)quoting. > > OK, but LyX does not seem to be ready to use non-modal inset dialogs. In >

Re: [Patch] More GTK Document dialog

2005-03-20 Thread Angus Leeming
Martin Vermeer wrote: > On Sun, Mar 20, 2005 at 01:02:43PM +, John Spray wrote: >> On Sun, 2005-03-20 at 12:42 +, Angus Leeming wrote: >> > Add an extra 'const': >> > char const * const encodings[] = ... >> Done. Someone might want to do the same for QDocument.C, since that's >> where I r

Re: Table selection crash

2005-03-20 Thread Andre Poenitz
On Sun, Mar 20, 2005 at 03:47:59PM +0100, Juergen Spitzmueller wrote: > Alfredo Braunstein wrote: > > I attach a tentative solution (make setPos not descend), tested only > > once ;-). Feedback greatly appreciated > > Works fine here too. In such cases please also check whether it works with a ma

Re: math madness with double underlining

2005-03-20 Thread Helge Hafting
On Sat, Mar 19, 2005 at 08:06:17AM +0100, Andre Poenitz wrote: > On Fri, Mar 18, 2005 at 11:56:10PM +0100, Helge Hafting wrote: > > On Fri, Mar 18, 2005 at 11:49:58PM +0100, Helge Hafting wrote: > > > I have a table where the cells consist of single digits, > > > sometimes with an underbar or two.

Re: Table selection crash

2005-03-20 Thread Juergen Spitzmueller
Andre Poenitz wrote: > So a good check is always math-in-math-in-note-in-table-in-table.  If > something works in this scenario it is fairly safe to assume it works > everywhere. This works too. Jürgen

Re: math madness with double underlining

2005-03-20 Thread Martin Vermeer
On Sun, 2005-03-20 at 23:58, Helge Hafting wrote: > On Sat, Mar 19, 2005 at 08:06:17AM +0100, Andre Poenitz wrote: > > On Fri, Mar 18, 2005 at 11:56:10PM +0100, Helge Hafting wrote: > > > On Fri, Mar 18, 2005 at 11:49:58PM +0100, Helge Hafting wrote: > > > > I have a table where the cells consist o