[LyX/master] Do not replace nonexistent environment variables

2021-01-04 Thread Enrico Forestieri
commit 2099dca5d3c7e65ba8e56a42d7841b39f53d7d16 Author: Enrico Forestieri Date: Mon Jan 4 23:00:42 2021 +0100 Do not replace nonexistent environment variables References to environment variables embedded in a filename are expanded and replaced by their value. However, if a

[LyX/master] Remove elipses from "Open" buttons in About LyX dialog. Fixes #12019.

2021-01-04 Thread Richard Kimberly Heck
commit bbffbf92ac56d963c9c523be79b503ccf7ef80a3 Author: Richard Kimberly Heck Date: Mon Jan 4 14:53:41 2021 -0500 Remove elipses from "Open" buttons in About LyX dialog. Fixes #12019. --- src/frontends/qt/ui/AboutUi.ui |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff

[LyX/master] Revert "Remove elipses after 'Open'"

2021-01-04 Thread Richard Kimberly Heck
commit 8d8f9339f1620fc235697a0706e30bf861a35016 Author: Richard Kimberly Heck Date: Mon Jan 4 14:52:20 2021 -0500 Revert "Remove elipses after 'Open'" I totally misread this bug report! (#12019) This reverts commit 8871229f5f0cab072e587282d5e6a32a14da481f. ---

[LyX/master] Makefile for Arabi beamer

2021-01-04 Thread Richard Kimberly Heck
commit c3a0136ad1912b34dd458d51c6a52cdb247b08f3 Author: Richard Kimberly Heck Date: Mon Jan 4 13:47:11 2021 -0500 Makefile for Arabi beamer --- lib/Makefile.am |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index

[LyX/master] nullptr

2021-01-04 Thread Richard Kimberly Heck
commit 9ffba4b72d1841a43a98007e385243bb04bdd178 Author: Richard Kimberly Heck Date: Mon Jan 4 02:58:20 2021 -0500 nullptr --- src/HunspellChecker.cpp | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/HunspellChecker.cpp b/src/HunspellChecker.cpp index

[LyX/master] Fixup 22f599250e9: missing wildcard

2021-01-04 Thread Jean-Marc Lasgouttes
commit 69eb262721b4454fe7af683adca502451098f7fb Author: Jean-Marc Lasgouttes Date: Mon Jan 4 17:58:11 2021 +0100 Fixup 22f599250e9: missing wildcard Now all the old gcc 4.x versions (x < 9) are correctly tagged as obsolete. --- config/lyxinclude.m4 |2 +- 1 files changed,

[LyX/master] FindAdv: Small refactoring

2021-01-04 Thread Kornel Benko
commit ac6b27040a72bf3cb565df65cf0e94d3a49418bc Author: Kornel Benko Date: Mon Jan 4 16:57:56 2021 +0100 FindAdv: Small refactoring --- src/lyxfind.cpp | 84 ++ 1 files changed, 47 insertions(+), 37 deletions(-) diff --git

[LyX/master] Show caught exception message in findAdv

2021-01-04 Thread Yuriy Skalko
commit e8099942c7b7464895545959b346028a298f8bd7 Author: Yuriy Skalko Date: Mon Jan 4 15:41:53 2021 +0200 Show caught exception message in findAdv --- src/lyxfind.cpp |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index

[LyX/master] Define keyboard codes for Cyrillic letters, enable shortcuts using them

2021-01-04 Thread Yuriy Skalko
commit a0b65e9bf830c5e46020fd6993474b1508245819 Author: Yuriy Skalko Date: Tue Sep 15 20:21:54 2020 +0300 Define keyboard codes for Cyrillic letters, enable shortcuts using them --- src/frontends/qt/GuiKeySymbol.cpp | 112 + 1 files changed, 112

[LyX/master] Add bindings for Russian keyboard layout (same keys as English)

2021-01-04 Thread Yuriy Skalko
commit 4e92c34200326236dff2fd231b65ae2b9706ec02 Author: Yuriy Skalko Date: Fri Oct 9 17:51:51 2020 +0300 Add bindings for Russian keyboard layout (same keys as English) --- lib/Makefile.am|4 + lib/bind/ru/menus.bind | 271 2

[LyX/2.3.x] Fix bug 9961

2021-01-04 Thread Eugene Chornyi
commit daa32db3bc34fb607bd139b8113a1fbe08d05f48 Author: Eugene Chornyi Date: Sun Jan 3 20:11:49 2021 +0100 Fix bug 9961 remove the error message for not finding a pdf viewer (apparently empty string is returned by FindExecutable if the executable is a Windows Store app). If