]> git.lyx.org Git - lyx.git/commitdiff
Final (?) update to the TODO
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 28 Nov 2022 14:16:19 +0000 (15:16 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 28 Nov 2022 14:16:19 +0000 (15:16 +0100)
Reorganize things to do in to point to the macOS and Windows
maintainers. These are things tht need to be done before release.

Update autotest/keytest.py, and ignore the other development/ stuff,
which is is obsolete.

TODO.killqt4
development/autotests/keytest.py

index d1f7a6067c0696e069563fb2486f0848fee343f4..89e027ff76df34f8f005f3475caea11dfbd5bd5a 100644 (file)
@@ -1,7 +1,12 @@
-Things left to do after killing Qt4 (obtained by grepping for Qt4 and 'Qt 4'):
-* update INSTALL.cmake
-* update INSTALL.MacOSX
-* update cmake
-* check whether development/autotests/keytest.py really needs QT4
-  investigate references to Qt4 in keytest
+Killing Qt4
+===========
 
+Things left to do before release, obtained using:
+  git grep -il 'qt *4'
+
+* macOS (Stephan):
+  - update INSTALL.cmake
+  - update INSTALL.MacOSX
+
+* Windows (Eugene?)
+  - update development/cmake/modules/LyXPaths.cmake
index 58acd4085b6d696a2e5b0760d4a01e33b1dd438b..ce3b2456534a7572748eac54b072ef8752efbb8d 100755 (executable)
@@ -611,7 +611,7 @@ if xvkbd_exe is None:
 
 qt_frontend = os.environ.get('QT_FRONTEND')
 if qt_frontend is None:
-    qt_frontend = 'QT4'
+    qt_frontend = 'QT5'
 if qt_frontend == 'QT5':
     # Some tests sometimes failed with value 0.01 on Qt5.8
     controlkey_delay = 0.4