-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
46 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -42,7 +42,7 @@ enum { | |
NSNumber *_searchInProgress; | ||
} | ||
|
||
- (id) initWithSource:(id <AlbumArtMethods>)source; | ||
- (instancetype) initWithSource:(id <AlbumArtMethods>)source; | ||
|
||
- (void) showAlbumArtMatches; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -34,7 +34,7 @@ | |
NSUInteger _length; | ||
} | ||
|
||
- (id) initWithDeviceName:(NSString *)deviceName; | ||
- (instancetype) initWithDeviceName:(NSString *)deviceName; | ||
|
||
- (NSString *) deviceName; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -184,10 +184,10 @@ enum { | |
@end | ||
|
||
@interface CompactDiscDocument (ScriptingAdditions) | ||
- (id) handleEncodeScriptCommand:(NSScriptCommand *)command; | ||
- (id) handleEjectDiscScriptCommand:(NSScriptCommand *)command; | ||
- (id) handleQueryMusicBrainzScriptCommand:(NSScriptCommand *)command; | ||
- (id) handleToggleTrackInformationScriptCommand:(NSScriptCommand *)command; | ||
- (id) handleToggleAlbumArtScriptCommand:(NSScriptCommand *)command; | ||
- (id) handleFetchAlbumArtScriptCommand:(NSScriptCommand *)command; | ||
- (instancetype) handleEncodeScriptCommand:(NSScriptCommand *)command; | ||
- (instancetype) handleEjectDiscScriptCommand:(NSScriptCommand *)command; | ||
- (instancetype) handleQueryMusicBrainzScriptCommand:(NSScriptCommand *)command; | ||
- (instancetype) handleToggleTrackInformationScriptCommand:(NSScriptCommand *)command; | ||
- (instancetype) handleToggleAlbumArtScriptCommand:(NSScriptCommand *)command; | ||
- (instancetype) handleFetchAlbumArtScriptCommand:(NSScriptCommand *)command; | ||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -28,7 +28,7 @@ | |
uint8_t *_writePtr; | ||
} | ||
|
||
- (id) initWithSize:(NSUInteger)size; | ||
- (instancetype) initWithSize:(NSUInteger)size; | ||
|
||
- (void) reset; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -42,7 +42,7 @@ enum { | |
} | ||
|
||
// Set up to read the drive corresponding to deviceName (will open the device and read the CDTOC) | ||
- (id) initWithDeviceName:(NSString *)deviceName; | ||
- (instancetype) initWithDeviceName:(NSString *)deviceName; | ||
|
||
// Device management | ||
- (BOOL) deviceOpen; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -29,7 +29,7 @@ | |
NSString *_formatName; | ||
} | ||
|
||
- (id) initWithSettings:(NSDictionary *)settings; | ||
- (instancetype) initWithSettings:(NSDictionary *)settings; | ||
|
||
- (NSString *) formatName; | ||
- (void) setFormatName:(NSString *)formatName; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -29,7 +29,7 @@ | |
|
||
+ (NSDictionary *) defaultSettings; | ||
|
||
- (id) initWithNibName:(NSString *)nibName settings:(NSDictionary *)settings; | ||
- (instancetype) initWithNibName:(NSString *)nibName settings:(NSDictionary *)settings; | ||
|
||
- (NSDictionary *) searchKey; | ||
- (void) setSearchKey:(NSDictionary *)searchKey; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -36,7 +36,7 @@ enum { | |
{ | ||
} | ||
|
||
- (id) initWithSettings:(NSDictionary *)settings; | ||
- (instancetype) initWithSettings:(NSDictionary *)settings; | ||
|
||
- (IBAction) userSelectedCompressionLevel:(id)sender; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -27,7 +27,7 @@ | |
NSString *_formatName; | ||
} | ||
|
||
- (id) initWithSettings:(NSDictionary *)settings; | ||
- (instancetype) initWithSettings:(NSDictionary *)settings; | ||
|
||
- (NSString *) formatName; | ||
- (void) setFormatName:(NSString *)formatName; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -24,7 +24,7 @@ | |
IBOutlet NSTextField *_presetDescription; | ||
} | ||
|
||
- (id) initWithSettings:(NSDictionary *)settings; | ||
- (instancetype) initWithSettings:(NSDictionary *)settings; | ||
|
||
- (IBAction) userSelectedPreset:(id)sender; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -23,6 +23,6 @@ | |
{ | ||
} | ||
|
||
- (id) initWithSettings:(NSDictionary *)settings; | ||
- (instancetype) initWithSettings:(NSDictionary *)settings; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -23,7 +23,7 @@ | |
{ | ||
} | ||
|
||
- (id) initWithSettings:(NSDictionary *)settings; | ||
- (instancetype) initWithSettings:(NSDictionary *)settings; | ||
|
||
- (IBAction) enableVBRButtonAction:(id)sender; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -23,6 +23,6 @@ | |
{ | ||
} | ||
|
||
- (id) initWithSettings:(NSDictionary *)settings; | ||
- (instancetype) initWithSettings:(NSDictionary *)settings; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -23,6 +23,6 @@ | |
{ | ||
} | ||
|
||
- (id) initWithSettings:(NSDictionary *)settings; | ||
- (instancetype) initWithSettings:(NSDictionary *)settings; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -30,6 +30,6 @@ | |
NSDate *_startTime; | ||
} | ||
|
||
- (id) initWithSectors:(NSArray *)sectors deviceName:(NSString *)deviceName; | ||
- (instancetype) initWithSectors:(NSArray *)sectors deviceName:(NSString *)deviceName; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -37,7 +37,7 @@ | |
NSDate *_startTime; | ||
} | ||
|
||
- (id) initWithSectors:(NSArray *)sectors deviceName:(NSString *)deviceName; | ||
- (instancetype) initWithSectors:(NSArray *)sectors deviceName:(NSString *)deviceName; | ||
|
||
- (int) driveOffset; | ||
- (void) setDriveOffset:(int)driveOffset; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -36,6 +36,6 @@ | |
NSDate *_startTime; | ||
} | ||
|
||
- (id) initWithSectors:(NSArray *)sectors deviceName:(NSString *)deviceName; | ||
- (instancetype) initWithSectors:(NSArray *)sectors deviceName:(NSString *)deviceName; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -29,8 +29,8 @@ | |
unsigned char **_hashes; // The SHA-256 for each sector in the file | ||
} | ||
|
||
- (id) initWithSectorRange:(SectorRange *)range; | ||
- (id) initWithFirstSector:(NSUInteger)firstSector lastSector:(NSUInteger)lastSector; | ||
- (instancetype) initWithSectorRange:(SectorRange *)range; | ||
- (instancetype) initWithFirstSector:(NSUInteger)firstSector lastSector:(NSUInteger)lastSector; | ||
|
||
// Easy access to the SectorRange contained in this rip | ||
- (NSUInteger) firstSector; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2005 - 2007 Stephen F. Booth <[email protected]> | ||
* Copyright (C) 2005 - 2020 Stephen F. Booth <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -30,7 +30,7 @@ | |
BOOL _logActivity; | ||
} | ||
|
||
- (id) initWithSectors:(NSArray *)sectors deviceName:(NSString *)deviceName; | ||
- (instancetype) initWithSectors:(NSArray *)sectors deviceName:(NSString *)deviceName; | ||
|
||
- (NSString *) deviceName; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters