mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-25 11:19:38 +00:00
Removed Search form toolbar and added field to search bar. Searching is broken for now.
Added rudimentary add group/entry functionality
This commit is contained in:
@@ -17,10 +17,6 @@
|
||||
|
||||
@property (retain) MPSettingsController *settingsController;
|
||||
@property (retain) MPMainWindowController *mainWindowController;
|
||||
@property (assign) IBOutlet NSMenuItem *toggleOutlineViewMenuItem;
|
||||
@property (assign) IBOutlet NSMenuItem *toggleInspectorViewMenuItem;
|
||||
|
||||
- (void)_setupMenues;
|
||||
|
||||
- (IBAction)showPreferences:(id)sender;
|
||||
@end
|
||||
@@ -30,7 +26,6 @@
|
||||
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
|
||||
self.mainWindowController = [[[MPMainWindowController alloc] init] autorelease];
|
||||
[self.mainWindowController showWindow:[self.mainWindowController window]];
|
||||
[self _setupMenues];
|
||||
|
||||
}
|
||||
|
||||
@@ -44,13 +39,6 @@
|
||||
return [[NSBundle mainBundle] infoDictionary][@"CFBundleName"];
|
||||
}
|
||||
|
||||
#pragma mark Setup
|
||||
|
||||
- (void)_setupMenues {
|
||||
[self.toggleInspectorViewMenuItem setAction:@selector(toggleInspector:)];
|
||||
[self.toggleOutlineViewMenuItem setAction:@selector(toggleOutlineView:)];
|
||||
}
|
||||
|
||||
#pragma mark Menu Actions
|
||||
|
||||
- (void)showMainWindow:(id)sender {
|
||||
|
||||
Reference in New Issue
Block a user