Re: [PATCH] UI: matrix partitioning

2005-02-09 Thread Martin Vermeer
On Wed, 2005-02-09 at 21:25, Martin Vermeer wrote: > On Wed, 2005-02-09 at 09:00 +0100, Georg Baum wrote: > > Martin Vermeer wrote: > > ... > > I checked in the basic patch, as it is very straightforward. We'll have > to think about getStatus. ... Try the attached on for size :-) - Martin In

Re: Problem writing a converter

2005-02-09 Thread Bernard Hurley
On Sun, 2005-02-06 at 11:38 +0100, Georg Baum wrote: > Am Sonntag, 6. Februar 2005 01:42 schrieb Bernard Hurley: > > score I am working on. It beats having to export to a latex file and > > call lilypond-book by hand, but it would be much neater if the > directory > > of the lyx document could be p

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

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

teTeX 3.0 includes dvipng, beamer, preview and "spaces in filenames"

2005-02-09 Thread Andreas Vox
Hi! I think the subject says it all. The spaces in filenames part needs some investigation, though. teTeX proposes this syntax: One more point. In LATEX, the quotes are needed inside the braces, thus \input{a b} % fails \input{"a b"} % ok This quoting mechanism comes into play after TEX has tokeniz

Bug: Flickering

2005-02-09 Thread Luke Simon
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.

Re: [Patch] gimmick: show word frequencies in new buffer

2005-02-09 Thread Andreas Vox
Helge Hafting <[EMAIL PROTECTED]> writes: > > Andreas Vox wrote: > > ... > > That's the part I don't really get. How could you possibly know the > context for any > word in that list? Do you plan on showing some context for every word > in your list? Yes, but I now see that this won't be fe

Re: [PATCH] UI: matrix partitioning

2005-02-09 Thread Martin Vermeer
On Wed, 2005-02-09 at 09:00 +0100, Georg Baum wrote: > Martin Vermeer wrote: ... I checked in the basic patch, as it is very straightforward. We'll have to think about getStatus. > >> And getStatus needs to be updated to disable addHLineAbove if the cursor > >> is in the first row. > > > > How?

Re: Feature Request: split window DVI viewer with LyX

2005-02-09 Thread Luke Simon
>> So why don't we add preview for paragraphs? :-) >> You leave the paragraph, LyX creates a preview for this paragraph, >> inserting a page break if necessary, and voilÃ! No need for split >> windows etc. >> You click into the paragraph again and the usual LyX insets appear. > Actually, I would n

Menu character encoding

2005-02-09 Thread Ralf Goertz
Hi, I use lyx quite often with german documents. I like the Navigate menu but regrettably the entries are not translated to utf8 encoding which I use. So when there are headings in the document with umlauts they are not displayed correctly. Ralf

[PATCHes] Re: Sun Studio...

2005-02-09 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Feb 02, 2005 at 06:34:25PM +, Angus Leeming wrote: >> If that is the case, then that has changed recently. I've been able >> to build the XForms frontend quite happily with DEC make. John> $ /usr/ccs/bin/make make: Fatal err

Re: [PATCH] fix LFUN_GOTO_PARAGRAPH

2005-02-09 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> The TOC dialog and navigation menu do not update the screen Jean-Marc> correctly. The following patch handles that. Jean-Marc> PS: I guess the code should be moved to Jean-Marc> BufferView::Pimpl::dispatch anyway. .

Re: Feature Request: Uber Document Class

2005-02-09 Thread G. Milde
On 8.02.05, Andreas Vox wrote: > Luke Simon <[EMAIL PROTECTED]> writes: > I don't think a so-called Über-Documentclass would be very helpful. The > difficult part is to define the mapping from one environment to another. > Once you have that, you could as well switch between classes directly. W

[PATCH] fix LFUN_GOTO_PARAGRAPH

2005-02-09 Thread Jean-Marc Lasgouttes
The TOC dialog and navigation menu do not update the screen correctly. The following patch handles that. OK? JMarc PS: I guess the code should be moved to BufferView::Pimpl::dispatch anyway. Index: src/ChangeLog === RCS file: /us

Re: [PATCH] UI: matrix partitioning

2005-02-09 Thread Martin Vermeer
New patch, much simpler :-) - Martin Index: lib/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v retrieving revision 1.671 diff -u -r1.671 ChangeLog --- lib/ChangeLog 8 Feb 2005 10:41:58 - 1.671 +++ lib/Cha

Re: Feature Request: split window DVI viewer with LyX

2005-02-09 Thread G. Milde
On 8.02.05, Andreas Vox wrote: > > So why don't we add preview for paragraphs? :-) > You leave the paragraph, LyX creates a preview for this paragraph, > inserting a page break if necessary, and voilà! No need for split > windows etc. > You click into the paragraph again and the usual LyX insets

Re: [Patch] gimmick: show word frequencies in new buffer

2005-02-09 Thread Helge Hafting
Andreas Vox wrote: Am 08.02.2005 um 14:01 schrieb Helge Hafting: Andreas Vox wrote: But removing index references from that list using the jump function from below should be easier than the other way round. Maybe I don't understand. We have to go through the entire document anyway, don't we? N

Re: [PATCH] UI: matrix partitioning

2005-02-09 Thread Martin Vermeer
On Wed, 2005-02-09 at 10:00, Georg Baum wrote: > Martin Vermeer wrote: > > > You're even righter than you think: these conditions are not needed when > > you think about it, so I just removed all of them. > > Why are they not needed? I must be blind, but I don't see it. And if they > are really n

Re: [PATCH] UI: matrix partitioning

2005-02-09 Thread Georg Baum
Martin Vermeer wrote: > You're even righter than you think: these conditions are not needed when > you think about it, so I just removed all of them. Why are they not needed? I must be blind, but I don't see it. And if they are really not needed, then there is IMHO no need for the new methods at