Jean-Marc Lasgouttes schrieb:
It can be interesting to merge with 1.5 translations in some cases. I
did that before releasing 1.5.
I did this before beta4. I backported all new translations for the 1.5 branch to SVN trunk. So both
SVN branches should contains the same amount of translations.
Le 29 oct. 08 à 00:46, Uwe Stöhr a écrit :
> i just generated translation statistics for 1.6. should we
provide all po files
> in the tarball or strip down the low part?
From the release tarball we should strip every translation that is
older than 2 year. Newer files seem to be under active
> i just generated translation statistics for 1.6. should we provide all po
files
> in the tarball or strip down the low part?
From the release tarball we should strip every translation that is older than 2 year. Newer files
seem to be under active translation.
Btw. en.po is an exception. It
On Tue, 2008-10-28 at 23:17 +0100, Pavel Sanda wrote:
> hi,
>
> i just generated translation statistics for 1.6. should we provide all
> po files
> in the tarball or strip down the low part?
>
> pavel
>
>
I feel shame, no doubt about that.
Vincent
Confirmed in RC4 under Vista, but it only happens if both documents
are open. If I only have the child document open, I can compile it
without a problem, even after the error on the parent document.
-
Julio Rojas
[EMAIL PROTECTED]
On Wed, Oct 29, 2
hi,
i just generated translation statistics for 1.6. should we provide all po files
in the tarball or strip down the low part?
pavel
LyX i18n
The following table details the current state of the translations of the
LyX GUI for the LyX development branch
On Tue, Oct 28, 2008 at 08:49:30AM +0100, Abdelrazak Younes wrote:
> Why not a const ref instead of a copy?
Yep, that seems to be the right fix.
> if (cur.inTexted()) {
> - Paragraph par = cur.paragraph();
> + Paragraph const& par = cur.paragraph();
>
I should mention: this was with 1.6rc4.
On Oct 28, 2008, at 2:41 PM, James Sutherland wrote:
I have hit a bug in the text wrap float, but am having a hard time
creating steps to reliably reproduce it. The problem shows up by
LyX shoving the following into the LaTeX output:
\floatstyle{}
I have hit a bug in the text wrap float, but am having a hard time
creating steps to reliably reproduce it. The problem shows up by LyX
shoving the following into the LaTeX output:
\floatstyle{}
\newfloat{}{}{}
\floatname{}{}
This seems to be triggered when I have a text wrap float with
s
Public release of LyX version 1.6.0 (release candidate 5)
=
We are pleased to announce the fifth release candidate of LyX 1.6.0.
LyX 1.6.0 will be the culmination of 15 months of hard work since the
release of the LyX 1.5 series. We sincerel
José Matos wrote:
On Tuesday 28 October 2008 13:49:25 rgheck wrote:
That sounds fine to me---really, Jose, you're the expert here---though
we'll then need to pass a document object, or else the unicode_symbols
object, to the latex2lyx and lyx2latex routines.
I was just surprised by the
On 28/10/2008 18:43, Abdelrazak Younes wrote:
On 28/10/2008 18:29, Abdelrazak Younes wrote:
On 28/10/2008 17:54, José Matos wrote:
As discussed in the list I will release rc5 today (UTC time FWIW).
Is there any last minute objection?
I think someone should verify if
http://bugzilla.lyx.org/sh
On 27/10/2008 15:19, Jean-Marc Lasgouttes wrote:
While looking at assertion code (the new one with a fallback), I notice
that when assertions are disabled, they are nevertheless all evaluated:
#define LASSERT(expr, escape) \
if (expr) {} else { lyx::doAssert(#expr, __FILE__, __LINE__); e
On Friday 24 October 2008 08:30:40 José Matos wrote:
> Yesterday while running the update procedure I got one test failed.
>
> The fail happens in convert where a double is converted to a string. The
> double is 1.1. The test fails because 1.1 is converted to 1.11
> (I am typing this by
On Tue, Oct 28, 2008 at 1:17 PM, Konrad Hofbauer
<[EMAIL PROTECTED]> wrote:
> Bo Peng wrote:
>>
>> And help -> shortcuts.py may be too wide under mac.
>
> It seems already too wide (see attached), also with Win/Linux names.
I agree, but the document is at least printable/viewable. This might
not b
On 28/10/2008 17:54, José Matos wrote:
As discussed in the list I will release rc5 today (UTC time FWIW).
Is there any last minute objection?
I think someone should verify if
http://bugzilla.lyx.org/show_bug.cgi?id=5423 is a regression WRT rc4 or
not. If it is, we should fix it before IMO.
> P.S. Admitted, things might get a bit long, but IMO better a suboptimal
> solution than a non-compilable userguide.
And help -> shortcuts.py may be too wide under mac.
Bo
On 28/10/2008 18:47, Abdelrazak Younes wrote:
On 28/10/2008 18:43, Abdelrazak Younes wrote:
On 28/10/2008 18:29, Abdelrazak Younes wrote:
On 28/10/2008 17:54, José Matos wrote:
As discussed in the list I will release rc5 today (UTC time FWIW).
Is there any last minute objection?
I think someo
Konrad Hofbauer <[EMAIL PROTECTED]> writes:
> Jean-Marc, in order to have a working solution for RC5 (or after),
> could you let InsetInfo-shortcut and InsetInfo-shortcuts simply output
> a text-based Command, Option, and Shift (both on screen and in latex,
> just as Ctrl and Alt on win/linux)?
Ye
Jean-Marc Lasgouttes wrote:
...
Note that Apple Publications Style Guide, in the "Style and Usage"
section, recommends to use Command- and Option- (not Cmd and Opt).
...
Command key: On first use in print user documentation, identify the
Command key with its symbol: Command ([symbol here]) ke
José Matos wrote:
As discussed in the list I will release rc5 today (UTC time FWIW).
Is there any last minute objection?
Not here, no.
rh
On 28/10/2008 18:29, Abdelrazak Younes wrote:
On 28/10/2008 17:54, José Matos wrote:
As discussed in the list I will release rc5 today (UTC time FWIW).
Is there any last minute objection?
I think someone should verify if
http://bugzilla.lyx.org/show_bug.cgi?id=5423 is a regression WRT rc4
or
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> In next cleanup round, I would like that many functions in lyxfind.cpp
> to only work with DocIterators so that we are not forced to use a
> BufferView.
And I think it would be nice to have a dociterator with a buffer
attached to it (but no buffervie
As discussed in the list I will release rc5 today (UTC time FWIW).
Is there any last minute objection?
--
José Abílio
On Tuesday 28 October 2008 13:49:25 rgheck wrote:
> That sounds fine to me---really, Jose, you're the expert here---though
> we'll then need to pass a document object, or else the unicode_symbols
> object, to the latex2lyx and lyx2latex routines.
I was just surprised by the fact that there are two
Vincent van Ravesteijn - TNW wrote:
I don't see any issue here, but I'd like to hear from Abdel.
I do.
thebuffer should maybe read the_buffer, and both thebuffer and num
should be constified.
I'm not sure what you mean about the first bit, but I did the second.
rh
-Original Message-
From: rgheck [mailto:[EMAIL PROTECTED]
Sent: dinsdag 28 oktober 2008 16:39
To: Abdelrazak Younes
Cc: Vincent van Ravesteijn - TNW; LyX Devel List
Subject: Re: Labels/Crossrefs problem
Abdelrazak Younes wrote:
> On 28/10/2008 14:51, rgheck wrote:
>> Vincent van Ravest
Abdelrazak Younes wrote:
On 28/10/2008 14:51, rgheck wrote:
Vincent van Ravesteijn wrote:
On Sat, 2008-10-25 at 14:55 +0200, Vincent van Ravesteijn wrote:
Hi all,
A. 1. create a new document (doc1),
2. insert a label,
3. insert a cross-ref
4. create a new document (doc2)
5. insert a cross-ref
On 28/10/2008 14:51, rgheck wrote:
Vincent van Ravesteijn wrote:
On Sat, 2008-10-25 at 14:55 +0200, Vincent van Ravesteijn wrote:
Hi all,
A. 1. create a new document (doc1),
2. insert a label,
3. insert a cross-ref
4. create a new document (doc2)
5. insert a cross-ref (in doc2)
then the labels
H wrote:
Hello, I just swithch to LyX 1.6 RC4 with my thesis.
OK, but we really don't recommend this. There is at least one dataloss
bug still out there.
I don't know, I'm afraid, about the problem you mentioned.
rh
Hello, I just swithch to LyX 1.6 RC4 with my thesis. Everything worked well
except for a strange thing: there's just 1 occurency of a spanish word in
the (italian) text, and I highlighted it to LyX with the character options.
Everything (disctionaries etc. is correctly installed). I highlighted do
Vincent van Ravesteijn wrote:
On Sat, 2008-10-25 at 14:55 +0200, Vincent van Ravesteijn wrote:
Hi all,
A.
1. create a new document (doc1),
2. insert a label,
3. insert a cross-ref
4. create a new document (doc2)
5. insert a cross-ref (in doc2)
then the labels in the cross-ref dialog are th
José Matos wrote:
On Monday 27 October 2008 19:41:06 rgheck wrote:
Mea culpa. I think I must have had it the way you have it at some point.
I do remember thinking about this. (Maybe what I did, actually, was move
it out of a loop.) Anyway, I can't imagine that this patch isn't correct.
Andre Poenitz <[EMAIL PROTECTED]> writes:
> The idea was to replace /**/ by something sensible in order to avoid the
> upcoming crash and notify the user about instead of using BOOST_ASSERT in
> the implementation.
>
> Of course this is somewhat different from the old "crash early and
> often" appr
On Monday 27 October 2008 19:41:06 rgheck wrote:
> Mea culpa. I think I must have had it the way you have it at some point.
> I do remember thinking about this. (Maybe what I did, actually, was move
> it out of a loop.) Anyway, I can't imagine that this patch isn't correct.
Notice that I do not li
will have a look at it tonight...
ed.
From: Abdelrazak Younes [EMAIL PROTECTED]
Sent: Tuesday, October 28, 2008 09:05
To: Christian Ridderström
Cc: lyx-devel@lists.lyx.org
Subject: Re: Donation page (Was: windows lyx installer)
On 28/10/2008 08:47, Christ
On 28/10/2008 08:47, Christian Ridderström wrote:
On Tue, 28 Oct 2008, Abdelrazak Younes wrote:
Would you care to make a suggestion of what it should look like? To
prepare the way for you, I created 'Draft'-version of the page where
you can make the suggestion, see:
http://www.lyx.org/
On 28/10/2008 00:14, Enrico Forestieri wrote:
On Mon, Oct 27, 2008 at 07:08:26PM +0100, Abdelrazak Younes wrote:
On 27/10/2008 12:58, rgheck wrote:
Tommaso Cucinotta wrote:
Pavel Sanda ha scritto:
i have put it in. anyway at first try:
1. load math manual
2. searc
On Tue, 28 Oct 2008, Abdelrazak Younes wrote:
Would you care to make a suggestion of what it should look like? To
prepare the way for you, I created 'Draft'-version of the page where
you can make the suggestion, see:
http://www.lyx.org/Donate-Draft
I reorganized it a bit following Ed'
On 27/10/2008 19:01, Christian Ridderström wrote:
On Mon, 27 Oct 2008, leuven edwin wrote:
perhaps we should think about adding a checked checkbox "Tell me how
to donate!" linking to http://www.lyx.org/Donate at the end of the
windows installer.
another suggestion is to move the projects tab
40 matches
Mail list logo