Re: How to make Changes.cpp a POTFILE?

2009-10-12 Thread Kornel Benko
Am Monday 12 October 2009 schrieb Jürgen Spitzmüller: > As of r31602, Changes.cpp contains gettext markup, yet it doesn't appear in > POTFILES.in (and thus not in *.po). > > What do I have to do to get it there? > > Jürgen > > They are in POTFILES.in (if you use cmake). That said, the rules t

Re: r31603 - in lyx-devel/branches/BRANCH_1_6_X: . src

2009-10-12 Thread Andre Poenitz
On Mon, Oct 12, 2009 at 06:34:58PM +0200, sp...@lyx.org wrote: > +namespace { > +docstring getLaTeXMarkup(docstring const macro, docstring const author, > + docstring const chgTime, > + OutputParams const & runparams) Why copies, not references? Andre'

Re: equation-number bug in lyx-1.6.4 and lyx-2.0svn

2009-10-12 Thread Uwe Stöhr
Sebastian Guttenberg schrieb: Clearly, when I mark a text and press , I want the text to be deleted and not the equation number. Did you try to follow my description? OK I misread your description. What you reported was indeed a bug because when you highlight a character the >Del< key shouldn

How to make Changes.cpp a POTFILE?

2009-10-12 Thread Jürgen Spitzmüller
As of r31602, Changes.cpp contains gettext markup, yet it doesn't appear in POTFILES.in (and thus not in *.po). What do I have to do to get it there? Jürgen

Re: r31440 - lyx-devel/trunk/src/tex2lyx

2009-10-12 Thread Jean-Marc Lasgouttes
Uwe Stöhr writes: >> Uwe, could you double check that this patch makes sense to you? > > I don't have the time to do this right now and are offline by now for about 3 > weeks. Hi Uwe, Did you find time to look? JMarc

Re: Trac guii component

2009-10-12 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Jean-Marc Lasgouttes wrote: > >> Removing it is fine (I did it for some other components). The result is >> that the component is kept in old bugs, but cannot be used for new ones. > > OK, if it is kept, I have certainly no objections. I did it. JMarc

Re: equation-number bug in lyx-1.6.4 and lyx-2.0svn

2009-10-12 Thread Jean-Marc Lasgouttes
Sebastian Guttenberg writes: > 1. insert numbered formula with -n > 2. type some symbol, e.g. "5" and mark it with -cursor from left > to right (!) such that after the marking the cursor is at the end of the > math-environment. > 3. pressing will not delete the marked text, but remove the > equa

Re: r31600 - lyx-devel/trunk/src/mathed

2009-10-12 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > > Log: > > disable the del-suppresses-equation-label-at-end feature (not easy to > > describe, is it?) when there is a selection > > This is candidate for branch too. OK from my side. Jürgen

Re: r31600 - lyx-devel/trunk/src/mathed

2009-10-12 Thread Jean-Marc Lasgouttes
lasgout...@lyx.org writes: > Author: lasgouttes > Date: Mon Oct 12 17:20:23 2009 > New Revision: 31600 > URL: http://www.lyx.org/trac/changeset/31600 > > Log: > disable the del-suppresses-equation-label-at-end feature (not easy to > describe, is it?) when there is a selection This is candidate f

Re: equation-number bug in lyx-1.6.4 and lyx-2.0svn

2009-10-12 Thread Jean-Marc Lasgouttes
Sebastian Guttenberg writes: > 1. insert numbered formula with -n > 2. type some symbol, e.g. "5" and mark it with -cursor from left > to right (!) such that after the marking the cursor is at the end of the > math-environment. > 3. pressing will not delete the marked text, but remove the > equa

Re: Error in Imagemagick included in LyX installation (Windows)

2009-10-12 Thread Javier Matos Odut
Uwe Stöhr escribió: > something that I have found that makes LyX fail when converting files using Imagemagik > (convert.exe) in Windows. I had problems with loading images and exporting to HTML so I spend some > time isolating the problem and I think that I found it. After installing Lyx and tr

Re: 6 remaining bugfixes for branch

2009-10-12 Thread Jürgen Spitzmüller
Vincent van Ravesteijn - TNW wrote: > >Vincent: > >http://www.lyx.org/trac/ticket/6129 > >http://www.lyx.org/trac/ticket/740 > > I don't know whether Juergen agrees on these two. I have everything on my radar. The bugs where I did not yet commented are indeed those I'm still pondering about. J

Re: Small poll about svn

2009-10-12 Thread Stephan Witt
Pavel Sanda schrieb: hi, i have small question for people using lyx + subversion. i'm thinking about using some svn syntax from version >=1.5 for new lyx commands. how big is the crowd of people still using svn 1.4 or in other words could you drop me version number of subversion you use to have

RE: 6 remaining bugfixes for branch

2009-10-12 Thread Vincent van Ravesteijn - TNW
>Vincent: >http://www.lyx.org/trac/ticket/6129 >http://www.lyx.org/trac/ticket/740 I don't know whether Juergen agrees on these two. (The second one might not be trivial because it's closely related to the filecose mechanism overhaul that I still need to backport somehow). >http://www.lyx.org

Re: FW: r31199 - lyx-devel/trunk/src

2009-10-12 Thread Jürgen Spitzmüller
Vincent van Ravesteijn - TNW wrote: > Juergen, > > This fixes the new feature that was introduced in 1.6.4, but had a > little bug as described above. > > Ok for branch ? Yes. Jürgen

FW: r31199 - lyx-devel/trunk/src

2009-10-12 Thread Vincent van Ravesteijn - TNW
Author: vfr Date: Sat Aug 22 16:34:50 2009 New Revision: 31199 URL: http://www.lyx.org/trac/changeset/31199 Log: Fix inset-begin and inset-end. Now, if the cursor was at the beginning of a paragraph in the middle of the inset, inset-begin would jump out of the inset. Modified: lyx-devel/trunk/

Re: equation-number bug in lyx-1.6.4 and lyx-2.0svn

2009-10-12 Thread Sebastian Guttenberg
Hi Uwe I am fine with the possibility of deleting the equation number by pressing at the end of the line. But for me it is clearly a bug that this even happens, when some text is marked. Clearly, when I mark a text and press , I want the text to be deleted and not the equation number. Did you tr