#2612 Display a neutered add window for magnet links

This commit is contained in:
Mitchell Livingston
2010-04-12 00:55:31 +00:00
parent cfdb5ed014
commit b3af34d53d
9 changed files with 2064 additions and 14 deletions

View File

@@ -27,6 +27,7 @@
#import <Quartz/Quartz.h>
#import <Growl/Growl.h>
@class AddMagnetWindowController;
@class AddWindowController;
@class Badger;
@class DragOverlayWindow;
@@ -117,13 +118,15 @@ typedef enum
}
- (void) openFiles: (NSArray *) filenames addType: (addType) type forcePath: (NSString *) path;
- (void) openMagnet: (NSString *) address;
- (void) askOpenConfirmed: (AddWindowController *) addController add: (BOOL) add;
- (void) openCreatedFile: (NSNotification *) notification;
- (void) openFilesWithDict: (NSDictionary *) dictionary;
- (void) openShowSheet: (id) sender;
- (void) openMagnet: (NSString *) address;
- (void) askOpenMagnetConfirmed: (AddMagnetWindowController *) addController add: (BOOL) add;
- (void) invalidOpenAlert: (NSString *) filename;
- (void) invalidOpenMagnetAlert: (NSString *) address;
- (void) duplicateOpenAlert: (NSString *) name;