diff --git a/HNHUi b/HNHUi index 5246ae73..19bc2cf5 160000 --- a/HNHUi +++ b/HNHUi @@ -1 +1 @@ -Subproject commit 5246ae7342de16a5907838f992f0469cb79d3af3 +Subproject commit 19bc2cf50e6df916b417f0fa1c35d2748cdaad5d diff --git a/MacPass.xcodeproj/project.pbxproj b/MacPass.xcodeproj/project.pbxproj index 60f79a86..e7dafbd5 100644 --- a/MacPass.xcodeproj/project.pbxproj +++ b/MacPass.xcodeproj/project.pbxproj @@ -90,6 +90,7 @@ 4C888C9716EB754B003D34A1 /* MPActionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C888C9616EB754B003D34A1 /* MPActionHelper.m */; }; 4C8FECC816D57E3200BF26CF /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C8FECC716D57E3200BF26CF /* QuartzCore.framework */; }; 4C920E2A16DCDFA00083839B /* MPLoggerProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C920E2916DCDFA00083839B /* MPLoggerProxy.m */; }; + 4C9D6AA917615199001C660C /* HNHRoundedSecureTextFieldCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C9D6AA817615199001C660C /* HNHRoundedSecureTextFieldCell.m */; }; 4CA0B2ED15BCADAC00654E32 /* SettingsWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4CA0B2EC15BCADAC00654E32 /* SettingsWindow.xib */; }; 4CA0B2F015BCADC800654E32 /* GeneralSettings.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4CA0B2EF15BCADC800654E32 /* GeneralSettings.xib */; }; 4CA0B2F915BCAF6700654E32 /* MPGeneralSettingsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA0B2F815BCAF6700654E32 /* MPGeneralSettingsController.m */; }; @@ -282,6 +283,8 @@ 4C8FECC716D57E3200BF26CF /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 4C920E2816DCDFA00083839B /* MPLoggerProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPLoggerProxy.h; sourceTree = ""; }; 4C920E2916DCDFA00083839B /* MPLoggerProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPLoggerProxy.m; sourceTree = ""; }; + 4C9D6AA717615199001C660C /* HNHRoundedSecureTextFieldCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HNHRoundedSecureTextFieldCell.h; sourceTree = ""; }; + 4C9D6AA817615199001C660C /* HNHRoundedSecureTextFieldCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HNHRoundedSecureTextFieldCell.m; sourceTree = ""; }; 4CA0B2EC15BCADAC00654E32 /* SettingsWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SettingsWindow.xib; sourceTree = ""; }; 4CA0B2EF15BCADC800654E32 /* GeneralSettings.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GeneralSettings.xib; sourceTree = ""; }; 4CA0B2F715BCAF6700654E32 /* MPGeneralSettingsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPGeneralSettingsController.h; sourceTree = ""; }; @@ -748,6 +751,8 @@ 4CC3AAB7175F4983003EF01B /* .gitignore */, 4CC3AAB8175F4983003EF01B /* HNHRoundedTextFieldCell.h */, 4CC3AAB9175F4983003EF01B /* HNHRoundedTextFieldCell.m */, + 4C9D6AA717615199001C660C /* HNHRoundedSecureTextFieldCell.h */, + 4C9D6AA817615199001C660C /* HNHRoundedSecureTextFieldCell.m */, 4C3D4C0617594CA40038DAAC /* HNHSeparator.h */, 4C3D4C0717594CA40038DAAC /* HNHSeparator.m */, 4C69A73816D589DF00EC1B1A /* HNHGradientView.h */, @@ -996,6 +1001,7 @@ 4C3D4C0817594CA40038DAAC /* HNHSeparator.m in Sources */, 4C5BF67B175C01F300D53DF7 /* MPUppercaseStringValueTransformer.m in Sources */, 4CC3AABD175F4983003EF01B /* HNHRoundedTextFieldCell.m in Sources */, + 4C9D6AA917615199001C660C /* HNHRoundedSecureTextFieldCell.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/MacPass/InspectorView.xib b/MacPass/InspectorView.xib index 2d5cf7b8..cd6510e1 100644 --- a/MacPass/InspectorView.xib +++ b/MacPass/InspectorView.xib @@ -180,7 +180,7 @@ YES -1804599231 - 272630784 + 272631040 _NS:9 @@ -1540,6 +1540,7 @@ com.apple.InterfaceBuilder.CocoaPlugin HNHRoundedTextFieldCell com.apple.InterfaceBuilder.CocoaPlugin + HNHRoundedSecureTextFieldCell com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -1598,6 +1599,14 @@ ./Classes/HNHRoundedTextFieldCell.h + + HNHSeparator + NSView + + IBProjectSource + ./Classes/HNHSeparator.h + + MPInspectorViewController MPViewController @@ -1674,14 +1683,6 @@ ./Classes/MPPopupImageView.h - - MPTextField - NSTextField - - IBProjectSource - ./Classes/MPTextField.h - - MPViewController NSViewController diff --git a/MacPass/MacPass-Info.plist b/MacPass/MacPass-Info.plist index 3219840e..5e3e5ee9 100644 --- a/MacPass/MacPass-Info.plist +++ b/MacPass/MacPass-Info.plist @@ -48,7 +48,7 @@ CFBundleSignature ???? CFBundleVersion - 867 + 883 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHumanReadableCopyright diff --git a/MacPass/PasswordEditView.xib b/MacPass/PasswordEditView.xib index 548cd957..ee5d1343 100644 --- a/MacPass/PasswordEditView.xib +++ b/MacPass/PasswordEditView.xib @@ -2,9 +2,9 @@ 1080 - 12D78 + 12E55 3084 - 1187.37 + 1187.39 626.00 com.apple.InterfaceBuilder.CocoaPlugin @@ -47,7 +47,7 @@ 268 - {{99, 156}, {164, 17}} + {{99, 157}, {164, 17}} @@ -225,6 +225,7 @@ {{195, 13}, {88, 32}} + _NS:9 {250, 250} YES @@ -245,7 +246,7 @@ NO - {363, 193} + {363, 194} @@ -331,6 +332,22 @@ + + + 10 + 0 + + 10 + 1 + + 0.0 + + 1000 + + 9 + 40 + 2 + 5 @@ -395,22 +412,6 @@ 40 3 - - - 4 - 0 - - 4 - 1 - - 20 - - 1000 - - 8 - 29 - 3 - 5 @@ -801,8 +802,8 @@ - 51 - + 59 + @@ -830,11 +831,11 @@ - + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -861,7 +862,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -878,7 +879,7 @@ - 56 + 59 diff --git a/MacPass/PasswordInputView.xib b/MacPass/PasswordInputView.xib index 7bc03951..9012686e 100644 --- a/MacPass/PasswordInputView.xib +++ b/MacPass/PasswordInputView.xib @@ -2,9 +2,9 @@ 1080 - 12D78 + 12E55 3084 - 1187.37 + 1187.39 626.00 com.apple.InterfaceBuilder.CocoaPlugin @@ -51,6 +51,7 @@ 268 {{96, 175}, {184, 17}} + _NS:1535 YES @@ -99,6 +100,7 @@ {{157, 200}, {48, 48}} + _NS:9 YES @@ -123,6 +125,7 @@ 268 {{127, 50}, {82, 32}} + _NS:9 YES @@ -151,6 +154,7 @@ {{83, 94}, {197, 22}} + _NS:9 YES @@ -175,6 +179,7 @@ 268 {{86, 123}, {191, 22}} + _NS:9 YES @@ -212,6 +217,7 @@ 268 {{17, 126}, {64, 17}} + _NS:1535 YES @@ -232,6 +238,7 @@ 268 {{35, 99}, {46, 17}} + _NS:1535 YES @@ -252,6 +259,7 @@ 268 {{209, 50}, {74, 32}} + _NS:9 {250, 250} YES @@ -274,6 +282,7 @@ {362, 268} + {751, 750} NSView @@ -1087,7 +1096,69 @@ 295 - + + + + MPPasswordInputController + MPViewController + + _decrypt: + id + + + _decrypt: + + _decrypt: + id + + + + NSImageView + NSTextField + NSPathControl + NSSecureTextField + + + + errorImageView + NSImageView + + + errorInfoTextField + NSTextField + + + keyPathControl + NSPathControl + + + passwordTextField + NSSecureTextField + + + + IBProjectSource + ./Classes/MPPasswordInputController.h + + + + MPViewController + NSViewController + + IBProjectSource + ./Classes/MPViewController.h + + + + NSLayoutConstraint + NSObject + + IBProjectSource + ./Classes/NSLayoutConstraint.h + + + + 0 IBCocoaFramework YES