[LyX/master] Update lyx-build script

2020-10-24 Thread Richard Kimberly Heck
commit c4620152ce239b3c5d56fef79e7c77ed20bce2fe Author: Richard Kimberly Heck Date: Sat Oct 24 23:23:56 2020 -0400 Update lyx-build script --- development/tools/lyx-build |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/development/tools/lyx-build

[LyX/master] typo

2020-10-24 Thread Richard Kimberly Heck
commit 904d960d6a11e50f099d89e496ed9ad7090b4784 Author: Richard Kimberly Heck Date: Sat Oct 24 23:24:28 2020 -0400 typo --- development/tools/lyx-build |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/tools/lyx-build b/development/tools/lyx-build index

[LyX/master] Update GMO files

2020-10-24 Thread Richard Kimberly Heck
commit acb2ca7b4c577229e8dc5db91790fb82aaf747a4 Author: Richard Kimberly Heck Date: Sat Oct 24 23:05:33 2020 -0400 Update GMO files --- po/ar.gmo| Bin 447069 -> 440125 bytes po/bg.gmo| Bin 342731 -> 336422 bytes po/cs.gmo| Bin 512007 -> 500411 bytes po/de.gmo| Bin

[LyX/master] ctests: add test from #9043 which is fixedinmaster

2020-10-24 Thread Scott Kostyshak
commit f2622e1488a8d2b85f7ee754348bacff8c0bba6c Author: Scott Kostyshak Date: Sat Oct 24 15:54:03 2020 -0400 ctests: add test from #9043 which is fixedinmaster This file succeeds on master, but not in 2.3.0 or 2.3.x (I have not checked which commit fixed it). ---

[LyX/master] Replace QFontMetrics::width() by horizontalAdvance() in Qt>=5.11

2020-10-24 Thread Jean-Marc Lasgouttes
commit 21422dd6527754d8b7876a6e11b686cd726321ed Author: Jean-Marc Lasgouttes Date: Sat Oct 24 19:29:34 2020 +0200 Replace QFontMetrics::width() by horizontalAdvance() in Qt>=5.11 The method horizontalAdvance() replaces width() starting with Qt 5.11. To handle this, all direct

[LyX/2.3.x] Update it.po

2020-10-24 Thread Enrico Forestieri
commit d3d00723f0ff57d00312835a7b0b724a38851558 Author: Enrico Forestieri Date: Sat Oct 24 19:14:24 2020 +0200 Update it.po --- po/it.gmo | Bin 537660 -> 537655 bytes po/it.po | 45 - 2 files changed, 24 insertions(+), 21 deletions(-) diff

[LyX/master] Update it.po

2020-10-24 Thread Enrico Forestieri
commit 6bf0578e6e3b08ee9570ffd8bb2230d5dfd19dd6 Author: Enrico Forestieri Date: Sat Oct 24 18:42:15 2020 +0200 Update it.po po/it.gmo | Bin 597571 -> 598256 bytes po/it.po | 4032 +++-- 2 files changed, 2030 insertions(+), 2002

[LyX/master] Amend 12557b09: Checking po-files (shortcut handling)

2020-10-24 Thread Kornel Benko
commit 47146ab8a3f73dca7e158fb3a2fc0195e7684dc8 Author: Kornel Benko Date: Sat Oct 24 18:40:15 2020 +0200 Amend 12557b09: Checking po-files (shortcut handling) --- po/pocheck.pl | 17 - 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/po/pocheck.pl

[LyX/master] Fix isSpace for docstring

2020-10-24 Thread Yuriy Skalko
commit 69f838bbf3e5c1cd0eb1a64dfbf8de469dc10d97 Author: Yuriy Skalko Date: Sat Oct 24 11:03:36 2020 +0300 Fix isSpace for docstring --- src/insets/InsetBibtex.cpp |2 +- src/xml.cpp|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[LyX/master] Checking po-files (shortcut handling)

2020-10-24 Thread Kornel Benko
commit 12557b094ce1a6376cf77003a443592af235f2a7 Author: Kornel Benko Date: Sat Oct 24 14:05:19 2020 +0200 Checking po-files (shortcut handling) 1.) Allow ' ' as a menu shortcut (corrected for missing/unexpected spaces at message end) 2.) Adapt for utf-8 shortcuts (corrected

[LyX/master] Revert da8b5de97 because of MSVC 2017.

2020-10-24 Thread Pavel Sanda
commit 8af747c9d9f4d5f496313256e044e8a5b99147f4 Author: Pavel Sanda Date: Sat Oct 24 12:06:17 2020 +0200 Revert da8b5de97 because of MSVC 2017. In GCC `min` is defined via including . --- src/DocIterator.h |1 + src/Paragraph.cpp |1 -