[LyX/master] Remove obsolete \cprotect'ion (#6243)

2021-12-27 Thread Juergen Spitzmueller
commit 3e4c831f1ee4a0424151e0bfaa73bfa0a02f85d9 Author: Juergen Spitzmueller Date: Mon Dec 27 10:24:58 2021 +0100 Remove obsolete \cprotect'ion (#6243) --- src/Paragraph.cpp |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index

[LyX/master] \protect substack in fragile context

2021-12-27 Thread Juergen Spitzmueller
commit 596b2d16ee6e9534e39fe58d10b1c4ad66cac620 Author: Juergen Spitzmueller Date: Mon Dec 27 11:37:59 2021 +0100 \protect substack in fragile context (\cprotect'ion not needed then). --- src/Paragraph.cpp|1 - src/mathed/InsetMathSubstack.cpp |2 ++ 2 file

[LyX/master] \protect xymatrix in fragile context

2021-12-27 Thread Juergen Spitzmueller
commit 582fe0990f58625824a0e2521dac6905af897d9c Author: Juergen Spitzmueller Date: Mon Dec 27 11:42:30 2021 +0100 \protect xymatrix in fragile context (\cprotect'ion not needed then). --- src/Paragraph.cpp|1 - src/mathed/InsetMathXYMatrix.cpp |2 ++ 2 file

[LyX/master] Remove remaining math cprotection test.

2021-12-27 Thread Juergen Spitzmueller
commit a5b7eeacaa72d8285fbe20cd12932fd533b2cf97 Author: Juergen Spitzmueller Date: Mon Dec 27 11:52:25 2021 +0100 Remove remaining math cprotection test. We'll see if someone comes up with a reproducible case, and if so, whether ordinary protection works here as well.

[LyX/master] Add FIXME

2021-12-27 Thread Juergen Spitzmueller
commit 6ac60832e5091c405d74e4879d339212999ea8f2 Author: Juergen Spitzmueller Date: Mon Dec 27 12:09:02 2021 +0100 Add FIXME --- src/mathed/InsetMathGrid.cpp |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/mathed/InsetMathGrid.cpp b/src/mathed/InsetMathGrid.cp

[LyX/master] Reg test for protect: xymatrix in figure caption

2021-12-27 Thread Scott Kostyshak
commit faa404f063ee1532e647c48e72389ef6f0d6175b Author: Scott Kostyshak Date: Mon Dec 27 10:26:04 2021 -0500 Reg test for protect: xymatrix in figure caption Use case from #6243. --- .../6243-protect-xymatrix-in-caption.lyx | 108 development/autote

[LyX/master] Do not protect \\ as of LaTeX 2021/06/01

2021-12-27 Thread Juergen Spitzmueller
commit a7905c5b960cc07ddc801cbc217600e5cd4812f0 Author: Juergen Spitzmueller Date: Mon Dec 27 16:31:09 2021 +0100 Do not protect \\ as of LaTeX 2021/06/01 --- lib/chkconfig.ltx|2 ++ src/mathed/InsetMathGrid.cpp | 12 +++- 2 files changed, 9 insertions(+), 5 delet

[LyX/master] Invert two DocBook + LilyPond exports

2021-12-27 Thread Scott Kostyshak
commit 62993294f38378d310f9b48a5edac68abde374f4 Author: Scott Kostyshak Date: Mon Dec 27 11:09:21 2021 -0500 Invert two DocBook + LilyPond exports This is due to an upstream issue: https://gitlab.com/lilypond/lilypond/-/issues/6187 For ML discussion, see here:

[LyX/master] ctests: uninvert a DocBook export

2021-12-27 Thread Scott Kostyshak
commit 22cbc3b0cf58270de0b41fc7e5aa2c44ff57a8c1 Author: Scott Kostyshak Date: Mon Dec 27 11:17:29 2021 -0500 ctests: uninvert a DocBook export The export now succeeds, likely due to Jürgen's improvements at 2eaf30c5. --- development/autotests/invertedTests |2 +- 1 files c

Re: [LyX/master] Do not protect \\ as of LaTeX 2021/06/01

2021-12-27 Thread Jean-Marc Lasgouttes
Le 27/12/2021 à 16:03, Juergen Spitzmueller a écrit : + bool const fragile = LaTeXFeatures::isAvailable("LaTeX-2021/06/01") ? + false : os.fragile(); Maybe this form? > + bool const fragile = os.fragile() && ! LaTeXFeatures::isAvailable("LaTeX-2021/06/01"); JMarc -- lyx-c

[LyX/master] Typo

2021-12-27 Thread Jean-Marc Lasgouttes
commit 7ab3c59f006ddaa6a54683a260810217d0272e5e Author: Jean-Marc Lasgouttes Date: Mon Dec 27 19:38:10 2021 +0100 Typo --- src/frontends/qt/GuiFontMetrics.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt/GuiFontMetrics.cpp b/src/frontends/qt/G

[LyX/master] Allow toggling of Zoom elements without buffer

2021-12-27 Thread Scott Kostyshak
commit 9ffca92930443a31d743380ffd5df4ce1a619e83 Author: Scott Kostyshak Date: Mon Dec 27 13:40:56 2021 -0500 Allow toggling of Zoom elements without buffer The elements are shown without a buffer so it's nice to be able to toggle without one as well. --- src/frontends/qt/GuiVi

[LyX/master] Change label "Show Zoom" to "Show Zoom Value"

2021-12-27 Thread Scott Kostyshak
commit 49a17aaa5dc37139eb3deddaf3cbd2606608a0b7 Author: Scott Kostyshak Date: Mon Dec 27 13:40:13 2021 -0500 Change label "Show Zoom" to "Show Zoom Value" --- lib/ui/stdcontext.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdc

[LyX/master] Hide the zoom in the status bar from the status bar context menu

2021-12-27 Thread Scott Kostyshak
commit eae56b1194c8bed38bf0751ca9cb4eac76ee54c7 Author: Daniel Ramoeller Date: Tue Nov 2 09:12:03 2021 +0100 Hide the zoom in the status bar from the status bar context menu Fix for #12420. --- lib/ui/stdcontext.inc|5 +++-- src/frontends/qt/GuiView.cpp | 16