Re: [Patch] SnippetConversion for previews and DocBook

2005-02-12 Thread Chris Karakas
"Jose' Matos" <[EMAIL PROTECTED]> schrieb am 10.02.05 16:56:32: > Hi Jose', Andreas and other LyX developers, let me start by asking a favour from all: please use the word "DocBook" (case is unimportant) in the subject line whenever you post something relating to DocBook. Andreas' original po

Re: What are the main problems in CVS now?

2005-02-12 Thread Andre Poenitz
On Thu, Feb 10, 2005 at 01:06:45PM +0100, Lars Gullik Bjønnes wrote: > > It might be that I am a bit "out". > > But I see no bug problems in CVS currently. > What must be fixed for 1.4.0? > > (and bugzilla is not up to snuff...) > > I'd like all code-cleanup, feature-fixing etc to stop now and

Re: [patch] fix inInset crash

2005-02-12 Thread Andre Poenitz
On Thu, Feb 10, 2005 at 09:16:52PM +0100, Georg Baum wrote: > Wether we'll get rid of this or not, this fixes a crash in the meantime. Please add a FIXME line. Andre'

Re: What are the main problems in CVS now?

2005-02-12 Thread Andre Poenitz
On Thu, Feb 10, 2005 at 09:50:40PM +0100, Jean-Marc Lasgouttes wrote: > We agreed in Chemnitz to delay the 1.5 branch until 1.4.1 is out. I > hope this still holds... Apropos Chemnitz. Where do we go this year? Andre'

Re: Partitioning lines in matrices

2005-02-12 Thread Andre Poenitz
On Mon, Feb 07, 2005 at 07:07:30PM +0200, Martin Vermeer wrote: > So I went the whole way and implemented the horizontal line UI too. It > wasn't even difficult, and looks remarkably clean now that especially > mathed is so well organized. Could you please name it 'horizontal*', not 'hor*'. > 1)

Re: Bug: Flickering

2005-02-12 Thread Andre Poenitz
On Wed, Feb 09, 2005 at 02:04:29PM -0600, Luke Simon wrote: > The main editor pane of Lyx flickers when scrolling up or down using the > scrollbar. It really destroys the visual "polish" of this great > application. What platform, what frontend, what LyX version? Andre'

Re: [patch] bug 1598

2005-02-12 Thread Andre Poenitz
On Thu, Feb 10, 2005 at 07:41:56PM +0100, Juergen Spitzmueller wrote: > http://bugzilla.lyx.org/show_bug.cgi?id=1598 > > With the following patch (calling cur.normalize() in LFUN_UP and > LFUN_DOWN of math_nestinset), I cannot reproduce the crash anymore. > The problem is clearly that cur.idx() an

Re: [PATCH] Remove indirection in BufferView::Pimpl

2005-02-12 Thread Andre Poenitz
On Mon, Feb 07, 2005 at 04:10:12PM +0100, Jean-Marc Lasgouttes wrote: > > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > Jean-Marc> OK. So here is an expanded version, where I replaced all > Jean-Marc> the easy things. > > Hmm, empty patch. Try this one instead. @@ -459

Re: passing down buffer

2005-02-12 Thread Andre Poenitz
On Mon, Feb 07, 2005 at 09:51:45PM +0100, Georg Baum wrote: > Am Montag, 7. Februar 2005 12:58 schrieb Jean-Marc Lasgouttes: > > Another idea that I had recently was to pas a LCursor object the > > various inset methods (like latex() or draw()) so that they can get > > all the necessary information

Re: [PATCH] UI: matrix partitioning

2005-02-12 Thread Andre Poenitz
On Wed, Feb 09, 2005 at 11:15:40AM +0200, Martin Vermeer wrote: > What I meant is that the lines_ parameter in RowInfo only describes > hlines _above_ the row. If you see a simple fix, great. rowinfo_.size() == nrows() + 1 > Actually I have no problem putting a hline above the first row, or > out

Re: What are the main problems in CVS now?

2005-02-12 Thread Andre Poenitz
On Thu, Feb 10, 2005 at 08:01:55PM +0100, Michael Schmitt wrote: > What I am most concerned about is: Will there be any fundamental code > changes right after the release of LyX 1.4? I would guess people will have a shot at XML file format which will probably change (and hopefully simplify) most o

Re: [Patch] SnippetConversion for previews and DocBook

2005-02-12 Thread Chris Karakas
Andreas Vox <[EMAIL PROTECTED]> schrieb am 10.02.05 17:38:10: > > > > c) Produce illegal valign attributes which can be used directly for XHTML > > > > I will close my eyes here. > > I did some research. It's in the semantics for "CSS3.lines". CSS2 and CSS1 > support valign without length or

Re: [patch] bug 1598

2005-02-12 Thread Juergen Spitzmueller
Andre Poenitz wrote: > Calling cur.normalize() is never wrong and was intende exactly for this > kind of problem. So if it fixes a crash, the change is fine. Fine. One critical bug less. Committing now. Jürgen BTW: There is a cursor positioning problem in scriptinsets when they have been insert

Re: Bug: Flickering

2005-02-12 Thread Luke Simon
Fedora Core 3 with apt for RPM, Gnome, and the LyX 1.3.5 with the Qt frontend. I posted the RPM that I got the LyX binaries from earlier. On Fri, 2005-02-11 at 21:51 +0100, Andre Poenitz wrote: > On Wed, Feb 09, 2005 at 02:04:29PM -0600, Luke Simon wrote: > > The main editor pane of Lyx flickers

Re: [Patch] SnippetConversion for previews and DocBook

2005-02-12 Thread Chris Karakas
Andreas Vox schrieb am 10.02.05 19:11:03: > > Jose' Matos writes: > > . > > > I did some research. It's in the semantics for "CSS3.lines". CSS2 and > > > CSS1 support valign without length or percentage values (which is not > > > better than the default) > > > > The problem as usual, it that t

[patch] prevent crash in BufferParams::readGraphicsDriver()

2005-02-12 Thread Georg Baum
The last item of tex_graphics is "", not "last_item". Georg diff -p -r -U 3 -X excl.tmp lyx-1.4-clean/src/bufferparams.C lyx-1.4-cvs/src/bufferparams.C --- lyx-1.4-clean/src/bufferparams.C 2005-01-24 20:14:00.0 +0100 +++ lyx-1.4-cvs/src/bufferparams.C 2005-01-24 20:19:28.0 +0100 @

Re: [patch] fix inInset crash

2005-02-12 Thread Georg Baum
Am Freitag, 11. Februar 2005 22:19 schrieb Andre Poenitz: > Please add a FIXME line. Like the attached? I must admit that I don't really know what the FIXME should say, because some lines later it is clearly documented that this part of the code is broken: #ifdef WITH_WARNINGS #warning replace

Re: [Patch] SnippetConversion for previews and DocBook

2005-02-12 Thread Georg Baum
Am Samstag, 12. Februar 2005 15:29 schrieb Chris Karakas: > let me start by asking a favour from all: please use the word "DocBook" (case is unimportant) in the subject line whenever you post And please do us a favor: Wrap your lines after 76 characters or so, otherwise quoted text looks as ug

Re: passing down buffer

2005-02-12 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: Interview with Mathias

2005-02-12 Thread Andre Poenitz
On Thu, Feb 10, 2005 at 03:18:43PM +, Jose' Matos wrote: > Hi, > > you read it here: > http://www.fosdem.org/index/interviews/interviews_ettrich > > There are two questions there related with LyX, that basically are due > to > the external perception that the LyX development is

Re: The cursor change / Bug 1790

2005-02-12 Thread Andre Poenitz
On Sat, Feb 12, 2005 at 02:36:40AM +, John Levon wrote: > 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.

Small GUI changes & Update for de.po 1.3

2005-02-12 Thread Michael Schmitt
Dear Jean-Marc, enclosed please find a patch for LyX 1.3. It includes yet another update to de.po and fixes some text messages in the cross reference dialog (the term "label" should be used instead of "reference" at some places). If you don't object, please commit the patch (as a whole) to the s

Re: What are the main problems in CVS now?

2005-02-12 Thread John Levon
On Fri, Feb 11, 2005 at 10:18:25PM +0100, Andre Poenitz wrote: > > What I am most concerned about is: Will there be any fundamental code > > changes right after the release of LyX 1.4? > > I would guess people will have a shot at XML file format which will > probably change (and hopefully simplif

Re: [patch] prevent crash in BufferParams::readGraphicsDriver()

2005-02-12 Thread John Levon
On Sat, Feb 12, 2005 at 05:23:58PM +0100, Georg Baum wrote: > The last item of tex_graphics is "", not "last_item". Fine, thanks. john

Re: [Patch] SnippetConversion for previews and DocBook

2005-02-12 Thread Chris Karakas
Georg Baum <[EMAIL PROTECTED]> schrieb am 12.02.05 18:00:31: > > Am Samstag, 12. Februar 2005 15:29 schrieb Chris Karakas: > > And please do us a favor: Wrap your lines after 76 characters or so, > otherwise quoted text looks as ugly as in this mail. > Is it not wrapped? I didn't know it. Howe

strange bug

2005-02-12 Thread Juergen Spitzmueller
1. open a new document 2. insert math inline inset (without entering content) 3. leave inline inset (cursor right) 4. press space The whole workarea gets messed up. Jürgen

[Patch] SnippetConversion for previews and DocBook

2005-02-12 Thread Andreas Vox
Am 12.02.2005 um 16:39 schrieb Chris Karakas: Andreas Vox <[EMAIL PROTECTED]> schrieb am 10.02.05 19:11:03: I just want to find a way to pass the information to the XML file without breaking too many standards. How any stylesheets interpret this is up to them. Risking to become a pain in the a$$

Re: Problem writing a converter

2005-02-12 Thread Bernard Hurley
On Thu, 2005-02-10 at 13:03 +0100, Georg Baum wrote: > > I think the official way to solve your problem is to use a "copier". > > That's like a converter but copies a file from one dir to another, > > translating references to external files on the way. > > See "scripts/fig_copy.sh" for an example

Re: Problem writing a converter

2005-02-12 Thread Bernard Hurley
On Sun, 2005-02-13 at 03:32 +, Bernard Hurley wrote: > On Thu, 2005-02-10 at 13:03 +0100, Georg Baum wrote: > > > > I think the official way to solve your problem is to use a "copier". > > > That's like a converter but copies a file from one dir to another, > > > translating references to exte

Re: [patch] fix inInset crash

2005-02-12 Thread Andre Poenitz
On Sat, Feb 12, 2005 at 05:43:47PM +0100, Georg Baum wrote: > Am Freitag, 11. Februar 2005 22:19 schrieb Andre Poenitz: > > Please add a FIXME line. > > Like the attached? I must admit that I don't really know what the FIXME > should say, Having the string 'FIXME' there is just fine. That's what

Re: [Bug 1598] Crash when in sub/superscript and then moving down/up

2005-02-12 Thread Andre Poenitz
> I upped the severity on this. If you have the time Andre, it > would be nice if you could have a look at this one. I attach some kind of patch. Although it does not fix the problem it fixes the crash. I am not sure the patch can be applied by 'patch'. THis is no 'cvs diff' but something 'hand c

Re: [Bug 1791] New: assertion triggered in InsetBase::clone()

2005-02-12 Thread Andre Poenitz
> LyX aborts if you try to load attachment 548 of bug 1560. Could anybody please send me that attachment by email? Andre'

Re: [Bug 1598] Crash when in sub/superscript and then moving down/up

2005-02-12 Thread Andre Poenitz
> I upped the severity on this. If you have the time Andre, it would be > nice if you could have a look at this one. Aehm. I can't apply the patch I send myself. So it would be nice if someone checked and committed it. Andre'