[LyX/master] Update fr.po

2022-02-20 Thread jpc
commit 28af3b6cf87ecc1626b57d12b35a49691caaa5dc Author: jpc Date: Sun Feb 20 10:06:50 2022 +0100 Update fr.po --- po/fr.gmo | Bin 627024 -> 627277 bytes po/fr.po | 189 - 2 files changed, 99 insertions(+), 90 dele

[LyX/master] #9287 query Standard User Defaults on mac and adjust cursor flash time accordingly

2022-02-20 Thread Stephan Witt
commit 6b0cd451fb12bb2eda88bd54511011e2184445a8 Author: Stephan Witt Date: Sun Feb 20 13:06:28 2022 +0100 #9287 query Standard User Defaults on mac and adjust cursor flash time accordingly --- src/frontends/qt/GuiApplication.cpp | 14 ++ src/support/AppleSupport.h |

[LyX/2.3.x] Use real path names for buffer lookup by name of temporary external files.

2022-02-20 Thread Stephan Witt
commit c22119eb1cec28e9ef79cfe94267bf5eb22e4afe Author: Stephan Witt Date: Tue Feb 15 22:12:00 2022 +0100 Use real path names for buffer lookup by name of temporary external files. In case of path names for external files containing symbolic links the real path and the logical

[LyX/master] Fix unintialized variables spotted by coverity

2022-02-20 Thread Jean-Marc Lasgouttes
commit e263fe8e03b9b506e8355e5a11cb3ec717c29592 Author: Jean-Marc Lasgouttes Date: Sun Feb 20 17:02:04 2022 +0100 Fix unintialized variables spotted by coverity The InsetWrap case happens in decodeInsetParaps (InsetCommand.cpp), where the default constructor is invoked. In this

[LyX/master] Avoid null pointer dereference

2022-02-20 Thread Jean-Marc Lasgouttes
commit a900667ea1bb516ac562a6c45e4f3a1e4071b01b Author: Jean-Marc Lasgouttes Date: Sun Feb 20 17:09:49 2022 +0100 Avoid null pointer dereference Spotted by coverity. --- src/graphics/GraphicsLoader.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/g

[LyX/master] Avoid null pointer dereference

2022-02-20 Thread Jean-Marc Lasgouttes
commit b365a471124d63017beabeb5c3ae84ce00c7f350 Author: Jean-Marc Lasgouttes Date: Sun Feb 20 17:22:07 2022 +0100 Avoid null pointer dereference Spotted by coverity. In the real world, getInset should never return nullptr when isInset is true. --- src/Paragraph.cpp |4 ++--

[LyX/master] inset-forall: clear selection after each action

2022-02-20 Thread Jean-Marc Lasgouttes
commit 3b28ac46376cfdb10fbc67a45fe1c83d87043d08 Author: Jean-Marc Lasgouttes Date: Sun Feb 20 19:07:58 2022 +0100 inset-forall: clear selection after each action This avoid a crash when doing command-sequence inset-forall Caption char-delete-forward; statistics; undo in

[LyX/master] Combine the separation between different layouts (with same depth)

2022-02-20 Thread Jean-Marc Lasgouttes
commit aad18e969a7fad69a196b8de737d18f33a7ab9b0 Author: Daniel Ramoeller Date: Thu Oct 21 09:29:54 2021 +0200 Combine the separation between different layouts (with same depth) Fix for #12402. --- src/TextMetrics.cpp |5 - 1 files changed, 4 insertions(+), 1 deletions(-)

[LyX/master] Fixup cc426346: rename curs to bvcur

2022-02-20 Thread Jean-Marc Lasgouttes
commit a90a1aed06a149a181cbcc34b589f92f35f6222f Author: Jean-Marc Lasgouttes Date: Sun Feb 20 19:35:37 2022 +0100 Fixup cc426346: rename curs to bvcur The name "curs" was chosen to avoid to hide the existing "cur" local variable. Using "bvcur" makes the name easier to grasp. -

[LyX/master] Do not call recordUndo(), lyx::dispatch handles it.

2022-02-20 Thread Jean-Marc Lasgouttes
commit 48ee2fd07b405fe1417981a202c12d91801e707e Author: Jean-Marc Lasgouttes Date: Sun Feb 20 19:33:22 2022 +0100 Do not call recordUndo(), lyx::dispatch handles it. This avoids extra memory use (and would mark document dirty even if read-only). --- src/BufferView.cpp |1 -

[LyX/master] Make undo action no-ops when the buffer is read-only

2022-02-20 Thread Jean-Marc Lasgouttes
commit bfe98181169d9e697e515da974d9b6a15a06c940 Author: Jean-Marc Lasgouttes Date: Sun Feb 20 19:48:13 2022 +0100 Make undo action no-ops when the buffer is read-only Since the buffer cannot be modified, there is no point to record changes. Avoids marking buffer dirty after run

[LyX/master] DocBook, InsetFloat: avoid a potential nullptr dereference when detecting the type of table for filler content.

2022-02-20 Thread Thibaut Cuvelier
commit cfb6f205fa59a7989958ac2808e5a3c62f1b35bf Author: Thibaut Cuvelier Date: Sun Feb 20 21:30:39 2022 +0100 DocBook, InsetFloat: avoid a potential nullptr dereference when detecting the type of table for filler content. --- src/insets/InsetFloat.cpp | 11 +++ 1 files changed,

[LyX/master] unicodesymbols: amend fec498d6, there was an O (capital letter O) instead of an 0 (zero).

2022-02-20 Thread Thibaut Cuvelier
commit fb70452086747fad09ce6f1e56e9373a330b3373 Author: Thibaut Cuvelier Date: Sun Feb 20 22:28:48 2022 +0100 unicodesymbols: amend fec498d6, there was an O (capital letter O) instead of an 0 (zero). --- lib/unicodesymbols |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff