Re: Python 2 and 3 simultaneous support (1st step)

2015-03-11 Thread Kornel Benko
Am Mittwoch, 11. März 2015 um 13:51:24, schrieb José Matos jama...@lyx.org On Tuesday 10 March 2015 18:31:04 Kornel Benko wrote: I've done that. Using python 3.3 is premature anyway, because at least lyx_pot.py does not work. After the last commit this error does happen anymore but there

Re: [patch] Prefer svg icons

2015-03-11 Thread Enrico Forestieri
On Tue, Mar 10, 2015 at 07:09:59PM +0100, Enrico Forestieri wrote: On Mon, Feb 16, 2015 at 09:13:13PM +0100, Jean-Marc Lasgouttes wrote: Le 16/02/2015 21:10, Enrico Forestieri a écrit : On Mon, Feb 16, 2015 at 04:40:35PM +0100, Stephan Witt wrote: In principle this is ok, but 1. it

Re: Bug with 'Vertical alignment of cell content' with fixed width cells

2015-03-11 Thread Tyler Grummett
Ticket #9455 http://www.lyx.org/trac/ticket/9455 On Thu, Mar 12, 2015 at 6:08 AM, Scott Kostyshak skost...@lyx.org wrote: On Wed, Mar 11, 2015 at 2:07 AM, Tyler Grummett tylergrumm...@gmail.com wrote: Hello Lyx, I just want to report a bug when vertically aligning a cell with multiple

Re: [LyX/master] Properly define MultiPar status of caption in the layout definition.

2015-03-11 Thread Georg Baum
Georg Baum wrote: I still need to investigate why the old tex2lyx output was wrong (I suspect that it will be wrong in other places as well). Found it. The reason was that InsetCaption uses a hard coded plain layout for the InsetText constructor, and this was not consistent with the old

Re: Re: Python 2 and 3 simultaneous support (1st step)

2015-03-11 Thread José Matos
On Wednesday 11 March 2015 16:28:30 Kornel Benko wrote: This is probably trivial, but I could not see the error in dos2unix.py. ... cd /usr/BUILD/BuildLyxGitQt5/po /usr/bin/python3 /usr/src/lyx/lyx-git/development/cmake/po/dos2unix.py /usr/BUILD/BuildLyxGitQt5/po/lyx2.2.cat_tmp.pot

Re: [LyX/master] Properly define MultiPar status of caption in the layout definition.

2015-03-11 Thread Georg Baum
Jürgen Spitzmüller wrote: Georg Baum wrote: The tex2lyx tests fail now because captions produce Plain Layout instead of Standard. If this is wanted then a file format change and lyx2lyx conversion are missing. If the plain layout is an unwanted side effect then some other fix is needed.

Re: Bug with 'Vertical alignment of cell content' with fixed width cells

2015-03-11 Thread Scott Kostyshak
On Wed, Mar 11, 2015 at 2:07 AM, Tyler Grummett tylergrumm...@gmail.com wrote: Hello Lyx, I just want to report a bug when vertically aligning a cell with multiple rows (when the column has been fixed to a certain width) to the other cells in the row. Attached is an example of this, where

Re: Python 2 and 3 simultaneous support (1st step)

2015-03-11 Thread Kornel Benko
Am Mittwoch, 11. März 2015 um 17:57:29, schrieb José Matos jama...@lyx.org On Wednesday 11 March 2015 16:28:30 Kornel Benko wrote: This is probably trivial, but I could not see the error in dos2unix.py. ... cd /usr/BUILD/BuildLyxGitQt5/po /usr/bin/python3

Re: [patch] Prefer svg icons

2015-03-11 Thread Enrico Forestieri
On Wed, Mar 11, 2015 at 10:50:00PM +0100, Enrico Forestieri wrote: I discovered the reason of this last thing. It is not related to the platform or the kind of inset (graphics or info) but to whether the directory containing the compressed svg is writable or not. Indeed, LyX uncompresses the

Re: [patch] Prefer svg icons

2015-03-11 Thread Richard Heck
On 03/11/2015 08:35 PM, Enrico Forestieri wrote: On Wed, Mar 11, 2015 at 10:50:00PM +0100, Enrico Forestieri wrote: However, the problem that documents with svgz files used in the info inset are not compilable is still unsolved. I have solved this mystery, too. When compiling, LyX converts the

Re: [patch] Prefer svg icons

2015-03-11 Thread Enrico Forestieri
On Wed, Mar 11, 2015 at 10:50:00PM +0100, Enrico Forestieri wrote: However, the problem that documents with svgz files used in the info inset are not compilable is still unsolved. I have solved this mystery, too. When compiling, LyX converts the uncompressed svg file to proper format (pdf or

Re: [LyX/master] Properly define MultiPar status of caption in the layout definition.

2015-03-11 Thread Jürgen Spitzmüller
Georg Baum wrote: The tex2lyx tests fail now because captions produce Plain Layout instead of Standard. If this is wanted then a file format change and lyx2lyx conversion are missing. If the plain layout is an unwanted side effect then some other fix is needed. I do not understand. Captions

Bug with 'Vertical alignment of cell content' with fixed width cells

2015-03-11 Thread Tyler Grummett
Hello Lyx, I just want to report a bug when vertically aligning a cell with multiple rows (when the column has been fixed to a certain width) to the other cells in the row. Attached is an example of this, where table 2 is a table copied from a document where the issue was constantly occurring.

Re: [patches] Improve error reporting and log parsing

2015-03-11 Thread Kornel Benko
Am Dienstag, 10. März 2015 um 23:54:10, schrieb Scott Kostyshak skost...@lyx.org So far I interpret the following opinions: Enrico, Georg, Liviu: warning/error + PDF Helge: Keep the current behavior (error and no PDF) I do not know if Andrew was supporting a certain behavior or just

Re: Re: Python 2 and 3 simultaneous support (1st step)

2015-03-11 Thread José Matos
On Tuesday 10 March 2015 18:31:04 Kornel Benko wrote: I've done that. Using python 3.3 is premature anyway, because at least lyx_pot.py does not work. After the last commit this error does happen anymore but there are others related with the fact that all strings in python3 are unicode while

Bug with 'Vertical alignment of cell content' with fixed width cells

2015-03-11 Thread Tyler Grummett
Hello Lyx, I just want to report a bug when vertically aligning a cell with multiple rows (when the column has been fixed to a certain width) to the other cells in the row. Attached is an example of this, where table 2 is a table copied from a document where the issue was constantly occurring.

Re: [patches] Improve error reporting and log parsing

2015-03-11 Thread Kornel Benko
Am Dienstag, 10. März 2015 um 23:54:10, schrieb Scott Kostyshak > So far I interpret the following opinions: > > Enrico, Georg, Liviu: warning/error + PDF > Helge: Keep the current behavior (error and no PDF) > > I do not know if Andrew was supporting a certain behavior or

Re: [LyX/master] Properly define MultiPar status of caption in the layout definition.

2015-03-11 Thread Jürgen Spitzmüller
Georg Baum wrote: > The tex2lyx tests fail now because captions produce "Plain Layout" instead > of "Standard". If this is wanted then a file format change and lyx2lyx > conversion are missing. If the plain layout is an unwanted side effect then > some other fix is needed. > I do not understand.

Re: Re: Python 2 and 3 simultaneous support (1st step)

2015-03-11 Thread José Matos
On Tuesday 10 March 2015 18:31:04 Kornel Benko wrote: > I've done that. Using python 3.3 is premature anyway, because at least > lyx_pot.py does not work. After the last commit this error does happen anymore but there are others related with the fact that all strings in python3 are unicode

Re: Python 2 and 3 simultaneous support (1st step)

2015-03-11 Thread Kornel Benko
Am Mittwoch, 11. März 2015 um 13:51:24, schrieb José Matos > On Tuesday 10 March 2015 18:31:04 Kornel Benko wrote: > > I've done that. Using python 3.3 is premature anyway, because at least > > lyx_pot.py does not work. > > After the last commit this error does happen anymore

Re: Re: Python 2 and 3 simultaneous support (1st step)

2015-03-11 Thread José Matos
On Wednesday 11 March 2015 16:28:30 Kornel Benko wrote: > This is probably trivial, but I could not see the error in dos2unix.py. > ... > cd /usr/BUILD/BuildLyxGitQt5/po && /usr/bin/python3 > /usr/src/lyx/lyx-git/development/cmake/po/dos2unix.py > /usr/BUILD/BuildLyxGitQt5/po/lyx2.2.cat_tmp.pot

Re: Bug with 'Vertical alignment of cell content' with fixed width cells

2015-03-11 Thread Scott Kostyshak
On Wed, Mar 11, 2015 at 2:07 AM, Tyler Grummett wrote: > Hello Lyx, > > I just want to report a bug when vertically aligning a cell with multiple > rows (when the column has been fixed to a certain width) to the other cells > in the row. Attached is an example of this,

Re: Python 2 and 3 simultaneous support (1st step)

2015-03-11 Thread Kornel Benko
Am Mittwoch, 11. März 2015 um 17:57:29, schrieb José Matos > On Wednesday 11 March 2015 16:28:30 Kornel Benko wrote: > > This is probably trivial, but I could not see the error in dos2unix.py. > > ... > > cd /usr/BUILD/BuildLyxGitQt5/po && /usr/bin/python3 > >

Re: [LyX/master] Properly define MultiPar status of caption in the layout definition.

2015-03-11 Thread Georg Baum
Jürgen Spitzmüller wrote: > Georg Baum wrote: > >> The tex2lyx tests fail now because captions produce "Plain Layout" >> instead of "Standard". If this is wanted then a file format change and >> lyx2lyx conversion are missing. If the plain layout is an unwanted side >> effect then some other fix

Re: [LyX/master] Properly define MultiPar status of caption in the layout definition.

2015-03-11 Thread Georg Baum
Georg Baum wrote: > I still need to investigate why the old tex2lyx output was wrong (I > suspect that it will be wrong in other places as well). Found it. The reason was that InsetCaption uses a hard coded plain layout for the InsetText constructor, and this was not consistent with the old

Re: [patch] Prefer svg icons

2015-03-11 Thread Enrico Forestieri
On Tue, Mar 10, 2015 at 07:09:59PM +0100, Enrico Forestieri wrote: > On Mon, Feb 16, 2015 at 09:13:13PM +0100, Jean-Marc Lasgouttes wrote: > > Le 16/02/2015 21:10, Enrico Forestieri a écrit : > > >On Mon, Feb 16, 2015 at 04:40:35PM +0100, Stephan Witt wrote: > > >> > > >>In principle this is ok,

Re: Bug with 'Vertical alignment of cell content' with fixed width cells

2015-03-11 Thread Tyler Grummett
Ticket #9455 On Thu, Mar 12, 2015 at 6:08 AM, Scott Kostyshak wrote: > On Wed, Mar 11, 2015 at 2:07 AM, Tyler Grummett > wrote: > >> Hello Lyx, >> >> I just want to report a bug when vertically aligning a cell

Re: [patch] Prefer svg icons

2015-03-11 Thread Enrico Forestieri
On Wed, Mar 11, 2015 at 10:50:00PM +0100, Enrico Forestieri wrote: > > I discovered the reason of this last thing. It is not related to the > platform or the kind of inset (graphics or info) but to whether the > directory containing the compressed svg is writable or not. Indeed, > LyX

Re: [patch] Prefer svg icons

2015-03-11 Thread Enrico Forestieri
On Wed, Mar 11, 2015 at 10:50:00PM +0100, Enrico Forestieri wrote: > > However, the problem that documents with svgz files used in the info > inset are not compilable is still unsolved. I have solved this mystery, too. When compiling, LyX converts the uncompressed svg file to proper format (pdf

Re: [patch] Prefer svg icons

2015-03-11 Thread Richard Heck
On 03/11/2015 08:35 PM, Enrico Forestieri wrote: On Wed, Mar 11, 2015 at 10:50:00PM +0100, Enrico Forestieri wrote: However, the problem that documents with svgz files used in the info inset are not compilable is still unsolved. I have solved this mystery, too. When compiling, LyX converts the