Re: #9322: The COPYING file is not included with the Windows installer

2014-11-04 Thread aparsloe
On 5/11/2014 11:50 a.m., LyX Ticket Tracker wrote: #9322: The COPYING file is not included with the Windows installer ---+ Reporter: aparsloe | Owner: uwestoehr Type: defect | Status: new Priority:

Re: [patch] module for the boxes provided by the package graphicx

2014-11-04 Thread Uwe Stöhr
Am 04.11.2014 um 10:05 schrieb Jürgen Spitzmüller: Looks good. One thing: Do we have graphicx in LateXFeatures? Yes, line 937. I have put it in. It should also go to branch as I can then save some TeX code in the docs. Richard would that be OK for you? I would like to add also tex2lyx code

Re: [LyX/master] Fix the pdfcomment rewrite

2014-11-04 Thread Uwe Stöhr
Am 04.11.2014 um 10:03 schrieb Jürgen Spitzmüller: Do we really need to take care of compatibility to layouts that have not yet been published? I'd like to do that, yes. The module has been on the wiki for some time. We should not break the documents of people using that (including my own, for

Re: Is the COPYING file still part of the LyX distribution?

2014-11-04 Thread aparsloe
On 5/11/2014 8:53 a.m., Georg Baum wrote: aparsloe wrote: OK, thank you Stephan. Mine is just a standard Windows 'small' install (35 MB) and the file is definitely not included. Could you forward it to me? Please file this as a bug of the windows installer at http://www.lyx.org/trac/wiki/BugT

Re: Problem with copy

2014-11-04 Thread Georg Baum
Richard Heck wrote: > On 10/29/2014 05:43 PM, Georg Baum wrote: >> >> Maybe the cloning does not work correctly, so deleting the clone does >> actually delwte parts of the static buffer? > > Hmm. That may be. I'm not sure if we copy absolutely everything over. > And the Buffer object > is so, so

Temp file locking problems on windows

2014-11-04 Thread Georg Baum
Hi, while investigating bug 9234 we found out that our TempFile class opens the temp file in such a way that it cannot be renamed on windows (see http://www.lyx.org/trac/ticket/9234 for details). I developed a simple fix for that particular bug which Richard submitted at http://www.lyx.org/tra

Re: Is the COPYING file still part of the LyX distribution?

2014-11-04 Thread Georg Baum
aparsloe wrote: > OK, thank you Stephan. Mine is just a standard Windows 'small' install > (35 MB) and the file is definitely not included. Could you forward it to > me? Please file this as a bug of the windows installer at http://www.lyx.org/trac/wiki/BugTrackerHome. Every installer must also

Toward Biblatex support: understanding what work is required

2014-11-04 Thread stefano franchi
Dear devels, I am starting to look into biblatex support, with a long term project of perhaps writing the required code or (what's more likely, given my poor knowledge of C++) helping put together some general desiderata and detailing the associated work. My understanding of the problem is the fo

Re: biblatex native support

2014-11-04 Thread stefano franchi
On Tue, Nov 4, 2014 at 2:58 AM, Jürgen Spitzmüller wrote: > 2014-11-03 18:52 GMT+01:00 PhilipPirrip: > >> I'm wondering what went wrong with GSoC 2014 promises for biblatex/LyX. >> > > Lack of manpower. > > Well, it was not only that. We did receive two Summer of Code of proposals for the Biblate

Re: [patch] module for the boxes provided by the package graphicx

2014-11-04 Thread Jürgen Spitzmüller
2014-11-04 10:14 GMT+01:00 Jean-Marc Lasgouttes: > > No, the gettext machinery requires latin1. So "percent" should be used >> here. >> > > Degrees? > Yep. Speaks volumes about my own degree ;-) Jürgen > > JMarc > >

Re: [patch] module for the boxes provided by the package graphicx

2014-11-04 Thread Jean-Marc Lasgouttes
Le 04/11/2014 10:10, Jürgen Spitzmüller a écrit : 2014-11-04 10:08 GMT+01:00 Jean-Marc Lasgouttes: A comment: do we allow utf8 characters in strings? Tooltip "Rotation angle in ° (counterclockwise)" No, the gettext machinery requires latin1. So "percent" should be used

Re: [patch] module for the boxes provided by the package graphicx

2014-11-04 Thread Jürgen Spitzmüller
2014-11-04 10:08 GMT+01:00 Jean-Marc Lasgouttes: > A comment: do we allow utf8 characters in strings? > Tooltip "Rotation angle in ° (counterclockwise)" > No, the gettext machinery requires latin1. So "percent" should be used here. Jürgen > > JMarc > >

Re: [patch] module for the boxes provided by the package graphicx

2014-11-04 Thread Jean-Marc Lasgouttes
Le 04/11/2014 10:05, Jürgen Spitzmüller a écrit : Looks good. One thing: Do we have graphicx in LateXFeatures? If not, we can also require graphics. A comment: do we allow utf8 characters in strings? Tooltip "Rotation angle in ° (counterclockwise)" JMarc

Re: [patch] module for the boxes provided by the package graphicx

2014-11-04 Thread Jürgen Spitzmüller
2014-11-04 2:25 GMT+01:00 Uwe Stöhr: > Dear LyXers, > > attached is a module to support the 4 boxes provided by the LaTeX-package > graphicx: > - \scalebox > - \rotatebox > - \reflectbox > - \resizebox > > A description of these 4 boxes is already in the EmbeddedObjects manual, > sec. 5.8. > > The

Re: [LyX/master] Fix the pdfcomment rewrite

2014-11-04 Thread Jürgen Spitzmüller
2014-11-03 23:36 GMT+01:00 Uwe Stöhr: > Do we really need to take care of compatibility to layouts that have not > yet been published? > I'd like to do that, yes. The module has been on the wiki for some time. We should not break the documents of people using that (including my own, for that matt

Re: biblatex native support

2014-11-04 Thread Jürgen Spitzmüller
2014-11-03 18:52 GMT+01:00 PhilipPirrip: > I'm wondering what went wrong with GSoC 2014 promises for biblatex/LyX. > Lack of manpower. Jürgen