Re: Cannot start LyX on Windows - Scons problem?

2006-12-22 Thread Uwe Stöhr
Uwe Stöhr schrieb: > This is the old manifest problem, but I can not reproduce it. Do you > have lyx.exe.manifest in the build (most likely debug) directory? > Yes, I have it in > ~\lyx-devel\development\scons\release I found the problem: The lyx.exe.manifest must be in the same folder wit

Re: Cannot start LyX on Windows - Scons problem?

2006-12-22 Thread Uwe Stöhr
> Do you mean INSTALL.Win32 using lyx-windows-deps-msvc-qt4.zip? Last > time I tried, it worked. Yes. >>Runtime Error! >>Program: C:\bla\foo\lyx.exe >>R6034 >>An application has made an attempt to load the C runtime library >>incorrectly. >>Please contact the application'

Including the Extended-Insets manual to next LyX 1.4.x release

2006-12-22 Thread Uwe Stöhr
I would like to add the Extended-Insets manual: http://wiki.lyx.org/LyX/DocumentationDevelopment#Extended-Insets to SVN but after two months of asking for SVN write permissions I give up. (It is annoying to spend much time to work on things that I'm later not able to put in the repository.) Bu

UI suggestion for environment list

2006-12-22 Thread Paul
It would be nice to be able to access a popout version of the environment menu from the toolbar. In other words, have a little sticky button in the corner of the drop down list that puts the list in a separate resizable window. Here is an example from Open Office: http://documentation.openoffice.or

Re: Quesion about redoParagraph() and bibitem insets... Martin, Michael?

2006-12-22 Thread Abdelrazak Younes
Michael Gerz wrote: Abdelrazak Younes schrieb: I guess the bibitem code handles bibliography entries that are entered directly in LyX (not via Bibtex). Do you mean the simple integrated bliography entries at the end of a LyX file? If yes, why are these named bibsomething? Because they are in

Re: Quesion about redoParagraph() and bibitem insets... Martin, Michael?

2006-12-22 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: >>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Abdelrazak> Abdelrazak Younes wrote: Dear Martin, dear Michael, I am trying to cleanup LyXText::redoP

Re: Quesion about redoParagraph() and bibitem insets... Martin, Michael?

2006-12-22 Thread Michael Gerz
Abdelrazak Younes schrieb: I guess the bibitem code handles bibliography entries that are entered directly in LyX (not via Bibtex). Do you mean the simple integrated bliography entries at the end of a LyX file? If yes, why are these named bibsomething? Because they are in fact bibliography ent

Re: Quesion about redoParagraph() and bibitem insets... Martin, Michael?

2006-12-22 Thread Michael Gerz
Abdelrazak Younes schrieb: We used to have a bibitem inset attached directly to the paragraph (which made sense, but complicated the code). Andre' removed this code, and now we insert a bibitem inset at first paragraph of the code (and we make sure that is it here in redoParagraph). It should b

Re: Quesion about redoParagraph() and bibitem insets... Martin, Michael?

2006-12-22 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Dear Martin, dear Michael, I am trying to cleanup LyXText::redoParagraph() (in text.C) to do only metrics. The bibitem part doesn't seem to belong to that and svn bla

Re: Quesion about redoParagraph() and bibitem insets... Martin, Michael?

2006-12-22 Thread Abdelrazak Younes
Michael Gerz wrote: Abdel, I am not the author of this code. "svn blame" mentions my name because I fixed change tracking, i.e., insertInset(...) considers the value of buffer.params().trackChanges. OK, thanks. I guess the bibitem code handles bibliography entries that are entered direc

Re: [PATCH] LyX/Mac menu merging

2006-12-22 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Can you try the following patch? The outcome should be the Jean-Marc> same in english, and in french it should work, except that Jean-Marc> the men

Re: [PATCH] LyX/Mac menu merging

2006-12-22 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Can you try the following patch? The outcome should be the Jean-Marc> same in english, and in french it should work, except that Jean-Marc> the menu entries in the LyX menu will be in english. Jean-Marc> BTW, Abdel,

Re: Quesion about redoParagraph() and bibitem insets... Martin, Michael?

2006-12-22 Thread Michael Gerz
Abdel, I am not the author of this code. "svn blame" mentions my name because I fixed change tracking, i.e., insertInset(...) considers the value of buffer.params().trackChanges. I guess the bibitem code handles bibliography entries that are entered directly in LyX (not via Bibtex). Whether

Re: Quesion about redoParagraph() and bibitem insets... Martin, Michael?

2006-12-22 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: >> Dear Martin, dear Michael, >> >> I am trying to cleanup LyXText::redoParagraph() (in text.C) to do >> only metrics. The bibitem part doesn't seem to belong to that and >> svn blame say that

Re: Quesion about redoParagraph() and bibitem insets... Martin, Michael?

2006-12-22 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Dear Martin, dear Michael, I am trying to cleanup LyXText::redoParagraph() (in text.C) to do only metrics. The bibitem part doesn't seem to belong to that and svn blame say that you are the author of that part. So could you please tell me if it is really necessary to

Quesion about redoParagraph() and bibitem insets... Martin, Michael?

2006-12-22 Thread Abdelrazak Younes
Dear Martin, dear Michael, I am trying to cleanup LyXText::redoParagraph() (in text.C) to do only metrics. The bibitem part doesn't seem to belong to that and svn blame say that you are the author of that part. So could you please tell me if it is really necessary to have this code here. If no

Re: Bidi support in Lyx 1.5 svn

2006-12-22 Thread Dov Feldstern
Georg Baum wrote: Am Freitag, 22. Dezember 2006 12:14 schrieb Dov Feldstern: 3) There's probably a better way than having to manually change the encoding to cp1255. There's probably some way to automatically associate the language with the encoding (I thought that's what "use language's defa

Re: Bidi support in Lyx 1.5 svn

2006-12-22 Thread Dov Feldstern
Abdelrazak Younes wrote: Dov Feldstern wrote: 2) In order to type in Hebrew, you need to do *two* things: a) change the language (F12, if you're using Dekel's bindings for Hebrew) How do I change the language if I don't use Dekel's bindings? Where are those binding by the way and coul

Re: Bidi support in Lyx 1.5 svn

2006-12-22 Thread Abdelrazak Younes
Dov Feldstern wrote: Hi! I've been following this issue and playing around with it for a while now, and I think the problem may not be as bad as we think --- I don't think any major rewriting is necessary. Here's how I'm able to get bidi (Hebrew) at least basically working (I just tried it

Re: Bidi support in Lyx 1.5 svn

2006-12-22 Thread Abdelrazak Younes
Georg Baum wrote: Am Freitag, 22. Dezember 2006 13:49 schrieb Abdelrazak Younes: Here is it attached together with cp1255 and cp1257, just in case. You misunderstood me, I wanted to know where one can get these files. Which TeX distributions include them? Miktex 2.5 has them (if you instal

Re: Bad translations in LyX?win 1.4.3-5 -- Scons problem?

2006-12-22 Thread Joost Verburg
I removed the namespace from the uic flags. Unfortunately it makes no difference. Joost

Re: Bidi support in Lyx 1.5 svn

2006-12-22 Thread Georg Baum
Am Freitag, 22. Dezember 2006 13:49 schrieb Abdelrazak Younes: > Here is it attached together with cp1255 and cp1257, just in case. You misunderstood me, I wanted to know where one can get these files. Which TeX distributions include them? Are there places where one can download them? Georg

Re: Bidi support in Lyx 1.5 svn

2006-12-22 Thread Georg Baum
Am Freitag, 22. Dezember 2006 12:14 schrieb Dov Feldstern: > 3) There's probably a better way than having to manually change the > encoding to cp1255. There's probably some way to automatically associate > the language with the encoding (I thought that's what "use language's > default encoding"

Re: Bidi support in Lyx 1.5 svn

2006-12-22 Thread Abdelrazak Younes
Georg Baum wrote: Am Freitag, 22. Dezember 2006 13:34 schrieb Abdelrazak Younes: Georg, I see in http://bugzilla.lyx.org/show_bug.cgi?id=2927 that you recommend to add cp1256 encoding for Arabic. Is it OK if I put this patch in with the following change or is there more to it? + "koi8-

Re: Bidi support in Lyx 1.5 svn

2006-12-22 Thread Georg Baum
Am Freitag, 22. Dezember 2006 13:34 schrieb Abdelrazak Younes: > Georg, I see in http://bugzilla.lyx.org/show_bug.cgi?id=2927 that you > recommend to add cp1256 encoding for Arabic. Is it OK if I put this > patch in with the following change or is there more to it? > > + "koi8-r", "koi8-u",

Re: Bidi support in Lyx 1.5 svn

2006-12-22 Thread Abdelrazak Younes
Dov Feldstern wrote: Index: src/frontends/qt4/QDocumentDialog.C === --- src/frontends/qt4/QDocumentDialog.C (revision 16375) +++ src/frontends/qt4/QDocumentDialog.C (working copy) @@ -62,7 +62,7 @@ // the available encodings in src/

Re: [PATCH] LyX/Mac menu merging

2006-12-22 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> I checked with LANG=FR_fr. Accents appear correctly. But in Bennett> this case the LyX menu on the left does not have About LyX, Bennett> and the Preferences i

Re: [PATCH] LyX/Mac menu merging

2006-12-22 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> I checked with LANG=FR_fr. Accents appear correctly. But in Bennett> this case the LyX menu on the left does not have About LyX, Bennett> and the Preferences item is grayed out (but note that in this Bennett> case no accents). Th

Re: Bidi support in Lyx 1.5 svn

2006-12-22 Thread Dov Feldstern
Hi! I've been following this issue and playing around with it for a while now, and I think the problem may not be as bad as we think --- I don't think any major rewriting is necessary. Here's how I'm able to get bidi (Hebrew) at least basically working (I just tried it now on r16375): (Not

Re: funny bug

2006-12-22 Thread Abdelrazak Younes
Enrico Forestieri wrote: 1) launch LyX 2) File->New 3) try writing something: you can't until you click in the work area Ah... could be because of my last commit fixing the bogus message about non ready device on startup. But the focus seems to be OK when session restored a file. I'll fix tha

Re: Pure virutal function is called.

2006-12-22 Thread Abdelrazak Younes
Bo Peng wrote: No, I think I have just solved this. Please try it out. The patch is confirmed to work. Please commit. I am not sure this is a gcc or boost bug. After all, boost/signal is supposed to work with gcc 3.4. I see that you've done that already. Thanks, Abdel.

Re: Bad translations in LyX?win 1.4.3-5 -- Scons problem?

2006-12-22 Thread Georg Baum
Am Freitag, 22. Dezember 2006 00:59 schrieb Joost Verburg: > Bo Peng wrote: > >> Yes, they are passed to the command. However, the Qt windows are still > >> not translated. > > > > And 1.5.x is translated? > > Yes, 1.5 with Qt4 works fine. That rings a bell. You have to use UICFLAGS=-tr qt_ fo