Added welcome screen to remove confusion on initial launch

This commit is contained in:
michael starke
2013-08-14 23:29:44 +02:00
parent 3a4d72767b
commit 706a06e389
4 changed files with 829 additions and 12 deletions

View File

@@ -11,8 +11,11 @@
@interface MPAppDelegate : NSObject <NSApplicationDelegate>
@property (strong) IBOutlet NSWindow *passwordCreatorWindow;
@property (strong) IBOutlet NSWindow *welcomeWindow;
- (IBAction)showPasswordCreator:(id)sender;
- (IBAction)createNewDatabase:(id)sender;
- (IBAction)openDatabase:(id)sender;
- (NSString *)applicationName;
- (void)lockAllDocuments;