diff --git a/HNHUi b/HNHUi
index 9546c408..5f12a357 160000
--- a/HNHUi
+++ b/HNHUi
@@ -1 +1 @@
-Subproject commit 9546c4088cb6d86996987e5fae3329111874836f
+Subproject commit 5f12a3570c764b18749ce457e75ed8f99bbc920d
diff --git a/KeePassKit b/KeePassKit
index f1d5b1a7..a5840cde 160000
--- a/KeePassKit
+++ b/KeePassKit
@@ -1 +1 @@
-Subproject commit f1d5b1a7b2fdaa26cd5fa8ace45770f44c910e44
+Subproject commit a5840cdee0c1f5c0591ee466bafee8f191d03801
diff --git a/MacPass/EntryInspectorView.xib b/MacPass/EntryInspectorView.xib
new file mode 100644
index 00000000..55b029db
--- /dev/null
+++ b/MacPass/EntryInspectorView.xib
@@ -0,0 +1,122 @@
+
+
+
+ 1070
+ 12A79
+ 2142
+ 1147
+ 592.00
+
+
+ NSCustomView
+ NSCustomObject
+
+
+ com.apple.InterfaceBuilder.CocoaPlugin
+
+
+
+
+
+
+
+
+
+
+
+
+ MPEntryInspectorViewController
+ NSViewController
+
+ IBProjectSource
+ ./Classes/MPEntryInspectorViewController.h
+
+
+
+
+ 0
+ IBCocoaFramework
+
+ com.apple.InterfaceBuilder.CocoaPlugin.macosx
+
+
+ YES
+ 3
+ YES
+
+
diff --git a/MacPass/GroupInspectorView.xib b/MacPass/GroupInspectorView.xib
new file mode 100644
index 00000000..ec3575c4
--- /dev/null
+++ b/MacPass/GroupInspectorView.xib
@@ -0,0 +1,122 @@
+
+
+
+ 1070
+ 12A79
+ 2142
+ 1147
+ 592.00
+
+ com.apple.InterfaceBuilder.CocoaPlugin
+ 2142
+
+
+ NSCustomView
+ NSCustomObject
+
+
+ com.apple.InterfaceBuilder.CocoaPlugin
+
+
+ PluginDependencyRecalculationVersion
+
+
+
+
+ MPGroupInspectorViewController
+
+
+ FirstResponder
+
+
+ NSApplication
+
+
+
+ 268
+ {480, 272}
+
+
+
+ NSView
+
+
+
+
+
+
+ view
+
+
+
+ 2
+
+
+
+
+
+ 0
+
+
+
+
+
+ -2
+
+
+ File's Owner
+
+
+ -1
+
+
+ First Responder
+
+
+ -3
+
+
+ Application
+
+
+ 1
+
+
+
+
+
+
+ com.apple.InterfaceBuilder.CocoaPlugin
+ com.apple.InterfaceBuilder.CocoaPlugin
+ com.apple.InterfaceBuilder.CocoaPlugin
+ com.apple.InterfaceBuilder.CocoaPlugin
+
+
+
+
+
+ 2
+
+
+
+
+ MPGroupInspectorViewController
+ NSViewController
+
+ IBProjectSource
+ ./Classes/MPGroupInspectorViewController.h
+
+
+
+
+ 0
+ IBCocoaFramework
+
+ com.apple.InterfaceBuilder.CocoaPlugin.macosx
+
+
+ YES
+ 3
+ YES
+
+
diff --git a/MacPass/MPEntryInspectorViewController.h b/MacPass/MPEntryInspectorViewController.h
new file mode 100644
index 00000000..d8ac5194
--- /dev/null
+++ b/MacPass/MPEntryInspectorViewController.h
@@ -0,0 +1,13 @@
+//
+// MPEntryInspectorViewController.h
+// MacPass
+//
+// Created by Michael Starke on 27.07.13.
+// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
+//
+
+#import "MPViewController.h"
+
+@interface MPEntryInspectorViewController : MPViewController
+
+@end
diff --git a/MacPass/MPEntryInspectorViewController.m b/MacPass/MPEntryInspectorViewController.m
new file mode 100644
index 00000000..906f4483
--- /dev/null
+++ b/MacPass/MPEntryInspectorViewController.m
@@ -0,0 +1,27 @@
+//
+// MPEntryInspectorViewController.m
+// MacPass
+//
+// Created by Michael Starke on 27.07.13.
+// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
+//
+
+#import "MPEntryInspectorViewController.h"
+
+@interface MPEntryInspectorViewController ()
+
+@end
+
+@implementation MPEntryInspectorViewController
+
+- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
+{
+ self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
+ if (self) {
+ // Initialization code here.
+ }
+
+ return self;
+}
+
+@end
diff --git a/MacPass/MPGroupInspectorViewController.h b/MacPass/MPGroupInspectorViewController.h
new file mode 100644
index 00000000..cb5f8c48
--- /dev/null
+++ b/MacPass/MPGroupInspectorViewController.h
@@ -0,0 +1,13 @@
+//
+// MPGroupInspectorViewController.h
+// MacPass
+//
+// Created by Michael Starke on 27.07.13.
+// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
+//
+
+#import "MPViewController.h"
+
+@interface MPGroupInspectorViewController : MPViewController
+
+@end
diff --git a/MacPass/MPGroupInspectorViewController.m b/MacPass/MPGroupInspectorViewController.m
new file mode 100644
index 00000000..b9103880
--- /dev/null
+++ b/MacPass/MPGroupInspectorViewController.m
@@ -0,0 +1,27 @@
+//
+// MPGroupInspectorViewController.m
+// MacPass
+//
+// Created by Michael Starke on 27.07.13.
+// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
+//
+
+#import "MPGroupInspectorViewController.h"
+
+@interface MPGroupInspectorViewController ()
+
+@end
+
+@implementation MPGroupInspectorViewController
+
+- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
+{
+ self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
+ if (self) {
+ // Initialization code here.
+ }
+
+ return self;
+}
+
+@end
diff --git a/MacPass/MPUniqueCharactersFormatter.h b/MacPass/MPUniqueCharactersFormatter.h
new file mode 100644
index 00000000..ebe9dc3e
--- /dev/null
+++ b/MacPass/MPUniqueCharactersFormatter.h
@@ -0,0 +1,13 @@
+//
+// MPUniqueCharactersFormatter.h
+// MacPass
+//
+// Created by Michael Starke on 28.07.13.
+// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
+//
+
+#import
+
+@interface MPUniqueCharactersFormatter : NSFormatter
+
+@end
diff --git a/MacPass/MPUniqueCharactersFormatter.m b/MacPass/MPUniqueCharactersFormatter.m
new file mode 100644
index 00000000..4ad70f07
--- /dev/null
+++ b/MacPass/MPUniqueCharactersFormatter.m
@@ -0,0 +1,13 @@
+//
+// MPUniqueCharactersFormatter.m
+// MacPass
+//
+// Created by Michael Starke on 28.07.13.
+// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
+//
+
+#import "MPUniqueCharactersFormatter.h"
+
+@implementation MPUniqueCharactersFormatter
+
+@end