Re: [patch] do not allow too much demote in TOC dialog

2007-05-15 Thread Ozgur Ugras BARAN
There is no bugzilla entry. I found it from mailing list.. http://marc.info/?l=lyx-devel&m=117880601303849&w=2 On 5/15/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: José Matos wrote: > > I agree. > > +1 Committed. Was there a bugzilla entry about this? I thought so, but I don't find it

Re: RTL patches to consider before beta-3

2007-05-15 Thread Elazar Leibovich
‎The asString is being called when pasting a selected text. It grabs the text to paste (at least when in math mode) by the asString function. If the paranthesis are to be reversed, then instead of pasting a_{1} it pastes a_}1{ and thus troubles occur. On 5/16/07, Dov Feldstern <[EMAIL PROTECTED]>

Re: LyX aborts unless run from build tree

2007-05-15 Thread Darren Freeman
On Wed, 2007-05-16 at 01:48, Richard Heck wrote: > Darren Freeman wrote: > > Hi all, > > > > I have a Mandrake 10.0 (gasp!) machine which I just built LyX (latest > > svn) on with Qt 4.2.3 compiled from source also. What follows also > > applied to earlier svn and earlier Qt, I tried rebuilding eve

Re: RTL patches to consider before beta-3

2007-05-15 Thread Dov Feldstern
José Matos wrote: Hi RTL developers, I am sorry for my lack of imagination and I hope you forgive me. Which bugfixes and patches do you propose to include before beta 3? I would like to release beta 3 soon (Tuesday), and the support for RTL languages seems to be an area with l

Re: RTL patches to consider before beta-3

2007-05-15 Thread Dov Feldstern
Elazar Leibovich wrote: Dov comment was that he was not able to recreate the problem. However my patch does not have any bad effect, so I guess we can try it out. Grrr... we need some more beta testers. I'll ask linux-il for volunteers. I'm not able to reproduce the bug, it may be Windows rela

Re: Refocus: Bidi Cursor Movement

2007-05-15 Thread Dov Feldstern
Abdelrazak Younes wrote: Dov Feldstern wrote: I'm also attaching another version of it (v3), which is functionally equivalent, but where I made the reverseDirections method a static method of Bidi. I committed this version but replaced the static method with a simple helper function reverseD

Re: Tabular environment with Hebrew

2007-05-15 Thread Dov Feldstern
Mostafa Vahedi wrote: I have two questions: 1) The current LyX-to-LaTeX conversion uses \R{\selectlanguage{lang}} for a cell inside a tabular environement that its language is RTL such has Hebrew and Arabic. This conversion does not work for Arabic. Does it work for Hebrew? (Look at file "s

Re: New Hebrew bind file

2007-05-15 Thread Dov Feldstern
[EMAIL PROTECTED] wrote: Out of curiosity, is top-posting and bottom-posting swapped when using RTL? (Sorry, couldn't resist as you were top-posting;-) /Christian :) I try to adapt myself to the local convention: I was replying to a top-post, so I continued top-posting... BTW, that'

How to input Hebrew [was: Re: New Hebrew bind file]

2007-05-15 Thread Dov Feldstern
Elazar Leibovich wrote: Before talking, can you try the windows version? it's always like that in the windows version. See below. No can do, I don't have a Windows machine. Any windows users out there who can test the math cut&paste in RTL paragraphs, and let us know if there are problems?

Re: Problems while preparing release.

2007-05-15 Thread Jean-Marc Lasgouttes
> "Pavel" == Pavel Sanda <[EMAIL PROTECTED]> writes: >> lyx-1.5.0beta3/development/Win32/packaging/installer/LyXWinInstaller/specials/PDFViewWin/pdfclose.exe: >> file name is too long (max 99); not dumped gtar: Error exit delayed >> from previous errors >> >> I accept suggestions. :-) Pavel>

Re: Problems while preparing release.

2007-05-15 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> When there is a zip for windows just delete the folder it's of Peter> no use under Linux. We want a way to distribute the whole source dir, not cherry-pick some parts depending on the platform. JMarc

Re: Problems while preparing release.

2007-05-15 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> Hi, while issuing a make dist in a new directory I get this José> warning: This is because I removed the use of ustar (that we had for osx). Uwe, would it be possible to have shorter names? Why is LyXWinInstaller/ inside installer/? Do

Re: [Patch] Re: Beamer patch (Re: Beta 3 (preparation))

2007-05-15 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Tue, May 15, 2007 at 04:59:12PM +0200, Jean-Marc Lasgouttes Martin> wrote: >> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> I left the figure/section thing alone. Someone who knows these Martin> things m

Re: [patch] bug 3590: ctrl-minus, ctrl-z crashes Lyx in maths editor

2007-05-15 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Jean-Marc Lasgouttes wrote: >> And why is it different to insert a graphics inset, for example? Jürgen> Don't know. I thought that lfuns that are not in getStatus and Jürgen> dispatch are disabled, but that doesn't seem to b

Re: Problems while preparing release.

2007-05-15 Thread Pavel Sanda
> lyx-1.5.0beta3/development/Win32/packaging/installer/LyXWinInstaller/specials/PDFViewWin/pdfclose.exe: > > file name is too long (max 99); not dumped > gtar: Error exit delayed from previous errors > > I accept suggestions. :-) this is probably caused byt the fact, that you have set tar to

Re: [patch] LOF LOT always selects the last entry.

2007-05-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> The canonical solution wold look like the following (completely Andre> untested!) Question: does the stl offers lexicographic comparison of containers whose elements are ordered? This would just what we need... JMarc

Re: cant compile todays svn

2007-05-15 Thread Pavel Sanda
> Pavel, do you still have problems compiling? Bo already fixed this. Pavel

Re: Container out of bounds error

2007-05-15 Thread Dov Feldstern
Darren Freeman wrote: On Tue, 2007-05-15 at 02:57, Dov Feldstern wrote: Hi! Just a long-shot, but could you check to see if the preference "Language Settings -> Language -> Right-to-left language support" is checked, and if so --- try unchecking it, and see if you cans till reproduce the bugs

Re: [patch] Re: Crash with RTL

2007-05-15 Thread Dov Feldstern
Abdelrazak Younes wrote: Dov Feldstern wrote: Again, if this doesn't go in, RTL should be turned off, because that *will* cause crashes without this! Jose, as far as I see this patch seems OK but I didn't look at it very closely nor tested it. JMarc will probably do a better job than me revi

Re: The documention (and new features) Was: about the listings and othe

2007-05-15 Thread christian . ridderstrom
On Tue, 15 May 2007, José Matos wrote: On Sunday 13 May 2007 20:26:49 [EMAIL PROTECTED] wrote: I would if I could - I have only used LyX once in the last year or so, which means I have no idea about what new features there might be. However, looking at SVN, I can for instance see that: * Refe

Re: [patch] LOF LOT always selects the last entry.

2007-05-15 Thread Andre Poenitz
On Tue, May 15, 2007 at 04:28:10PM +0200, Abdelrazak Younes wrote: > Abdelrazak Younes wrote: > >Ozgur Ugras BARAN wrote: > >>This small patch prevents LOF, LOT always selects the last entry. > >>LOT/LOF still does not follow the cursor, yet, but for this, we need > >>serious update in TocBackend.

Re: Some ugliness with antialiasing

2007-05-15 Thread Stefan Schimanski
About the markers: Shouldn't the dimensions increased downwards, i.e. descent, not ascent? Stefan markers.patch Description: Binary data Here is the patch doing what I described, and a picture with some parentheses. They look now right again, and the roots are sharp. Still I guess wi

Re: Some ugliness with antialiasing

2007-05-15 Thread Stefan Schimanski
About the markers: Shouldn't the dimensions increased downwards, i.e. descent, not ascent? Stefan markers.patch Description: Binary data Here is the patch doing what I described, and a picture with some parentheses. They look now right again, and the roots are sharp. Still I guess wi

Re: Some ugliness with antialiasing

2007-05-15 Thread Stefan Schimanski
Here is the patch doing what I described, and a picture with some parentheses. They look now right again, and the roots are sharp. Still I guess with floats in the Painter interface the parenthesis would look rounder. But that's nothing for the beta I guess. Another thing I just noticed whe

boost::thread

2007-05-15 Thread Peter Kümmel
I've played with threads a bit to avoid the blocking of lyx while texing. My very first shot looks like this: Index: src/support/Systemcall.cpp === --- src/support/Systemcall.cpp (revision 18346) +++ src/support/Systemcall.cpp (wo

Re: Problems while preparing release.

2007-05-15 Thread Peter Kümmel
José Matos wrote: > Hi, > while issuing a make dist in a new directory I get this warning: > > tardir=lyx-1.5.0beta3 > && /bin/sh /home/jamatos/tmp/lyx-release/config/missing --run tar > chof - "$tardir" | GZIP=--best gzip -c >lyx-1.5.0beta3.tar.gz > tar: > lyx-1.5.0beta3/development/Win3

Re: Problems while preparing release.

2007-05-15 Thread Peter Kümmel
José Matos wrote: > Hi, > while issuing a make dist in a new directory I get this warning: > > tardir=lyx-1.5.0beta3 > && /bin/sh /home/jamatos/tmp/lyx-release/config/missing --run tar > chof - "$tardir" | GZIP=--best gzip -c >lyx-1.5.0beta3.tar.gz > tar: > lyx-1.5.0beta3/development/Win3

Problems while preparing release.

2007-05-15 Thread José Matos
Hi, while issuing a make dist in a new directory I get this warning: tardir=lyx-1.5.0beta3 && /bin/sh /home/jamatos/tmp/lyx-release/config/missing --run tar chof - "$tardir" | GZIP=--best gzip -c >lyx-1.5.0beta3.tar.gz tar: lyx-1.5.0beta3/development/Win32/packaging/installer/LyXWinInst

Re: I would sell my stocks in MacKichan Software, Inc.

2007-05-15 Thread Andreas K .
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > "Andreas" == Andreas K <[EMAIL PROTECTED]> writes: > > Andreas> Then they get frustrated, closes LyX and uninstalls it. It > Andreas> is better to have the math toolbars visible from the > Andreas> beginning, and then if somoen only wan

Re: Bug 3203 again, importing non-utf8 text files

2007-05-15 Thread Peter Kümmel
José Matos wrote: > On Tuesday 15 May 2007 18:24:31 Peter Kümmel wrote: >> "When this does not give the correct result\n" > > s/When/If/ > >> "then please change the encoding of the file\n" >> "to UTF-8 with a other program than LyX.")); > > with a program other than LyX I've committed this

Re: [Patch] Re: Beamer patch (Re: Beta 3 (preparation))

2007-05-15 Thread Martin Vermeer
On Tue, May 15, 2007 at 04:59:12PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > Martin> I left the figure/section thing alone. Someone who knows these > Martin> things may fix this, if fixing is what it needs. > > Fair enough. > > JMarc One

Re: LOF asserts

2007-05-15 Thread Edwin Leuven
Abdelrazak Younes wrote: Fixed. Enough for me today! very nice now (with the lot and lof finally working)! good job!!

Re: [patch] sort layouts

2007-05-15 Thread Jürgen Spitzmüller
José Matos wrote: > I have tested and it works for me but I would like to have an independent > confirmation before committing it. Two issues: - It works except if I backport a document to 1.4 which has a class option, say "foo". In 1.4, the options will then be "foo,12" (instead of "foo,12pt").

Re: LOF asserts

2007-05-15 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: - open UserGuide - open TOC Widget - select LOF (or LOT) Assertion triggered in bool lyx::operator<(const lyx::CursorSlice&, const lyx::CursorSlice&) by failing check "false" in file CursorSlice.cpp:106 Fixed. Enough for me today! Abdel.

Re: References to 1.4 in SVN

2007-05-15 Thread José Matos
On Monday 14 May 2007 09:07:32 Darren Freeman wrote: > Hi all, > > I just noticed in the file UPGRADING in the root of the latest SVN, the > references to LyX 1.4.x. I am aware of that, I will update it during the release candidates cycle. :-) > I just thought I'd point out that somebody needs

Re: cant compile todays svn

2007-05-15 Thread José Matos
On Saturday 12 May 2007 02:57:28 Pavel Sanda wrote: > > 1. not doubled char '\' in: Inlined listing (\lstinline) > > solved by http://www.lyx.org/trac/changeset/18269 . > > > 2. the empty strings in lib/languages: > > armenian"" ... > > chinese-simplified "" > > chinese-traditional "" > > japan

Re: The documention (and new features) Was: about the listings and othe

2007-05-15 Thread José Matos
On Sunday 13 May 2007 20:26:49 [EMAIL PROTECTED] wrote: > I would if I could - I have only used LyX once in the last year or so, > which means I have no idea about what new features there might be. > > However, looking at SVN, I can for instance see that: > > * Reference.lyx - last updated a year a

Re: current situation after the patch for bug 3043

2007-05-15 Thread José Matos
On Tuesday 08 May 2007 00:00:14 Uwe Stöhr wrote: > The patch for bug 3043 pushed us forward to proper language support but > unfortunately also introduced some bugs: [...] > Could anybody help me here? What is the status here? I know that some (most) of it has been fixed... > thanks and regards

Re: [patch] Relyx on the fly

2007-05-15 Thread José Matos
On Wednesday 09 May 2007 13:13:53 hzluo wrote: > Who can I ask for help if I have tex2lyx problems? > Thanks in advance :) Ask to this mailing list. :-) -- José Abílio

Re: [patch] bug 3590: ctrl-minus, ctrl-z crashes Lyx in maths editor

2007-05-15 Thread Martin Vermeer
On Tue, May 15, 2007 at 07:04:38PM +0200, Jürgen Spitzmüller wrote: > The reason is simple: LyX inserts a hyphenation-inset, which is simply > invalid > in mathed (and hence drawn outside). This confuses undo. > > Simple fix: disable the specialchar insets in mathed (see attached patch). > Also

Re: [patch] bug 3590: ctrl-minus, ctrl-z crashes Lyx in maths editor

2007-05-15 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > And why is it different to insert a graphics inset, for example? Don't know. I thought that lfuns that are not in getStatus and dispatch are disabled, but that doesn't seem to be the case for these. > I am not sure the fix is right. Hm. Perhaps André can enlighten

Re: I would sell my stocks in MacKichan Software, Inc.

2007-05-15 Thread Andre Poenitz
On Tue, May 15, 2007 at 01:00:46PM +0200, Helge Hafting wrote: > Bo Peng wrote: > >>Right now, they also still have some big advantages, e.g., entering > >>equations is > >>still much easier/more natural and the symbolic math is much more > >>complete. > > > >Two big things: > > > >1. computer al

Re: Bug 3203 again, importing non-utf8 text files

2007-05-15 Thread José Matos
On Tuesday 15 May 2007 18:24:31 Peter Kümmel wrote: > "When this does not give the correct result\n" s/When/If/ > "then please change the encoding of the file\n" > "to UTF-8 with a other program than LyX.")); with a program other than LyX or probably with a text editor -- José Abílio

Re: [Cvslog] r18323 - /lyx-devel/trunk/src/Text2.cpp

2007-05-15 Thread Andre Poenitz
On Tue, May 15, 2007 at 11:46:26AM +0200, Abdelrazak Younes wrote: > Andre Poenitz wrote: > >On Mon, May 14, 2007 at 08:03:41PM -, [EMAIL PROTECTED] wrote: > >>Author: broider > >>Date: Mon May 14 22:03:40 2007 > >>New Revision: 18323 > >> > >>URL: http://www.lyx.org/trac/changeset/18323 > >>Lo

Re: [patch] sort layouts

2007-05-15 Thread José Matos
On Tuesday 15 May 2007 16:54:43 Jürgen Spitzmüller wrote: > > yes. Could you please test the attached patch. It should give you a clean roundup. This means, in this context, that if you revert a document with 11pt to 1.4 and you import it back you will a font size of 11 instead of having this

Re: LOF asserts

2007-05-15 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: - open UserGuide - open TOC Widget - select LOF (or LOT) Assertion triggered in bool lyx::operator<(const lyx::CursorSlice&, const lyx::CursorSlice&) by failing check "false" in file CursorSlice.cpp:106 Really? I thought I disabled it. Oh well, I'll have a look. Abd

Re: [patch] bug 3590: ctrl-minus, ctrl-z crashes Lyx in maths editor

2007-05-15 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> The reason is simple: LyX inserts a hyphenation-inset, which Jürgen> is simply invalid in mathed (and hence drawn outside). This Jürgen> confuses undo. Jürgen> Simple fix: disable the specialchar insets in mathed (see Jürgen

Re: [patch] Re: Crash with RTL

2007-05-15 Thread Abdelrazak Younes
Dov Feldstern wrote: Again, if this doesn't go in, RTL should be turned off, because that *will* cause crashes without this! Jose, as far as I see this patch seems OK but I didn't look at it very closely nor tested it. JMarc will probably do a better job than me reviewing it. If JMarc cannot

LOF asserts

2007-05-15 Thread Jürgen Spitzmüller
- open UserGuide - open TOC Widget - select LOF (or LOT) Assertion triggered in bool lyx::operator<(const lyx::CursorSlice&, const lyx::CursorSlice&) by failing check "false" in file CursorSlice.cpp:106 Jürgen

Re: [patch] LOF LOT always selects the last entry.

2007-05-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Where is the relevant code? Abdelrazak> InsetCaption::addToToc() I guess it should take a DocIterator as parameter. JMarc

Re: [patch] bug 3590: ctrl-minus, ctrl-z crashes Lyx in maths editor

2007-05-15 Thread José Matos
On Tuesday 15 May 2007 18:04:38 Jürgen Spitzmüller wrote: > OK to apply? Yes. > Jürgen -- José Abílio

Bug 3203 again, importing non-utf8 text files

2007-05-15 Thread Peter Kümmel
http://bugzilla.lyx.org/show_bug.cgi?id=3203 Attached a patch which is better than the current code. Peter Index: src/callback.cpp === --- src/callback.cpp(revision 18346) +++ src/callback.cpp(working copy) @@ -399,7 +399

Re: I would sell my stocks in MacKichan Software, Inc.

2007-05-15 Thread Jean-Marc Lasgouttes
> "Andreas" == Andreas K <[EMAIL PROTECTED]> writes: Andreas> Then they get frustrated, closes LyX and uninstalls it. It Andreas> is better to have the math toolbars visible from the Andreas> beginning, and then if somoen only want them to pop up when Andreas> they are needed, he could choose

Re: Refocus: Bidi Cursor Movement

2007-05-15 Thread Abdelrazak Younes
Dov Feldstern wrote: I'm also attaching another version of it (v3), which is functionally equivalent, but where I made the reverseDirections method a static method of Bidi. I committed this version but replaced the static method with a simple helper function reverseDirectionNeeded(). Maybe we

Re: [patch] LOF LOT always selects the last entry.

2007-05-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Your patch works fine in general but not in captions (for Abdelrazak> LOT and LOF). This is because slices_[0] in the caption Abdelrazak> does not refer to the main text but to the text within

[patch] bug 3590: ctrl-minus, ctrl-z crashes Lyx in maths editor

2007-05-15 Thread Jürgen Spitzmüller
The reason is simple: LyX inserts a hyphenation-inset, which is simply invalid in mathed (and hence drawn outside). This confuses undo. Simple fix: disable the specialchar insets in mathed (see attached patch). Also a candidate for 1.4. (same crashes) However, in math-text mode, lots of these l

Re: [patch] LOF LOT always selects the last entry.

2007-05-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Your patch works fine in general but not in captions (for Abdelrazak> LOT and LOF). This is because slices_[0] in the caption Abdelrazak> does not refer to the main text but to the text within Abdelrazak> caption itsel

Re: [patch] LOF LOT always selects the last entry.

2007-05-15 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Ozgur Ugras BARAN wrote: This small patch prevents LOF, LOT always selects the last entry. LOT/LOF still does not follow the cursor, yet, bu

Re: [patch] LOF LOT always selects the last entry.

2007-05-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Ozgur Ugras BARAN wrote: This small patch prevents LOF, LOT always selects the last entry. LOT/LOF still does not follow the cursor, yet, but for this, we need seriou

Re: RTL patches to consider before beta-3

2007-05-15 Thread Elazar Leibovich
Dov comment was that he was not able to recreate the problem. However my patch does not have any bad effect, so I guess we can try it out. Grrr... we need some more beta testers. I'll ask linux-il for volunteers. On 5/15/07, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: Elazar Leibovich wrote: >

Re: I would sell my stocks in MacKichan Software, Inc.

2007-05-15 Thread Andreas K .
Martin Vermeer <[EMAIL PROTECTED]> writes: > > On Tue, 15 May 2007 14:21:48 +0200 > Jan Peters <[EMAIL PROTECTED]> wrote: > > LyX needs to avoid all special key combinations - right now it easier > > to get started > > with Word, so many people use it even knowing the alternative! LyX > > needs m

Re: RTL patches to consider before beta-3

2007-05-15 Thread Abdelrazak Younes
Elazar Leibovich wrote: What about my patch of RTL pasting? It's very important and it always occurs in windows. Did you addressed Dov comments? I am afraid I did not follow your discussion closely. But your patch seems safe at first glance... Abdel.

Re: [patch] LOF LOT always selects the last entry.

2007-05-15 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Ozgur Ugras BARAN wrote: This small patch prevents LOF, LOT always selects the last entry. LOT/LOF still does not follow the cursor, yet, bu

Re: RTL patches to consider before beta-3

2007-05-15 Thread Elazar Leibovich
What about my patch of RTL pasting? It's very important and it always occurs in windows. On 5/15/07, José Matos <[EMAIL PROTECTED]> wrote: On Tuesday 15 May 2007 10:49:01 Abdelrazak Younes wrote: > I think Farsi support from Mostafa should go in ASAP. We still need to decided what to do with

Re: [patch] sort layouts

2007-05-15 Thread Jürgen Spitzmüller
José Matos wrote: > > Yes. For \paperfontsize {10,11,12}, just put 10pt, 11pt or 12pt to the > > options field and set the fontsize to default. > >   And just for latex documents and ext* textclasses. :-) yes. Jürgen

Re: [patch] sort layouts

2007-05-15 Thread José Matos
On Tuesday 15 May 2007 16:39:03 Jürgen Spitzmüller wrote: > José Matos wrote: > > Another file format increment. :-) > > Sorry about that. Are you kidding? ;-) It is always a pleasure to write a pluggin for lyx2lyx. :-) > >   If you want I will have a look into it. > > Yes, please. > > >   C

Re: LyX aborts unless run from build tree

2007-05-15 Thread Richard Heck
Darren Freeman wrote: > Hi all, > > I have a Mandrake 10.0 (gasp!) machine which I just built LyX (latest > svn) on with Qt 4.2.3 compiled from source also. What follows also > applied to earlier svn and earlier Qt, I tried rebuilding everything > with latest versions out of confusion. > > When I r

Re: [patch] LOF LOT always selects the last entry.

2007-05-15 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Ozgur Ugras BARAN wrote: This small patch prevents LOF, LOT always selects the last entry. LOT/LOF still does not follow the cursor, yet, bu

Re: Scrolling lag in 1.5svn again.

2007-05-15 Thread Richard Heck
Pavel Sanda wrote: >> I'll try, but how do I do this? Is there some svn command for >> reverting to a specific version? >> > i'm not aware of any direct revert command of svn. > however you can checkout particular revision of the svn tree > (i.e. the 18265 revision). > svn up -r VERSION

Re: ps2pdf fails

2007-05-15 Thread Richard Heck
This is very unlikely to be a LyX error, though it could be. I just ran ps2pdf on a file of my own, and it worked fine. Here's how to debug your problem: Export the file to LaTeX; then run LaTeX manually on the file to produce thesis.dvi, running BibTeX etc as necessary; run dvips -o thesis.ps; t

Re: [patch] sort layouts

2007-05-15 Thread Jürgen Spitzmüller
José Matos wrote: > Another file format increment. :-) Sorry about that. >   If you want I will have a look into it. Yes, please. >   Correct me if I am wrong, we can > abuse the Options field to add the missing fontsize, right? Yes. For \paperfontsize {10,11,12}, just put 10pt, 11pt or 12p

Re: [Patch] optimize ucs4 to local conversion

2007-05-15 Thread Georg Baum
Abdelrazak Younes wrote: > I secretly hoped that you would comment ;-) Well I saw your request and actually got a bit of time so I thought I'll quickly write some comments. But don't expect testing or so, that would take too long. >> - char ucs4_to_eightbit(char_type ucs4, string const & encodin

Re: [patch] sort layouts

2007-05-15 Thread José Matos
On Tuesday 15 May 2007 16:26:04 Jürgen Spitzmüller wrote: > José Matos wrote: > > Will the resulting file with the new font size open correctly in > > lyx-1.4? > > They will, but the font size will be reset to default. I tested with beta 2 (the oldest version I have installed) and I have reach

Re: I would sell my stocks in MacKichan Software, Inc.

2007-05-15 Thread christian . ridderstrom
On Tue, 15 May 2007, Helge Hafting wrote: I am a strong believer in LyX and the concept WYSWIM. But the breakthrough for LyX will ONLY come if we get a fair quota among first time users. Two years ago, we required our masters students in CS545 to submit Latex typesetted homework. I recommend

Some ugliness with antialiasing

2007-05-15 Thread Stefan Schimanski
Hi! Sorry to warm up the topic again. There is a problem with Abdel's patch to fix vertical and horizontal segments in polylines. I intentionally had enabled antialiasing for the whole line or not at all originally. This was changed in 18196 (http://www.lyx.org/trac/ changeset/18196). You

Re: [patch] sort layouts

2007-05-15 Thread Jürgen Spitzmüller
José Matos wrote: > Will the resulting file with the new font size open correctly in lyx-1.4? They will, but the font size will be reset to default. >   I think it will, but I am asking anyway because I do not care about this > case but it is my job to ask these kind of questions. Really. :-) I

Re: [patch] LOF LOT always selects the last entry.

2007-05-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Ozgur Ugras BARAN wrote: This small patch prevents LOF, LOT always selects the last entry. LOT/LOF still does not follow the cursor, yet, but for this, we need seriou

Re: [patch] do not allow too much demote in TOC dialog

2007-05-15 Thread Jürgen Spitzmüller
José Matos wrote: > > I agree. > >  +1 Committed. Was there a bugzilla entry about this? I thought so, but I don't find it now. Jürgen

Re: [patch] sort layouts

2007-05-15 Thread José Matos
On Tuesday 15 May 2007 16:03:42 Jürgen Spitzmüller wrote: > Since it's trivial and obvious, I've done it. Will the resulting file with the new font size open correctly in lyx-1.4? I think it will, but I am asking anyway because I do not care about this case but it is my job to ask these kind

Re: Export latex (thus view pdf/dvi etc) of EmbeddedObjects.lyx crashes lyx.

2007-05-15 Thread Bo Peng
And another kind of assertion: Assertion triggered in const lyx::Font lyx::Paragraph::getFontSettings(const lyx::BufferParams&, lyx::pos_type) const by failing check "pos <= size()" in file src/Paragraph.cpp:1266 Bo

Re: [patch] sort layouts

2007-05-15 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Jürgen> Yes. I agree. Shall I do the change? > > I think so. Since it's trivial and obvious, I've done it. Jürgen

Re: Export latex (thus view pdf/dvi etc) of EmbeddedObjects.lyx crashes lyx.

2007-05-15 Thread Bo Peng
And, when I use page down to select (pressing shift key), lyx crashes after a few pages Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 182906424160 (LWP 18290)] lyx::graphics::CacheItem::status (this=0x19a1e00) at boost/boost/scoped_ptr.hpp:93 93 { (gdb) bac

Re: [patch] do not allow too much demote in TOC dialog

2007-05-15 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Ozgur Ugras BARAN wrote: >> So.. It seems there is a consensus on the second approach. (which >> is also fine for me). Then, how about puttimg it in svn? Jürgen> Jean-Marc? José? I agree. JMarc

Re: [patch] do not allow too much demote in TOC dialog

2007-05-15 Thread José Matos
On Tuesday 15 May 2007 15:53:53 Jean-Marc Lasgouttes wrote: > > I agree. +1 > JMarc -- José Abílio

Re: Opening LyX documentation (WasRe: r18331 - in /lyx-devel/t...)

2007-05-15 Thread José Matos
On Tuesday 15 May 2007 15:51:22 [EMAIL PROTECTED] wrote: > On Mon, 14 May 2007, Bo Peng wrote: > > We should at least open and compile all examples and documents before we > > release 1.5.0. It is embarrassing if lyx fails to open its own > > documentations. > > Is that test possible to automate?

Re: Export latex (thus view pdf/dvi etc) of EmbeddedObjects.lyx crashes lyx.

2007-05-15 Thread Bo Peng
It works for me. % gdb lyx GNU gdb Red Hat Linux (6.3.0.0-1.132.EL4rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" t

Re: [Patch] Re: Beamer patch (Re: Beta 3 (preparation))

2007-05-15 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> I left the figure/section thing alone. Someone who knows these Martin> things may fix this, if fixing is what it needs. Fair enough. JMarc

Re: [patch] LOF LOT always selects the last entry.

2007-05-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Ozgur Ugras BARAN wrote: This small patch prevents LOF, LOT always selects the last entry. LOT/LOF still does not follow the cursor, yet, but for this, we need seriou

Opening LyX documentation (WasRe: r18331 - in /lyx-devel/t...)

2007-05-15 Thread christian . ridderstrom
On Mon, 14 May 2007, Bo Peng wrote: We should at least open and compile all examples and documents before we release 1.5.0. It is embarrassing if lyx fails to open its own documentations. Is that test possible to automate? I mean, writing a script that opens the documents ought to be trivial

Re: [patch] sort layouts

2007-05-15 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Jean-Marc Lasgouttes wrote: >> The sizes 10, 11 and 12 are not indicated in the layout file. And I >> think they should be. >> >> Clearer? Jürgen> Yes. I agree. Shall I do the change? I think so. JMarc

Re: [Patch] Re: Beamer patch (Re: Beta 3 (preparation))

2007-05-15 Thread Martin Vermeer
On Tue, 15 May 2007 14:55:26 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > >> What is this counter supposed to do? Especially with two different > >> names and no other contents? > > Martin> No idea... my feeling is thoug

Re: listings compiler warning

2007-05-15 Thread Bo Peng
On 5/15/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: InsetListingsParams.h: In constructor 'lyx::InsetListingsParams::InsetListingsParams()': InsetListingsParams.h:84: warning: 'lyx::InsetListingsParams::status_' will be initialized after InsetListingsParams.h:78: warning: 'std::string lyx

Re: [Patch] optimize ucs4 to local conversion

2007-05-15 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Could you please test it on linux in order to see the improvement? I'll wait until Georg and you came to a conclusion. Jürgen

Re: [patch] sort layouts

2007-05-15 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > The sizes 10, 11 and 12 are not indicated in the layout file. > And I think they should be. > > Clearer? Yes. I agree. Shall I do the change? Jürgen

Re: [patch] LOF LOT always selects the last entry.

2007-05-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: >> Ozgur Ugras BARAN wrote: >>> This small patch prevents LOF, LOT always selects the last entry. >>> LOT/LOF still does not follow the cursor, yet, but for this, we >>> need serious update in

Re: New Hebrew bind file

2007-05-15 Thread christian . ridderstrom
On Tue, 15 May 2007, Dov Feldstern wrote: I still don't understand. I want to figure out what you're doing. If you want to type a Hebrew document, you open LyX (I'm assuming the RTL preference is already true, of course). You do Document->settings->language and choose Hebrew. (BTW, what encodi

Re: [patch] sort layouts

2007-05-15 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Jean-Marc Lasgouttes wrote: >> These classes do not provide big font size, but _more_ font sizes >> as shown by this excerpt of extreport.layout: Jürgen> Ah, right. I always think about the bigger ones. I changed Jürgen> tha

Re: [Patch] optimize ucs4 to local conversion

2007-05-15 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Abdelrazak Younes wrote: If you try out the document attached in bug 3561 (http://bugzilla.lyx.org/show_bug.cgi?id=3561) and View->Source, the Encoding::init() will take 40 seconds on my system. With the attached patch, this goes down to 25 seconds.

Re: [patch] do not allow too much demote in TOC dialog

2007-05-15 Thread Jürgen Spitzmüller
Ozgur Ugras BARAN wrote: > So.. It seems there is a consensus on the second approach. (which is > also fine for me). Then, how about puttimg it in svn? Jean-Marc? José? Jürgen

Re: [patch] Add "User templates" button to "Select template file" dialog

2007-05-15 Thread hzluo
Instead of adding a third button, what about having just the two buttons "User templates" and "global templates" (or some similar naming)? I am not sure that "Documents" is useful. In this new version of the patch, I removed the "Documents" button for the "New from template" dialog, but keep it

  1   2   3   >