1.5.0svn & pdfsync

2007-04-07 Thread Timothy Reaves
What is the correct way to set up pdfsync with the 1.5 branch? More specifically, PDFView. thanks.

Installer code statistics

2007-04-07 Thread christian . ridderstrom
I gave up trying to learn all of NSIS, and thought I'd just learn the NSIS that's actually used by the installers. It turns out that there are a *lot* of different instructions, statements etc used in the NSIS sources. To summarize: 59 - unique instructions/statements/... used both by Joost

Re: Even more Hebrew / Bidi / Encoding Woes (2/2)

2007-04-07 Thread Dov Feldstern
Dov Feldstern wrote: Abdelrazak Younes wrote: Dov Feldstern wrote: The re-ordering of characters should _exclusively_ be based on the unicode range not on the language. Fixing the bidi algorithm to do that should not be very difficult. This is certainly an option, however I am far from con

Re: Even more Hebrew / Bidi / Encoding Woes (2/2)

2007-04-07 Thread Dov Feldstern
Abdelrazak Younes wrote: Dov Feldstern wrote: Hi! Another issue with the changes recently made to the encodings. This one is actually not a bug, perhaps, rather an "over-fix". Maybe what you describe is related to this code in LyXText::setCurrentFont(LCursor & cur) in text2.C:720: It's po

Re: Even more Hebrew / Bidi / Encoding Woes (2/2)

2007-04-07 Thread Dov Feldstern
Abdelrazak Younes wrote: Dov Feldstern wrote: Hi! Another issue with the changes recently made to the encodings. This one is actually not a bug, perhaps, rather an "over-fix". I think it is a bug and it'd be solved by letting Qt do his bidi at character levels. The language information is _

Re: [PATCH-UPDATE] Bug 1550: LyX Offers Impossible Paragraph Alignments

2007-04-07 Thread Richard Heck
Richard Heck wrote: > One note: In order to get this to work right, I had to make the dialog > modal. The reason is this. Suppose you open the dialog on a paragraph > that allows Left, Right, and Block. Then you click in a different > paragraph that allows only Left and Block. Then the dialog needs

Re: [PATCH] Bug 1550: LyX Offers Impossible Paragraph Alignments

2007-04-07 Thread Richard Heck
Pavel Sanda wrote: >> Suppose you opened the dialog in a paragraph that only allowed fully >> justified alignment. Then you wouldn't be offered any other option in >> any other paragraph until you closed and re-opened the dialog. Not so >> usable. >> > i know > >> Speaking of which, what ki

Re: [PATCH] Bug 1550: LyX Offers Impossible Paragraph Alignments

2007-04-07 Thread Pavel Sanda
> Suppose you opened the dialog in a paragraph that only allowed fully > justified alignment. Then you wouldn't be offered any other option in > any other paragraph until you closed and re-opened the dialog. Not so > usable. i know > Speaking of which, what kind of editing would you be doing that

Re: [PATCH] Bug 1550: LyX Offers Impossible Paragraph Alignments

2007-04-07 Thread Richard Heck
Pavel Sanda wrote: >> Yes, that's right. But if it's not modal, then what alignments you were >> offered would depend upon what paragraph you were in when you opened the >> dialog. >> > which was still more usable than have it modal :'( > Suppose you opened the dialog in a paragraph that on

Re: [PATCH] Bug 1550: LyX Offers Impossible Paragraph Alignments

2007-04-07 Thread Pavel Sanda
> Yes, that's right. But if it's not modal, then what alignments you were > offered would depend upon what paragraph you were in when you opened the > dialog. which was still more usable than have it modal :'( pavel

Re: [PATCH] Bug 1550: LyX Offers Impossible Paragraph Alignments

2007-04-07 Thread Richard Heck
Pavel Sanda wrote: >> One note: In order to get this to work right, I had to make the dialog >> modal. The reason is this. Suppose you open the dialog on a paragraph >> > does this mean, that one can not have this dialog open and simultaneously > move through the edited text ? > Yes, that's

Re: about math delimiter dialog

2007-04-07 Thread Richard Heck
Abdelrazak Younes wrote: > Richard Heck wrote: >>> By the way, is there a short-cut to launch this dialog? If not I'd >>> like to have one; any suggestion? >>> I also think that we should put a new button in the math toolbar to >>> launch the delimiter dialog without having to go first to the math

Re: [PATCH] Bug 1550: LyX Offers Impossible Paragraph Alignments

2007-04-07 Thread Pavel Sanda
> One note: In order to get this to work right, I had to make the dialog > modal. The reason is this. Suppose you open the dialog on a paragraph does this mean, that one can not have this dialog open and simultaneously move through the edited text ? pavel

[PATCH] Bug 1550: LyX Offers Impossible Paragraph Alignments

2007-04-07 Thread Richard Heck
Attached is a patch for this bug. The "Alignments" combo box in the Paragraph Settings dialog is now cleared and re-populated whenever the allowed alignments change. The patch also addresses my bug 3419, which asks for the "default" to be made re-settable. One note: In order to get this to work r

Bug 3358, LyX crashes with View->Open/Close all insets

2007-04-07 Thread Abdelrazak Younes
Andre', JMarc, LFUN_ALL_INSETS_TOGGLE calls LFUN_INSET_TOGGLE for every inset in the doc. LFUN_INSET_TOGGLE (Ctrl-i) works fine when used directly within a math inset (by fine I mean it does not crash, I am sure I like the behaviour). It seems that the problem lies in the passed temporary curs

Re: r17755 - in /lyx-devel/trunk/src: frontends/qt4/QDelimite...

2007-04-07 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: forenr Date: Sat Apr 7 04:07:15 2007 New Revision: 17755 URL: http://www.lyx.org/trac/changeset/17755 Log: Fix gui for slash and backslash big/variable size delimiters I was about to do that :-) By the way, when inserted from the dialog, backslash doesn't work