[LyX/master] Typo in a comment

2023-01-05 Thread Scott Kostyshak
commit bee08b19ee2bdd8089cbd45ab2035bde7c9c6903 Author: Scott Kostyshak Date: Thu Jan 5 23:33:16 2023 -0500 Typo in a comment --- src/support/os.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/support/os.h b/src/support/os.h index a96791d..7e6bdbd 100644 ---

[LyX/2.3.x] Avoid static members zoom_min_ and zoom_max_

2023-01-05 Thread Richard Kimberly Heck
commit 638e8e4c6c200c9d0d49ad9f0771dc6a6119f01c Author: Stephan Witt Date: Wed Feb 9 10:59:18 2022 +0100 Avoid static members zoom_min_ and zoom_max_ Some compilers cannot use static class members by reference. std::min() and std::max() are passing parameters by const reference. -

[LyX/master] #12523 check for existence of usable Python interpreter

2023-01-05 Thread Stephan Witt
commit bbc2270972cfbb1aa11836498c8a6c73be91f18d Author: Stephan Witt Date: Fri Jan 6 00:32:09 2023 +0100 #12523 check for existence of usable Python interpreter - present appropriate alert message in case of missing Python - add the option to quit LyX immediately - recheck

[LyX/master] ctests: invert a bug from old routine

2023-01-05 Thread Scott Kostyshak
commit 83c72a3eceb1ce98242a848579952b7526739d15 Author: Scott Kostyshak Date: Thu Jan 5 12:55:32 2023 -0500 ctests: invert a bug from old routine A test from a recent file, KOMA-Script_Book.lyx, uncovered this issue. It is an old routine so not critical to fix. The fol

[LyX/master] Fix "origin" in KOMA-Script_Book.lyx

2023-01-05 Thread Kornel Benko
commit 0f7f61b29ecde672fe0f9957791a7ab1ea17ba6e Author: Kornel Benko Date: Thu Jan 5 16:24:00 2023 +0100 Fix "origin" in KOMA-Script_Book.lyx --- lib/examples/Books/KOMA-Script_Book.lyx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/examples/Books/KOMA-Script

[LyX/master] Add information to Row::operator<

2023-01-05 Thread Jean-Marc Lasgouttes
commit 7c5bad56c4cd4e927d449963cb9114d4fddf1fcd Author: Jean-Marc Lasgouttes Date: Thu Jan 5 11:55:32 2023 +0100 Add information to Row::operator<< --- src/Row.cpp |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Row.cpp b/src/Row.cpp index 6edde19..fea9a38