Re: What's the right step to build a windows binary?

2008-12-06 Thread asm23
Thanks Peng Bo for your patient help for beginners like me. I will try it, If I success, I would add some tutorials in wiki, because the wiki is too simple on this topic.

Re: Approaching LyX 1.6.1 [status update #2]

2008-12-06 Thread Uwe Stöhr
> The most urgent ones are these There's another very nasty one: http://bugzilla.lyx.org/show_bug.cgi?id=5604 regards Uwe

Re: attempt to fix bug 3560 - help needed

2008-12-06 Thread Uwe Stöhr
> Hm, I'd guess that you'll need two separate macros \lyxarrow and > \lyxarrowright. After all, in a multilingual document LTR and RTL can be > mixed, so both variants might occur in parallel. You are right. Could you please take over and implement this. I'm currently very limited with my spare

Re: Notes in output

2008-12-06 Thread Uwe Stöhr
> I really think we should implement something allowing that users can influence the way Notes look > in the output. Yes. We provide for this purpose the grayed out note. As users often asked how to customize its output, I describe how this can be done in the EmbeddedObjects manual. In my opini

Notes in output

2008-12-06 Thread Vincent van Ravesteijn
Hi all, I really think we should implement something allowing that users can influence the way Notes look in the ouput. It is asked very often on the users' list and I feel that any direct influence of LyX itself on the output should be adjustable. Any volunteers / objections ? Vincent

Re: attempt to fix bug 3560 - help needed

2008-12-06 Thread Andre Poenitz
On Sat, Dec 06, 2008 at 03:29:49PM +0100, Uwe Stöhr wrote: > @@ -726,7 +731,11 @@ > macros << noun_def << '\n'; > > if (mustProvide("lyxarrow")) > + { > + Language const * lang; > + useLanguage(lang); > macros << lyxarrow_def << '\n';

Re: [patch] bug 5514: loading emergency save of master document can crash lyx

2008-12-06 Thread Guenter Milde
> Therefore I have added a bool to checkAndLoadLyXFile that skips the > test for dirtyness and simply loads the master only if it is not > already loaded. The bool is only used in this specific case, so there > should be no surprises. This is exactly what I wanted. Thanks, Günter

[patch] for branch: 2 new layouts

2008-12-06 Thread Uwe Stöhr
Today I committed two layouts to trunk that can also go to branch: - recipebook: is a layout to typeset recipes for food but in principle also other recipes. It was published on our wiki 2 years ago by Szöke Sandor and I adopted together with him for LyX 1.6 - ACM-siggraph: since LyX 1.5.7 we

Re: What's the right step to build a windows binary?

2008-12-06 Thread Bo Peng
> Actually, this is the first time I hear the "SCons", so I looked it up in > wikipeida, then I knew this is a build tool like CMake which I heard before. cmake and scons can both build lyx under windows. cmake has the advantage that it produces a native VC project, but it does not (?) build a win

Re: attempt to fix bug 3560 - help needed

2008-12-06 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > Bug http://bugzilla.lyx.org/show_bug.cgi?id=3560 is about that we define > the menu separator always as \trangleright, while it needs to be > \triangleleft for RTL languages. This should be easy to fix, but I'm too > stupid to get it right, see the attached attempt. Any help? Hm

Re: [Cvslog] r27781 - /lyx-devel/trunk/src/LyXFunc.cpp

2008-12-06 Thread Jürgen Spitzmüller
> Author: spitz > Date: Sat Dec  6 15:44:40 2008 > New Revision: 27781 > > URL: http://www.lyx.org/trac/changeset/27781 > Log: > * LyXFunc.cpp (reload): > - if the lyx_view_ has been detroyed, create a new one (fix bug > 5389). > > Modified: >     lyx-devel/trunk/src/LyXFunc.cpp > > Modifie

attempt to fix bug 3560 - help needed

2008-12-06 Thread Uwe Stöhr
Bug http://bugzilla.lyx.org/show_bug.cgi?id=3560 is about that we define the menu separator always as \trangleright, while it needs to be \triangleleft for RTL languages. This should be easy to fix, but I'm too stupid to get it right, see the attached attempt. Any help? Is there something like

Re: What's the right step to build a windows binary?

2008-12-06 Thread asm23
Bo Peng wrote: I'm totally new to Lyx, and I even can't find any stuff in more detail. The document on wiki is so simple, so, I still don't know how to do. I just download the package "lyx-windows-deps-msvc2008", after unzipped it, I found there are many folder's like: "bin" "lib" "include" "qt

Re: request to remove the menu language setting from the preferences

2008-12-06 Thread Abdelrazak Younes
On 04/12/2008 20:26, Uwe Stöhr wrote: > Would it be an option if we set LANG instead only on Windows? Yes, but set LANG only for the current user. As far as I can see this is the only way to get it working on all Windows setups. LANG would be set for the currently running lyx process so that

Re: Website update of i18n fails

2008-12-06 Thread Jürgen Spitzmüller
Christian Ridderström wrote: > No ideas, but I hope I solved it by manually changing to the web directory > and doing 'svn up'. This updated i18n.inc and two other files. Yes, this did it. Which web directory are you talking about (in case I need to do it myself sometimes)? Thanks, Jürgen