Added first rudimentary search capability

This commit is contained in:
michael starke
2013-02-20 03:36:51 +01:00
parent 7ea037cdc3
commit 73880ca419
17 changed files with 256 additions and 94 deletions

View File

@@ -29,6 +29,11 @@
}
#pragma mark Menu Actions
- (void)showMainWindow:(id)sender {
[self.mainWindowController showMainWindow:sender];
}
- (void)showPreferences:(id)sender {
if(self.settingsController == nil) {
self.settingsController = [[[MPSettingsController alloc] init] autorelease];