Re: [LyX/master] Handle properly exception that can be thrown by to_local8bit

2017-03-27 Thread Enrico Forestieri
On Tue, Mar 28, 2017 at 12:02:02AM +0200, Enrico Forestieri wrote: > On Mon, Mar 27, 2017 at 05:05:47PM +0200, Jean-Marc Lasgouttes wrote: > > > > Enrico, can you please double check the changes in os_win32.cpp and > > os_cygwin.cpp ? I cannot even compile this code. > > They are fine and

[LyX/master] On windows, use the unicode version of ShellExecute

2017-03-27 Thread Enrico Forestieri
commit d996ec89928efb3042325fa158e1d5547b9eb64d Author: Enrico Forestieri Date: Tue Mar 28 01:32:59 2017 +0200 On windows, use the unicode version of ShellExecute --- src/support/os_cygwin.cpp | 17 ++--- src/support/os_win32.cpp | 15 +-- 2

Re: [LyX/master] Handle properly exception that can be thrown by to_local8bit

2017-03-27 Thread Enrico Forestieri
On Mon, Mar 27, 2017 at 05:05:47PM +0200, Jean-Marc Lasgouttes wrote: > > Enrico, can you please double check the changes in os_win32.cpp and > os_cygwin.cpp ? I cannot even compile this code. They are fine and compile Ok. However, that cygwin code is from the time when cygwin was using the same

[LyX/master] When running latex one needs to have a proper buffer

2017-03-27 Thread Jean-Marc Lasgouttes
commit f7768c994dc6aa6c79c32a8eee77eaa41662f9a4 Author: Jean-Marc Lasgouttes Date: Mon Mar 27 17:43:18 2017 +0200 When running latex one needs to have a proper buffer Calms down coverity --- src/Converter.cpp |5 +++-- 1 files changed, 3 insertions(+), 2

Re: [LyX/master] Handle properly exception that can be thrown by to_local8bit

2017-03-27 Thread Jean-Marc Lasgouttes
Le 27/03/2017 à 16:17, Jean-Marc Lasgouttes a écrit : commit 522f3517e1d7f61ed2bbcafe0632f50cb3e8ae2f Author: Jean-Marc Lasgouttes Date: Mon Mar 27 16:08:22 2017 +0200 Handle properly exception that can be thrown by to_local8bit Remove the use of this function in

[LyX/master] Handle properly exception that can be thrown by to_local8bit

2017-03-27 Thread Jean-Marc Lasgouttes
commit 522f3517e1d7f61ed2bbcafe0632f50cb3e8ae2f Author: Jean-Marc Lasgouttes Date: Mon Mar 27 16:08:22 2017 +0200 Handle properly exception that can be thrown by to_local8bit Remove the use of this function in GuiAlert. This was spotted by coverity ---

[LyX/master] Amend 16d5c49b

2017-03-27 Thread Enrico Forestieri
commit 91ca310d1dcc6bfd647eb7de4bfc417192df69a9 Author: Enrico Forestieri Date: Mon Mar 27 15:08:30 2017 +0200 Amend 16d5c49b Remove redundant action when toggling the dashes check box. --- src/frontends/qt4/GuiDocument.cpp |9 -

[LyX/master] Fix #9732: Inconsistent font properties for the preview and superscript insets

2017-03-27 Thread Enrico Forestieri
commit b6f8a84a359d717a5d87f58a3403b3c6b64440e3 Author: Enrico Forestieri Date: Mon Mar 27 15:00:43 2017 +0200 Fix #9732: Inconsistent font properties for the preview and superscript insets --- src/insets/InsetPreview.h |2 ++ src/insets/InsetScript.h |2 ++ 2

[LyX/master] lyx2lyx: fix #9006 (python3 with non-utf8 encoding as the system default)

2017-03-27 Thread José Matos
commit bcf715f398ead2e2c43af65bedcfecad27e48880 Author: José Matos Date: Mon Mar 27 11:35:29 2017 +0100 lyx2lyx: fix #9006 (python3 with non-utf8 encoding as the system default) This patch fixes lyx2lyx running on python 3 for those systems where the default

[LyX/master] lyx2lyx: remove trailing whitespaces from lyx_1_6.py

2017-03-27 Thread José Matos
commit 1269860b45646dac3a3425307dbdd56c99005732 Author: José Matos Date: Mon Mar 27 11:26:58 2017 +0100 lyx2lyx: remove trailing whitespaces from lyx_1_6.py --- lib/lyx2lyx/lyx_1_6.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] lyx2lyx: more descriptive member name (document.start -> document.initial_format)

2017-03-27 Thread José Matos
commit 463e12827ce4466bd679d3f8c3fe3c6f5aff39e2 Author: José Matos Date: Mon Mar 27 10:36:30 2017 +0100 lyx2lyx: more descriptive member name (document.start -> document.initial_format) --- lib/lyx2lyx/LyX.py |4 ++-- lib/lyx2lyx/lyx_2_0.py |2 +-

[LyX/master] lyx2lyx: Cosmetic clean up of the lyx_2_?.py files.

2017-03-27 Thread José Matos
commit 37901e2e25da922fe7eab8736a3824188f2ec06c Author: José Matos Date: Mon Mar 27 10:16:31 2017 +0100 lyx2lyx: Cosmetic clean up of the lyx_2_?.py files. Remove the duplicated \# -*- coding: utf-8 -*- lines that show in the third line. As far as I know