[LyX/master] another typo

2022-07-30 Thread Pavel Sanda
commit 6031666b01c5af77c5c43576292ed1df8a6c827c Author: Pavel Sanda Date: Sun Jul 31 00:26:04 2022 +0200 another typo --- src/LyXAction.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 5c62864..992b47a 100644 ---

[LyX/master] Various python fixes suggested by pyupgrade.

2022-07-30 Thread Pavel Sanda
commit d79637a88e368d8e67e4b38ddcf25a4b7f40176e Author: Pavel Sanda Date: Sun Jul 31 00:36:51 2022 +0200 Various python fixes suggested by pyupgrade. Patch from Jose. https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217770.html --- lib/lyx2lyx/lyx2lyx_tools.py |2

[LyX/master] Enhanced build script to use c++17 with EnableCXXMode for Qt6

2022-07-30 Thread Stephan Witt
commit e873ac3c909535fee90be6e31a255b7468fa5aa7 Author: Stephan Witt Date: Sat Jul 30 15:04:37 2022 +0200 Enhanced build script to use c++17 with EnableCXXMode for Qt6 --- development/LyX-Mac-binary-release.sh |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[LyX/master] Doxy for zoom args in ui-toggle lfun.

2022-07-30 Thread Pavel Sanda
commit 130282a418f932bc679a85a50098fcd62c9184e8 Author: Pavel Sanda Date: Sun Jul 31 00:23:09 2022 +0200 Doxy for zoom args in ui-toggle lfun. --- src/LyXAction.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index

[LyX/master] whitespace

2022-07-30 Thread Pavel Sanda
commit 00bba01de96a9009ba466756b2e29809df26c1bf Author: Pavel Sanda Date: Sun Jul 31 00:24:33 2022 +0200 whitespace --- src/LyXAction.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index b14a0c0..5c62864 100644 ---