Helge Hafting wrote:
> An update for nb.po for 1.5
The patch doesn't apply cleanly here.
Jürgen
Hello!
I tried to do a parallel build of lyx-1.4.5.1 with
gmake -j4
but it failed due to some race condition. With more and more computers having
multiple processors, it would be extremely useful to have all dependencies
properly listed in the makefile so that make could perform such b
Tommaso Cucinotta wrote:
Just want to signal a assert/crash when opening EmbeddedObjects.lyx
(actually, I have to
say when computing metrics of some paragraph within that document --
this happens
while opening, in my patch).
The assert seems to fade away by patching insets/InsetInclude.cpp
ad
Tommaso Cucinotta wrote:
Helge Hafting ha scritto:
Patches attached,
Helge Hafting
it seems there is a "diff.LaTeXFeatures" attached file, but
I cannot read and save it from Thunderbird. Can you please
send it separately ? Thanks,
Sorry about that, I accidentally made a empty file.
A correct o
Just want to signal a assert/crash when opening EmbeddedObjects.lyx
(actually, I have to
say when computing metrics of some paragraph within that document --
this happens
while opening, in my patch).
The assert seems to fade away by patching insets/InsetInclude.cpp adding
a "break"
statement w
Andre Poenitz ha scritto:
I mean, something like GuiView::doWhenIdle(this, &myMethod):
template static GuiView::doWhenIdle(T *, bool (T::*)(void))
[I am not sure about the utility of this approach. No need to
proactively introduce funny template constructs ;-}]
The utility comes if the
> I cannot read and save it from Thunderbird. Can you please
> send it separately ? Thanks,
it has nothing to do with thunderbird. if you look onto raw message,
the file is empty.
pavel
Hello Siegfried,
thanks for your contributions. I added you to our credits and committed your translation work. It
will be part of the upcoming LyX 1.5.3.
regards Uwe
On Mon, Nov 12, 2007 at 10:12:40PM -, [EMAIL PROTECTED] wrote:
> -
> - // fix cursor if right of p
> - if (thisPos >= int(p))
> - cur[thisSlice].pos() -= p - (macroPos + 1);
> -
> - // was the macro inset just inserted and was now folded?
> - if (cur[thisSl
Stefan, it mentions attachMacroParameters()... Could you have a
look?
Sure, will do it tomorrow. Can you reproduce it? Where does it
happen?
Just through the UserGuide triggers it at some point of
time.
Ok, with stdlib-debug I get the crash as well. Looking into it now.
Stefan
> Is this a filesystem that's mounted with 'noexec' (or something similar
> prohibiting execution)?
>
> Andre'
Oh! Sorry. I did not think that the filesystem could matter. I wanted to
save space on my linux partition and saved the stuff in my
vfat-partition. This is listed in fstab as
# /dev/sda
On Mon, Nov 12, 2007 at 08:11:38PM +0100, Tommaso Cucinotta wrote:
> Helge Hafting ha scritto:
>> He offered to do the calculation in the background. That gives the
> I'm already on the way ... almost working, but need further debugging.
> After that, guess my last change will be to make Abdel happ
Helge Hafting ha scritto:
Patches attached,
Helge Hafting
it seems there is a "diff.LaTeXFeatures" attached file, but
I cannot read and save it from Thunderbird. Can you please
send it separately ? Thanks,
T.
On Mon, Nov 12, 2007 at 04:32:14PM +0200, sebastian guttenberg wrote:
> Hi all
> Sorry for bothering you with beginners' questions. But I want to test
> especially Stefan Schimanski's new math-macro implementation and
> therefore I tried to compile the svn repositories - and failed.
> As I am a beg
Helge Hafting ha scritto:
He offered to do the calculation in the background. That gives the
I'm already on the way ... almost working, but need further debugging.
After that, guess my last change will be to make Abdel happy and
confine the nice-scrolling behaviour within the BufferView class, s
On Mon, Nov 12, 2007 at 01:59:31AM +0100, Pavel Sanda wrote:
> This will make a directory lyx-devel and download lots of
> files
> -into that directory. (A fresh copy will need about 270MB. However, depending
> on which frontends you are compiling, you will need a lot more space for the
> compi
On Mon, Nov 12, 2007 at 12:27:16AM +0100, Stefan Schimanski wrote:
>> #0 0xe410 in __kernel_vsyscall ()
>> #1 0xb7123875 in raise () from /lib/tls/i686/cmov/libc.so.6
>> #2 0xb7125201 in abort () from /lib/tls/i686/cmov/libc.so.6
>> #3 0xb72c09e6 in __gnu_debug::_Error_formatter::_M_error (
Abdelrazak Younes wrote:
Andre Poenitz wrote:
On Sun, Nov 11, 2007 at 04:39:22PM +0100, Tommaso Cucinotta wrote:
If you have serious concerns about this (probably due to the
past experience on developing LyX), the best solution would
be a "summing (balanced) tree", that would exhibit O(log n)
After looking at the spreadsheet->latex converter "ssconvert",
I made an external inset for gnumeric spreadsheets.
Turns out that the converter works for openoffice & excel too.
Tested with a gnumeric file, an excel file, and a oocalc file,
including page breaking in the middle of a spreadsheet.
Tommaso Cucinotta ha scritto:
Just tried, but doesn't work. I patched lib/configure.py as in the
attachment, where the converter is the attached script. When
I use "Insert->graphics...", and I specify a ".gn" file, it crashes.
Probably there is (also) a problem in trunk. LyX 1.5.2 does not crash
> I think you can go ahead.
its in with few fixes.
> I think the SGML page can be removed;
not sure about this. was it definitely dropped ?
still see ./src/sgml.cpp in our sources.
pavel
> Two solutions:
> 1) for each and every "visual" action verify that this action is triggered
> the same way if this inset is also displayed in another view.
>
> 2) understand that "visual" action is *visual* and do not try to modify the
> other view to behave the same. This means that insets sho
Helge Hafting ha scritto:
You get the preview "for free" if we set up conversion all the way
from .gnumeric to .eps (via .tex).
Just tried, but doesn't work. I patched lib/configure.py as in the
attachment, where the converter is the attached script. When
I use "Insert->graphics...", and I speci
Helge Hafting wrote:
Abdelrazak Younes wrote:
This patch (for trunk) mostly fixes the problem. The downside is that
the inset is not automatically "uncollapsed" when you leave the inset
after an automatic opening. The inset might also refuse to collapse if
the cursor is within it in another
> "sudo sh ./configure
this probably has nothing to do with the bug,
but why you run it with sudo ?
pavel
On понеділок 12 листопад 2007, Helge Hafting wrote:
= Hard to say. I use gcc-4.2 to compile lyx-1.6svn on linux.
= Lyx-1.6svn segfaults occationally, but that is expected for
= development versions.
=
= If you want a stable LyX, consider 1.5.2 which is newer than 1.4.4
Thanks, we have a separate
On Mon, 12 Nov 2007 14:48:24 +0100
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> > But I also think URL should show up in the Custom menu, and Strong in
> > the Charstyles.
>
> I am not sure that it is interesting for the user to know that URL i
Hi all
Sorry for bothering you with beginners' questions. But I want to test
especially Stefan Schimanski's new math-macro implementation and
therefore I tried to compile the svn repositories - and failed.
As I am a beginner in compiling, I just followed the instructions. So
what I did was the foll
Jean-Marc Lasgouttes wrote:
Martin Vermeer <[EMAIL PROTECTED]> writes:
But I also think URL should show up in the Custom menu, and Strong in
the Charstyles.
I am not sure that it is interesting for the user to know that URL is
a custom inset? What does it mean to him. A Character Styl
Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
Jürgen Spitzmüller wrote:
We are already pretty close to a release: we have fixed the
regressions introduced with 1.5.2 (pixmap cache, AMS classes) and
several other things, including 9 critical bugs. So 1.5.3svn is
s
Tommaso Cucinotta wrote:
Tommaso Cucinotta ha scritto:
to what I was needing. Probably a simple gnumeric->LaTeX
"filter" that uses "ssconvert" is sufficient:
Just tried and seems to work. You just need to export with
"ssconvert -T Gnumeric_html:latex in.gnumeric out.tex", so
Great - that was t
Tommaso Cucinotta ha scritto:
to what I was needing. Probably a simple gnumeric->LaTeX
"filter" that uses "ssconvert" is sufficient:
Just tried and seems to work. You just need to export with
"ssconvert -T Gnumeric_html:latex in.gnumeric out.tex", so
to get also the table formatting that you set
Tommaso Cucinotta ha scritto:
to what I was needing. Probably a simple gnumeric->LaTeX
"filter" that uses "ssconvert" is sufficient:
Just tried and seems to work. You just need to export with
"ssconvert -T Gnumeric_html:latex in.gnumeric out.tex", so
to get also the table formatting that you set
Martin Vermeer <[EMAIL PROTECTED]> writes:
> But I also think URL should show up in the Custom menu, and Strong in
> the Charstyles.
I am not sure that it is interesting for the user to know that URL is
a custom inset? What does it mean to him. A Character Style is
something clear, but I do not t
Helge Hafting ha scritto:
Embedding a gnumeric spreadsheet:
http://www.aitel.hist.no/~helgehaf/gnumeric.lyx
http://www.aitel.hist.no/~helgehaf/spreadsheet.gnumeric
http://www.aitel.hist.no/~helgehaf/spreadsheet.tex
Turning this into a external inset is easy, and gets rid of
the latex commands in
Abdelrazak Younes wrote:
> With this patch yes. But we can also move the opening/closing to the
> LFUN themselves which would be easy.
I see.
> > If I had the choice (and it boils down to an either/or), I'd rather do
> > without mouse hover.
>
> No, mouse hover is just a symptom. Multiple views s
Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
This patch (for trunk) mostly fixes the problem. The downside is that
the inset is not automatically "uncollapsed" when you leave the inset
after an automatic opening. The inset might also refuse to collapse if
the cursor is within it in another
Pavel Sanda wrote:
This patch (for trunk) mostly fixes the problem. The downside is that the
inset is not automatically "uncollapsed" when you leave the inset after an
i'm still puzzled by the way lyx opens insets when more windows are involved.
how it should ideally behave ?
for example (in 1
Abdelrazak Younes wrote:
> This patch (for trunk) mostly fixes the problem. The downside is that
> the inset is not automatically "uncollapsed" when you leave the inset
> after an automatic opening. The inset might also refuse to collapse if
> the cursor is within it in another view.
So we end up
lyx-1.5.2 (linux). I'm inserting a pdf graphic. It looks fine in the final
pdf output, but the preview is clipped on the right. For no good reason.
There is room to show the rest, but nonetheless, it's clipped off.
> This patch (for trunk) mostly fixes the problem. The downside is that the
> inset is not automatically "uncollapsed" when you leave the inset after an
i'm still puzzled by the way lyx opens insets when more windows are involved.
how it should ideally behave ?
for example (in 1.5.2):
1. launch
> The latex roundtrip problem can be fixed another way:
this is worth to put somewhere in wiki if its not already there.
pavel
Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
Jürgen Spitzmüller wrote:
We are already pretty close to a release: we have fixed the
regressions introduced with 1.5.2 (pixmap cache, AMS classes) and
several other things, including 9 critical bugs. So 1.5.3svn is
significantly ahead of 1.5.
Mikhail Teterin wrote:
Hello!
A user of FreeBSD-7.0-BETA2 has just reported a problem with lyx seg-faulting
at start-up:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/117963
(the crash is inside calloc() suggesting a memory corruption).
It seems to work for me here, on FreeBSD-6.
Tommaso Cucinotta wrote:
Darren Freeman ha scritto:
just in the generated output, you would be suggesting a basic embedded
spreadsheet within LyX..
Exactly. I was of course thinking of a way to latexify the connections
among numbers, rather than simply calculating them in LyX. So that,
after ex
...
> With 1.6, it seems like the writer not only need to set the type of
> a new document, but also pick a selection of modules. This is the
> problem, one must pick the modules before they are useable.
> That makes sense for specialized stuff, but "strong" and "URL"
> is generic stuff that lots
Richard Heck wrote:
Martin Vermeer wrote:
On Fri, Nov 09, 2007 at 05:18:34PM +, [EMAIL PROTECTED] wrote:
Author: rgheck
Date: Fri Nov 9 18:18:32 2007
New Revision: 21533
URL: http://www.lyx.org/trac/changeset/21533
Log:
Fix URL module.
Modified:
lyx-devel/trunk/lib/layouts/url.modu
Martin Vermeer wrote:
On Fri, Nov 09, 2007 at 12:19:39PM -0500, Richard Heck wrote:
Dov Feldstern wrote:
Helge Hafting wrote:
But I can't make more URL's, except by copy+pasting the existing ones.
Edit->charstyle offers "code" and such from "logical markup",
URL is not offered.
Dov Feldstern wrote:
Helge Hafting wrote:
I opened an old document with yesterdays 1.6svn.
Old URL insets were converted to URL charstyle - nice.
But I can't make more URL's, except by copy+pasting the existing ones.
Edit->charstyle offers "code" and such from "logical markup",
URL is not offer
Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
I had a look to 4346. It's due to the autoOpen flag which is decided at
metrics time. It basically decides to open the inset if the cursor is
inside.
Does autoOpen interact with mouse hover, or why does it have an impact here?
Mouse hover tr
Pavel Sanda <[EMAIL PROTECTED]> writes:
> hi,
>
> i have been searching something in our web and its like visiting
> archaeological
> museum.
>
> i'd like to to put few things back into more fresh outlook, see attachment.
> the current version (background and other pictures can be broken) is on
>
I hereby grant permission to licence my contributions to LyX under the Gnu
General Public Licence, version 2 or later.
Siegfried MEUNIER-GUTTIN-CLUZEL
Abdelrazak Younes wrote:
> I had a look to 4346. It's due to the autoOpen flag which is decided at
> metrics time. It basically decides to open the inset if the cursor is
> inside.
Does autoOpen interact with mouse hover, or why does it have an impact here?
Jürgen
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] (Jürgen Spitzmüller) writes:
>
>> Michael Gerz wrote:
>>> Pavel's commits do not appear in the cvs log mailing list.
>>
>> He's not subscribed yet (only Lars can accept the subscription).
>
> Moreover, Pavel, you should try to su
Abdelrazak Younes wrote:
Jürgen Spitzmüller wrote:
We are already pretty close to a release: we have fixed the
regressions introduced with 1.5.2 (pixmap cache, AMS classes) and
several other things, including 9 critical bugs. So 1.5.3svn is
significantly ahead of 1.5.2, IMHO.
Therefore, I do
Jürgen Spitzmüller wrote:
We are already pretty close to a release: we have fixed the regressions
introduced with 1.5.2 (pixmap cache, AMS classes) and several other things,
including 9 critical bugs. So 1.5.3svn is significantly ahead of 1.5.2, IMHO.
Therefore, I don't want to hold back the r
56 matches
Mail list logo