Re: #7301: Issues with svmono.layout

2011-09-23 Thread Marcus Kriele
Yes, #7506 is invalid and I just marked as as such. On 2011-9-23 19:32 , LyX Ticket Tracker wrote: #7301: Issues with svmono.layout +--- Reporter: marcus | Owner: uwestoehr Type: defect | Status: as

Re: [patch] Instant preview in 2.0.1 not working due to new path handling

2011-09-23 Thread Enrico Forestieri
On Fri, Sep 23, 2011 at 04:51:50PM +0200, Julien Rioux wrote: > I can solve the issue with the following patch. Enrico, could you > please have a look? I mostly followed what you did for Systemcall in > r38746. But I cannot test on windows. I committed a modified version of your patch at r39742,

Re: Instant preview in 2.0.1 not working due to new path handling

2011-09-23 Thread Michal
> [...] As a workaround, you can set TEXINPUTS yourself before running > LyX. For the record: this only works if I set TEXINPUTS to the absolute path of the .lyx file. Setting it to '.' has no effect. Kind of annoying, as I have all the files scattered over tens of directories. ...so, I'm

a patch to #7790, and some related

2011-09-23 Thread PhilipPirrip
Following Richard's suggestion at http://www.lyx.org/trac/ticket/7790, I've made a few patches regarding some insets in TOC (Document Outline). Can someone please check, and commit if everything's fine. InsetERT.cpp (+InsetERT.h) Added InsetERT::addToToc, mostly by copying from InsetNote.cpp

Control Click to Select Paragraph

2011-09-23 Thread Richard Heck
This code in GuiWorkArea::dispatch if (cmd0.action() == LFUN_MOUSE_PRESS) { if (mod == ShiftModifier) cmd = FuncRequest(cmd0, "region-select"); else if (mod == ControlModifier) cmd = FuncRequest(cmd0, "paragraph-select"); else cmd =

[patch] Instant preview in 2.0.1 not working due to new path handling

2011-09-23 Thread Julien Rioux
On 23/09/2011 1:42 PM, Michal wrote: I have the following in most of my documents written in the preamble: \input{preambles/common.sty} In LyX 2.0.0 everything worked fine, but in LyX 2.0.1 instant preview always fails (both for math and preview insets) and I can see in the log f

Re: Instant preview in 2.0.1 not working due to new path handling

2011-09-23 Thread Julien Rioux
On 23/09/2011 1:42 PM, Michal wrote: I have the following in most of my documents written in the preamble: \input{preambles/common.sty} In LyX 2.0.0 everything worked fine, but in LyX 2.0.1 instant preview always fails (both for math and preview insets) and I can see in the log f

Instant preview in 2.0.1 not working due to new path handling

2011-09-23 Thread Michal
I have the following in most of my documents written in the preamble: \input{preambles/common.sty} In LyX 2.0.0 everything worked fine, but in LyX 2.0.1 instant preview always fails (both for math and preview insets) and I can see in the log file in temp directory created for IP the f