> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Please put that in bugzilla once it is up again.
Note that it _is_ up. Lars fixed it.
JMarc
On Wednesday 16 November 2005 20:05, Georg Baum wrote:
> This is very easy to do, but I think we should delay that after 1.4.0 is
> out. AFAICS we have only two layouts that need to be merged: g-brief-de
> and g-brief-en. Please put that in bugzilla once it is up again.
+1
> Georg
--
José Abí
Am Mittwoch, 16. November 2005 20:42 schrieb Michael Gerz:
> Ideally, the German letter layouts should be removed completely. I guess
> they were created at a time when localization of layout strings was not
> supported. Maybe we can convince Jose to write a simple lyx2lyx script
> that maps th
Martin Vermeer ([EMAIL PROTECTED]) wrote:
> Very appropriate. I have been tempted to propose, for the next phase of
> LyX development, instead of aiming at one big new feature, to aim at
> simplification, simplification, simplification (of the code base, that
> is). Though I know I'm guilty of fea
Adrien Rebollo wrote:
Hello,
I guess I am not the only translator fighting with the innumerable
variants in the layout strings.
Me, too (although I almost completed work)
All the layout strings are currently marked as translatable, and it is
up to the translator to decide if he should try t
On Wed, Nov 16, 2005 at 06:20:30PM +, Jose' Matos wrote:
> Hello,
>
> I read this and found it interesting as reflection for the next development
> term:
>
> http://aseigo.blogspot.com/2005/11/writing-successful-open-source.html
>
>
> I hope this helps.
> --
> José Abílio
Very appropriat
On Wed, Nov 16, 2005 at 03:47:01PM +0100, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> Because now we have _zones_ at the upper/lower edge of the
> Martin> screen, where only synthetic mouse events are taken. These are
> Martin> the areas w
Hello,
I read this and found it interesting as reflection for the next development
term:
http://aseigo.blogspot.com/2005/11/writing-successful-open-source.html
I hope this helps.
--
José Abílio
Hello,
I guess I am not the only translator fighting with the innumerable
variants in the layout strings.
All the layout strings are currently marked as translatable, and it is
up to the translator to decide if he should try to adapt them or not.
But, as I understand it from the manuals, som
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Because now we have _zones_ at the upper/lower edge of the
Martin> screen, where only synthetic mouse events are taken. These are
Martin> the areas where genuine (non-synthetic) mouse events will be
Martin> triggered if the mouse
On Wed, Nov 16, 2005 at 02:27:06PM +0100, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> Here is a patch that makes the behaviour more managable. It is
> Martin> still based on page-at-a-time scrolling, but this time
>
> Martin> 1) the time
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> escreveu: > "Edjard" == Edjard
Mota writes:
Edjard> IMHO there could be two options. First, each Linux distro
Edjard> could take care of checking whether the files needed for a
Edjard> given application are there or not, and collect where they can
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Here is a patch that makes the behaviour more managable. It is
Martin> still based on page-at-a-time scrolling, but this time
Martin> 1) the time between scrolls is a more humane 0.5 s, and 2) it
Martin> is _guaranteed_ to be 0.
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes:
Uwe> p.s. As in the last announce: Can someone please send me a
Uwe> LyX-file in the LyX1.2.x file format for testing some conversion
Uwe> scripts?
You should be able to find plenty of old files in the lyx-test cvs
module.
JMarc
On Wed, Nov 16, 2005 at 12:39:30PM +0100, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> Agree. This is as good as it gets for 1.4.
>
> Martin> I propose to check this in, with perhaps a FIXME added to the
> Martin> effect that we're cheatin
> "Edjard" == Edjard Mota <[EMAIL PROTECTED]> writes:
Edjard> IMHO there could be two options. First, each Linux distro
Edjard> could take care of checking whether the files needed for a
Edjard> given application are there or not, and collect where they can
Edjard> be found during the mountin
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> escreveu: > "Edjard" == Edjard
Mota writes:
Edjard> Could this be fixed so that only standards LaTeX classes are
Edjard> involked by the examples (i.e. article, report, book, etc.)?
Edjard> Not all templates in the template directory seem to be clas
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote:
>> The idea looks good to me. Does it mean that you are going to get
>> rid of InsetBase::forceDefaultParagraph too?
Georg> That would be nice, but I don't see how it can be done. It is
Georg> needed in LyX
Jean-Marc Lasgouttes wrote:
> The idea looks good to me. Does it mean that you are going to get rid
> of InsetBase::forceDefaultParagraph too?
That would be nice, but I don't see how it can be done. It is needed in
LyXText::dispatch and LyXFunc::getStatus.
Whatever we do here, I think that Jürgen
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Agree. This is as good as it gets for 1.4.
Martin> I propose to check this in, with perhaps a FIXME added to the
Martin> effect that we're cheating here.
OK.
JMarc
On Tue, Nov 15, 2005 at 10:21:55PM +0100, Helge Hafting wrote:
> On Tue, Nov 15, 2005 at 07:48:04PM +0200, Martin Vermeer wrote:
>
> > I forgot even more. Attached a better version. Hit it hard.
> >
> > (Found one glitch already: with a newline at end of paragraph, the cursor
> > may get stuck an
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> With the problem that this cached information gets easily
Georg> outdated. What about the following: Add a
Georg> forceDefaultParagraphs flag to Outputparams and use that
Georg> instead of Paragraph::forceDefault? The patch is not comp
On Wednesday 16 November 2005 09:47, Georg Baum wrote:
> With the problem that this cached information gets easily outdated. What
> about the following: Add a forceDefaultParagraphs flag to Outputparams and
> use that instead of Paragraph::forceDefault? The patch is not complete (ERT
> is missing),
On Tue, 2005-11-15 at 22:21 +0100, Helge Hafting wrote:
> On Tue, Nov 15, 2005 at 07:48:04PM +0200, Martin Vermeer wrote:
> I managed to hit that too once, but after that it didn't happen again,
> even though I didn't change anything.
Yes, it disappears when you move around a bit.
I suspect
Juergen Spitzmueller wrote:
> Yes, that's true. The old code was broken as well. And that seems to be
> the reason why forceDefaultParagraph does not force Standard paragraphs in
> the output of tabulars (this is triggered by the Paragraph code and seems
> to work for ERT).
> Basically, we'd have
Georg Baum wrote:
> I tested the patch and it works well for me. OK to apply?
Take this one instaed, I forgot to implement LFUN_INSET_DIALOG_UPDATE.
GeorgIndex: src/mathed/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/sr
26 matches
Mail list logo