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?
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
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
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
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.
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
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
>> 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).
>> 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
>> 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
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
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
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
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
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
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
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
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
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
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<
---
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
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)
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
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
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
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
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
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
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
==
29 matches
Mail list logo