commit f73b86132c02025860e0ccf448aa86f8c363e3a5
Author: Pavel Sanda
Date: Tue Oct 1 20:34:42 2024 +0200
PDF options: reflect in UI mutually exclusive colorlinks and frames.
Backport 601abfe9291.
---
src/frontends/qt/GuiDocument.cpp| 12
src/frontends/qt/GuiDocumen
commit 4af7cb045cefa50463192323b93168a41e61b535
Author: jpc
Date: Tue Oct 1 18:31:54 2024 +0200
Url errors 37 & 38 correction
---
lib/doc/EmbeddedObjects.lyx| 2 +-
lib/doc/de/Additional.lyx | 6 +++---
lib/doc/de/EmbeddedObjects.lyx | 2 +-
lib/doc/es/EmbeddedObjects.ly
commit 54b68469413754a4d1acb11266e9a80f6276d7f8
Author: Jean-Marc Lasgouttes
Date: Tue Oct 1 11:12:14 2024 +0200
Pass parameters as const reference
Spotted by Coverity scan.
---
src/frontends/qt/GuiApplication.cpp | 4 ++--
src/frontends/qt/GuiApplication.h | 4 ++--
2 files cha
commit bc624cc7809cef758939aa7fa01550ccb9d0616a
Author: Jean-Marc Lasgouttes
Date: Tue Oct 1 11:45:36 2024 +0200
Do not pass a vector by value to getArgInset
Instead of passing the vector by value so that stuff can be added to
it in the function, add required elements of argume