[LyX/master] Improved LYX_BUILD_TYPE detection for cmake - case insensitive AC_INIT processing

2023-06-19 Thread Stephan Witt
commit f88986eff5aedf6cce5832b0f5028124e72482a4 Author: Stephan Witt Date: Mon Jun 19 08:00:08 2023 +0200 Improved LYX_BUILD_TYPE detection for cmake - case insensitive AC_INIT processing --- development/cmake/modules/LyXMacros.cmake |5 +++-- 1 files changed, 3 insertions(+), 2

[LyX/master] Amend b135c965

2023-06-19 Thread Enrico Forestieri
commit c5c03f9be392b0447ceb4d5c3272d07790578380 Author: Enrico Forestieri Date: Mon Jun 19 18:30:23 2023 +0200 Amend b135c965 A macro with @ in its name must be used after \makeatletter --- lib/scripts/legacy_lyxpreview2ppm.py |4 ++-- 1 files changed, 2 insertions(+), 2

[LyX/master] Use \ifthenelse instead of relying on TeX primitives

2023-06-19 Thread Enrico Forestieri
commit b135c965f6f33150f648a35607c12daeac1c360e Author: Enrico Forestieri Date: Mon Jun 19 18:17:31 2023 +0200 Use \ifthenelse instead of relying on TeX primitives This fixes the issue reported here: https://www.mail-archive.com/lyx-users@lists.lyx.org/msg115156.html ---

[LyX/2.3.x] Use \ifthenelse instead of relying on TeX primitives

2023-06-19 Thread Enrico Forestieri
commit 0ffcff55f302c05a9a0eb1f938be6b23fbcbd5c9 Author: Enrico Forestieri Date: Mon Jun 19 19:53:16 2023 +0200 Use \ifthenelse instead of relying on TeX primitives This fixes the issue reported here: https://www.mail-archive.com/lyx-users@lists.lyx.org/msg115156.html

[LyX/master] Add "override" to fix warning

2023-06-19 Thread Scott Kostyshak
commit f14384ff91d49255543ac458767e94a59bae6c43 Author: Scott Kostyshak Date: Mon Jun 19 14:46:05 2023 -0400 Add "override" to fix warning Otherwise we get the following warning: src/frontends/qt/InsertTableWidget.h:44:7: error: 'hideEvent' overrides a member function

[LyX/master] Comments cleanup

2023-06-19 Thread Jean-Marc Lasgouttes
commit b82a7279a8807fbf0cf14a3dd611e36f73b46d0b Author: Jean-Marc Lasgouttes Date: Tue Jun 20 00:06:57 2023 +0200 Comments cleanup --- src/Paragraph.cpp |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index