Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop plyer log handler #1508

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci/skiplist_os_linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.github/workflows/ci/skiplist_os_macOS.txt
osx/*
plover/oslayer/log_osx.py
plover/oslayer/log_plyer.py
plover/oslayer/osxkeyboardcontrol.py
plover/oslayer/osxkeyboardlayout.py
plover/oslayer/winkeyboardcontrol.py
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci/skiplist_os_macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.github/workflows/ci/skiplist_os_Windows.txt
linux/*
plover/oslayer/log_dbus.py
plover/oslayer/log_plyer.py
plover/oslayer/winkeyboardcontrol.py
plover/oslayer/winkeyboardlayout.py
plover/oslayer/xkeyboardcontrol.py
Expand Down
1 change: 1 addition & 0 deletions news.d/bugfix/1508.windows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix notifications behavior: no persistent duplicated icons (one for each notification).
3 changes: 0 additions & 3 deletions plover/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ def setup_platform_handler(self):
elif PLATFORM == 'mac':
from plover.oslayer.log_osx import OSXNotificationHandler
handler_class = OSXNotificationHandler
elif PLATFORM == 'win':
from plover.oslayer.log_plyer import PlyerNotificationHandler
handler_class = PlyerNotificationHandler
except Exception:
self.info('could not import platform gui log', exc_info=True)
if handler_class is None:
Expand Down
43 changes: 0 additions & 43 deletions plover/oslayer/log_plyer.py

This file was deleted.

1 change: 0 additions & 1 deletion reqs/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ plover-plugins-manager==0.7.0
plover-stroke==1.0.1
plover-treal==1.0.1
pluggy==1.0.0
plyer==2.0.0
py==1.10.0
pycparser==2.20
Pygments==2.10.0
Expand Down
1 change: 0 additions & 1 deletion reqs/dist_extra_log.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dbus-python>=1.2.4; "linux" in sys_platform
plyer>=1.3.1; "win32" in sys_platform

# vim: ft=cfg commentstring=#\ %s list