[LyX/master] Cmake export tests: Make the destination directory for test results unique

2020-08-01 Thread Kornel Benko
commit b62c6e896127f0c90d4558a90346943eeaf30d1a Author: Kornel Benko Date: Sat Aug 1 09:35:20 2020 +0200 Cmake export tests: Make the destination directory for test results unique Exporting files with identical names (but in different directories) could lead to conflicts in par

[LyX/master] Cmake docbook export: Try to handle quotation marks in parameter values properly

2020-08-01 Thread Kornel Benko
commit decc775834b2f45c8db10474f634e00fcb9850a2 Author: Kornel Benko Date: Sat Aug 1 09:40:23 2020 +0200 Cmake docbook export: Try to handle quotation marks in parameter values properly --- development/autotests/filterXml4Sax.pl | 12 +++- 1 files changed, 7 insertions(+), 5 del

[LyX/master] ru layouttranslations review

2020-08-01 Thread Pavel Sanda
commit 2489c51f7c8fcf74954505c5aac126e188d96921 Author: Pavel Sanda Date: Sat Aug 1 13:54:18 2020 +0200 ru layouttranslations review --- lib/layouttranslations|6 +++--- lib/layouttranslations.review |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/

[LyX/master] Update ru.po from Yuriy

2020-08-01 Thread Pavel Sanda
commit 5cceabd181063051321441c65f571aa5a76156e0 Author: Pavel Sanda Date: Sat Aug 1 12:39:08 2020 +0200 Update ru.po from Yuriy --- po/ru.po | 93 ++--- 1 files changed, 46 insertions(+), 47 deletions(-) diff --git a/po/ru.po b/po/

[LyX/master] Spacing

2020-08-01 Thread Scott Kostyshak
commit d3b7657e3ccb03964367bd68641d05a5d1d38599 Author: Scott Kostyshak Date: Sat Aug 1 10:04:33 2020 -0400 Spacing --- lib/layouts/aastex.layout |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/layouts/aastex.layout b/lib/layouts/aastex.layout index 854b6b5.

[LyX/master] Cmake docbook tests: typos

2020-08-01 Thread Kornel Benko
commit a913b5aa248214bdb34b88e4fca98bddf607453e Author: Kornel Benko Date: Sat Aug 1 21:08:35 2020 +0200 Cmake docbook tests: typos --- development/autotests/export.cmake |2 +- development/autotests/filterXml4Sax.pl |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[LyX/master] Update sk.po

2020-08-01 Thread Kornel Benko
commit 50f8ed4169fa064f6d3c5e40f3634b46970d4412 Author: Kornel Benko Date: Sat Aug 1 21:09:23 2020 +0200 Update sk.po --- po/sk.po | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/po/sk.po b/po/sk.po index 1101e28..9f63b2e 100644 --- a/po/sk.po +++ b/p

[LyX/master] xHTML export: change filenames of exported images.

2020-08-01 Thread Pavel Sanda
commit eef0c8e8ed53bc1aaa176b5a00c78624281b0548 Author: Pavel Sanda Date: Sat Aug 1 21:26:36 2020 +0200 xHTML export: change filenames of exported images. This patch aims at: 1. replacing absolute paths by their hashes (do not leak directory structures) 2. not using counte

[LyX/master] DocBook: improve new lines around maths.

2020-08-01 Thread Thibaut Cuvelier
commit c1ec3394c6fa5f0e234fb9e802a2ddccdc67ab28 Author: Thibaut Cuvelier Date: Sat Aug 1 21:43:44 2020 +0200 DocBook: improve new lines around maths. --- src/mathed/InsetMathHull.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/mathed/InsetMathHull.cpp b/sr

[LyX/master] DocBook: fix bug about fonts (tag not closed at the right place).

2020-08-01 Thread Thibaut Cuvelier
commit d3e1f2a6d49d55957a8afb38d9df6e0b7e6fb5bf Author: Thibaut Cuvelier Date: Sat Aug 1 21:40:26 2020 +0200 DocBook: fix bug about fonts (tag not closed at the right place). Yes, this was just a reference issue! Also includes support for XOUT text, and some styling consistency. -

[LyX/master] DocBook: improve AAS support.

2020-08-01 Thread Thibaut Cuvelier
commit 1b123c02005d7c1a1f3f934938f91489530c3101 Author: Thibaut Cuvelier Date: Sat Aug 1 22:44:51 2020 +0200 DocBook: improve AAS support. --- .../docbook/bibliography_precooked_aastex.xml | 236 ++-- lib/layouts/aastex.layout |2 + lib/la

[LyX/master] typo

2020-08-01 Thread Pavel Sanda
commit 801d7dc9f42baf331642606a6641606779985439 Author: Pavel Sanda Date: Sat Aug 1 22:53:28 2020 +0200 typo --- src/support/FileName.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/support/FileName.h b/src/support/FileName.h index a0da841..923962b 100644 --

[LyX/master] DocBook: fix delimitation of bibliographies.

2020-08-01 Thread Thibaut Cuvelier
commit 8d115413c1165c917337db5d840896d330b5df64 Author: Thibaut Cuvelier Date: Sun Aug 2 03:14:16 2020 +0200 DocBook: fix delimitation of bibliographies. --- .../docbook/bibliography_precooked_aastex.xml | 11 +-- lib/layouts/aastex6.layout |4 ++-

[LyX/master] DocBook: avoid generating empty paragraphs instead of new pages.

2020-08-01 Thread Thibaut Cuvelier
commit 875f7d42e2eb6b9b4cef3c29213b12f85f9756bb Author: Thibaut Cuvelier Date: Sun Aug 2 04:03:17 2020 +0200 DocBook: avoid generating empty paragraphs instead of new pages. As this required to first generate the paragraph before outputting it if necessary, tests like XMLStream::i