Re: Bug #5522

2009-07-10 Thread Sergiu Carpov
ings like this, but if > you'd like to be recognized in our list of contributors, could you post a > message to the list saying something like this: > > I hereby grant permission to license my contributions to LyX under the Gnu > General Public Licence, version 2 or later. > > Thanks. > > rh > > > > -- Sergiu Carpov

Re: Bug #5522

2009-07-10 Thread Sergiu Carpov
nstructor allowing to specify the absolute and the >> relative part, the set() methods are virtual but never overridden... >> >> All in all, the use case is not very clear to me. >> >> So to answer your question: I think you know more than I do about that :) >> >> >> > Yes, there are lots of confusing things in there. > > Richard > > -- Sergiu Carpov

Re: Bug #5522

2009-07-08 Thread Sergiu Carpov
our code that compares FileNames instead of DocFileNames is that the absolute file names are compared (see the operator== definition in FileName class), but the "file" variable could contain a path relative to master document. Sure we can do in the following way: dfile = FileName(makeAbsPath(file, masterBuffer->filePath())); sfile = static_cast params.filename; if (dfile != sfile) ... -- Sergiu Carpov

Re: Bug #5522

2009-07-08 Thread Sergiu Carpov
On 07/07/2009, rgheck wrote: > Sergiu Carpov wrote: >> Your solution doesn't work, because "expfile" has save_abs_path_ true >> and in "params.filename" this fields is false. For the comparison of >> DocFileName this value must be the same. >>

Re: Bug #5522

2009-07-07 Thread Sergiu Carpov
} What are you thinking? On 07/07/2009, Sergiu Carpov wrote: > Yes, i've verified with "pdfpages" and "rasterImage" (.png and .bmp). > In case of pdfpages and png rasterImage it doesn't export the included > file, i.e. no dummy overwrite message box.

Re: Bug #5522

2009-07-07 Thread Sergiu Carpov
Yes, i've verified with "pdfpages" and "rasterImage" (.png and .bmp). In case of pdfpages and png rasterImage it doesn't export the included file, i.e. no dummy overwrite message box. However for rasterImage of type bmp lyx exports a png image. On 07/07/2009, rgheck

Re: Bug #5522

2009-07-07 Thread Sergiu Carpov
rgheck writes: > > Sergiu Carpov wrote: > > Hi, > > > > I am trying to fix this bug. And I have observed an incoherences in the > > source code. > > I'm examining the static function "updateExternal" from "external" >

Bug #5522

2009-07-06 Thread Sergiu Carpov
;t understant why we convert only one file ("updateResult" field) and export several files ("referencedFiles"). Tnx -- Sergiu Carpov

Re: help with bug fixing

2009-07-02 Thread Sergiu Carpov
;? Thanks -- Sergiu Carpov