[LyX/master] Fix broken mark with multiple citations

2020-05-02 Thread Juergen Spitzmueller
commit 3d630f49c44d879a0e3a9ab400c040b3c9587b97 Author: Juergen Spitzmueller Date: Sat May 2 08:55:58 2020 +0200 Fix broken mark with multiple citations Patch by Patrick De Visschere (modified by me) --- src/insets/InsetCitation.cpp | 25 - 1 files

[LyX/master] Perl script (for developpers) to select desired system font names.

2020-05-02 Thread Kornel Benko
commit 4d7c7f1e74387f2778f5d9ec0ee5fc23efc6d0c7 Author: Kornel Benko Date: Sat May 2 13:20:53 2020 +0200 Perl script (for developpers) to select desired system font names. Needed font-config (so that this script is probably OK on unix systems only) Probably needed module for

[LyX/master] Moving lib/scripts/{GetOptions.pm, listFontWithLang.pl} to development/tools

2020-05-02 Thread Kornel Benko
commit b55f735afe11b211ed601ee3373066b0d2f6b72a Author: Kornel Benko Date: Sat May 2 13:40:26 2020 +0200 Moving lib/scripts/{GetOptions.pm,listFontWithLang.pl} to development/tools --- development/tools/GetOptions.pm | 176 ++ development/tools/listFontWithLang.pl | 601

[LyX/master] Use GuiNames for counters.

2020-05-02 Thread Richard Kimberly Heck
commit 666f90cdbb15b33d2f3f0b643e3bd66512f7b852 Author: Richard Kimberly Heck Date: Sat May 2 23:00:17 2020 -0400 Use GuiNames for counters. --- src/Counters.cpp| 24 +++- src/Counters.h |6 ++ src/frontends/qt/GuiCounter.cpp

[LyX/master] Add GuiNames to counter declarations.

2020-05-02 Thread Richard Kimberly Heck
commit a7e26710cbc91353c417fc8ce30c6b1565958b32 Author: Richard Kimberly Heck Date: Sat May 2 22:37:18 2020 -0400 Add GuiNames to counter declarations. --- lib/layouts/AEA.layout |4 lib/layouts/IEEEtran.layout|1 +

[LyX/master] GuiNames for float counters.

2020-05-02 Thread Richard Kimberly Heck
commit 0f4b60c642fe891037b2b1af72047e84b12a6b05 Author: Richard Kimberly Heck Date: Sat May 2 23:11:53 2020 -0400 GuiNames for float counters. --- src/Counters.cpp | 10 ++ src/Counters.h|5 +++-- src/TextClass.cpp |8 +--- 3 files changed, 14 insertions(+), 9

[LyX/master] More polishing of counter dialog. Thanks to Jürgen for help.

2020-05-02 Thread Richard Kimberly Heck
commit c37500050d267177ace194ba8a95f67c6b0f15c2 Author: Richard Kimberly Heck Date: Sat May 2 20:33:03 2020 -0400 More polishing of counter dialog. Thanks to Jürgen for help. Also, remove the 'display value' option. We will move this to InsetInfo at some point. ---

[LyX/master] Increment layout format.

2020-05-02 Thread Richard Kimberly Heck
commit 9bcb243ec65fe3af355d0e3ed8b61ab823f8afe5 Author: Richard Kimberly Heck Date: Sat May 2 23:14:19 2020 -0400 Increment layout format. --- lib/scripts/layout2layout.py |7 +-- src/TextClass.cpp|2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git

[LyX/master] Somehow this got corrupted...

2020-05-02 Thread Richard Kimberly Heck
commit 32a5436108f49a2fd7815f7c41f4957faff0e3e4 Author: Richard Kimberly Heck Date: Sat May 2 22:05:02 2020 -0400 Somehow this got corrupted... --- lib/layouts/agu_stdcounters.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/layouts/agu_stdcounters.inc

[LyX/master] Remove unused counter

2020-05-02 Thread Richard Kimberly Heck
commit 6580c5753dea88ac7de6058923870193e7a77fa9 Author: Richard Kimberly Heck Date: Sat May 2 22:09:45 2020 -0400 Remove unused counter --- lib/layouts/linguistics.module |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/lib/layouts/linguistics.module

[LyX/master] Remove obsolete comment.

2020-05-02 Thread Richard Kimberly Heck
commit a38408419c613674f1538b77429dd7bd4463dc3a Author: Richard Kimberly Heck Date: Sun May 3 00:50:53 2020 -0400 Remove obsolete comment. We assert (or worse) if pos < 0. --- src/Paragraph.h |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git