Re: layout2layout patch for bug #3605

2009-11-16 Thread Guenter Milde
On 2009-11-14, José Matos wrote: > On Tuesday 10 November 2009 08:54:13 Guenter Milde wrote: ... >> There are further (not so important) optimizations/cleanups possible. >> These are left as an exercise for the reader ;-) > Some of this could be applied to lyx2lyx, could you take a look, please?

Re: [RFC] RefStepCounter for LyX

2009-11-16 Thread rgheck
On 11/16/2009 06:02 PM, Jean-Marc Lasgouttes wrote: Le 16 nov. 09 à 23:46, rgheck a écrit : The attached is an initial shot at implementing a kind of \refstepcounter facility for LyX. The idea is that we can keep track, as we pass InsetLabels, of which counter is then "active" and use this inf

Re: [RFC] RefStepCounter for LyX

2009-11-16 Thread Vincent van Ravesteijn
Jean-Marc Lasgouttes schreef: Le 16 nov. 09 à 23:46, rgheck a écrit : The attached is an initial shot at implementing a kind of \refstepcounter facility for LyX. The idea is that we can keep track, as we pass InsetLabels, of which counter is then "active" and use this information in displaying

Re: [RFC] RefStepCounter for LyX

2009-11-16 Thread Jean-Marc Lasgouttes
Le 16 nov. 09 à 23:46, rgheck a écrit : The attached is an initial shot at implementing a kind of \refstepcounter facility for LyX. The idea is that we can keep track, as we pass InsetLabels, of which counter is then "active" and use this information in displaying InsetRefs that reference th

Re: [patch] fix bug 2585 (correct toolbar button for \emph)

2009-11-16 Thread Jean-Marc Lasgouttes
Le 16 nov. 09 à 07:40, Jürgen Spitzmüller a écrit : Uwe Stöhr wrote: When I see an exclamation mark I think of something that must be important. And that's what \emph is for: highlight text parts that are important. I therefore propose to replace the existing button with the attached one.

[RFC] RefStepCounter for LyX

2009-11-16 Thread rgheck
The attached is an initial shot at implementing a kind of \refstepcounter facility for LyX. The idea is that we can keep track, as we pass InsetLabels, of which counter is then "active" and use this information in displaying InsetRefs that reference those labels. It works reasonably well, in

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

2009-11-16 Thread Abdelrazak Younes
On 16/11/2009 14:27, Enrico Forestieri wrote: On Mon, Nov 16, 2009 at 09:05:56AM +0100, Abdelrazak Younes wrote: Modified: lyx-devel/trunk/src/mathed/MathData.cpp == --- lyx-devel/trunk/src/mathed/MathData.cpp M

Re: [patch] fix bug 2585 (correct toolbar button for \emph)

2009-11-16 Thread Uwe Stöhr
>> When I see an exclamation mark I think of something that must be important. >> And that's what \emph is for: highlight text parts that are important. >> I therefore propose to replace the existing button with the attached one. > > I like the idea (but we should do this change in trunk only).

RE: r32035 - lyx-devel/trunk/src

2009-11-16 Thread Vincent van Ravesteijn - TNW
>> Author: vfr >> Date: Mon Nov 16 00:45:39 2009 >> New Revision: 32035 >> URL: http://www.lyx.org/trac/changeset/32035 >> >> Log: >> Fix bug #6327: Crash in new file and press PgUp button. >> >> -} else if (pit != int(par_metrics_.size())) { >> +} else i

RE: r32038 - lyx-devel/trunk/src/insets

2009-11-16 Thread Vincent van Ravesteijn - TNW
>> Author: vfr >> Date: Mon Nov 16 01:18:52 2009 >> New Revision: 32038 >> URL: http://www.lyx.org/trac/changeset/32038 >> >> Log: >> Fix bug #6240: Adding table row causes exception that >>triggers infinite loop in code. > >I think the right fix is instead to pass the buffer to the >new cells a

Re: Mac: System crash on spellcheck in branch

2009-11-16 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > OK, here is a new patch that applies to branch (replaces nofork2). I think this patch should now also go to branch and trunk. Jürgen

Re: r31973 - lyx-devel/trunk/src

2009-11-16 Thread rgheck
On 11/16/2009 11:13 AM, Jean-Marc Lasgouttes wrote: rgheck writes: Well, there were also different flavors of DocBook, right? My sense is that it gets used whenever we are in some general routine (in InsetGraphics, say) and want to know what sort of thing we're outputting. So it might almos

Re: r31973 - lyx-devel/trunk/src

2009-11-16 Thread Jean-Marc Lasgouttes
rgheck writes: > Well, there were also different flavors of DocBook, right? My sense is > that it gets used whenever we are in some general routine (in > InsetGraphics, say) and want to know what sort of thing we're > outputting. So it might almost be called "Backend", though there are > basically

Re: r31973 - lyx-devel/trunk/src

2009-11-16 Thread rgheck
On 11/16/2009 10:01 AM, Jean-Marc Lasgouttes wrote: rgh...@lyx.org writes: Author: rgheck Date: Sat Nov 14 13:54:12 2009 New Revision: 31973 URL: http://www.lyx.org/trac/changeset/31973 Log: Add TEXT flavor, just in case we need it. Richard be careful you need to handle it in InsetE

Re: [ANNOUNCE] LyX 1.6.4.2 for Mac OS X 10.6 is released

2009-11-16 Thread Jürgen Spitzmüller
Johannes Knaus wrote: > Does this release also fix the crash when using spellcheck (which is > caused by/related to the pseudo-crash fix)? Yes. Jürgen

[ANNOUNCE] LyX 1.6.4.2 for Mac OS X 10.6 is released

2009-11-16 Thread Jürgen Spitzmüller
LyX 1.6.4.2, another minor service upgrade release, is available now. The upgrade fixes recurring pseudo-crashes when running LyX on Mac OS X 10.6 (Snow Leopard). Apart from that, the release is identical with LyX 1.6.4.1. Note that the fix impacts the performance on the Mac while autosaving. Th

Re: r31973 - lyx-devel/trunk/src

2009-11-16 Thread Jean-Marc Lasgouttes
rgh...@lyx.org writes: > Author: rgheck > Date: Sat Nov 14 13:54:12 2009 > New Revision: 31973 > URL: http://www.lyx.org/trac/changeset/31973 > > Log: > Add TEXT flavor, just in case we need it. Richard be careful you need to handle it in InsetExternal::validate (the switch). In general, I do n

Re: Mac: System crash on spellcheck in branch

2009-11-16 Thread Jürgen Spitzmüller
BH wrote: > I've placed the universal binary here: > > http://edisk.fandm.edu/bennett.helm/lyx/LyX-1.6.4.2-Mac-Universal.dmg Thanks. I'm just uploading. Jürgen

Re: Mac: System crash on spellcheck in branch

2009-11-16 Thread BH
On Mon, Nov 16, 2009 at 3:36 AM, Jürgen Spitzmüller wrote: > Jürgen Spitzmüller wrote: >> I uploaded a new version to >>         ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.6.4.2.tar.gz >>         ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.6.4.2.tar.bz2 >> > > This should read > ftp://ftp.devel.lyx.org/pub/l

Re: Bug report for Math doc export to LyX HTML

2009-11-16 Thread rgheck
On 11/15/2009 04:39 PM, Abdelrazak Younes wrote: Hello Richard, I don't know if you are interested in bug report but here are some anyway: XML Parsing Error: not well-formed Location: file:///C:/devel/lyx/lyx-devel/lib/doc/Math.xhtml Line Number 673, Column 52: exp⁡< ---

Re: Bug report for Math doc export to LyX HTML

2009-11-16 Thread rgheck
On 11/15/2009 05:21 PM, Abdelrazak Younes wrote: On 15/11/2009 23:16, Abdelrazak Younes wrote: On 15/11/2009 22:39, Abdelrazak Younes wrote: Hello Richard, I don't know if you are interested in bug report but here are some anyway: Next one: XML Parsing Error: mismatched tag. Expected: . Lo

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

2009-11-16 Thread Enrico Forestieri
On Mon, Nov 16, 2009 at 09:05:56AM +0100, Abdelrazak Younes wrote: > > Modified: lyx-devel/trunk/src/mathed/MathData.cpp > > == > > --- lyx-devel/trunk/src/mathed/MathData.cpp Mon Nov 16 00:53:40 2009 > > (r32036)

Re: problems with pdf-quality and fontenc-package

2009-11-16 Thread Jean-Pierre Chrétien
Steve Litt writes: ? > > slitt mydesk:~$ gs --version > 8.64 Hmm... would you mind to send me (privately) your example ? jeanpierre dot chretien at free.fr -- Jean-Pierre

Re: LyX 1.6.4.2

2009-11-16 Thread Stephan Witt
Jürgen Spitzmüller schrieb: Stephan Witt wrote: now I have a test drive with snow leopard 10.6.2. I'm able to reproduce the problem with lyx-1.6.4. What can I do to help solving this issue? I have no problem to build a LyX binary from 1.6.5svn. You could try Jean-Marc's latest patch (either a

Re: Mac: System crash on spellcheck in branch

2009-11-16 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > I uploaded a new version to > ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.6.4.2.tar.gz > ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.6.4.2.tar.bz2 > This should read ftp://ftp.devel.lyx.org/pub/lyx/stable/lyx-1.6.4.2.tar.gz ftp://ftp.devel.lyx.org/pub/lyx/stable/ly

Re: Access for Koji? (Re: r31865 - in lyx-devel/trunk: development/scons lib lib/doc lib/doc/ja lib/layouts lib/templates)

2009-11-16 Thread Yokota K.
Looking at my current situations, I feel like my current pace (i.e. to post from time to time) is the most I can do at this moment. So, I think I'd better ask you for the right when not having it becomes an obstacle... Thank you so much for the offer. I'm going to continue posting as before. Best

Re: r32038 - lyx-devel/trunk/src/insets

2009-11-16 Thread Abdelrazak Younes
v...@lyx.org wrote: Author: vfr Date: Mon Nov 16 01:18:52 2009 New Revision: 32038 URL: http://www.lyx.org/trac/changeset/32038 Log: Fix bug #6240: Adding table row causes exception that triggers infinite loop in code. Modified: lyx-devel/trunk/src/insets/InsetTabular.cpp Modified: lyx-dev

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

2009-11-16 Thread Abdelrazak Younes
for...@lyx.org wrote: Author: forenr Date: Mon Nov 16 00:54:45 2009 New Revision: 32037 URL: http://www.lyx.org/trac/changeset/32037 Log: Fix bug #6208: macro crash. The fix consists in not updating the macro while it is being edited, and this is accomplished by the changes in MathData::updateMa

Re: r32035 - lyx-devel/trunk/src

2009-11-16 Thread Abdelrazak Younes
v...@lyx.org wrote: Author: vfr Date: Mon Nov 16 00:45:39 2009 New Revision: 32035 URL: http://www.lyx.org/trac/changeset/32035 Log: Fix bug #6327: Crash in new file and press PgUp button. Modified: lyx-devel/trunk/src/TextMetrics.cpp Modified: lyx-devel/trunk/src/TextMetrics.cpp ==