On Sat, Mar 22, 2008 at 9:22 AM, Bo Peng <[EMAIL PROTECTED]> wrote:
> > Wait, did you try "inset-settings listings"?
>
> You are right, this seems to be the right lfunc to use. However, lyx
> still crashes with the same error message...
The exception is triggered at GuiListings.cpp, line 218 an
> Fixed (r23899).
A proper fix, IMHO, would be moving GRAPHICS_EDIT from LyXFunc.h/cpp
to BufferView.h/cpp, and dispatch GRAPHICS_EDIT from a real inset. The
attached patch does this.
This patch also adds a context menu to InsetGraphics, with 'Edit' as
the first item. However, when I try to impl
On Sat, Mar 22, 2008 at 10:48 PM, Bo Peng <[EMAIL PROTECTED]> wrote:
> > OK. I can certainly do this.
> >
> > Should we permit inset creation without a buffer, anyway?
>
> 1.5.x uses *cur.bv().buffer(), 1.6.x changed this to plain buffer().
Fixed (r23899).
Bo
> OK. I can certainly do this.
>
> Should we permit inset creation without a buffer, anyway?
1.5.x uses *cur.bv().buffer(), 1.6.x changed this to plain buffer().
Bo
Andre Poenitz wrote:
Looks like the problem is here:
case LFUN_GRAPHICS_EDIT: {
FuncRequest fr(action, argument);
InsetGraphics().dispatch(view()->cursor(), fr);
break;
}
This creates a null InsetGraphics on which to call dispatch(), and the
buffer isn't set. This is likely also to be a problem
Hello all,
It looks like we're all set to come up with some website re-designs. Here
are some links to some other websites with designs that all seem nice,
although there's a wide range in their design style. So that our graphic
designer can know what kind of general design style would look good,
On Sat, Mar 22, 2008 at 06:07:40PM -0400, rgheck wrote:
> Stefan Schimanski wrote:
>> Another buffer pointer crash:
>>
>> * insert graphics
>> * open graphics dialog for new inset
>> * click edit
>> * => segfault/assert
>>
> Looks like the problem is here:
> case LFUN_GRAPHICS_EDIT: {
> FuncRequest
Pavel Sanda wrote:
>> > I see, --with-version-suffix
>>
>> Built, installed, so far working fine on fedora F8 x86_64.
>
> you really built it from the tarball?
> i wonder how this is possible when some files are missing.
> pavel
No, built from trunk.
Stefan Schimanski wrote:
Another buffer pointer crash:
* insert graphics
* open graphics dialog for new inset
* click edit
* => segfault/assert
Looks like the problem is here:
case LFUN_GRAPHICS_EDIT: {
FuncRequest fr(action, argument);
InsetGraphics().dispatch(view()->cursor(), fr);
break;
}
On Sat, 22 Mar 2008, Dominik Böhm wrote:
Ok, didn't know that, the page has been deleted.
Great.
Ok. If we decide, I could set up the system so that if you supply a
special argument in the URI, e.g. 'flash=enabled', a special version
of the wiki page is shown that has the flash inside it.
Regarding my case patches of a few weeks ago:
How very embarrassing. My last fix to the file, I forgot to reload
LyX before testing. As a result, the \mediumskipamount I have
instead of \medskipamount causes failures.
Please accept my apologies, and a corrected patch. I've also
> > I see, --with-version-suffix
>
> Built, installed, so far working fine on fedora F8 x86_64.
you really built it from the tarball?
i wonder how this is possible when some files are missing.
pavel
Another buffer pointer crash:
* insert graphics
* open graphics dialog for new inset
* click edit
* => segfault/assert
Stefan
Hartmut Haase wrote:
> I have "modernized" csv2lyx to meet the needs of lyx154, and
> I believe we should/could implement it into LyX.
Good idea in general, but it needs to be rewritten in python to be included in
the LyX distribution.
Jürgen
Hi,
I have "modernized" csv2lyx to meet the needs of lyx154, and
I believe we should/could implement it into LyX. I have tested it, and it
works fine. Or does anybody know another method to import tables from MS or
OO?
--
Viele Grüße,
Hartmut
Hungerhilfe: http://www.thehungersite.com
Kampagn
Hi!
I cooked up some more clever elide mode for the LyX buffer tabs. In
trunk currently the whole path is used (possibly with some
unmotivated ... in the middle) which is usually far too long.
The algorithm I propose here will start with absolute paths. From left
to right single path segm
> In program listings, right click doesn't bring up listings dialog. Doesn't
> seem to be any way to get the program listings dialog.
Abdel and I are working on it.
Bo
> Wait, did you try "inset-settings listings"?
You are right, this seems to be the right lfunc to use. However, lyx
still crashes with the same error message...
Bo
Neal Becker wrote:
> Neal Becker wrote:
>
>> Neal Becker wrote:
>>
>>> José Matos wrote:
>>>
Hi all,
I have been fighting with the autotools to build a simple alpha
release. It seemed at some point that I was loosing. :-)
When you read the m4 documentation and at
On Sat, Mar 22, 2008 at 1:56 PM, <[EMAIL PROTECTED]> wrote:
> Great! I added some tips on how to view a screencast to that page.
Perfect!
> Is it easy to generate a screenshot or thumbnail of the screencast?
Yes it's easy and done :-)
> To delete a page, simply edit the page and replace its
Neal Becker wrote:
> Neal Becker wrote:
>
>> José Matos wrote:
>>
>>> Hi all,
>>>
>>> I have been fighting with the autotools to build a simple alpha release.
>>> It seemed at some point that I was loosing. :-)
>>>
>>> When you read the m4 documentation and at a certain point it refers that
>>
On Sat, 22 Mar 2008, Dominik Böhm wrote:
If possible, I'd prefer that we just stick to linking to the files...
personally I'm not a fan of Adobe Flash, and I really don't like to
have it on by default. It definitely should not _load_ by default!
I think we don't need separate pages for each
Neal Becker wrote:
> José Matos wrote:
>
>> Hi all,
>>
>> I have been fighting with the autotools to build a simple alpha release.
>> It seemed at some point that I was loosing. :-)
>>
>> When you read the m4 documentation and at a certain point it refers that
>> it could be worse than intercal
José Matos wrote:
> Hi all,
>
> I have been fighting with the autotools to build a simple alpha release.
> It seemed at some point that I was loosing. :-)
>
> When you read the m4 documentation and at a certain point it refers that
> it could be worse than intercal then you know that perl is for
On Sat, Mar 22, 2008 at 11:00 AM, <[EMAIL PROTECTED]> wrote:
>
> If possible, I'd prefer that we just stick to linking to the files...
> personally I'm not a fan of Adobe Flash, and I really don't like to have
> it on by default. It definitely should not _load_ by default!
I think we don't nee
Bo Peng wrote:
I think we should be able to "attach" nevertheless the inset by
modifying a bit the "dialog-show" LFUN; this is done this way for the
label and reference dialog for example. Please have a look at
LFUN_LABEL_GOTO or something like that.
The attached might be a better solu
As of today, the icons in the toolbar in trunk are shrinked. Does anyone else
see this, too?
Jürgen
On Fri, 21 Mar 2008, Dominik Böhm wrote:
On Fri, Mar 21, 2008 at 1:06 AM, Pavel Sanda <[EMAIL PROTECTED]> wrote:
If someone likes, he or she can upload it into the wiki - I don't know
> where to put it and how to upload it...
such page was recently created in wiki
http://wiki.lyx.org/LyX/Sc
Andre Poenitz wrote:
> I committed a few changes/hacks fixing part of the speed issue (for me).
> Could you please have a look whether the original speed hacks can go now?
> I'd polish up later...
Looks and feels excellent now. Many thanks for the optimizations.
Jürgen
Andre Poenitz wrote:
> > Comments?
>
> Cool stuff if it works ;-)
+1.
IMO this is what was needed for proper char styles support.
Jürgen
30 matches
Mail list logo