[LyX/master] ctests: log a fixed issue

2021-02-07 Thread Scott Kostyshak
commit 3c16d627dac6c86ad0398dfcf2715569116b80e3 Author: Scott Kostyshak Date: Mon Feb 8 00:13:45 2021 -0500 ctests: log a fixed issue --- development/autotests/ctests-costs-benefits.txt |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[LyX/master] Math manual: use relative paths

2021-02-07 Thread Scott Kostyshak
commit 1ddc1c6beaaa62ab9b46f3a3be15c42af3c97c8f Author: Scott Kostyshak Date: Mon Feb 8 00:12:27 2021 -0500 Math manual: use relative paths --- lib/doc/Math.lyx |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/doc/Math.lyx b/lib/doc/Math.lyx index

[LyX/master] Update Python requirement in INSTALL

2021-02-07 Thread Scott Kostyshak
commit 963fad692965081bee7533904f86376d85340a97 Author: Scott Kostyshak Date: Sun Feb 7 22:13:23 2021 -0500 Update Python requirement in INSTALL Consistent with 92345167. --- INSTALL |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/INSTALL

[LyX/master] ePub: allow a user-specified Saxon.

2021-02-07 Thread Thibaut Cuvelier
commit f7beed1ee2668b58b8008e5b475668709edacc76 Author: Thibaut Cuvelier Date: Sun Feb 7 23:18:06 2021 +0100 ePub: allow a user-specified Saxon. --- lib/configure.py|4 ++-- lib/scripts/docbook2epub.py | 21 + 2 files changed, 15 insertions(+), 10

[LyX/master] ePub: share a bit of code for parsing arguments.

2021-02-07 Thread Thibaut Cuvelier
commit 7622292027f6bc851a47103164a58b8989916e4f Author: Thibaut Cuvelier Date: Sun Feb 7 23:18:54 2021 +0100 ePub: share a bit of code for parsing arguments. --- lib/scripts/docbook2epub.py | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git

[LyX/master] Math.lyx: unintended part

2021-02-07 Thread Pavel Sanda
commit cad51390cda4d30a4ef1445d08320ecfe9a7b5e5 Author: Pavel Sanda Date: Sun Feb 7 21:45:19 2021 +0100 Math.lyx: unintended part --- lib/doc/Math.lyx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/doc/Math.lyx b/lib/doc/Math.lyx index 6711fd9..772375a

[LyX/master] Math.lyx: merged changes from Phil Netro.

2021-02-07 Thread Pavel Sanda
commit 22a0ea85d0de39f80a94929768c11d31fc296590 Author: Pavel Sanda Date: Sun Feb 7 21:40:29 2021 +0100 Math.lyx: merged changes from Phil Netro. Most changes accepted, some remain visible in CT, because they were real bugs (etc. shortcuts, or mathed commands) which might be

[LyX/master] Math.lyx: save in updated format before merging.

2021-02-07 Thread Pavel Sanda
commit 436fecd3d05de712dd6bc5e4cd0b77b339238e9b Author: Pavel Sanda Date: Sun Feb 7 21:36:43 2021 +0100 Math.lyx: save in updated format before merging. --- lib/doc/Math.lyx |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/doc/Math.lyx b/lib/doc/Math.lyx

[LyX/master] ePub: use None instead of an empty string.

2021-02-07 Thread Thibaut Cuvelier
commit bf976cb0aea0e3699fa1b2f4596e12f7e38114eb Author: Thibaut Cuvelier Date: Sun Feb 7 20:52:50 2021 +0100 ePub: use None instead of an empty string. --- lib/scripts/docbook2epub.py | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git

[LyX/master] ePub: restructure the script as a class.

2021-02-07 Thread Thibaut Cuvelier
commit d7d31ab512b5cc8cfe3a607fcf99b966e565c544 Author: Thibaut Cuvelier Date: Sun Feb 7 20:46:29 2021 +0100 ePub: restructure the script as a class. This allows to share a little bit more code and to avoid functions with many arguments. --- lib/scripts/docbook2epub.py | 270

[LyX/master] ePub: detect and use xsltproc.

2021-02-07 Thread Thibaut Cuvelier
commit 9d4ffac7fbc06893e79a19097ae1b5c762d830e0 Author: Thibaut Cuvelier Date: Sun Feb 7 20:33:06 2021 +0100 ePub: detect and use xsltproc. --- lib/configure.py|7 +-- lib/scripts/docbook2epub.py | 38 -- 2 files changed, 33

[LyX/master] ePub: add argument for external DocBook XSLT.

2021-02-07 Thread Thibaut Cuvelier
commit e95513c8232a7da526eba44f7a30831ca5766558 Author: Thibaut Cuvelier Date: Sun Feb 7 20:51:25 2021 +0100 ePub: add argument for external DocBook XSLT. --- lib/configure.py|4 ++-- lib/scripts/docbook2epub.py | 15 +-- 2 files changed, 11 insertions(+), 8

[LyX/master] ePub: refactor script as a series of small functions.

2021-02-07 Thread Thibaut Cuvelier
commit b8a4408ca82bb9f5117c5d1e8af8e36b1ea00305 Author: Thibaut Cuvelier Date: Sun Feb 7 06:53:43 2021 +0100 ePub: refactor script as a series of small functions. --- lib/scripts/docbook2epub.py | 23 ++- 1 files changed, 18 insertions(+), 5 deletions(-) diff --git

[LyX/master] ePub: copy images into the ePub archive.

2021-02-07 Thread Thibaut Cuvelier
commit 7f4782d51d45b1a4770273930ff130b1d0d63091 Author: Thibaut Cuvelier Date: Sun Feb 7 20:00:31 2021 +0100 ePub: copy images into the ePub archive. --- lib/scripts/docbook2epub.py | 57 ++- 1 files changed, 56 insertions(+), 1 deletions(-) diff

[LyX/master] #11682 open new window on Mac if there is none and LyX is activated via dock

2021-02-07 Thread Stephan Witt
commit 4d4dc96b0698de7368e0e63c7c27e1e5d7913a7f Author: Stephan Witt Date: Sun Feb 7 18:53:11 2021 +0100 #11682 open new window on Mac if there is none and LyX is activated via dock --- src/frontends/qt/GuiApplication.cpp | 38 ++-

[LyX/master] GuiDelimiter: properly calculate widget width

2021-02-07 Thread Juergen Spitzmueller
commit 233cfed3331e2a8fef39e2dff483dadbf011b772 Author: Juergen Spitzmueller Date: Sun Feb 7 17:24:59 2021 +0100 GuiDelimiter: properly calculate widget width --- src/frontends/qt/GuiDelimiter.cpp |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git

[LyX/master] GuiDelimiter: fix tabstop access

2021-02-07 Thread Juergen Spitzmueller
commit 0afae1f97d3b4e0585f2bb772a21a20e88d113f5 Author: Juergen Spitzmueller Date: Sun Feb 7 17:00:20 2021 +0100 GuiDelimiter: fix tabstop access DialogButtonBox not yet included, though. --- src/frontends/qt/ui/DelimiterUi.ui |4 1 files changed, 4 insertions(+), 0

[LyX/master] Amend f7ed7f53: Cmake + epub: Install saxon*.jar together with its licence

2021-02-07 Thread Kornel Benko
commit a86864b3bbca6905948e302910b9bcca49164561 Author: Kornel Benko Date: Sun Feb 7 16:23:46 2021 +0100 Amend f7ed7f53: Cmake + epub: Install saxon*.jar together with its licence Thanks to Pavel --- development/cmake/Install.cmake |2 +- 1 files changed, 1 insertions(+), 1

Re: [LyX/master] Cmake + epub: Install needed docbook files

2021-02-07 Thread Pavel Sanda
On Sun, Feb 07, 2021 at 12:35:43PM +0100, Kornel Benko wrote: > commit f7ed7f53c478b0538a3b04bad69ed161c1cf9b16 > Author: Kornel Benko > Date: Sun Feb 7 12:37:58 2021 +0100 > > Cmake + epub: Install needed docbook files > --- > development/cmake/Install.cmake |2 ++ > 1 files changed,

[LyX/master] #11453 make LyX app icons on Mac retina ready - use the Lydia.svg from Mike

2021-02-07 Thread Stephan Witt
commit 700f03d0c28cbc367ff4210f190d746b8f872e6a Author: Stephan Witt Date: Sun Feb 7 13:05:28 2021 +0100 #11453 make LyX app icons on Mac retina ready - use the Lydia.svg from Mike development/MacOSX/LyXapp.icns | Bin 34323 -> 288640 bytes development/MacOSX/Lydia.svg | 512

[LyX/master] Update Russian localization

2021-02-07 Thread Yuriy Skalko
commit 5780b514d3dce1cfd3e2d5fbab0a74043dd13b7c Author: Yuriy Skalko Date: Sun Jan 31 01:10:36 2021 +0200 Update Russian localization lib/doc/ru/EmbeddedObjects.lyx | 704 +--- lib/doc/ru/Math.lyx| 202 +---

[LyX/master] ePub: quote all path names of the command

2021-02-07 Thread Stephan Witt
commit f55efc6951038949e4b455e19f31a2ef07ef93c5 Author: Stephan Witt Date: Sun Feb 7 12:42:17 2021 +0100 ePub: quote all path names of the command --- lib/scripts/docbook2epub.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/scripts/docbook2epub.py

[LyX/master] Cmake + epub: Install needed docbook files

2021-02-07 Thread Kornel Benko
commit f7ed7f53c478b0538a3b04bad69ed161c1cf9b16 Author: Kornel Benko Date: Sun Feb 7 12:37:58 2021 +0100 Cmake + epub: Install needed docbook files --- development/cmake/Install.cmake |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/development/cmake/Install.cmake

[LyX/master] Fix some math icons dimensions

2021-02-07 Thread Juergen Spitzmueller
commit f330682a0c4285f2154272e1de8f9eedc7da7911 Author: Juergen Spitzmueller Date: Sun Feb 7 12:31:48 2021 +0100 Fix some math icons dimensions --- lib/images/math/backslash.svgz | Bin 335 -> 906 bytes lib/images/math/langle.svgz| Bin 348 -> 912 bytes lib/images/math/lbrace.svgz

[LyX/master] Adjust selection color of delimiter icons

2021-02-07 Thread Juergen Spitzmueller
commit fa56a5eb98d8568b036d66b391735181d6c451a0 Author: Juergen Spitzmueller Date: Sun Feb 7 12:32:11 2021 +0100 Adjust selection color of delimiter icons --- src/frontends/qt/GuiDelimiter.cpp | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git