Sylvia van Os
Sylvia van Os
These are purely UI changes. We can just fire off multiple *Requests, which will also neatly make use of multithreading.
It should be possible to change the theming without restarting. Research is needed on how to best do this. Info very welcome.
This already works on Linux and macOS, but Windows currently doesn't support the way this is done. Will need fixing at some point. The problem is specifically around https://github.com/Pext/Pext/blob/a1b5a013f5fe8aba3d188bcaccbc7f21ef0aee02/pext/__main__.py#L2636-L2640 and...
Notifications are sent through the logger class by calling showMessage on the system tray: https://github.com/Pext/Pext/blob/7c3815004b1c89d8f49bf1e2ce055a37f75dbbb7/pext/__main__.py#L306-L307 Yet somehow they are never shown on macOS, while they do work on Windows and...
Should probably delete all the old files first.
After installing, it'd be nice if a "Launch Pext" option was available. Should probably be an easy change to .appveyor.yml for those who know basic NSIS.
Probably a Wayland issue. ``` Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pext/__main__.py", line 62, in from pynput import keyboard File "/usr/lib/python3.6/site-packages/pynput/__init__.py", line 40, in from . import keyboard File "/usr/lib/python3.6/site-packages/pynput/keyboard/__init__.py",...
Would be nice to support this: https://developer.apple.com/design/human-interface-guidelines/macos/touch-bar/touch-bar-overview/. Sadly, I have no experience with PyObjC.
Carrying Pext with you everywhere could be nice. This should probably be implemented with a --portable and --no-portable flag, making --portable save everything in a subdirectory of where the Pext...
The hacks done in https://github.com/Pext/Pext/commit/e01bf77009f21d9ec8f6461c4c870432551909a9 improved Qt WebGL streaming to the point it renders at all, but there are still very obvious graphical issues, along with random crashes. To test...