[LyX/2.3.x] Correctly initialize font (language) for multiple-cell paste (#11898)

2020-06-29 Thread Juergen Spitzmueller
commit b0c8dc54b477038f10a70fe83d7eedb2379c51a5 Author: Juergen Spitzmueller Date: Mon Jun 29 13:40:27 2020 +0200 Correctly initialize font (language) for multiple-cell paste (#11898) (cherry picked from commit 2cee820f718f8b2db3030dadc670d3855934096f) --- src/CutAndPaste.cpp |

[LyX/2.3.x] Do not paste \t when pasting multiple table columns outside table (#4449)

2020-06-29 Thread Juergen Spitzmueller
commit 41ebc1f9ae9d69b881dffb6fcee77b5041e510e6 Author: Juergen Spitzmueller Date: Mon Jun 29 12:51:15 2020 +0200 Do not paste \t when pasting multiple table columns outside table (#4449) (cherry picked from commit 6dd990560e439dd8a1c07230519033253e1ce77c) --- src/CutAndPaste.cpp

[LyX/master] Fix c&p of tabular data between different LyX instances (#4448)

2020-06-29 Thread Juergen Spitzmueller
commit 3718ff9a1501fbdb19799947b3cfaf5c6568eaff Author: Juergen Spitzmueller Date: Mon Jun 29 18:52:10 2020 +0200 Fix c&p of tabular data between different LyX instances (#4448) --- src/insets/InsetTabular.cpp | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git

[LyX/master] Fix math matrix column insertion on paste

2020-06-29 Thread Juergen Spitzmueller
commit 7869960888963d4459a356c6639b2043448e3a0c Author: Juergen Spitzmueller Date: Mon Jun 29 18:05:46 2020 +0200 Fix math matrix column insertion on paste --- src/mathed/InsetMathGrid.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/mathed/InsetMathGrid.c

[LyX/master] Update cursor idx after grid paste if columns are appended

2020-06-29 Thread Juergen Spitzmueller
commit 5c663849d1c63f9c533510bd2c119bfca7a8f58b Author: Juergen Spitzmueller Date: Mon Jun 29 17:57:18 2020 +0200 Update cursor idx after grid paste if columns are appended --- src/mathed/InsetMathGrid.cpp |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/mathe

[LyX/master] Resize table if needed on multi-cell paste

2020-06-29 Thread Juergen Spitzmueller
commit 7f773cf24ea7909930a95ad1d004239d7d64256d Author: Juergen Spitzmueller Date: Mon Jun 29 17:51:24 2020 +0200 Resize table if needed on multi-cell paste --- src/insets/InsetTabular.cpp | 17 +++-- 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/insets/

[LyX/master] Fix math grid paste when needing more cells

2020-06-29 Thread Juergen Spitzmueller
commit 3b895bb47a69c41581415f262c9d197333941b73 Author: Juergen Spitzmueller Date: Mon Jun 29 16:30:49 2020 +0200 Fix math grid paste when needing more cells --- src/mathed/InsetMathGrid.cpp | 21 + 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/m

[LyX/master] Implement proper pasting from multiple table cells to non-table (#4447)

2020-06-29 Thread Juergen Spitzmueller
commit 5cb89a8f818537cf997625c7c7fd7b5399a677a6 Author: Juergen Spitzmueller Date: Mon Jun 29 15:13:45 2020 +0200 Implement proper pasting from multiple table cells to non-table (#4447) --- src/CutAndPaste.cpp | 46 ++ src/insets/InsetTabul

[LyX/master] Correctly initialize font (language) for multiple-cell paste (#11898)

2020-06-29 Thread Juergen Spitzmueller
commit 2cee820f718f8b2db3030dadc670d3855934096f Author: Juergen Spitzmueller Date: Mon Jun 29 13:40:27 2020 +0200 Correctly initialize font (language) for multiple-cell paste (#11898) --- src/CutAndPaste.cpp |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/C

[LyX/master] Configure script: update names for new DocBook support, which is now always enabled.

2020-06-29 Thread Pavel Sanda
commit c9e0c2e28a59f35a102b4888a28649ad18799b10 Author: Thibaut Cuvelier Date: Fri May 10 00:41:20 2019 +0200 Configure script: update names for new DocBook support, which is now always enabled. --- lib/configure.py | 29 + 1 files changed, 13 insertions(+),

[LyX/master] Do not paste \t when pasting multiple table columns outside table (#4449)

2020-06-29 Thread Juergen Spitzmueller
commit 6dd990560e439dd8a1c07230519033253e1ce77c Author: Juergen Spitzmueller Date: Mon Jun 29 12:51:15 2020 +0200 Do not paste \t when pasting multiple table columns outside table (#4449) --- src/CutAndPaste.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/sr

Re: [LyX/master] Tools(listFontWithLang.pl): Add option to write to a file

2020-06-29 Thread Kornel Benko
Am Mon, 29 Jun 2020 12:10:21 +0200 (CEST) schrieb Kornel Benko : > commit 3a606cae222a13e29bc1eac4cc8fda027a91f2da > Author: Kornel Benko > Date: Mon Jun 29 12:30:56 2020 +0200 > > Tools(listFontWithLang.pl): Add option to write to a file > > The content is meant to be input to ot

[LyX/master] Tools(listFontWithLang.pl): Add option to write to a file

2020-06-29 Thread Kornel Benko
commit 3a606cae222a13e29bc1eac4cc8fda027a91f2da Author: Kornel Benko Date: Mon Jun 29 12:30:56 2020 +0200 Tools(listFontWithLang.pl): Add option to write to a file The content is meant to be input to other commands to display the fonts. --- development/tools/listFontWithLang.p

[LyX/master] Use new parskip in UG

2020-06-29 Thread Juergen Spitzmueller
commit 5f960a1dbbd3ca89573f8b547550792020062c33 Author: Juergen Spitzmueller Date: Mon Jun 29 11:00:31 2020 +0200 Use new parskip in UG --- lib/doc/UserGuide.lyx|7 ++- lib/doc/de/UserGuide.lyx |9 - 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/li

[LyX/master] Fix pasting of math grid with more rows in source than target (#11897)

2020-06-29 Thread Juergen Spitzmueller
commit 16d0785e6707f98289d27b7364d0ecb82de0a697 Author: Juergen Spitzmueller Date: Mon Jun 29 09:48:05 2020 +0200 Fix pasting of math grid with more rows in source than target (#11897) --- src/mathed/InsetMathGrid.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[LyX/master] Honor "provides parskip 1"

2020-06-29 Thread Juergen Spitzmueller
commit 557adebcc1e2726b2ce6788ae577d6d5569bc36a Author: Juergen Spitzmueller Date: Mon Jun 29 09:00:28 2020 +0200 Honor "provides parskip 1" --- src/BufferParams.cpp | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/BufferParams.cpp b/src/Buffer