[LyX/master] Do not pass list of columns parameter by value

2024-01-12 Thread Jean-Marc Lasgouttes
commit 952851a9bcbe6801e73aacc86de0b40bab7d192b Author: Jean-Marc Lasgouttes Date: Fri Jan 12 12:16:31 2024 +0100 Do not pass list of columns parameter by value There is no need for copying this information. Noticed by coverity scan. --- src/insets/InsetTabular.cpp |

[LyX/master] Pass two string parameters as reference

2024-01-12 Thread Jean-Marc Lasgouttes
commit 8dd9cfcf5c24f7f3f15980494ef699f338ed0a00 Author: Jean-Marc Lasgouttes Date: Fri Jan 12 16:02:36 2024 +0100 Pass two string parameters as reference Spotted by coverity --- src/insets/InsetIndex.cpp |2 +- src/insets/InsetIndex.h |2 +- 2 files changed, 2

[LyX/master] Pass strings as reference

2024-01-12 Thread Jean-Marc Lasgouttes
commit 765c380a5b4c67a6fdbc611b445b7229e609dd2a Author: Jean-Marc Lasgouttes Date: Fri Jan 12 14:34:45 2024 +0100 Pass strings as reference Spotted by coverity. --- src/mathed/InsetMathMacroTemplate.cpp | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff

[LyX/master] Pass a two parameters parameter by reference

2024-01-12 Thread Jean-Marc Lasgouttes
commit 1599c503df11b0c73b60e5c239f3cde9dcf73801 Author: Jean-Marc Lasgouttes Date: Fri Jan 12 15:28:39 2024 +0100 Pass a two parameters parameter by reference Note that there is also a vector parameter that is passed by value. However it is modified as a local copy and I do

[LyX/master] Don't add \text

2024-01-12 Thread Juergen Spitzmueller
commit 37dce940862d406435529fa2a109c333e4b6e9c1 Author: Juergen Spitzmueller Date: Fri Jan 12 16:27:24 2024 +0100 Don't add

[LyX/master] ctests: move fixed bug test to regression tests

2024-01-12 Thread Scott Kostyshak
commit a7f331d9e49fcf3f20e9441f4ac04e0b93f6e67a Author: Scott Kostyshak Date: Fri Jan 12 13:03:52 2024 -0500 ctests: move fixed bug test to regression tests The export has been fixed as of 37dce940. --- .../latex/lyxbugs-resolved/13022-unicode-ERT.lyx | 112

[LyX/master] Back to devel

2024-01-12 Thread Richard Kimberly Heck
commit 1b5f8f27f7528aa1bc872fab8efe7a56b126160f Author: Richard Kimberly Heck Date: Fri Jan 12 14:23:59 2024 -0500 Back to devel --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index bb71081..0006a0c 100644 ---

[LyX/master] * NEWS

2024-01-12 Thread Pavel Sanda
commit 03c185a69bfe5abae519876d8463beca70e2c5e9 Author: Pavel Sanda Date: Fri Jan 12 23:53:30 2024 +0100 * NEWS --- NEWS | 124 ++ 1 files changed, 124 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index

[LyX/master] * ANNOUNCE

2024-01-12 Thread Pavel Sanda
commit 132270960b7aea91aaac3b49f2ec1face0cbed5f Author: Pavel Sanda Date: Fri Jan 12 23:53:10 2024 +0100 * ANNOUNCE --- ANNOUNCE | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 20f99e9..eb7610e 100644 --- a/ANNOUNCE +++

[LyX/master] Fix missing names in contrib

2024-01-12 Thread Pavel Sanda
commit 3174e175d10e44d2e36349dfd4942bf81944d1ea Author: Pavel Sanda Date: Fri Jan 12 23:53:52 2024 +0100 Fix missing names in contrib --- lib/generate_contributions.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/generate_contributions.py