Re: How to open inset-dialog from context menu?

2008-03-22 Thread Bo Peng
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

Re: Another buffer pointer crash

2008-03-22 Thread Bo Peng
> 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

Re: Another buffer pointer crash

2008-03-22 Thread Bo Peng
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

Re: Another buffer pointer crash

2008-03-22 Thread Bo Peng
> 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

Re: Another buffer pointer crash

2008-03-22 Thread rgheck
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

Website re-design ideas

2008-03-22 Thread Rex C. Eastbourne
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,

Re: Another buffer pointer crash

2008-03-22 Thread Andre Poenitz
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

Re: LyX - 1.6.0 (alpha 1) Easter edition

2008-03-22 Thread Neal Becker
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.

Re: Another buffer pointer crash

2008-03-22 Thread rgheck
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; }

Re: Screencasts

2008-03-22 Thread christian . ridderstrom
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.

Re: AMS Math cases

2008-03-22 Thread Russ Woodroofe
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

Re: LyX - 1.6.0 (alpha 1) Easter edition

2008-03-22 Thread Pavel Sanda
> > 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

2008-03-22 Thread Stefan Schimanski
Another buffer pointer crash: * insert graphics * open graphics dialog for new inset * click edit * => segfault/assert Stefan

Re: csv2lyx

2008-03-22 Thread Jürgen Spitzmüller
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

csv2lyx

2008-03-22 Thread Hartmut Haase
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

More clever elide mode for tabs

2008-03-22 Thread Stefan Schimanski
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

Re: LyX - 1.6.0 (alpha 1) Easter edition

2008-03-22 Thread Bo Peng
> 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

Re: How to open inset-dialog from context menu?

2008-03-22 Thread Bo Peng
> 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

Re: LyX - 1.6.0 (alpha 1) Easter edition

2008-03-22 Thread Neal Becker
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

Re: Screencasts

2008-03-22 Thread Dominik Böhm
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

Re: LyX - 1.6.0 (alpha 1) Easter edition

2008-03-22 Thread Neal Becker
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 >>

Re: Screencasts

2008-03-22 Thread christian . ridderstrom
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

Re: LyX - 1.6.0 (alpha 1) Easter edition

2008-03-22 Thread Neal Becker
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

Re: LyX - 1.6.0 (alpha 1) Easter edition

2008-03-22 Thread Neal Becker
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

Re: Screencasts

2008-03-22 Thread Dominik Böhm
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

Re: How to open inset-dialog from context menu?

2008-03-22 Thread Abdelrazak Younes
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

Icons

2008-03-22 Thread Jürgen Spitzmüller
As of today, the icons in the toolbar in trunk are shrinked. Does anyone else see this, too? Jürgen

Screencasts

2008-03-22 Thread christian . ridderstrom
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

Re: r23827 - /lyx-devel/trunk/src/frontends/qt4/ui/SymbolsUi.ui

2008-03-22 Thread Jürgen Spitzmüller
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

Re: Extremely Local Layout

2008-03-22 Thread Jürgen Spitzmüller
Andre Poenitz wrote: > > Comments? > > Cool stuff if it works ;-) +1. IMO this is what was needed for proper char styles support. Jürgen