[LyX/master] dt2dv.c: avoid compiler warnings

2021-03-12 Thread Juergen Spitzmueller
commit 94647a6f20a40b8d3cfdac2d0c937f6e40c02141 Author: Juergen Spitzmueller Date: Fri Mar 12 15:54:30 2021 +0100 dt2dv.c: avoid compiler warnings --- 3rdparty/dtl/dt2dv.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/3rdparty/dtl/dt2dv.c

[LyX/master] Fix copy of multi-cells in table (#12196)

2021-03-12 Thread Juergen Spitzmueller
commit ae892bff98962359e3a29d0d3bc7e69bdc3ea72b Author: Juergen Spitzmueller Date: Fri Mar 12 17:41:43 2021 +0100 Fix copy of multi-cells in table (#12196) --- src/BufferView.cpp |7 +++ src/insets/InsetTabular.cpp |7 +++ 2 files changed, 14 insertions(+), 0

[LyX/master] Fix ct in table cell pasting

2021-03-12 Thread Juergen Spitzmueller
commit b272e4bfb0a42e5fbeac5f5fddb4f545be5e0c57 Author: Juergen Spitzmueller Date: Fri Mar 12 17:42:56 2021 +0100 Fix ct in table cell pasting --- src/insets/InsetTabular.cpp | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/insets/InsetTabular.cpp

[LyX/master] Set zoom value after menu

2021-03-12 Thread Juergen Spitzmueller
commit 71268e859df6c042a4c9a9e4819a132396ea5525 Author: Juergen Spitzmueller Date: Fri Mar 12 16:30:50 2021 +0100 Set zoom value after menu Fixes initial size with styles that show a menu indicator --- src/frontends/qt/GuiView.cpp |2 +- 1 files changed, 1 insertions(+), 1

[LyX/master] Set correct Windows console code page since all LyX output is in UTF-8

2021-03-12 Thread Yuriy Skalko
commit 4ec5d33551847ca3a4c6aa02b6f3a72bff3a18d4 Author: Yuriy Skalko Date: Thu Mar 11 16:19:44 2021 +0200 Set correct Windows console code page since all LyX output is in UTF-8 --- src/main.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main.cpp

[LyX/master] Fixup 86bfa10a: add checks before updating bookmarks

2021-03-12 Thread Jean-Marc Lasgouttes
commit ac8948b8e00c4b517a117cc36b01b696def668c1 Author: Jean-Marc Lasgouttes Date: Fri Mar 12 17:37:31 2021 +0100 Fixup 86bfa10a: add checks before updating bookmarks When doing cut and paste, it can happen that inset_owner_ is null, or that the inset is not related to a

Re: [LyX/master] Yet another deprecation fix (this is the last one I am aware of)

2021-03-12 Thread Richard Kimberly Heck
On 3/12/21 7:57 AM, Jean-Marc Lasgouttes wrote: > Le 12/03/2021 à 12:11, Juergen Spitzmueller a écrit : >> commit 9f92fc92bdd41c367b0975454a01c15403d51a60 >> Author: Juergen Spitzmueller >> Date:   Fri Mar 12 12:14:42 2021 +0100 >> >> Yet another deprecation fix (this is the last one I am

[LyX/master] Address another deprecation warning.

2021-03-12 Thread Juergen Spitzmueller
commit 26459a2cf5c434d8d7c0fa58b05770858776033f Author: Juergen Spitzmueller Date: Fri Mar 12 10:10:33 2021 +0100 Address another deprecation warning. One left to go. --- src/frontends/qt/GuiApplication.cpp |8 +++- src/support/ConsoleApplicationPrivate.h |7

[LyX/master] Fix deprecation warning (from|toTime_t)

2021-03-12 Thread Juergen Spitzmueller
commit 10f4f2113aa7ed45af7b6aca50e76d4bf9772732 Author: Juergen Spitzmueller Date: Fri Mar 12 10:32:03 2021 +0100 Fix deprecation warning (from|toTime_t) --- src/frontends/qt/GuiApplication.cpp |2 +- src/frontends/qt/GuiChanges.cpp |6 ++ src/insets/InsetInfo.cpp

[LyX/master] de.po

2021-03-12 Thread Juergen Spitzmueller
commit 2b374a2163ec93e742f438a3fbc6546e5e77604b Author: Juergen Spitzmueller Date: Fri Mar 12 10:51:10 2021 +0100 de.po po/de.gmo | Bin 618707 -> 619274 bytes po/de.po | 1330 +++-- 2 files changed, 679 insertions(+), 651

[LyX/master] Add forgotten parent

2021-03-12 Thread Juergen Spitzmueller
commit 934c6480c0cdbeb6e3abbef0bba72dd3d191b11d Author: Juergen Spitzmueller Date: Fri Mar 12 10:54:46 2021 +0100 Add forgotten parent --- src/frontends/qt/GuiView.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt/GuiView.cpp

[LyX/master] Yet another deprecation fix (this is the last one I am aware of)

2021-03-12 Thread Juergen Spitzmueller
commit 9f92fc92bdd41c367b0975454a01c15403d51a60 Author: Juergen Spitzmueller Date: Fri Mar 12 12:14:42 2021 +0100 Yet another deprecation fix (this is the last one I am aware of) --- src/support/Systemcall.cpp | 17 + 1 files changed, 17 insertions(+), 0 deletions(-)

Re: [LyX/master] Yet another deprecation fix (this is the last one I am aware of)

2021-03-12 Thread Jean-Marc Lasgouttes
Le 12/03/2021 à 12:11, Juergen Spitzmueller a écrit : commit 9f92fc92bdd41c367b0975454a01c15403d51a60 Author: Juergen Spitzmueller Date: Fri Mar 12 12:14:42 2021 +0100 Yet another deprecation fix (this is the last one I am aware of) It would be nice to backport all these fixes to