AdvSearch crash on exit

2008-10-29 Thread Cucinotta Tommaso
Another problem is that, when exiting, LyX believes the AdvSearch GuiWorkArea has been modified and needs to be saved. Also, AFAICR, in my original patch last year, I had to "invent" a file-name when instantiating the associated buffer (and currently it is smth. like /tmp/advsearch.lyx), other

Re: InsetQuote Buffer Assert

2008-10-29 Thread Cucinotta Tommaso
On Tue, 28 Oct 2008 08:49:30 +0100 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: Why not a const ref instead of a copy? if (cur.inTexted()) { - Paragraph par = cur.paragraph(); + Paragraph const& par = cur.paragraph(); Ooops, so, each paragraph was being w

Re: About work area embedded in a dialog

2007-10-05 Thread Cucinotta Tommaso
On Fri, 5 Oct 2007 20:38:52 +0200 Andre Poenitz <[EMAIL PROTECTED]> wrote: >>we need a good infrastructure for embedding one or more workareas >>into a dialog. I would say "for having more workarea widgets around". Probably, whether embedded into dialogs, toolbars or tab panes is not that im

Re: LyX executable size

2007-08-13 Thread Cucinotta Tommaso
On Sun, 12 Aug 2007 20:32:40 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: Use --without-included-boost (I just changed the help message to make this clearer). You will need boost 1.34.[01]. JMarc Thanx, concerning configure options, it would be useful to highlight, for each option/

Re: Advanced search patch update

2007-08-13 Thread Cucinotta Tommaso
On Sun, 12 Aug 2007 20:30:22 +0200 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: This patch is against my MVC branch (rev 19086). One more reason why my branch should be merged ASAP ;-) Revision is 19086. Though, I'm quite sure I produced it against a bare svn co /trunk. Is it possible tha

Re: Advanced search patch update

2007-08-13 Thread Cucinotta Tommaso
On Sun, 12 Aug 2007 20:33:58 +0300 Dov Feldstern <[EMAIL PROTECTED]> wrote: Tommaso, this patch sounds really interesting to me, I'd like to try it out. Against what branch/version is the patch to be applied? It's not applying cleanly for me... The 'svn diff' command itself added within the p

LyX executable size

2007-08-12 Thread Cucinotta Tommaso
Hi all, is there any way to get a LyX executable smaller than 15M ? I'm getting it with ./configure --disable-debug --enable-optimization=-O make but I noticed that from a lyx1.5.0-rc1patch1 .deb archive the executable is only 7M. On a related note, is there a way to exclude the build

Advanced search patch update

2007-08-12 Thread Cucinotta Tommaso
Hi all, I just posted a further fixed/improved patch as attachment to bug 3998: http://bugzilla.lyx.org/show_bug.cgi?id=3998 Hopefully the last patch, with everything working as I was imaging it should have (well, except macro expansion and replace, and making the code more robust). The c