[LyX/2.3.x] Update fr.po

2018-05-14 Thread jpc
commit 7381bbdc0dcd745ab77e5a3e5cf89f38554bc706 Author: jpc Date: Mon May 14 14:49:42 2018 +0200 Update fr.po po/fr.gmo | Bin 542880 -> 543971 bytes po/fr.po | 2868 +++-- 2 files changed, 1466 insertions(+), 1402 deletion

[LyX/master] Update fr.po

2018-05-14 Thread jpc
commit 68a6df52dd8f4dd6e72ad72db5f3a6de9dcebfae Author: jpc Date: Mon May 14 16:19:00 2018 +0200 Update fr.po po/fr.gmo | Bin 546868 -> 547948 bytes po/fr.po | 1340 - 2 files changed, 711 insertions(+), 629 deletions(-

[LyX/master] Clean up code of LFUN_LAYOUT

2018-05-14 Thread Jean-Marc Lasgouttes
commit 255a5cf40143f6dcfcd74a9fd256301e55d628ae Author: Jean-Marc Lasgouttes Date: Mon May 14 16:33:52 2018 +0200 Clean up code of LFUN_LAYOUT Factor out some code in helper functions. Improve getStatus so that icon is selected only when the whole selection has the correct layo

[LyX/master] Cmake mingw build: Get rid of a cmake warning regarding policy CMP0020

2018-05-14 Thread Kornel Benko
commit 933502f99122bc76c9a3ac2ab21efee00bf39021 Author: Kornel Benko Date: Mon May 14 17:29:45 2018 +0200 Cmake mingw build: Get rid of a cmake warning regarding policy CMP0020 For explanation see the output of 'cmake --help-policy CMP0020' --- CMakeLists.txt |1 + 1 files cha

[LyX/master] Implement layout-toggle lfun

2018-05-14 Thread Jean-Marc Lasgouttes
80201 LFUN_GRAPHICS_UNIFY,// sanda, 20180207 LFUN_MASTER_BUFFER_EXPORT, // rkh, 20180417 + LFUN_LAYOUT_TOGGLE, // lasgouttes 20180514 LFUN_LASTACTION // end of the table }; diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 6e

[LyX/master] Removed unused private variable

2018-05-14 Thread Jean-Marc Lasgouttes
commit c4075367fa6330cac075e94b61f8522fcd54f630 Author: Jean-Marc Lasgouttes Date: Mon May 14 23:03:50 2018 +0200 Removed unused private variable Spotted by clang++ 6. --- src/mathed/InsetMathColor.cpp |4 ++-- src/mathed/InsetMathColor.h |2 -- 2 files changed, 2 insert