diff --git a/iNapi/Classes/Controllers/INPPreferencesWindow.xib b/iNapi/Classes/Controllers/INPPreferencesWindow.xib index 622c5be..2ba0af8 100644 --- a/iNapi/Classes/Controllers/INPPreferencesWindow.xib +++ b/iNapi/Classes/Controllers/INPPreferencesWindow.xib @@ -1,28 +1,28 @@ - 1070 - 11D50 - 1938 - 1138.32 - 568.00 + 1080 + 12A269 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1938 + 2549 YES - NSTextField - NSView - NSWindowTemplate + NSButton + NSButtonCell NSCustomObject NSMenu NSMenuItem NSPopUpButton NSPopUpButtonCell - NSButtonCell - NSButton + NSTextField NSTextFieldCell + NSView + NSWindowTemplate YES @@ -46,7 +46,7 @@ 19 2 - {{120, 120}, {400, 190}} + {{120, 120}, {400, 171}} -1535638528 Preferences NSPanel @@ -60,14 +60,14 @@ 268 - {{17, 153}, {176, 17}} + {{17, 134}, {176, 17}} _NS:3944 YES - 68288064 + 68157504 71304192 Language @@ -96,18 +96,19 @@ + NO 268 - {{207, 149}, {176, 22}} + {{207, 130}, {176, 22}} _NS:868 YES - -2076049856 + -2076180416 133120 LucidaGrande @@ -116,7 +117,7 @@ _NS:868 - 109199615 + 109199360 129 @@ -176,18 +177,19 @@ YES 2 + NO 268 - {{17, 128}, {176, 17}} + {{17, 109}, {176, 17}} _NS:3944 YES - 68288064 + 68157504 71304192 Subtitles @@ -196,24 +198,25 @@ + NO 268 - {{208, 127}, {174, 18}} + {{208, 108}, {174, 18}} _NS:771 YES - -2080244224 + -2080374784 0 Convert to UTF8 _NS:771 - 1211912703 + 1211912448 2 NSImage @@ -227,24 +230,25 @@ 200 25 + NO 268 - {{208, 107}, {174, 18}} + {{208, 88}, {174, 18}} _NS:771 YES - -2080244224 + -2080374784 0 Archive previous _NS:771 - 1211912703 + 1211912448 2 @@ -253,24 +257,25 @@ 200 25 + NO 268 - {{208, 87}, {174, 18}} + {{208, 68}, {174, 18}} _NS:771 YES - -2080244224 + -2080374784 0 Create SRT copy _NS:771 - 1211912703 + 1211912448 2 @@ -279,6 +284,7 @@ 200 25 + NO @@ -290,7 +296,7 @@ _NS:3944 YES - 68288064 + 68157504 71304192 After download @@ -299,6 +305,7 @@ + NO @@ -306,17 +313,16 @@ {{208, 19}, {174, 18}} - _NS:771 YES - -2080244224 + -2080374784 0 Quit iNapi _NS:771 - 1211912703 + 1211912448 2 @@ -325,18 +331,19 @@ 200 25 + NO 268 - {{17, 64}, {176, 17}} + {{17, 45}, {176, 17}} _NS:3944 YES - 68288064 + 68157504 71304192 During download @@ -345,50 +352,25 @@ + NO 268 - {{208, 63}, {174, 18}} + {{208, 44}, {174, 18}} - + _NS:771 YES - -2080244224 + -2080374784 0 Show main window _NS:771 - 1211912703 - 2 - - - - - 200 - 25 - - - - - 268 - {{208, 43}, {174, 18}} - - - - _NS:771 - YES - - -2080244224 - 0 - Use Growl - - _NS:771 - - 1211912703 + 1211912448 2 @@ -397,15 +379,16 @@ 200 25 + NO - {400, 190} + {400, 171} _NS:207 - {{0, 0}, {1280, 778}} + {{0, 0}, {1680, 1028}} {10000000000000, 10000000000000} PreferencesWindow YES @@ -470,14 +453,6 @@ 57 - - - useGrowlButton - - - - 58 - afterDownloadLabel @@ -631,22 +606,6 @@ 66 - - - value: useGrowl - - - - - - value: useGrowl - value - useGrowl - 2 - - - 67 - @@ -697,11 +656,10 @@ - - - + + @@ -861,20 +819,6 @@ - - 48 - - - YES - - - - - - 49 - - - 28 @@ -921,14 +865,12 @@ 45.IBPluginDependency 46.IBPluginDependency 47.IBPluginDependency - 48.IBPluginDependency - 49.IBPluginDependency 6.IBPluginDependency 7.IBPluginDependency 8.IBPluginDependency 9.IBPluginDependency - + YES com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -960,8 +902,6 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin @@ -999,7 +939,7 @@ subtitlesLabel useGrowlButton - + YES NSTextField NSButton @@ -1028,7 +968,7 @@ subtitlesLabel useGrowlButton - + YES afterDownloadLabel @@ -1095,7 +1035,7 @@ NSMenuMixedState NSSwitch - + YES {11, 11} {10, 3} diff --git a/iNapi/Classes/Controllers/INPPreferencesWindowController.h b/iNapi/Classes/Controllers/INPPreferencesWindowController.h index e4abb6b..258519e 100644 --- a/iNapi/Classes/Controllers/INPPreferencesWindowController.h +++ b/iNapi/Classes/Controllers/INPPreferencesWindowController.h @@ -15,7 +15,6 @@ + (BOOL)archivePreviousSubtitles; + (BOOL)createSRTCopy; + (BOOL)showMainWindow; -+ (BOOL)useGrowl; + (BOOL)quitINapi; @end diff --git a/iNapi/Classes/Controllers/INPPreferencesWindowController.m b/iNapi/Classes/Controllers/INPPreferencesWindowController.m index f1ca00c..a2db432 100644 --- a/iNapi/Classes/Controllers/INPPreferencesWindowController.m +++ b/iNapi/Classes/Controllers/INPPreferencesWindowController.m @@ -13,7 +13,6 @@ static NSString * const INPPreferencesWindowControllerConvertToUTF8Key = @"INPPr static NSString * const INPPreferencesWindowControllerArchivePreviousSubtitlesKey = @"INPPreferencesWindowControllerArchivePreviousSubtitles"; static NSString * const INPPreferencesWindowControllerCreateSRTCopyKey = @"INPPreferencesWindowControllerCreateSRTCopy"; static NSString * const INPPreferencesWindowControllerShowMainWindowKey = @"INPPreferencesWindowControllerShowMainWindow"; -static NSString * const INPPreferencesWindowControllerUseGrowlKey = @"INPPreferencesWindowControllerUseGrowl"; static NSString * const INPPreferencesWindowControllerQuitINapiKey = @"INPPreferencesWindowControllerQuitINapi"; static NSString * const INPPreferencesWindowControllerSelectedLanguageIndexKey = @"INPPreferencesWindowControllerSelectedLanguageIndexKey"; @@ -24,7 +23,6 @@ static NSString * const INPPreferencesWindowControllerSelectedLanguageIndexKey = @property (assign, nonatomic) BOOL archivePreviousSubtitles; @property (assign, nonatomic) BOOL createSRTCopy; @property (assign, nonatomic) BOOL showMainWindow; -@property (assign, nonatomic) BOOL useGrowl; @property (assign, nonatomic) BOOL quitINapi; @property (copy, nonatomic) NSArray * languages; @@ -39,7 +37,6 @@ static NSString * const INPPreferencesWindowControllerSelectedLanguageIndexKey = @property (weak) IBOutlet NSButton *createSRTCopyButton; @property (weak) IBOutlet NSTextField *duringDownloadLabel; @property (weak) IBOutlet NSButton *showMainWindowButton; -@property (weak) IBOutlet NSButton *useGrowlButton; @property (weak) IBOutlet NSTextField *afterDownloadLabel; @property (weak) IBOutlet NSButton *quitINapiButton; @@ -48,27 +45,6 @@ static NSString * const INPPreferencesWindowControllerSelectedLanguageIndexKey = @implementation INPPreferencesWindowController -@synthesize subtitleLanguageLabel; -@synthesize subtitlesLabel; -@synthesize convertToUTF8Button; -@synthesize archivePreviousButton; -@synthesize createSRTCopyButton; -@synthesize duringDownloadLabel; -@synthesize showMainWindowButton; -@synthesize useGrowlButton; -@synthesize afterDownloadLabel; -@synthesize quitINapiButton; - -// Private -@synthesize convertToUTF8; -@synthesize archivePreviousSubtitles; -@synthesize createSRTCopy; -@synthesize showMainWindow; -@synthesize useGrowl; -@synthesize quitINapi; -@synthesize languages; -@synthesize selectedLanguageIndex; - #pragma mark - Class methods + (NSString *)subtitleLanguage @@ -99,11 +75,6 @@ static NSString * const INPPreferencesWindowControllerSelectedLanguageIndexKey = return [[NSUserDefaults standardUserDefaults] boolForKey:INPPreferencesWindowControllerShowMainWindowKey]; } -+ (BOOL)useGrowl -{ - return [[NSUserDefaults standardUserDefaults] boolForKey:INPPreferencesWindowControllerUseGrowlKey]; -} - + (BOOL)quitINapi { return [[NSUserDefaults standardUserDefaults] boolForKey:INPPreferencesWindowControllerQuitINapiKey]; @@ -171,16 +142,6 @@ static NSString * const INPPreferencesWindowControllerSelectedLanguageIndexKey = return [[self class] showMainWindow]; } -- (void)setUseGrowl:(BOOL)flag -{ - [[NSUserDefaults standardUserDefaults] setBool:flag forKey:INPPreferencesWindowControllerUseGrowlKey]; -} - -- (BOOL)useGrowl -{ - return [[self class] useGrowl]; -} - - (void)setQuitINapi:(BOOL)flag { [[NSUserDefaults standardUserDefaults] setBool:flag forKey:INPPreferencesWindowControllerQuitINapiKey]; @@ -212,7 +173,6 @@ static NSString * const INPPreferencesWindowControllerSelectedLanguageIndexKey = self.createSRTCopyButton.title = NSLocalizedString(@"Create SRT copy", nil); self.duringDownloadLabel.stringValue = NSLocalizedString(@"During download", nil); self.showMainWindowButton.title = NSLocalizedString(@"Show main window", nil); - self.useGrowlButton.title = NSLocalizedString(@"Use Growl", nil); self.afterDownloadLabel.stringValue = NSLocalizedString(@"After download", nil); self.quitINapiButton.title = NSLocalizedString(@"Quit iNapi", nil); }