From 2958f5255bd70619d8a6a5bed096a2a2705dc4aa Mon Sep 17 00:00:00 2001 From: michael starke Date: Thu, 25 Aug 2016 18:02:19 +0200 Subject: [PATCH] began work for seamless editing with history support --- MacPass.xcodeproj/project.pbxproj | 4 +- MacPass/Base.lproj/InspectorView.xib | 36 ++++++++++----- MacPass/MPDocument.h | 25 ++++------- MacPass/MPDocument.m | 30 ++++++++++--- MacPass/MPEntryInspectorViewController.h | 3 -- MacPass/MPEntryInspectorViewController.m | 36 ++++----------- MacPass/MPEntryViewController.m | 2 - MacPass/MPGroupInspectorViewController.h | 3 -- MacPass/MPInspectorViewController.h | 9 +++- MacPass/MPInspectorViewController.m | 53 ++++++++++++----------- MacPass/MPPasswordCreatorViewController.h | 12 ++++- MacPass/MPPasswordCreatorViewController.m | 7 ++- MacPass/MPViewController.h | 4 +- MacPass/MPViewController.m | 2 +- 14 files changed, 121 insertions(+), 105 deletions(-) diff --git a/MacPass.xcodeproj/project.pbxproj b/MacPass.xcodeproj/project.pbxproj index b3649612..f29367c7 100644 --- a/MacPass.xcodeproj/project.pbxproj +++ b/MacPass.xcodeproj/project.pbxproj @@ -859,12 +859,12 @@ 4C10412B178CDD44001B5239 /* NSDate+Humanized.m */, 4CC6DB7817D23719002C6091 /* KPKNode+IconImage.h */, 4CC6DB7917D23719002C6091 /* KPKNode+IconImage.m */, + 4C32B0E51A1D4436007E12F1 /* KPKFormat+MPUTIDetection.h */, + 4C32B0E61A1D4436007E12F1 /* KPKFormat+MPUTIDetection.m */, 4CEED1C417D7BD0E007180F1 /* NSError+Messages.h */, 4CEED1C517D7BD0E007180F1 /* NSError+Messages.m */, 4C77C83F18E240E000D1C42B /* DDHotKey+MacPassAdditions.h */, 4C77C84018E240E000D1C42B /* DDHotKey+MacPassAdditions.m */, - 4C32B0E51A1D4436007E12F1 /* KPKFormat+MPUTIDetection.h */, - 4C32B0E61A1D4436007E12F1 /* KPKFormat+MPUTIDetection.m */, 4C5807761C64F67000E7171F /* NSString+MPHash.h */, 4C5807771C64F67000E7171F /* NSString+MPHash.m */, ); diff --git a/MacPass/Base.lproj/InspectorView.xib b/MacPass/Base.lproj/InspectorView.xib index ba64e555..961385e0 100644 --- a/MacPass/Base.lproj/InspectorView.xib +++ b/MacPass/Base.lproj/InspectorView.xib @@ -8,11 +8,12 @@ - + + @@ -26,9 +27,16 @@ - +