1.5rc2 bundle installer fails to install aspell dictionaries

2007-07-07 Thread Bob Lounsbury
The title says it all. Fresh install of 1.5rc2 using the installer bundle on XP Home and the installer says (while trying to download aspell6-en-6.0-0.exe): Your internet connection seems to have dropped out! Please reconnect and click Retry to resume downloading... I only selected to install En

Re: Crash only in recent SVN on FreeBSD

2007-07-07 Thread Enrico Forestieri
On Sun, Jul 08, 2007 at 04:22:29AM +0900, Koji Yokota wrote: > Enrico Forestieri wrote: > > On Sat, Jul 07, 2007 at 08:37:15PM +0200, Enrico Forestieri wrote: > > > >> On Sun, Jul 08, 2007 at 03:29:46AM +0900, Koji Yokota wrote: > >> > >>> but crash also happens when I start it with > >>> > >>>

Re: [PATCH] Toolbars

2007-07-07 Thread Michael Gerz
Jean-Marc Lasgouttes schrieb: At least, I would prefer if (!tbi) to if (tbi == 0) Done. Now that I look at it (even) more closely, I have a question: we used to have two version of getToolbars, which only differred by the fact that one is const. With your patch we know ki

[PATCH] Translation problem in paragraph dialog

2007-07-07 Thread Michael Gerz
Hi, this patch fixes a translation problem. OK? Michael Index: frontends/qt4/QParagraph.cpp === --- frontends/qt4/QParagraph.cpp (Revision 19004) +++ frontends/qt4/QParagraph.cpp (Arbeitskopie) @@ -83,11 +83,11 @@ radioMap[LYX_AL

Re: Deadline of translations?

2007-07-07 Thread Michael Gerz
Koji Yokota schrieb: >> #: src/frontends/qt4/ui/ParagraphUi.ui:241 >> Use Paragraph's Default Alignment >> > > does not match the actual strings, so it does not appear translated in > the actual lyx. > I just remerged the po files and committed the changes. AFAICS, only a single message h

Re: [PATCH] Bug 3764: Implicit \author field in .lyx files

2007-07-07 Thread Michael Gerz
José Matos schrieb: On Saturday 07 July 2007 12:34:35 Michael Gerz wrote: Accept all changes by "Mike" and "MG": \tracking_changes true \output_changes false \author "" \author "" \author "Michael Gerz" [EMAIL PROTECTED] Is there any reason to leave the empty authors field

Re: Deadline of translations?

2007-07-07 Thread José Matos
On Saturday 07 July 2007 18:55:10 Pavel Sanda wrote: > the plan was that after rc2 no change of transl. strings should happen. > > pavel Yes. I would like to release before Thursday (that is with Wednesday as the deadline). How much time do you need? -- José Abílio

Re: [PATCH] Bug 3764: Implicit \author field in .lyx files

2007-07-07 Thread José Matos
On Saturday 07 July 2007 12:34:35 Michael Gerz wrote: > Accept all changes by "Mike" and "MG": > >   \tracking_changes true >   \output_changes false >   \author "" >   \author "" >   \author "Michael Gerz" [EMAIL PROTECTED] Is there any reason to leave the empty authors field there? > All of t

Re: Crash only in recent SVN on FreeBSD

2007-07-07 Thread Koji Yokota
Enrico Forestieri wrote: > On Sat, Jul 07, 2007 at 08:37:15PM +0200, Enrico Forestieri wrote: > >> On Sun, Jul 08, 2007 at 03:29:46AM +0900, Koji Yokota wrote: >> >>> but crash also happens when I start it with >>> >>> > env LC_ALL=C lyx >>> >>> In this case, there are no such complaints. >> Yes,

Re: Crash only in recent SVN on FreeBSD

2007-07-07 Thread Enrico Forestieri
On Sat, Jul 07, 2007 at 08:37:15PM +0200, Enrico Forestieri wrote: > On Sun, Jul 08, 2007 at 03:29:46AM +0900, Koji Yokota wrote: > > > but crash also happens when I start it with > > > > > env LC_ALL=C lyx > > > > In this case, there are no such complaints. > > Yes, the C locale is always su

Re: Crash only in recent SVN on FreeBSD

2007-07-07 Thread Enrico Forestieri
On Sun, Jul 08, 2007 at 03:29:46AM +0900, Koji Yokota wrote: > Enrico Forestieri wrote: > > This is another consequence of http://www.lyx.org/trac/changeset/18988. > > Try whether reverting that changeset helps. > > Yes, I identified that reverting it removes the problem. I was sure that that w

Re: Crash only in recent SVN on FreeBSD

2007-07-07 Thread Koji Yokota
Enrico Forestieri wrote: This is another consequence of http://www.lyx.org/trac/changeset/18988. Try whether reverting that changeset helps. Yes, I identified that reverting it removes the problem. I think that the problem here is a missing locale facet. Indeed, lyx always compains > Loc

Re: Deadline of translations?

2007-07-07 Thread Pavel Sanda
> I know 1.5 will be released next week, but could you tell when is the > exact deadline of po translations going to be (or its estimation)? I'm > also worried about whether the translation template file is already > frozen or not. I currently see that the entry in the template the plan was that a

Re: Crash only in recent SVN on FreeBSD

2007-07-07 Thread Pavel Sanda
> Wild guess: does the following helps? this maybe helps from the exception, but it will cause that sorting wont be working with current settings of locale. i think as well as Enrico that missing facet is the problem. pavel

Deadline of translations?

2007-07-07 Thread Koji Yokota
Hi, I know 1.5 will be released next week, but could you tell when is the exact deadline of po translations going to be (or its estimation)? I'm also worried about whether the translation template file is already frozen or not. I currently see that the entry in the template > #: src/frontends/qt4

Re: Crash only in recent SVN on FreeBSD

2007-07-07 Thread Enrico Forestieri
On Sat, Jul 07, 2007 at 07:40:23PM +0200, Alfredo Braunstein wrote: > Wild guess: does the following helps? No, sorry. > Index: frontends/controllers/frontend_helpers.cpp > === > --- frontends/controllers/frontend_helpers.cpp

Re: Crash only in recent SVN on FreeBSD

2007-07-07 Thread Alfredo Braunstein
Enrico Forestieri wrote: > On Sun, Jul 08, 2007 at 02:13:41AM +0900, Koji Yokota wrote: > >> Hi, >> >> Only recently lyx-svn begins to crash when I open some of menus on a >> FreeBSD machine (I confirmed on revision 19004). Is this only a >> temporary phenomenon to be fixed soon? If so, please n

Re: Crash only in recent SVN on FreeBSD

2007-07-07 Thread Enrico Forestieri
On Sun, Jul 08, 2007 at 02:13:41AM +0900, Koji Yokota wrote: > Hi, > > Only recently lyx-svn begins to crash when I open some of menus on a > FreeBSD machine (I confirmed on revision 19004). Is this only a > temporary phenomenon to be fixed soon? If so, please neglect this mail. > > Lyx crashes,

Crash only in recent SVN on FreeBSD

2007-07-07 Thread Koji Yokota
Hi, Only recently lyx-svn begins to crash when I open some of menus on a FreeBSD machine (I confirmed on revision 19004). Is this only a temporary phenomenon to be fixed soon? If so, please neglect this mail. Lyx crashes, for example, when I open Tools -> Preferences, with error messages: > LyXF

Re: Caught "normal" exception: St8bad_cast

2007-07-07 Thread Enrico Forestieri
On Sat, Jul 07, 2007 at 04:52:02PM +0200, Enrico Forestieri wrote: > This happens on Windows, I don't get it on Linux. > > After > 1) File->New > 2) Document->Settings > LyX crashes with the message > Caught "normal" exception: St8bad_cast > > I verified that this is a consequence of > http://ww

Caught "normal" exception: St8bad_cast

2007-07-07 Thread Enrico Forestieri
This happens on Windows, I don't get it on Linux. After 1) File->New 2) Document->Settings LyX crashes with the message Caught "normal" exception: St8bad_cast I verified that this is a consequence of http://www.lyx.org/trac/changeset/18991 Any idea? -- Enrico

Re: Separate Environment translation

2007-07-07 Thread Pavel Sanda
> Odd, the German translation works fine. (Tested with the very latest > 1.5.0svn just a few seconds ago). i tried german here and it didnt work. pavel

Re: Separate Environment translation

2007-07-07 Thread Pavel Sanda
> Pavel Sanda wrote: > >hi, > >translation of the following line of .po has no effect for me: > > > >#: lib/layouts/stdlayouts.inc:73 > >msgid "--- Separate Environment ---" > > > Could you try this patch? no change. pavel

Re: Separate Environment translation

2007-07-07 Thread Abdelrazak Younes
Pavel Sanda wrote: hi, translation of the following line of .po has no effect for me: #: lib/layouts/stdlayouts.inc:73 msgid "--- Separate Environment ---" Could you try this patch? Abdel. Index: src/BufferView.h === --- src/Buf

Re: [PATCH] Bug 3764: Implicit \author field in .lyx files

2007-07-07 Thread Michael Gerz
Jean-Marc Lasgouttes schrieb: Jean-Marc> Something like that. I tested briefly with 3 different Jean-Marc> authors, and I think something is wrong (I think it was Jean-Marc> already wrong before, actually). I do not see how current Jean-Marc> author could always be index 0 (which is written in th

Re: [Cvslog] r18992 - /lyx-devel/trunk/src/frontends/controllers/front...

2007-07-07 Thread Michael Gerz
Michael Gerz schrieb: Andre Poenitz schrieb: Modified: lyx-devel/trunk/src/frontends/controllers/frontend_helpers.cpp URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/controllers/frontend_helpers.cpp?rev=18992 Something is wrong with this link (surprise included). Note

Re: Separate Environment translation

2007-07-07 Thread Michael Gerz
Bo Peng schrieb: On 7/6/07, Pavel Sanda <[EMAIL PROTECTED]> wrote: hi, translation of the following line of .po has no effect for me: #: lib/layouts/stdlayouts.inc:73 msgid "--- Separate Environment ---" If I am not mistaken, this is a known problem: http://bugzilla.lyx.org/show_bug.cgi?id=2

Re: UI Bug: Shortcut missing in Caption menu item

2007-07-07 Thread Michael Gerz
Jean-Marc Lasgouttes schrieb: Abdelrazak> The problem is that all letters in Caption are already Abdelrazak> taken by other shortcuts. Abdelrazak> Any idea someone? The English alphabet has 26 characters, i.e., there are at most 26 shortcuts (unless you use numbers etc.). Personally, I hav

[PATCH] Support unicode layout names (was Re: Upgrade from 1.4 to 1.5)

2007-07-07 Thread Abdelrazak Younes
Abdelrazak Younes wrote: What I mean is that, if I finish my patch, there won't be a need to handle that in lyx2lyx and bug 2992 would basically be a WONTFIX. I am not sure myself what is the best solution. As long as we don't have a GUI for creating layout, supporting non-ASCII style names see