[LyX/2.3.x] de.po

2020-03-26 Thread Juergen Spitzmueller
commit 2daf1793f93d3a67349ec050e6d465b29996bd97 Author: Juergen Spitzmueller Date: Thu Mar 26 08:02:36 2020 +0100 de.po --- po/de.gmo | Bin 548188 -> 548669 bytes po/de.po | 36 2 files changed, 28 insertions(+), 8 deletions(-) diff --git a/po/de.

[LyX/2.3.x] Update sk.po

2020-03-26 Thread Kornel Benko
commit 6c2faf4ba69d7183bc3fc1aa6eea262b05624522 Author: Kornel Benko Date: Thu Mar 26 11:17:00 2020 +0100 Update sk.po --- po/sk.po | 27 +-- 1 files changed, 21 insertions(+), 6 deletions(-) diff --git a/po/sk.po b/po/sk.po index fd0cc8a..15e4b76 100644 --- a/po

[LyX/master] ru.po: update by Yuriy

2020-03-26 Thread Juergen Spitzmueller
commit f9d95d4461a19f56bc2b505e038b31d69147d596 Author: Juergen Spitzmueller Date: Thu Mar 26 15:12:45 2020 +0100 ru.po: update by Yuriy --- po/ru.po | 42 +- 1 files changed, 21 insertions(+), 21 deletions(-) diff --git a/po/ru.po b/po/ru.po inde

[LyX/master] ru/Intro: update by Yuriy

2020-03-26 Thread Juergen Spitzmueller
commit f51100459a80b28568cb9a9459673850018cd66a Author: Juergen Spitzmueller Date: Thu Mar 26 15:13:49 2020 +0100 ru/Intro: update by Yuriy --- lib/doc/ru/Intro.lyx | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/doc/ru/Intro.lyx b/lib/doc/ru/Intro.lyx

[LyX/master] Update sk.po

2020-03-26 Thread Kornel Benko
commit 9ee1d3e7de2ddb0a8c4a57886877887b23d6e08a Author: Kornel Benko Date: Thu Mar 26 15:47:48 2020 +0100 Update sk.po --- po/sk.po | 28 ++-- 1 files changed, 26 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index fe414d0..b41eb33 100644 --- a/p

[LyX/master] Cmake build: Build VERSION_INFO more cmake-like

2020-03-26 Thread Kornel Benko
commit e74174c57a9f85bfb8ecd4930f03d741cb0c61b8 Author: Kornel Benko Date: Thu Mar 26 15:48:01 2020 +0100 Cmake build: Build VERSION_INFO more cmake-like Use LIST to add entries and convert the list later to a string --- CMakeLists.txt | 24 1 files chan

[LyX/master] Fix typo.

2020-03-26 Thread Juergen Spitzmueller
commit 5db8b65e4647ec1b2a3b0a4765118c845605d99f Author: Juergen Spitzmueller Date: Thu Mar 26 16:32:13 2020 +0100 Fix typo. --- src/frontends/qt/ui/TocUi.ui |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt/ui/TocUi.ui b/src/frontends/qt/ui/TocUi.

[LyX/master] Fix assertion from setCursor() in outline-down/up

2020-03-26 Thread Scott Kostyshak
commit a1169188c79f9bff4e99620ae50c8675a062a818 Author: Scott Kostyshak Date: Thu Mar 26 18:57:25 2020 -0400 Fix assertion from setCursor() in outline-down/up The function outline() itself can change the cursor position in some cases so we need to store the old position before