[LyX/2.4.x] Fix bug #13149

2025-03-25 Thread Richard Kimberly Heck
commit 54850146ea7c179e5a3295ac556a822e3954167a Author: Enrico Forestieri Date: Tue Mar 25 20:06:02 2025 -0400 Fix bug #13149 Local layout files are not included in a LyX archive. --- lib/scripts/lyxpak.py | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-)

[LyX/2.4.x] Status

2025-03-25 Thread Richard Kimberly Heck
commit 6a3344ea2ce3f8f455e48811a035d6703fe063e2 Author: Richard Kimberly Heck Date: Tue Mar 25 20:09:22 2025 -0400 Status --- status.24x | 31 +-- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/status.24x b/status.24x index b32708988f..533393607

[LyX/2.4.x] Fix bug #12420.

2025-03-25 Thread Richard Kimberly Heck
commit 9f3114c950a8fa77487c1b2d36a0cf6dda1b3235 Author: Richard Kimberly Heck Date: Tue Mar 25 20:16:34 2025 -0400 Fix bug #12420. Use Right/Left or Outer/Inner for page margins, as appropriate. Patch from Racoon. --- src/frontends/qt/GuiDocument.cpp | 16 src

[LyX/master] Fix bug #12420.

2025-03-25 Thread Richard Kimberly Heck
commit ad8c4279140e70a5f45aa82b0d8ed86ae56844db Author: Richard Kimberly Heck Date: Tue Mar 25 20:16:34 2025 -0400 Fix bug #12420. Use Right/Left or Outer/Inner for page margins, as appropriate. Patch from Racoon. (cherry picked from commit 9f3114c950a8fa77487c1b2d36a0

[LyX/master] Select branch after renaming it

2025-03-25 Thread Scott Kostyshak
commit 4ff69231df2670c8f880311b1e94d7f394094805 Author: Scott Kostyshak Date: Wed Mar 26 01:19:52 2025 +0100 Select branch after renaming it After renaming it, the best guess is that the user wants to perform another operation on the same item. --- src/frontends/qt/GuiBranches

[LyX/master] Const

2025-03-25 Thread Scott Kostyshak
commit 189144be761df2f59f1282e806120842982b1416 Author: Scott Kostyshak Date: Wed Mar 26 01:34:30 2025 +0100 Const --- src/frontends/qt/GuiBranches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/GuiBranches.cpp b/src/frontends/qt/GuiBranches.cpp in

[LyX/master] Debug msg if adding existing branch in container

2025-03-25 Thread Scott Kostyshak
commit d8d7496e93d9bc3da67d5a4b39097becd5a12390 Author: Scott Kostyshak Date: Mon Mar 24 13:08:44 2025 +0100 Debug msg if adding existing branch in container It is probably better to handle these cases at a higher level, as was just done at 7d1eea03. I will not be surp

[LyX/master] Update recent strings about crossrefs

2025-03-25 Thread jpc
commit 063913e97d0a63ce8e8ad87d85035b353a00db19 Author: jpc Date: Tue Mar 25 18:43:38 2025 +0100 Update recent strings about crossrefs po/fr.gmo | Bin 673813 -> 287595 bytes po/fr.po | 26076 +--- 2 files changed, 1 i

[LyX/master] Revert "Remove handling of dispatched() property in BufferView::dispatch"

2025-03-25 Thread Jean-Marc Lasgouttes
commit d9fbf24158e3f7fd9ed25ae79e8739094d2ccf82 Author: Jean-Marc Lasgouttes Date: Wed Mar 19 18:08:27 2025 +0100 Revert "Remove handling of dispatched() property in BufferView::dispatch" The dispatch status is actually used by LFUN_WORD_FINDADV. A couple of useful code re