From e5ba73589b55e81ca9ade60b6c00e88bb0165127 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Tue, 17 Dec 2019 14:18:24 +0100 Subject: [PATCH] Cleaned up merge of LockOnScreenSleep feature. Updated fonts --- .../AutotypeDoctorReportViewController.xib | 24 +++++++------- MacPass/Base.lproj/GeneralPreferences.xib | 33 +++++++++---------- MacPass/Base.lproj/ReferenceBuilderView.xib | 26 +++++++-------- MacPass/Base.lproj/UpdatePreferences.xib | 8 ++--- MacPass/Base.lproj/WorkflowPreferences.xib | 28 ++++++++-------- MacPass/MPGeneralPreferencesController.h | 2 +- 6 files changed, 60 insertions(+), 61 deletions(-) diff --git a/MacPass/Base.lproj/AutotypeDoctorReportViewController.xib b/MacPass/Base.lproj/AutotypeDoctorReportViewController.xib index 2d7e4ccc..3d8a6e65 100644 --- a/MacPass/Base.lproj/AutotypeDoctorReportViewController.xib +++ b/MacPass/Base.lproj/AutotypeDoctorReportViewController.xib @@ -1,8 +1,8 @@ - + - + @@ -27,7 +27,7 @@ - + @@ -35,7 +35,7 @@ - + MacPass will send key press events to the system when Autotype or Global Autotype is executed. Since macOS 10.14 Mojave this is only possible, if Accessibility permissions are granted to the application. @@ -44,7 +44,7 @@ - + - + MacPass will read every window title when Global Autotype is executed to find a match. Since macOS 10.15 Catalina it is not possible to read any window title, if the user has not granted permissions to record the screen. If you are running macOS 10.15 or higher, MacPass will check if it can read every window title of currently visible windows. This test will not read the actual title. The titles aren't stored or processed in any way. @@ -67,7 +67,7 @@ - + @@ -75,10 +75,10 @@ - + - + To request Screen Recording permissions, MacPass will try to capture a 1 by 1 Pixel sized screenshot of the top left part of your screen. The data is not stored nor processed in any way. @@ -97,7 +97,7 @@ - + @@ -114,7 +114,7 @@ - + Enabling this compromises security. If enabled, your preferences will contain mappings from database to keyfile. Key locations for databases without a password will not be saved. @@ -147,7 +147,7 @@ - + Disabling this compromises security. If enabled, anything copied to the Clipboard in MacPass will be available on your connected iOS devices. You should clear the clipboard on those devices manually. @@ -169,7 +169,6 @@ - @@ -209,35 +208,35 @@ - + - + - + - + - + @@ -245,7 +244,7 @@ - + @@ -285,7 +284,7 @@ - + diff --git a/MacPass/Base.lproj/ReferenceBuilderView.xib b/MacPass/Base.lproj/ReferenceBuilderView.xib index 4adb2a9c..d284d117 100644 --- a/MacPass/Base.lproj/ReferenceBuilderView.xib +++ b/MacPass/Base.lproj/ReferenceBuilderView.xib @@ -1,8 +1,8 @@ - + - + @@ -18,11 +18,11 @@ - + - + @@ -37,7 +37,7 @@ - + @@ -48,14 +48,14 @@ - + @@ -63,7 +63,7 @@ - + @@ -71,10 +71,10 @@ - + - + @@ -88,7 +88,7 @@ - + @@ -96,7 +96,7 @@ - + @@ -104,7 +104,7 @@ - + diff --git a/MacPass/Base.lproj/UpdatePreferences.xib b/MacPass/Base.lproj/UpdatePreferences.xib index 2fa4ab20..410ca3c6 100644 --- a/MacPass/Base.lproj/UpdatePreferences.xib +++ b/MacPass/Base.lproj/UpdatePreferences.xib @@ -1,8 +1,8 @@ - + - + @@ -32,7 +32,7 @@ - + @@ -46,7 +46,7 @@ - + diff --git a/MacPass/Base.lproj/WorkflowPreferences.xib b/MacPass/Base.lproj/WorkflowPreferences.xib index 66372731..004c137a 100644 --- a/MacPass/Base.lproj/WorkflowPreferences.xib +++ b/MacPass/Base.lproj/WorkflowPreferences.xib @@ -1,8 +1,8 @@ - + - + @@ -19,16 +19,16 @@ - + - + - + - + @@ -36,10 +36,10 @@ - + - + @@ -49,7 +49,7 @@ - + @@ -57,10 +57,10 @@ - + - + @@ -90,10 +90,10 @@ - + - + @@ -104,7 +104,7 @@ - + diff --git a/MacPass/MPGeneralPreferencesController.h b/MacPass/MPGeneralPreferencesController.h index 498f7f4d..d55a6ca8 100644 --- a/MacPass/MPGeneralPreferencesController.h +++ b/MacPass/MPGeneralPreferencesController.h @@ -32,7 +32,7 @@ @property (strong) IBOutlet NSPopUpButton *idleTimeOutPopup; @property (strong) IBOutlet NSButton *lockOnSleepCheckButton; @property (strong) IBOutlet NSButton *lockOnLogoutCheckButton; -@property (weak) IBOutlet NSButton *lockOnScreenSleepCheckButton; +@property (strong) IBOutlet NSButton *lockOnScreenSleepCheckButton; @property (strong) IBOutlet NSButton *reopenLastDatabase; @property (strong) IBOutlet NSButton *enableAutosaveCheckButton; @property (strong) IBOutlet NSButton *rememberKeyFileCheckButton;