[LyX/master] Add new placeholder $${python} to configure

2022-01-03 Thread José Matos
commit 109ea2be4a21ca93d22ab25703b3352a50fbbe3b Author: José Matos Date: Tue Jan 4 00:21:34 2022 + Add new placeholder $${python} to configure This ensures that we use a consistent Python interpreter in LyX. $${python} is replaced by the Python version found.

[LyX/master] Change LFUN arg from "zoom" to "zoomlevel"

2022-01-03 Thread Scott Kostyshak
commit 13a7269b9dc9b00f2edf65de38483b99d8fb1dfe Author: Scott Kostyshak Date: Mon Jan 3 15:53:56 2022 -0500 Change LFUN arg from "zoom" to "zoomlevel" This change is just to be more specific, to help when grepping and reading. The idea is from Daniel

r41280 - www-user/trunk/farm/cookbook/LyX

2022-01-03 Thread sanda
Author: sanda Date: Mon Jan 3 20:44:50 2022 New Revision: 41280 URL: http://www.lyx.org/trac/changeset/41280 Log: * repology deprecated debian testing Modified: www-user/trunk/farm/cookbook/LyX/oswatersched_LyX.php Modified: www-user/trunk/farm/cookbook/LyX/oswatersched_LyX.php

[LyX/master] Make layout2layout compatible with Python 2 and 3

2022-01-03 Thread José Matos
commit 940d3ceeb9e6d8ce216afedf18c898ec075cc27d Author: José Matos Date: Mon Jan 3 19:59:42 2022 + Make layout2layout compatible with Python 2 and 3 --- lib/scripts/layout2layout.py | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git

[LyX/master] Remove temporary code comment.

2022-01-03 Thread Stephan Witt
commit 11d42ac3dff569f4e1a6bb606dcb99d0ba7adc7b Author: Stephan Witt Date: Mon Jan 3 10:44:02 2022 +0100 Remove temporary code comment. --- src/frontends/qt/GuiView.cpp |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt/GuiView.cpp