[LyX/master] Update layouts to format 98

2022-12-05 Thread Richard Kimberly Heck
commit 345eba1049de2cea80f69e33cca6d0db5c1a1231 Author: Richard Kimberly Heck Date: Tue Dec 6 01:02:22 2022 -0500 Update layouts to format 98 lib/citeengines/basic.citeengine |2 +- lib/citeengines/biblatex-natbib.citeengine |2 +-

[LyX/master] Add HTMLClass for InsetLayout as well. Layout format change.

2022-12-05 Thread Richard Kimberly Heck
commit c50f0b125ddc34b4547fb82e344a90899183fe55 Author: Richard Kimberly Heck Date: Mon Dec 5 23:42:50 2022 -0500 Add HTMLClass for InsetLayout as well. Layout format change. --- lib/layouts/aastex.layout |2 +- lib/layouts/aguplus.inc|2 +- lib/layouts/apa.layout

[LyX/master] Fix infinite loop. Thinko!

2022-12-05 Thread Richard Kimberly Heck
commit 8567e09dbf79ef4e0919fe73f81364d89bc7c7e2 Author: Richard Kimberly Heck Date: Mon Dec 5 23:37:40 2022 -0500 Fix infinite loop. Thinko! --- lib/lyx2lyx/lyx_2_4.py |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/lyx2lyx/lyx_2_4.py

[LyX/master] Amend 4966da68

2022-12-05 Thread Richard Kimberly Heck
commit bbfff0e60fc61bf63e03e7360ca5b4abead4287b Author: Richard Kimberly Heck Date: Mon Dec 5 14:48:48 2022 -0500 Amend 4966da68 --- lib/lyx2lyx/lyx_2_4.py |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/lyx2lyx/lyx_2_4.py b/lib/lyx2lyx/lyx_2_4.py index

[LyX/master] Add conversion routine for format 612.

2022-12-05 Thread Richard Kimberly Heck
commit 4966da6864df0f53a12fe1453ce749452431df88 Author: Richard Kimberly Heck Date: Mon Dec 5 14:45:40 2022 -0500 Add conversion routine for format 612. I forgot that this is needed, because the new parameter is written to the file no matter its value. Also, fix two

[LyX/master] Autoconf: actually require Qt 5.0.0

2022-12-05 Thread Jean-Marc Lasgouttes
commit c130ae945b19930c478ea2ae788aa7b3eda80d8c Author: Jean-Marc Lasgouttes Date: Mon Dec 5 19:48:17 2022 +0100 Autoconf: actually require Qt 5.0.0 --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index

[LyX/master] Autoconf: warn when using stdlib-debug with Qt6

2022-12-05 Thread Jean-Marc Lasgouttes
commit 4143dc9202fe7edc072c1d31e1dd89d6f95f3193 Author: Jean-Marc Lasgouttes Date: Mon Dec 5 19:47:00 2022 +0100 Autoconf: warn when using stdlib-debug with Qt6 --- config/qt.m4 |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/config/qt.m4 b/config/qt.m4

[LyX/master] Update tex2lyx tests again

2022-12-05 Thread Juergen Spitzmueller
commit a759fb7ae90d0a1f77182755188fec71934156d4 Author: Juergen Spitzmueller Date: Mon Dec 5 17:59:42 2022 +0100 Update tex2lyx tests again --- src/tex2lyx/test/test-insets-basic.lyx.lyx |7 +++ src/tex2lyx/test/test-insets.lyx.lyx|7 +++

[LyX/master] Update sk.po

2022-12-05 Thread Kornel Benko
commit d18e03ba2d6d49eb63ec9e552594033d2a22d852 Author: Kornel Benko Date: Mon Dec 5 16:25:47 2022 +0100 Update sk.po --- po/sk.po | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/po/sk.po b/po/sk.po index b8155f3..99daee4 100644 --- a/po/sk.po +++

[LyX/master] Fix crash when inserting label before label in change tracking mode

2022-12-05 Thread Juergen Spitzmueller
commit 4d337e78ab3c31e8b1febdce75879c6124bcc21b Author: Juergen Spitzmueller Date: Mon Dec 5 11:15:58 2022 +0100 Fix crash when inserting label before label in change tracking mode --- src/insets/InsetLabel.cpp |9 + src/insets/InsetLabel.h |2 +- 2 files changed, 6

[LyX/master] More refs sorting fixes

2022-12-05 Thread Juergen Spitzmueller
commit 6c904004b6f78f01dc97cf90bfb32d489e411f81 Author: Juergen Spitzmueller Date: Mon Dec 5 09:45:40 2022 +0100 More refs sorting fixes This now uses a Vector of pairs, which is more robust with non-unique labels (e.g. in change tracking). --- src/frontends/qt/GuiRef.cpp |