[LyX/2.4.1-devel] Wininstaller Qt6.7 changed file name

2024-06-02 Thread Eugene Chornyi
commit 6637fa0d329d23927b17af730bb4020f8ff9bc57 Author: Eugene Chornyi Date: Sun May 26 09:35:10 2024 +0200 Wininstaller Qt6.7 changed file name (cherry picked from commit a6d0d7ea92b686fc102b05970830ee11fc51e47b) --- development/Win32/packaging/installer/src/main.nsh | 3 ++- 1

[LyX/2.4.x] Wininstaller Qt6.7 changed file name

2024-05-26 Thread Eugene Chornyi
commit 6637fa0d329d23927b17af730bb4020f8ff9bc57 Author: Eugene Chornyi Date: Sun May 26 09:35:10 2024 +0200 Wininstaller Qt6.7 changed file name (cherry picked from commit a6d0d7ea92b686fc102b05970830ee11fc51e47b) --- development/Win32/packaging/installer/src/main.nsh | 3 ++- 1

[LyX/master] Wininstaller Qt6.7 changed file name

2024-05-26 Thread Eugene Chornyi
commit a6d0d7ea92b686fc102b05970830ee11fc51e47b Author: Eugene Chornyi Date: Sun May 26 09:35:10 2024 +0200 Wininstaller Qt6.7 changed file name --- development/Win32/packaging/installer/src/main.nsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/development/Win32

[LyX/2.3.x] fix unary_function compile error on Windows

2024-05-01 Thread Eugene Chornyi
commit 378db92cd3c1bbe9a459e9fdea558bc26838fbd9 Author: Eugene Chornyi Date: Wed May 1 21:21:21 2024 +0200 fix unary_function compile error on Windows --- src/Format.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Format.cpp b/src/Format.cpp index 3da2120278..ad320e1d52 100644

[LyX/master] Implement ui style selection dialog 12832 attempt 2

2023-10-14 Thread Eugene Chornyi
commit d2132751a75a208c53d5f26b575aa3b74f86ea7e Author: Eugene Chornyi Date: Sun Oct 15 08:46:12 2023 +0200 Implement ui style selection dialog 12832 attempt 2 --- lib/RELEASE-NOTES |3 ++ lib/configure.py|2 +- lib/doc/UserGuide.lyx

[LyX/master] Revert 072ba7bd and f1deb1c6

2023-10-11 Thread Eugene Chornyi
commit a99a16ae5893cfe8f64612e43f65fbe3bb1ed032 Author: Eugene Chornyi Date: Wed Oct 11 23:20:37 2023 +0200 Revert 072ba7bd and f1deb1c6 --- lib/RELEASE-NOTES |4 -- lib/configure.py|2 +- lib/doc/UserGuide.lyx | 30

[LyX/master] amend 072ba7bd

2023-10-11 Thread Eugene Chornyi
commit f1deb1c658c121e21d484130dbd1ba4e6feaa9f4 Author: Eugene Chornyi Date: Wed Oct 11 22:03:29 2023 +0200 amend 072ba7bd --- lib/configure.py |2 +- lib/doc/UserGuide.lyx| 30 +- lib/scripts/prefs2prefs_prefs.py |7

[LyX/master] Implement ui style selection dialog 12832

2023-10-11 Thread Eugene Chornyi
commit 072ba7bd2e1ac7514117fafee3143b0bfb8796eb Author: Eugene Chornyi Date: Wed Oct 11 20:06:52 2023 +0200 Implement ui style selection dialog 12832 --- lib/RELEASE-NOTES |4 ++ src/LyX.cpp | 10 -- src/LyXRC.cpp

[LyX/master] Improve Windows installer message

2023-08-05 Thread Eugene Chornyi
commit fef3a13f6330650dcb7db131c3ca148ff978c269 Author: Eugene Chornyi Date: Sat Aug 5 14:59:49 2023 +0200 Improve Windows installer message #12635 --- .../Win32/packaging/installer/src/lang/basque.nsh |2 +- .../Win32/packaging/installer/src/lang/catalan.nsh |2

[LyX/master] update gitignore for Visual Studio and VS Code

2023-03-19 Thread Eugene Chornyi
commit 28647dcebe170d0cd5eddfe76393e70602e64496 Author: Eugene Chornyi Date: Sun Mar 19 15:24:13 2023 +0100 update gitignore for Visual Studio and VS Code --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 12cad88..5b86db5

[LyX/master] winbuild include python3

2023-03-18 Thread Eugene Chornyi
commit 1d0ab7a2748d422f97efc96d98a3eba779cdb9e8 Author: Eugene Chornyi Date: Sat Mar 18 12:10:44 2023 +0100 winbuild include python3 --- development/Win32/packaging/installer/Readme.txt | 18 +- development/Win32/packaging/installer/src/main.nsh |2 +- 2 files

[LyX/master] fix issue with zlib linkage error when using Qt6

2022-12-16 Thread Eugene Chornyi
commit 26a3a085114502c1d198898797f1e6ab20e46bb9 Author: Eugene Chornyi Date: Fri Dec 16 21:16:05 2022 +0100 fix issue with zlib linkage error when using Qt6 Remove QtZlib include folder from targets --- CMakeLists.txt |1 + 1 files changed, 1 insertions(+), 0 deletions

[LyX/master] wininstaller add 2 more dll files to the package

2022-12-15 Thread Eugene Chornyi
commit afa75a0738e91d9957f1fa54faac8b608a0cd63a Author: Eugene Chornyi Date: Fri Dec 16 07:25:53 2022 +0100 wininstaller add 2 more dll files to the package --- development/Win32/packaging/installer/src/main.nsh |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a

[LyX/master] prevent Qt6 from defining UNICODE (Qt6.1.1 and upwards)

2021-06-19 Thread Eugene Chornyi
commit e9d5fc01907a3f621b8951fe40e350f7ea1b6472 Author: Eugene Chornyi Date: Sat Jun 19 10:48:49 2021 +0200 prevent Qt6 from defining UNICODE (Qt6.1.1 and upwards) --- src/CMakeLists.txt |1 + src/frontends/CMakeLists.txt|2 +- src/frontends/qt/CMakeLists.txt

[LyX/master] Use specialized WINAPI functions for specialized arguments

2021-06-19 Thread Eugene Chornyi
commit b9334a046c671c8977cd5b3fe50048bb4a6a31e9 Author: Eugene Chornyi Date: Sat Jun 19 10:48:15 2021 +0200 Use specialized WINAPI functions for specialized arguments --- src/Server.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Server.cpp b/src

[LyX/master] Update Windows compile instructions (add Qt6 specific info)

2021-05-27 Thread Eugene Chornyi
commit f101ade2e3ddf7d008a0ad5d64970f7f73b64b88 Author: Eugene Chornyi Date: Thu May 27 18:59:13 2021 +0200 Update Windows compile instructions (add Qt6 specific info) --- INSTALL.Win32|9 +++-- development/Win32/packaging/installer/Readme.txt

[LyX/master] Enable Qt6 for Wininstaller

2021-05-27 Thread Eugene Chornyi
commit 764d59d88255dfe202f9f3a6996bbda8f20778c2 Author: Eugene Chornyi Date: Thu May 27 18:51:30 2021 +0200 Enable Qt6 for Wininstaller --- .../Win32/packaging/installer/lyx_standard.nsi |2 + development/Win32/packaging/installer/src/main.nsh | 33 2 files

[LyX/master] Amend 635a7d77: define /Zc flag also with QT6

2021-05-24 Thread Eugene Chornyi
commit 0cbc55805b979ae11c4a8d6454599fca8e75420c Author: Eugene Chornyi Date: Mon May 24 20:32:26 2021 +0200 Amend 635a7d77: define /Zc flag also with QT6 --- CMakeLists.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index

[LyX/master] Make all a synonym of any in cmd debug mode

2021-03-21 Thread Eugene Chornyi
commit 4421b721e42227aa337c12d401025e5061341d5c Author: Eugene Chornyi Date: Sun Mar 21 09:59:23 2021 +0100 Make all a synonym of any in cmd debug mode --- src/support/debug.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/support/debug.cpp b/src/support

[LyX/master] Fix bug 11998

2021-03-08 Thread Eugene Chornyi
commit 167dfbc92c3543bb3833222e67f7b55c9a93a5e3 Author: Eugene Chornyi Date: Mon Mar 8 19:35:18 2021 +0100 Fix bug 11998 If started from console, the console is the parent process, which can be attached. If started not from console, parent process does not exist and the block is

[LyX/master] Wininstaller: remove (old) installer, installer2 becomes (new) installer

2021-01-12 Thread Eugene Chornyi
commit 475b71094fecda67c2c64b380b1beac6bac25441 Author: Eugene Chornyi Date: Tue Jan 12 17:33:44 2021 +0100 Wininstaller: remove (old) installer, installer2 becomes (new) installer .../Win32/packaging/information/ISO_3166.html | 260 .../Win32/packaging/information

[LyX/2.3.x] Fix bug 9961

2021-01-04 Thread Eugene Chornyi
commit daa32db3bc34fb607bd139b8113a1fbe08d05f48 Author: Eugene Chornyi Date: Sun Jan 3 20:11:49 2021 +0100 Fix bug 9961 remove the error message for not finding a pdf viewer (apparently empty string is returned by FindExecutable if the executable is a Windows Store app). If

[LyX/master] Fix bug 9961

2021-01-03 Thread Eugene Chornyi
commit aaca6b24f1678684620581d87bde3ebdf1921e79 Author: Eugene Chornyi Date: Sun Jan 3 20:11:49 2021 +0100 Fix bug 9961 remove the error message for not finding a pdf viewer (apparently empty string is returned by FindExecutable if the executable is a Windows Store app). If

[LyX/master] Wininstaller2: improved check if over installing

2020-12-12 Thread Eugene Chornyi
commit a2e4ce1803a814d934cda69c045c9e4bb80a4426 Author: Eugene Chornyi Date: Sat Dec 12 10:04:17 2020 +0100 Wininstaller2: improved check if over installing --- .../Win32/packaging/installer2/src/main.nsh| 12 1 files changed, 12 insertions(+), 0 deletions(-) diff

[LyX/master] Wininstaller2: minor bugfix

2020-12-12 Thread Eugene Chornyi
commit 17c1442429ce92ef67cf2a965dc6db363e1ca69e Author: Eugene Chornyi Date: Sat Dec 12 09:37:28 2020 +0100 Wininstaller2: minor bugfix --- .../Win32/packaging/installer2/src/main.nsh|6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/development/Win32

[LyX/master] Wininstaller2: silently uninstall old LyX if not the same minor version

2020-12-11 Thread Eugene Chornyi
commit bd8a9d3ce339ac81c3f064398bcf3060828ba146 Author: Eugene Chornyi Date: Fri Dec 11 22:15:02 2020 +0100 Wininstaller2: silently uninstall old LyX if not the same minor version --- .../Win32/packaging/installer2/src/main.nsh| 11 +++ 1 files changed, 11 insertions

[LyX/master] Wininstaller2: copy user preferences from previous minor release

2020-12-05 Thread Eugene Chornyi
commit 36c64ab02d4647bc55030771fb3fb466b3a8c9a1 Author: Eugene Chornyi Date: Sat Dec 5 11:38:58 2020 +0100 Wininstaller2: copy user preferences from previous minor release --- .../Win32/packaging/installer2/src/main.nsh| 15 ++- 1 files changed, 14 insertions(+), 1

[LyX/master] Wininstaller2: small cosmetic bugfix

2020-11-29 Thread Eugene Chornyi
commit baf792f1b0f1db08512fa7eb05c1665281095540 Author: Eugene Chornyi Date: Mon Nov 30 07:02:46 2020 +0100 Wininstaller2: small cosmetic bugfix --- .../Win32/packaging/installer2/src/main.nsh| 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) diff --git

[LyX/master] Wininstaller2: amend 9521834e

2020-11-28 Thread Eugene Chornyi
commit 2adb5ebbef048135336887adc6ed705214b1485c Author: Eugene Chornyi Date: Sat Nov 28 10:37:29 2020 +0100 Wininstaller2: amend 9521834e --- .../packaging/installer2/src/dictionaries.nsh |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/Win32

[LyX/master] Wininstaller2: auto select downloading dictionary of the same language as the UI of users Windows include Russian and Portuguese languages by default

2020-11-25 Thread Eugene Chornyi
commit 9521834e3a3cbe1c1af8d56c260649d4940382b6 Author: Eugene Chornyi Date: Wed Nov 25 22:00:34 2020 +0100 Wininstaller2: auto select downloading dictionary of the same language as the UI of users Windows include Russian and Portuguese languages by default --- .../packaging

[LyX/master] CMake fix but where Perl not found on Windows

2020-11-18 Thread Eugene Chornyi
commit 77f4d162a0f64011453fd6fd58f66e4947cf9739 Author: Eugene Chornyi Date: Wed Nov 18 19:17:44 2020 +0100 CMake fix but where Perl not found on Windows --- CMakeLists.txt |9 - development/cmake/modules/LyXPaths.cmake |5 ++--- 2 files changed

[LyX/master] Wininstaller2: Imagemagick should be able to find ghostscript binaries

2020-10-31 Thread Eugene Chornyi
commit f0fdf5ebb369341ec6343c7c0f358529e0d11861 Author: Eugene Chornyi Date: Sat Oct 31 11:14:53 2020 +0100 Wininstaller2: Imagemagick should be able to find ghostscript binaries --- .../Win32/packaging/installer2/src/main.nsh|2 +- 1 files changed, 1 insertions(+), 1

[LyX/2.3.x] Workaround Qtbug where QAbstractScrollArea::mouseMoveEvent(...) is called falsely when quickly double tapping on a touchpad of a notebook running Windows (only for specific Qt Versions)

2020-09-10 Thread Eugene Chornyi
commit 0638574dc9a3e672874dbd0fe6ba6176cae4b194 Author: Eugene Chornyi Date: Thu Jul 9 09:36:12 2020 +0200 Workaround Qtbug where QAbstractScrollArea::mouseMoveEvent(...) is called falsely when quickly double tapping on a touchpad of a notebook running Windows (only for specific Qt

[LyX/master] Workaround Qtbug regarding the QAbstractScrollArea::mouseMoveEvent(...) (06969f9d) is only needed until Qt 5.15.1 as it was fixed there.

2020-09-10 Thread Eugene Chornyi
commit 46da0d9d4d704ba0ad238be6bc78804600016203 Author: Eugene Chornyi Date: Thu Sep 10 20:40:48 2020 +0200 Workaround Qtbug regarding the QAbstractScrollArea::mouseMoveEvent(...) (06969f9d) is only needed until Qt 5.15.1 as it was fixed there. --- src/frontends/qt/GuiWorkArea.cpp |7

[LyX/master] Fix warnings in DTL targets on Windows (use STDC)

2020-09-07 Thread Eugene Chornyi
commit 6fac3144d585ad8bfa34c214e3a6db855ec99f68 Author: Eugene Chornyi Date: Mon Sep 7 21:27:37 2020 +0200 Fix warnings in DTL targets on Windows (use STDC) --- 3rdparty/dtl/CMakeLists.txt |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/3rdparty/dtl

[LyX/master] update compile instructions for Windows

2020-08-04 Thread Eugene Chornyi
commit e9a1e6bb240cdbadc607796dcde20d4db0254ab1 Author: Eugene Chornyi Date: Tue Aug 4 09:07:40 2020 +0200 update compile instructions for Windows --- INSTALL.Win32 | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/INSTALL.Win32 b/INSTALL.Win32 index

[LyX/master] Wininstaller2, code readability

2020-07-17 Thread Eugene Chornyi
commit 269f84758058454223f0191dfa00a0e1ed63053f Author: Eugene Chornyi Date: Fri Jul 17 21:18:17 2020 +0200 Wininstaller2, code readability --- .../Win32/packaging/installer2/src/main.nsh| 31 +++- 1 files changed, 17 insertions(+), 14 deletions(-) diff --git a

[LyX/2.3.x] Wininstaller, remove the option to run LyX from the finish page

2020-07-12 Thread Eugene Chornyi
commit 43ccceda395789f7a78ad7da6e6fbbdb14b10186 Author: Eugene Chornyi Date: Sun Jul 12 18:54:56 2020 +0200 Wininstaller, remove the option to run LyX from the finish page --- .../Win32/packaging/installer/include/gui.nsh |8 .../Win32/packaging/installer/setup

[LyX/master] Wininstaller, remove the option to run LyX from the finish page

2020-07-12 Thread Eugene Chornyi
commit 90dccf89e36206183687ae2289450cca8879bb47 Author: Eugene Chornyi Date: Sun Jul 12 18:54:56 2020 +0200 Wininstaller, remove the option to run LyX from the finish page --- .../Win32/packaging/installer/include/gui.nsh |8 .../Win32/packaging/installer/setup

[LyX/master] Wininstaller2, use plugin to start LyX as user after installation as admin

2020-07-11 Thread Eugene Chornyi
commit df2234f18deb4021ecadce24001c4b6b3e6ee374 Author: Eugene Chornyi Date: Sat Jul 11 22:10:48 2020 +0200 Wininstaller2, use plugin to start LyX as user after installation as admin --- development/Win32/packaging/installer/Readme.txt |2 ++ .../Win32/packaging/installer2/src

[LyX/master] Wininstaller2, fix wrong logic

2020-07-11 Thread Eugene Chornyi
commit 16d8141e5e6f804d7589eab992aa82f1e10140a1 Author: Eugene Chornyi Date: Sat Jul 11 20:34:01 2020 +0200 Wininstaller2, fix wrong logic --- .../Win32/packaging/installer2/src/main.nsh|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/Win32

[LyX/master] Workaround Qtbug where QAbstractScrollArea::mouseMoveEvent(...) is called falsely when quickly double tapping on a touchpad of a notebook running Windows

2020-07-09 Thread Eugene Chornyi
commit 06969f9dd4b9409225e0c8b504395fa197b506d1 Author: Eugene Chornyi Date: Thu Jul 9 09:36:12 2020 +0200 Workaround Qtbug where QAbstractScrollArea::mouseMoveEvent(...) is called falsely when quickly double tapping on a touchpad of a notebook running Windows --- src/frontends/qt

[LyX/2.3.x] Amend c93b3a24

2020-07-07 Thread Eugene Chornyi
commit beb69bcf9a09d852a8dbaf0efd52369903818c41 Author: Eugene Chornyi Date: Wed Jul 8 07:58:49 2020 +0200 Amend c93b3a24 --- .../Win32/packaging/installer/setup/configure.nsh |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/development/Win32/packaging

[LyX/master] Amend 32e501a2

2020-07-07 Thread Eugene Chornyi
commit 70776ba66720d69d70818034a42246dbdb1624d0 Author: Eugene Chornyi Date: Wed Jul 8 07:58:49 2020 +0200 Amend 32e501a2 --- .../Win32/packaging/installer/setup/configure.nsh |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/development/Win32/packaging

[LyX/2.3.x] Wininstaller, fix bug where previous installations, with emergency version greater than 1, could not be seen in registry on overinstall

2020-07-07 Thread Eugene Chornyi
commit c93b3a24a03243067a94d2d5875f82bac00a3d8c Author: Eugene Chornyi Date: Tue Jul 7 21:13:34 2020 +0200 Wininstaller, fix bug where previous installations, with emergency version greater than 1, could not be seen in registry on overinstall --- .../Win32/packaging/installer/include

[LyX/master] Wininstaller, fix bug where previous installations, with emergency version greater than 1, could not be seen in registry on overinstall

2020-07-07 Thread Eugene Chornyi
commit 32e501a282a3c9e83181979c32bf9b9cde79e43f Author: Eugene Chornyi Date: Tue Jul 7 21:13:34 2020 +0200 Wininstaller, fix bug where previous installations, with emergency version greater than 1, could not be seen in registry on overinstall --- .../Win32/packaging/installer/include

[LyX/master] Amend e501f2c4 put icons in cmake bin dir so that tex2lyx can also see them

2020-06-21 Thread Eugene Chornyi
commit 4dc33e52f8c5b4a4c31e05da09ccb1dfb627e5cb Author: Eugene Chornyi Date: Sun Jun 21 19:50:21 2020 +0200 Amend e501f2c4 put icons in cmake bin dir so that tex2lyx can also see them --- src/CMakeLists.txt |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a

[LyX/master] Assure that LyX and tex2lyx use src/lyxwinres.rc

2020-06-18 Thread Eugene Chornyi
commit e501f2c473560577ad2510438fa1b4bfb30dd443 Author: Eugene Chornyi Date: Thu Jun 18 14:31:25 2020 +0200 Assure that LyX and tex2lyx use src/lyxwinres.rc --- src/CMakeLists.txt |4 +++- src/tex2lyx/CMakeLists.txt |2 +- 2 files changed, 4 insertions(+), 2 deletions

[LyX/master] Wininstaller, use correct default icon for LyX documents

2020-06-18 Thread Eugene Chornyi
commit dda35d2afd349b488ca1f12ad8d4fb5089e4fb39 Author: Eugene Chornyi Date: Thu Jun 18 14:35:13 2020 +0200 Wininstaller, use correct default icon for LyX documents --- .../Win32/packaging/installer2/src/main.nsh|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[LyX/master] test

2020-06-11 Thread Eugene
commit 7118581a72ba21553a3f6ce45672dfbf80e6733d Author: Eugene Date: Thu Jun 11 21:52:56 2020 +0200 test --- .../Win32/packaging/installer2/src/main.nsh|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/Win32/packaging/installer2/src/main.nsh b