[LyX/master] Allow pasting references to mathed

2021-01-29 Thread Enrico Forestieri
commit 22ee249c3ea6426dbf24956ae36986e3ee6f81c0 Author: Enrico Forestieri Date: Sat Jan 30 01:32:40 2021 +0100 Allow pasting references to mathed A reference can be directly inserted into mathed but cannot be pasted because the pasted material is returned in plain text format.

Re: [LyX/master] Copy/paste error in BranchList::setColors

2021-01-29 Thread Jean-Marc Lasgouttes
Le 29/01/2021 à 19:19, Jean-Marc Lasgouttes a écrit : commit 536c831b6ad726e848a60d738b57ec8b0501 Author: Jean-Marc Lasgouttes Date: Fri Jan 29 18:51:19 2021 +0100 Copy/paste error in BranchList::setColors Jürgen, please double check this. JMarc Spotted by coverity.

[LyX/master] Initialize properly IconInfo struct

2021-01-29 Thread Jean-Marc Lasgouttes
commit b1efc5a48e69c6f65dc01c4d58c97f0719c02483 Author: Jean-Marc Lasgouttes Date: Fri Jan 29 18:57:13 2021 +0100 Initialize properly IconInfo struct Spotted by coverity. --- src/frontends/qt/GuiApplication.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[LyX/master] Copy/paste error in BranchList::setColors

2021-01-29 Thread Jean-Marc Lasgouttes
commit 536c831b6ad726e848a60d738b57ec8b0501 Author: Jean-Marc Lasgouttes Date: Fri Jan 29 18:51:19 2021 +0100 Copy/paste error in BranchList::setColors Spotted by coverity. --- src/BranchList.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] ChangesMonitor: beware of exceptions in destructor

2021-01-29 Thread Jean-Marc Lasgouttes
commit ef091ca0eadf77134afe15c6d0913a22e0d45e6b Author: Jean-Marc Lasgouttes Date: Fri Jan 29 18:45:50 2021 +0100 ChangesMonitor: beware of exceptions in destructor There may be an exception is the paragraph does not have an owner. In this case, there is nothing to do anyway.

[LyX/master] FindAndReplaceOptions: initialize properly matchAtStart

2021-01-29 Thread Jean-Marc Lasgouttes
commit bbae2c8c2af8ab40637e4f69a706a35e14ca Author: Jean-Marc Lasgouttes Date: Fri Jan 29 18:35:38 2021 +0100 FindAndReplaceOptions: initialize properly matchAtStart Spotted by coverity. --- src/lyxfind.h | 26 +- 1 files changed, 13 insertions(+),

[LyX/master] No need to set background color of a newly created branch.

2021-01-29 Thread Jean-Marc Lasgouttes
commit 5145694cd067e221a661e0d6c7dce4ed5ca22e37 Author: Jean-Marc Lasgouttes Date: Fri Jan 29 18:29:55 2021 +0100 No need to set background color of a newly created branch. Fixes a null pointer dereference spotted by coverity. --- src/Buffer.cpp |2 -- 1 files changed, 0

[LyX/master] LengthValidator: initialize properly positive_

2021-01-29 Thread Jean-Marc Lasgouttes
commit dca5646163853d4c202211e6612f6fd8d38db417 Author: Jean-Marc Lasgouttes Date: Fri Jan 29 18:17:16 2021 +0100 LengthValidator: initialize properly positive_ Spotted by coverity. --- src/frontends/qt/Validator.cpp |3 +-- src/frontends/qt/Validator.h | 16

[LyX/master] Initialise correctly branch_list_id_

2021-01-29 Thread Jean-Marc Lasgouttes
commit 90bceb65d30eaa7c240e3f0cd3d6cfcefbf48323 Author: Jean-Marc Lasgouttes Date: Fri Jan 29 18:01:08 2021 +0100 Initialise correctly branch_list_id_ Reported by coverity. --- src/BranchList.cpp |8 src/BranchList.h | 12 ++-- 2 files changed, 6

[LyX/master] Update sk.po

2021-01-29 Thread Kornel Benko
commit 02cf13ec4613587b187e07fd743fb178e9f1fbe3 Author: Kornel Benko Date: Fri Jan 29 16:16:18 2021 +0100 Update sk.po --- po/sk.po |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index b045920..64521ef 100644 --- a/po/sk.po +++

[LyX/master] Cmake key-tests: These are very touchy in respect to timings

2021-01-29 Thread Kornel Benko
commit ac5534827e21ba10680eedaff9b8317f9e98649f Author: Kornel Benko Date: Fri Jan 29 16:11:16 2021 +0100 Cmake key-tests: These are very touchy in respect to timings Cmake key-tests: These are very touchy in respect to timings 1.) Try to use shortcuts instead of direct

[LyX/master] SK-Bindings: remove a binding prohibiting the use as a prefix

2021-01-29 Thread Kornel Benko
commit 9b79c639f70044c39ef21df4c4c0e7dd93b87965 Author: Kornel Benko Date: Fri Jan 29 16:05:07 2021 +0100 SK-Bindings: remove a binding prohibiting the use as a prefix --- lib/bind/sk/menus.bind |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[LyX/master] Cosmetics

2021-01-29 Thread Juergen Spitzmueller
commit fd8b3c148fa768f292af5da9f24edccd5498dc4d Author: Juergen Spitzmueller Date: Fri Jan 29 15:46:46 2021 +0100 Cosmetics --- src/OutputParams.h|2 +- src/insets/InsetTabular.h |2 +- src/insets/InsetText.cpp |2 +- 3 files changed, 3 insertions(+), 3 deletions(-)

[LyX/master] Do not output \maketitle in table cells if the table is in the title

2021-01-29 Thread Juergen Spitzmueller
commit 6d05e7816863c08ce2826b3e3a8170ebd3b9bcd0 Author: Juergen Spitzmueller Date: Fri Jan 29 15:45:54 2021 +0100 Do not output \maketitle in table cells if the table is in the title --- src/insets/InsetTabular.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[LyX/master] Fixup f3a0e8ff: Reset needUpdate after buffer update

2021-01-29 Thread Jean-Marc Lasgouttes
commit 911b01a3cad5d969297ad52615b24827484c9335 Author: Jean-Marc Lasgouttes Date: Fri Jan 29 14:30:21 2021 +0100 Fixup f3a0e8ff: Reset needUpdate after buffer update --- src/Buffer.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/Buffer.cpp

[LyX/master] Avoid deprecation warnings

2021-01-29 Thread Enrico Forestieri
commit 070270fdc719edcd0ae49a182acf58583038a765 Author: Enrico Forestieri Date: Fri Jan 29 13:12:29 2021 +0100 Avoid deprecation warnings In Qt 5.15 many deprecation warnings are issued, presumably for helping the port to Qt 6. They are really a load but can be shuten up

[LyX/master] Update it.po

2021-01-29 Thread Enrico Forestieri
commit 11c1a327339eca28d0885de862d6dcb9cfd27dce Author: Enrico Forestieri Date: Fri Jan 29 12:29:36 2021 +0100 Update it.po po/it.gmo | Bin 600247 -> 600672 bytes po/it.po | 1155 2 files changed, 539 insertions(+), 616

[LyX/master] Set proper multirow size in X table columns

2021-01-29 Thread Juergen Spitzmueller
commit 52196d6c48d6c7d33179d97f2b8702ad02534adf Author: Juergen Spitzmueller Date: Fri Jan 29 10:15:36 2021 +0100 Set proper multirow size in X table columns --- src/insets/InsetTabular.cpp | 11 --- src/tex2lyx/table.cpp |2 +- 2 files changed, 9 insertions(+), 4