From 06a3b9acd71234131bc54ca471d0594c4877e14c Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 22 Dec 2014 16:56:23 +0100 Subject: [PATCH] Started reworking autotype inputs to better differentiate between default and non default sequences --- MacPass/Base.lproj/EntryInspectorView.xib | 40 +++++++++++++++++++---- MacPass/MPEntryInspectorViewController.h | 2 ++ 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/MacPass/Base.lproj/EntryInspectorView.xib b/MacPass/Base.lproj/EntryInspectorView.xib index 3e19806a..e1679911 100644 --- a/MacPass/Base.lproj/EntryInspectorView.xib +++ b/MacPass/Base.lproj/EntryInspectorView.xib @@ -1,7 +1,6 @@ - @@ -15,6 +14,8 @@ + + @@ -444,6 +445,7 @@ + @@ -677,7 +679,7 @@ - + @@ -711,7 +713,7 @@ - + @@ -853,7 +855,7 @@ - + @@ -863,11 +865,32 @@ + + + @@ -882,19 +905,21 @@ - - + + + - + + @@ -902,6 +927,7 @@ + diff --git a/MacPass/MPEntryInspectorViewController.h b/MacPass/MPEntryInspectorViewController.h index c5747bcb..b5bab8e1 100644 --- a/MacPass/MPEntryInspectorViewController.h +++ b/MacPass/MPEntryInspectorViewController.h @@ -42,11 +42,13 @@ @property (weak) IBOutlet NSButton *enableAutotypeCheckButton; @property (weak) IBOutlet NSButton *obfuscateAutotypeCheckButton; @property (weak) IBOutlet NSTableView *windowAssociationsTableView; +@property (weak) IBOutlet NSButton *enableCustomEntrySequenceButton; @property (weak) IBOutlet NSTextField *customEntrySequenceTextField; @property (weak) IBOutlet NSComboBox *windowTitleComboBox; @property (weak) IBOutlet NSButton *removeAssociationButton; @property (weak) IBOutlet NSButton *addAssociationButton; +@property (weak) IBOutlet NSButton *enableCustomAssociationSequenceButton; @property (weak) IBOutlet NSTextField *associationSequenceTextField;