[LyX/master] Show suggestions containing the input in the command buffer

2022-11-04 Thread Jean-Marc Lasgouttes
commit 89394bcd0f3b5079a066d8c3f6f7a5e606073db3 Author: Daniel Ramoeller Date: Sat Aug 6 07:13:51 2022 +0200 Show suggestions containing the input in the command buffer Previously, only the suggestions starting with the current input were shown. Contains the following

[LyX/master] When Inset::dispatch is called from TOC, process screen flags

2022-11-04 Thread Jean-Marc Lasgouttes
commit d2f05b9e6f40b192bd497b0b2138a3a626e18033 Author: Jean-Marc Lasgouttes Date: Fri Nov 4 21:46:32 2022 +0100 When Inset::dispatch is called from TOC, process screen flags This is needed because we are not using the complete dispatch machinery here. Part of bug

[LyX/master] New lfun to copy index insets from ToC

2022-11-04 Thread Jean-Marc Lasgouttes
commit fad170be1a6913403f200815be112a38ea9b857f Author: Jean-Marc Lasgouttes Date: Fri Nov 4 21:52:46 2022 +0100 New lfun to copy index insets from ToC The new function inset-insert-copy can only be invoked from the ToC. It is currently only implemented for Index inset.

[LyX/master] Introduce new function copyInsetToTemp

2022-11-04 Thread Jean-Marc Lasgouttes
commit 0b27eb7deba6fd255fa284b1c691bb5a2998fc6d Author: Jean-Marc Lasgouttes Date: Fri Nov 4 21:44:24 2022 +0100 Introduce new function copyInsetToTemp This is a version of copyInset that does touch the cut stack and the X selection. Part of bug #4582. ---

[LyX/master] Fix another use of unqualified std::move

2022-11-04 Thread Jean-Marc Lasgouttes
commit 2c53f0315ec2769fbd28df0c1b40bd890e218975 Author: Jean-Marc Lasgouttes Date: Fri Nov 4 21:36:43 2022 +0100 Fix another use of unqualified std::move --- src/Buffer.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index

[LyX/master] Update fr.po

2022-11-04 Thread jpc
commit 9dc6f09c6584f765576dfed9758889ecbb286937 Author: jpc Date: Fri Nov 4 18:05:43 2022 +0100 Update fr.po --- po/fr.gmo | Bin 634845 -> 635432 bytes po/fr.po | 140 +--- 2 files changed, 86 insertions(+), 54

[LyX/master] Amend 9be6a425, Workaround for advanced search in 'uncover'-inset.

2022-11-04 Thread Kornel Benko
commit 2333af615d42d2fe00d12d10f15198ae7199b191 Author: Kornel Benko Date: Fri Nov 4 15:34:49 2022 +0100 Amend 9be6a425, Workaround for advanced search in 'uncover'-inset. Use getInset(i)->toString() instead of getInset(i)->plaintext() if searching, so that we get the option

[LyX/master] Update sk.po

2022-11-04 Thread Kornel Benko
commit 3b3f43cf35b7a8e752300612d07a9e1a9b71ccb4 Author: Kornel Benko Date: Fri Nov 4 12:47:35 2022 +0100 Update sk.po --- po/sk.po | 36 ++-- 1 files changed, 34 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index 3f40ee3..0b70012 100644

[LyX/master] de.po

2022-11-04 Thread Juergen Spitzmueller
commit 1b910e3fd909f366af90d6f5f00f30fd8286fabe Author: Juergen Spitzmueller Date: Fri Nov 4 11:37:38 2022 +0100 de.po --- po/de.gmo | Bin 631817 -> 632415 bytes po/de.po | 143 2 files changed, 86 insertions(+), 57

[LyX/master] Add some options to index context menu

2022-11-04 Thread Juergen Spitzmueller
commit 68e268e117564db25993ca0476b626feef25a81c Author: Juergen Spitzmueller Date: Fri Nov 4 11:29:56 2022 +0100 Add some options to index context menu --- lib/ui/stdcontext.inc | 10 ++ src/insets/InsetIndex.cpp | 32 2 files changed, 42

[LyX/master] Adapt French docs to new index features

2022-11-04 Thread Juergen Spitzmueller
commit 4299d842e871a8d3b93a10efbc1f18e7cc17ccdb Author: Juergen Spitzmueller Date: Fri Nov 4 09:03:55 2022 +0100 Adapt French docs to new index features lib/doc/fr/EmbeddedObjects.lyx | 2609 ++--- lib/doc/fr/Math.lyx| 5049

[LyX/master] Do not \protect stuff in index when we postpone the index

2022-11-04 Thread Juergen Spitzmueller
commit 55870df5c7765fe3dc03f58a8c996fc97829a1d4 Author: Juergen Spitzmueller Date: Fri Nov 4 08:32:34 2022 +0100 Do not \protect stuff in index when we postpone the index \protect us not needed here and affects sorting --- src/insets/InsetIndex.cpp |3 +++ 1 files changed, 3

[LyX/master] Fix page range without page format

2022-11-04 Thread Juergen Spitzmueller
commit d41e0c9231f6ef98e2308f6a267b6fb4e50c6fb3 Author: Juergen Spitzmueller Date: Fri Nov 4 07:57:56 2022 +0100 Fix page range without page format --- src/insets/InsetIndex.cpp |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/insets/InsetIndex.cpp