[LyX/master] introduce LSMinimumSystemVersion for Mac package with automatic Qt-version based detection plus configure option to choose it manually

2021-12-05 Thread Stephan Witt
commit d1d22a1433e503c3f36aa982c2a7ec9d1f79273d Author: Stephan Witt Date: Sun Dec 5 11:10:11 2021 +0100 introduce LSMinimumSystemVersion for Mac package with automatic Qt-version based detection plus configure option to choose it manually --- config/lyxinclude.m4 | 25

Re: [LyX/master] introduce LSMinimumSystemVersion for Mac package with automatic Qt-version based detection plus configure option to choose it manually

2021-12-05 Thread Jean-Marc Lasgouttes
Le 05/12/2021 à 10:43, Stephan Witt a écrit : commit d1d22a1433e503c3f36aa982c2a7ec9d1f79273d Author: Stephan Witt Date: Sun Dec 5 11:10:11 2021 +0100 introduce LSMinimumSystemVersion for Mac package with automatic Qt-version based detection plus configure option to choose it manually

[LyX/master] Similar fixes as 946ba7781c179752e450e98a0c356372323100a6

2021-12-05 Thread Thibaut Cuvelier
commit 115ff2fa3c55ff18da3792b8129990c80dbdc1ed Author: Thibaut Cuvelier Date: Sun Dec 5 18:54:05 2021 +0100 Similar fixes as 946ba7781c179752e450e98a0c356372323100a6 --- src/mathed/InsetMathBig.cpp|2 +- src/mathed/InsetMathBoldSymbol.cpp |2 +-

[LyX/master] MathStream: better order for the calls to tab() and cr().

2021-12-05 Thread Thibaut Cuvelier
commit a81dd6518af8ab9b2fc9cf09f38dea5746c2375e Author: Thibaut Cuvelier Date: Sun Dec 5 19:15:06 2021 +0100 MathStream: better order for the calls to tab() and cr(). Part of https://www.lyx.org/trac/attachment/ticket/12221/0006-amends-to-a579128c-a68e9793-a68e9793.patch by

[LyX/master] InsetMathHull: fix column alignment for MathML.

2021-12-05 Thread Thibaut Cuvelier
commit bea2abf6ebe3138508a87787b5abb522cf93cbe4 Author: Thibaut Cuvelier Date: Sun Dec 5 20:11:47 2021 +0100 InsetMathHull: fix column alignment for MathML. https://www.lyx.org/trac/attachment/ticket/12221/0005-mathmlize-mathhull-checks-for-alignment.patch by lynx ---

[LyX/master] Qt 5.12.x requires at least MacOS 10.12

2021-12-05 Thread Stephan Witt
commit 495cde1aca42fb94050f9aea2186e165bb2ead06 Author: Stephan Witt Date: Sun Dec 5 22:38:42 2021 +0100 Qt 5.12.x requires at least MacOS 10.12 --- config/lyxinclude.m4 |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4

[LyX/master] Amend change d1d22a1433e503c3f36aa982c2a7ec9d1f79273d - configure Mac compiler flags on Mac only

2021-12-05 Thread Stephan Witt
commit f700aa98d45f019d4cf875009dc684bbda32a5ec Author: Stephan Witt Date: Sun Dec 5 22:36:36 2021 +0100 Amend change d1d22a1433e503c3f36aa982c2a7ec9d1f79273d - configure Mac compiler flags on Mac only --- configure.ac |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff

[LyX/master] Amend a68e9793: duplicate tag delimiter end.

2021-12-05 Thread Thibaut Cuvelier
commit 946ba7781c179752e450e98a0c356372323100a6 Author: Thibaut Cuvelier Date: Sun Dec 5 18:48:27 2021 +0100 Amend a68e9793: duplicate tag delimiter end. --- src/mathed/InsetMathDelim.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] DocBook: recognise Tufte's float types (margin*).

2021-12-05 Thread Thibaut Cuvelier
commit 489bf46a0345216f1a281617ec2a1ae6019c189f Author: Thibaut Cuvelier Date: Sun Dec 5 22:44:17 2021 +0100 DocBook: recognise Tufte's float types (margin*). --- src/Floating.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Floating.cpp

[LyX/master] DocBook: implement margin/sidenotes in Tufte.

2021-12-05 Thread Thibaut Cuvelier
commit e3489d54e3485ef186eb70b06d4372eaa400db98 Author: Thibaut Cuvelier Date: Sun Dec 5 22:53:36 2021 +0100 DocBook: implement margin/sidenotes in Tufte. --- autotests/export/docbook/Tufte_Book.xml | 13 + lib/layouts/tufte-book.layout |6 ++ 2 files

[LyX/master] ctests: log a fixed issue

2021-12-05 Thread Scott Kostyshak
commit d4678a734acdf57fce243769a5245583554ccf59 Author: Scott Kostyshak Date: Sun Dec 5 22:07:06 2021 -0500 ctests: log a fixed issue --- development/autotests/ctests-costs-benefits.txt |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[LyX/master] Care for consistent compiler flag values of macosx-version-min with ObjC and C++

2021-12-05 Thread Stephan Witt
commit b48620dff17f69e8fd8dd9344ef49007b6c28c32 Author: Stephan Witt Date: Mon Dec 6 07:46:35 2021 +0100 Care for consistent compiler flag values of macosx-version-min with ObjC and C++ --- config/lyxinclude.m4 |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] Automate Qt major version detection in macOS build script

2021-12-05 Thread Stephan Witt
commit 53ed3dc0627d925500db20594af301052b785378 Author: Stephan Witt Date: Mon Dec 6 07:51:26 2021 +0100 Automate Qt major version detection in macOS build script --- development/LyX-Mac-binary-release.sh |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git