From 61310d23005af3d9962435099020202cae4d647a Mon Sep 17 00:00:00 2001 From: michael starke Date: Wed, 26 Feb 2014 23:04:00 +0100 Subject: [PATCH] It's getting there again :) --- HNHUi | 2 +- MacPass.xcodeproj/project.pbxproj | 6 +++ MacPass/ContextBar.xib | 21 ++++++++ MacPass/MPContextBarViewController.h | 18 +++---- MacPass/MPContextBarViewController.m | 79 ++++++++++------------------ MacPass/MPDocument+Search.h | 3 +- MacPass/MPDocument+Search.m | 10 ++-- MacPass/MPDocument.h | 1 + MacPass/MPEntryViewController.h | 4 -- MacPass/MPEntryViewController.m | 16 +++--- 10 files changed, 77 insertions(+), 83 deletions(-) diff --git a/HNHUi b/HNHUi index 16daea5a..b915d2b1 160000 --- a/HNHUi +++ b/HNHUi @@ -1 +1 @@ -Subproject commit 16daea5a12e19d01820fcddd7eda806f940b530c +Subproject commit b915d2b15089d353cfed5cd38ea0f03b1bd24122 diff --git a/MacPass.xcodeproj/project.pbxproj b/MacPass.xcodeproj/project.pbxproj index 2101c822..78c85d63 100644 --- a/MacPass.xcodeproj/project.pbxproj +++ b/MacPass.xcodeproj/project.pbxproj @@ -102,6 +102,7 @@ 4C46E09E17673A0A00DA62E8 /* HNHShadowBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C46E09D17673A0A00DA62E8 /* HNHShadowBox.m */; }; 4C473A7F18AFD6340073FD2E /* KPKTestReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C473A7E18AFD6340073FD2E /* KPKTestReference.m */; }; 4C473A8718AFD85B0073FD2E /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C473A8518AFD7250073FD2E /* XCTest.framework */; }; + 4C48A56218BE932100278A2D /* HNHCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C48A56118BE932100278A2D /* HNHCommon.m */; }; 4C4A100F176286FD00BBF2CA /* MPTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C4A100E176286FD00BBF2CA /* MPTableView.m */; }; 4C4B7EE917A45EC6000234C7 /* MPDatePickingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C4B7EE717A45EC5000234C7 /* MPDatePickingViewController.m */; }; 4C4B7EEA17A45EC6000234C7 /* DatePickingView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4C4B7EE817A45EC5000234C7 /* DatePickingView.xib */; }; @@ -519,6 +520,8 @@ 4C46E09D17673A0A00DA62E8 /* HNHShadowBox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HNHShadowBox.m; sourceTree = ""; }; 4C473A7E18AFD6340073FD2E /* KPKTestReference.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KPKTestReference.m; sourceTree = ""; }; 4C473A8518AFD7250073FD2E /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 4C48A56018BE932100278A2D /* HNHCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HNHCommon.h; sourceTree = ""; }; + 4C48A56118BE932100278A2D /* HNHCommon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HNHCommon.m; sourceTree = ""; }; 4C4A100D176286FD00BBF2CA /* MPTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPTableView.h; sourceTree = ""; }; 4C4A100E176286FD00BBF2CA /* MPTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPTableView.m; sourceTree = ""; }; 4C4B7EE617A45EC5000234C7 /* MPDatePickingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPDatePickingViewController.h; sourceTree = ""; }; @@ -1589,6 +1592,8 @@ 4C2671AC17A7D8FC00F3A645 /* HNHColorWell.m */, 4CFDDDE7185E92A600A9E7F1 /* HNHTextView.h */, 4CFDDDE8185E92A600A9E7F1 /* HNHTextView.m */, + 4C48A56018BE932100278A2D /* HNHCommon.h */, + 4C48A56118BE932100278A2D /* HNHCommon.m */, ); path = HNHUi; sourceTree = ""; @@ -2118,6 +2123,7 @@ 4C888C9316EB6F5E003D34A1 /* MPToolbarItem.m in Sources */, 4C888C9716EB754B003D34A1 /* MPActionHelper.m in Sources */, 4C811C8316ECD06E00C4BAC6 /* MPKeyfilePathControlDelegate.m in Sources */, + 4C48A56218BE932100278A2D /* HNHCommon.m in Sources */, 4CE39ABF16ECE34A000FE29D /* MPIconSelectViewController.m in Sources */, 4CE39AC416ECE4F7000FE29D /* MPPopupImageView.m in Sources */, 4C46B88517063A070046109A /* NSString+MPPasswordCreation.m in Sources */, diff --git a/MacPass/ContextBar.xib b/MacPass/ContextBar.xib index 295e47f2..147f72a9 100644 --- a/MacPass/ContextBar.xib +++ b/MacPass/ContextBar.xib @@ -8,11 +8,17 @@ + + + + + + @@ -48,6 +54,9 @@ + + +