keepassxc/src/gui/osutils/macutils
Jonathan White 3ace4c6cf5 Fix issues with Hardware Key auto detection
* Fix #10656 - Add a small delay when before auto-polling hardware keys to all them to settle immediately after plugging in. This resolves an issue where the key's serial number could not be resolved due to hardware timeout.
* Also fix use of uninitialized variable if polling serial number fails for whatever reason.

* Fix typo in macOS key registration code

* Prevent registering duplicate listeners on window focus. These were not de-registered because we didn't trigger on unfocus. Show/Hide are sufficient triggers to add and remove listeners.
2024-05-05 16:33:03 -04:00
..
AppKit.h Prevent screen capture on Windows and macOS 2021-02-05 15:10:54 -05:00
AppKitImpl.h Prevent screen capture on Windows and macOS 2021-02-05 15:10:54 -05:00
AppKitImpl.mm Fix macOS crash on Accent Color change 2024-03-06 07:58:15 -05:00
DeviceListenerMac.cpp Fix issues with Hardware Key auto detection 2024-05-05 16:33:03 -04:00
DeviceListenerMac.h Automatically detect USB device changes 2024-03-08 10:55:22 -05:00
MacUtils.cpp Add menu option to allow screenshots 2023-02-18 14:56:51 -08:00
MacUtils.h Prevent screen capture on Windows and macOS 2021-02-05 15:10:54 -05:00
ScreenLockListenerMac.cpp Moving all OS utils to gui/osutils 2020-10-04 23:44:45 -04:00
ScreenLockListenerMac.h Moving all OS utils to gui/osutils 2020-10-04 23:44:45 -04:00