[LyX/master] Fix Coverity false positive for null-pointer dereference

2020-07-09 Thread Pavel Sanda
commit af5257b6c3b24c00b18c601b77033cf7e60ce211 Author: Thibaut Cuvelier Date: Thu Jul 9 02:40:20 2020 +0200 Fix Coverity false positive for null-pointer dereference --- src/output_docbook.cpp | 17 + 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/outp

[LyX/master] Change in ::docbook args

2020-07-09 Thread Richard Kimberly Heck
commit e6b2c7c4cecf81a8057e371cdbcd1efd8dce3a95 Author: Richard Kimberly Heck Date: Thu Jul 9 03:27:27 2020 -0400 Change in ::docbook args --- src/insets/InsetCounter.cpp |2 +- src/insets/InsetCounter.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/in

[LyX/master] Workaround Qtbug where QAbstractScrollArea::mouseMoveEvent(...) is called falsely when quickly double tapping on a touchpad of a notebook running Windows

2020-07-09 Thread Eugene Chornyi
commit 06969f9dd4b9409225e0c8b504395fa197b506d1 Author: Eugene Chornyi Date: Thu Jul 9 09:36:12 2020 +0200 Workaround Qtbug where QAbstractScrollArea::mouseMoveEvent(...) is called falsely when quickly double tapping on a touchpad of a notebook running Windows --- src/frontends/qt/GuiWork

[LyX/master] Update RELEASE-NOTES for DocBook

2020-07-09 Thread Pavel Sanda
commit 7ed43d751a0350c8a9c518d9cd084733e96335b3 Author: Thibaut Cuvelier Date: Wed Jul 8 21:15:13 2020 +0200 Update RELEASE-NOTES for DocBook --- lib/RELEASE-NOTES |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES index 75

[LyX/master] LaTeXFonts: Add ScaleCommand

2020-07-09 Thread Juergen Spitzmueller
commit 780d9a5f4cc553797ec95e49300cf06325ff1341 Author: Juergen Spitzmueller Date: Thu Jul 9 11:41:21 2020 +0200 LaTeXFonts: Add ScaleCommand This is needed to add support for scaling to fonts that are switched via command --- lib/latexfonts |4 +++- src/LaTeXFonts.cpp

[LyX/master] Provide option to prevent unnecessary font loading.

2020-07-09 Thread Juergen Spitzmueller
commit 3335344261baf578872441242affd5375d9e4019 Author: Juergen Spitzmueller Date: Thu Jul 9 11:39:43 2020 +0200 Provide option to prevent unnecessary font loading. If an OSF font is an alternative to a non-OSF one, only load the OSFFont if osf is requested. --- lib/latexfonts

[LyX/master] Add support for the libertinus family of fonts (#11899)

2020-07-09 Thread Juergen Spitzmueller
commit 8cb9a6d3f6463321cdaf49a3cedb854b09c51275 Author: Juergen Spitzmueller Date: Thu Jul 9 11:46:07 2020 +0200 Add support for the libertinus family of fonts (#11899) File format change. --- lib/chkconfig.ltx |1 + lib/doc/LaTeXConfig.lyx | 77 +++

[LyX/master] tex2lyx: add support for libertinus

2020-07-09 Thread Juergen Spitzmueller
commit 01c1d1e156b02ea94ea11645d9bbd976446d374c Author: Juergen Spitzmueller Date: Thu Jul 9 12:26:25 2020 +0200 tex2lyx: add support for libertinus --- src/tex2lyx/Preamble.cpp | 93 - 1 files changed, 90 insertions(+), 3 deletions(-) diff --

[LyX/master] Cleanup: remove trailing underscores

2020-07-09 Thread Jean-Marc Lasgouttes
commit aaec8459bf9b9f96964da7fccdfc830dda4aecdc Author: Jean-Marc Lasgouttes Date: Thu Jul 9 12:39:36 2020 +0200 Cleanup: remove trailing underscores These ToobarItem members are public, not private. --- src/frontends/qt/GuiToolbar.cpp | 54 +++---

[LyX/master] Fix header inclusions

2020-07-09 Thread Juergen Spitzmueller
commit 11a57ce6c68e712cab9818c92a0442e96f6d58d7 Author: Juergen Spitzmueller Date: Thu Jul 9 17:19:01 2020 +0200 Fix header inclusions --- src/insets/InsetCitation.cpp |2 +- src/insets/InsetFloat.cpp |2 +- src/insets/InsetFoot.cpp |2 +- src/insets/InsetGraphics.cpp

Re: [LyX/master] Add support for the libertinus family of fonts (#11899)

2020-07-09 Thread Kornel Benko
Am Thu, 9 Jul 2020 11:22:38 +0200 (CEST) schrieb Juergen Spitzmueller : > commit 8cb9a6d3f6463321cdaf49a3cedb854b09c51275 > Author: Juergen Spitzmueller > Date: Thu Jul 9 11:46:07 2020 +0200 > > Add support for the libertinus family of fonts (#11899) This must be a typo (Libertinus vs. L

Re: [LyX/master] Add support for the libertinus family of fonts (#11899)

2020-07-09 Thread Jürgen Spitzmüller
Am Donnerstag, den 09.07.2020, 17:36 +0200 schrieb Kornel Benko: > This must be a typo (Libertinus vs. Libertine) Yes. Though the AltName GuiName is not relevant anyway. Jürgen signature.asc Description: This is a digitally signed message part -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http

[LyX/master] Typo

2020-07-09 Thread Juergen Spitzmueller
commit 77eaa8a0cec87d1b035a63e2f08dc26c2c2e89e3 Author: Juergen Spitzmueller Date: Thu Jul 9 17:39:57 2020 +0200 Typo --- lib/latexfonts |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/latexfonts b/lib/latexfonts index 6553f4e..68a7cc2 100644 --- a/lib/latexfo

[LyX/master] Do not attempt to mark par break in single-line insets

2020-07-09 Thread Juergen Spitzmueller
commit 2c0b650aa63fbec4bf2b8093ad3b8391d333e8c9 Author: Juergen Spitzmueller Date: Thu Jul 9 18:47:53 2020 +0200 Do not attempt to mark par break in single-line insets --- src/Text.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/Text.cpp b/src/Text.cpp in

[LyX/master] Add support for Libertinus Math

2020-07-09 Thread Juergen Spitzmueller
commit 667a9ad0ce5cda2cf5f0a08a26f01661e30aa75f Author: Juergen Spitzmueller Date: Thu Jul 9 18:59:54 2020 +0200 Add support for Libertinus Math --- lib/chkconfig.ltx |1 + lib/doc/LaTeXConfig.lyx | 66 +++ lib/latexfonts |

[LyX/master] Revert "Simplify code a bit. Should be equivalent, unless backs is empty!"

2020-07-09 Thread Richard Kimberly Heck
commit 33eb33d0e7cd91e5e722aba306850177c9ec4998 Author: Richard Kimberly Heck Date: Thu Jul 9 22:25:09 2020 -0400 Revert "Simplify code a bit. Should be equivalent, unless backs is empty!" This reverts commit 3c094c739ba38f43edf9698ac37dd9eee62080b1. --- src/BufferParams.cpp | 1