diff --git a/MPlayerX/CocoaAppendix.m b/MPlayerX/CocoaAppendix.m index 2a97d22..5fdd07a 100644 --- a/MPlayerX/CocoaAppendix.m +++ b/MPlayerX/CocoaAppendix.m @@ -693,7 +693,7 @@ +(NSString*) UserPath:(NSSearchPathDirectory)dir WithSuffix:(NSString*)suffix @implementation NSObject (MPXAdditional) -(void) showAlertPanelModal:(NSString*) str { - id alertPanel = NSGetAlertPanel(kMPXStringError, str, kMPXStringOK, nil, nil); + id alertPanel = NSGetAlertPanel(kMPXStringError, @"%@", kMPXStringOK, nil, nil, str); [NSApp runModalForWindow:alertPanel]; NSReleaseAlertPanel(alertPanel); } diff --git a/MPlayerX/ControlUIView.m b/MPlayerX/ControlUIView.m index a024a94..880bd0f 100644 --- a/MPlayerX/ControlUIView.m +++ b/MPlayerX/ControlUIView.m @@ -419,6 +419,21 @@ - (void)awakeFromNib selfFrame.origin.y = MIN(MAX(1, superFrame.size.height * yRatio - selfFrame.size.height / 2), superFrame.size.height - selfFrame.size.height-1); [self setFrameOrigin:selfFrame.origin]; } + + // Accessibility + [volumeButton.cell accessibilitySetOverrideValue:NSLocalizedString(@"Mute", nil) forAttribute:NSAccessibilityDescriptionAttribute]; + [volumeSlider.cell accessibilitySetOverrideValue:NSLocalizedString(@"Volume", nil) forAttribute:NSAccessibilityDescriptionAttribute]; + [prevEPButton.cell accessibilitySetOverrideValue:NSLocalizedString(@"Play Previous Episode", nil) forAttribute:NSAccessibilityDescriptionAttribute]; + [nextEPButton.cell accessibilitySetOverrideValue:NSLocalizedString(@"Play Next Episode", nil) forAttribute:NSAccessibilityDescriptionAttribute]; + [playPauseButton.cell accessibilitySetOverrideValue:NSLocalizedString(@"Play", nil) forAttribute:NSAccessibilityDescriptionAttribute]; + [fillScreenButton.cell accessibilitySetOverrideValue:NSLocalizedString(@"Fill Screen", nil) forAttribute:NSAccessibilityDescriptionAttribute]; + [fullScreenButton.cell accessibilitySetOverrideValue:NSLocalizedString(@"Full Screen", nil) forAttribute:NSAccessibilityDescriptionAttribute]; + [toggleAcceButton.cell accessibilitySetOverrideValue:NSLocalizedString(@"Show Auxiliary Controls", nil) forAttribute:NSAccessibilityDescriptionAttribute]; + [timeDispSwitch.cell accessibilitySetOverrideValue:NSLocalizedString(@"Show total time instead of remaining time", nil) forAttribute:NSAccessibilityDescriptionAttribute]; + [timeSlider.cell accessibilitySetOverrideValue:NSLocalizedString(@"Timeline", nil) forAttribute:NSAccessibilityDescriptionAttribute]; + // these two don't work with VoiceOver (yet?) + [timeText.cell accessibilitySetOverrideValue:NSLocalizedString(@"Elapsed Time", nil) forAttribute:NSAccessibilityDescriptionAttribute]; + [timeTextAlt.cell accessibilitySetOverrideValue:NSLocalizedString(@"Remaining or Total Time", nil) forAttribute:NSAccessibilityDescriptionAttribute]; } -(void) dealloc diff --git a/MPlayerX/English.lproj/Localizable.strings b/MPlayerX/English.lproj/Localizable.strings index 52b6f95..40ccb53 100644 Binary files a/MPlayerX/English.lproj/Localizable.strings and b/MPlayerX/English.lproj/Localizable.strings differ diff --git a/MPlayerX/English.lproj/MainMenu.xib b/MPlayerX/English.lproj/MainMenu.xib index 4a8169a..fec14e3 100644 --- a/MPlayerX/English.lproj/MainMenu.xib +++ b/MPlayerX/English.lproj/MainMenu.xib @@ -1,8715 +1,1230 @@ - - - - 1070 - 12B19 - 2549 - 1187 - 624.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 2549 - - - YES - NSButton - NSButtonCell - NSComboBox - NSComboBoxCell - NSCustomObject - NSCustomView - NSMenu - NSMenuItem - NSProgressIndicator - NSSlider - NSSliderCell - NSTextField - NSTextFieldCell - NSUserDefaultsController - NSView - NSWindowTemplate - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - NSApplication - - - FirstResponder - - - MPApplication - - - AMainMenu - - YES - - - MPlayerX - - 1048576 - 2147483647 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - submenuAction: - - MPlayerX - - YES - - - About MPlayerX - - 2147483647 - - - - - - Check For Updates... - - 2147483647 - - - - - - Donate... - - 2147483647 - - - - - - YES - YES - - - 1048576 - 2147483647 - - - - - - Preferences… - , - 1048576 - 2147483647 - - - - - - YES - YES - - - 1048576 - 2147483647 - - - - - - Services - - 1048576 - 2147483647 - - - submenuAction: - - Services - - YES - - _NSServicesMenu - - - - - YES - YES - - - 1048576 - 2147483647 - - - - - - Hide MPlayerX - h - 1048576 - 2147483647 - - - - - - Hide Others - h - 1572864 - 2147483647 - - - - - - Show All - - 1048576 - 2147483647 - - - - - - YES - YES - - - 1048576 - 2147483647 - - - - - - Quit MPlayerX - q - 1048576 - 2147483647 - - - - - _NSAppleMenu - - - - - File - - 1048576 - 2147483647 - - - submenuAction: - - File - - YES - - - Open… - o - 1048576 - 2147483647 - - - - - - Open VIDEO_TS... - d - 1048576 - 2147483647 - - - - - - Open URL... - u - 1048576 - 2147483647 - - - - - - Open Recent - - 1048576 - 2147483647 - - - submenuAction: - - Open Recent - - YES - - - Clear Menu - - 1048576 - 2147483647 - - - - - _NSRecentDocumentsMenu - - - - - YES - YES - - - 1048576 - 2147483647 - - - - - - Close - w - 1048576 - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Move To Trash - - 2147483647 - - - - - - - - - Edit - - 2147483647 - - - submenuAction: - - Edit - - YES - - - Cut - x - 1048576 - 2147483647 - - - - - - Copy - c - 1048576 - 2147483647 - - - - - - Paste - v - 1048576 - 2147483647 - - - - - - Delete - - 2147483647 - - - - - - Select All - a - 1048576 - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - YES - Snapshot - - 2147483647 - - - - - - Goto Snapshot Folder... - - 2147483647 - - - - - - - - - View - - 2147483647 - - - submenuAction: - - View - - YES - - - YES - Half Size - - 2147483647 - - - 2 - - - - YES - Original Size - - 2147483647 - - - 4 - - - - YES - Double Size - - 2147483647 - - - 8 - - - - YES - Fit To Screen - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - YES - Enter Fullscreen - - 2147483647 - - - - - - Toggle Fillscreen - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Aspect Ratio - - 2147483647 - - - submenuAction: - - Aspect Ratio - - YES - - - YES - Unlock Aspect Ratio - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - 1:1 - - 2147483647 - - - 900 - - - - 5:4 - - 2147483647 - - - 1125 - - - - 4:3 - 4 - 1048576 - 2147483647 - - - 1200 - - - - 16:10 - - 2147483647 - - - 1440 - - - - 16:9 - 5 - 1048576 - 2147483647 - - - 1600 - - - - 2.21:1 - - 2147483647 - - - 1989 - - - - 2.35:1 - 6 - 1048576 - 2147483647 - - - 2115 - - - - 2.39:1 - - 2147483647 - - - 2151 - - - - YES - YES - - - 2147483647 - - - - - - Restore Aspect Ratio - - 2147483647 - - - - - YES - - - - - YES - YES - - - 2147483647 - - - - - - Show Letterbox - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Mirror - - 2147483647 - - - - - - Flip - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Increase Window Size - - 2147483647 - - - - - - Decrease Window Size - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - YES - Increase Frame Size - - 2147483647 - - - 50 - - - - YES - YES - Increase Frame Size (minor) - - 2147483647 - - - 10 - - - - YES - Decrease Frame Size - - 2147483647 - - - -50 - - - - YES - YES - Decrease Frame Size (minor) - - 2147483647 - - - -10 - - - - Reset Frame Size - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Move Frame To Center - - 2147483647 - - - - - YES - - - - - AVS - - 2147483647 - - - submenuAction: - - AVS - - YES - - - YES - Switch Video - - 2147483647 - - - - - - YES - Increase Speed - - 2147483647 - - - 1 - - - - YES - Decrease Speed - - 2147483647 - - - -1 - - - - Reset To Normal Speed - - 2147483647 - - - - - - Deinterlace Method - - 2147483647 - - - submenuAction: - - Deinterlace Method - - YES - - - None - - 2147483647 - - - - - - FFMpeg - - 2147483647 - - - 65 - - - - LPF5 - - 2147483647 - - - 66 - - - YES - - - - - YES - YES - - - 2147483647 - - - - - - YES - Switch Audio - - 2147483647 - - - - - - YES - Channels - - 2147483647 - - - submenuAction: - - Channels - - YES - - - Restore - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Stereo - - 2147483647 - - - 1 - - - - Left only - - 2147483647 - - - 2 - - - - Right only - - 2147483647 - - - 3 - - - - Left expanded - - 2147483647 - - - 4 - - - - Right expanded - - 2147483647 - - - 5 - - - YES - - - - - YES - Increase Volume - - 2147483647 - - - - - - YES - Decrease Volume - - 2147483647 - - - - - - YES - Increase Audio Delay - - 2147483647 - - - 1 - - - - YES - Decrease Audio Delay - - 2147483647 - - - -1 - - - - Reset Audio Delay - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - YES - Switch Subtitle - - 2147483647 - - - - - - YES - Increase Subtitle Size - - 2147483647 - - - - - - YES - Decrease Subtitle Size - - 2147483647 - - - - - - YES - Increase Subtitle Delay - - 2147483647 - - - 1 - - - - YES - Decrease Subtitle Delay - - 2147483647 - - - -1 - - - - Reset Subtitle Delay - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Show Auxiliary Controls - - 2147483647 - - - - - YES - - - - - Playback - - 2147483647 - - - submenuAction: - - Playback - - YES - - - YES - Play from last stopped place - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - A-B Loop - - 2147483647 - - - submenuAction: - - A-B Loop - - YES - - - Set Start Point - - 2147483647 - - - - - - Set Return Point - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Cancel - - 2147483647 - - - - - YES - - - - - YES - YES - - - 2147483647 - - - - - - YES - Chapters - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Play Next Episode - - 2147483647 - - - - - - Play Previous Episode - - 2147483647 - - - - - YES - - - - - Window - - 1048576 - 2147483647 - - - submenuAction: - - Window - - YES - - - Minimize - m - 1048576 - 2147483647 - - - - - - Zoom - - 1048576 - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Media Info - - 2147483647 - - - - - - Video Tuner - - 2147483647 - - - - - - Equalizer - - 2147483647 - - - - - - YES - YES - - - 1048576 - 2147483647 - - - - - - Bring All to Front - - 1048576 - 2147483647 - - - - - _NSWindowsMenu - - - - - Help - - 2147483647 - - - submenuAction: - - Help - - YES - - - MPlayerX Wiki Page - ? - 1048576 - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Report bugs / Feedback... - - 2147483647 - - - - - _NSHelpMenu - - - - _NSMainMenu - YES - - - 15 - 2 - {{358, 526}, {480, 360}} - 1685586944 - MPlayerX - PlayerWindow - - - {480, 360} - - - 274 - - YES - - - 303 - - YES - - - 265 - - YES - - {{369, 8}, {58, 14}} - - - YES - - 67108864 - 67239936 - - - LucidaGrande - 11 - 3100 - - - 1215582208 - 2 - - - 200 - 25 - - NO - - - - 269 - - YES - - - 268 - - YES - - {{2, 2}, {24, 24}} - - - YES - - 67108864 - 134217728 - prev-episode - - LucidaGrande - 13 - 1044 - - - 138690560 - 194 - - NSImage - prev-episode - - - - 200 - 25 - - NO - - - - 265 - - YES - - {{110, 2}, {24, 24}} - - - YES - - 67108864 - 134217728 - next-episode - - - 138690560 - 194 - - NSImage - next-episode - - - - 200 - 25 - - NO - - - - 269 - - YES - - {{56, 2}, {24, 24}} - - - YES - - 67108864 - 134217728 - togglePlayPause - - - 1215582208 - 194 - - NSImage - play - - - NSImage - pause - - - - 200 - 25 - - NO - - - {{148, 28}, {136, 28}} - - - NSView - - - - 301 - {{104, 32}, {75, 14}} - - - YES - - 67108928 - 138549248 - - - - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - 3 - MQA - - 2 - - - - NO - - - - 265 - - YES - - {{402, 31}, {22, 22}} - - - YES - - 67108864 - 134479872 - - - LucidaGrande - 9 - 3614 - - - 1215582208 - 194 - - NSImage - fold - - - NSImage - unfold - - - - 200 - 25 - - NO - - - - -2147483355 - - YES - - - 260 - {{277, 4}, {32, 16}} - - - YES - - -1800929215 - 67377216 - 0.0 - - - YES - - 4 - MSAwAA - - - 3 - MQA - - - - NO - - - - 260 - {{227, 7}, {50, 11}} - - - YES - - 68157504 - 4461632 - Sub Delay: - - - - - 3 - MQA - - - - NO - - - - 260 - {{171, 4}, {32, 16}} - - - YES - - -1800929215 - 67377216 - 0.0 - - - YES - - 4 - MSAwAA - - - 3 - MQA - - - - NO - - - - 260 - {{111, 7}, {60, 11}} - - - YES - - 68157504 - 4461632 - Audio Delay: - - - - - 3 - MQA - - - - NO - - - - 260 - {{51, 4}, {32, 16}} - - - YES - - -1800929215 - 67377216 - 1.0 - - - YES - 1 - - 4 - MSAwAA - - - 3 - MQA - - - - NO - - - - 260 - {{17, 7}, {34, 11}} - - - YES - - 68157504 - 4461632 - Speed: - - - - - 3 - MQA - - - - NO - - - {{56, 0}, {320, 25}} - - - NSView - - - - 266 - {{57, 7}, {316, 15}} - - - YES - - 67371264 - 131072 - - - 100 - 0.0 - 62.371134020618555 - 0.0 - 0 - 1 - NO - NO - - NO - - - - 265 - {{369, 8}, {58, 14}} - - - YES - - 67108928 - 4331520 - - - unknown - - - - 3 - MQA - - - - NO - - - - 268 - {{3, 8}, {58, 14}} - - - YES - - 67108928 - -2076043264 - - - - - - 1 - MSAxIDEAA - - - NO - - - - 268 - - YES - - {{14, 33}, {18, 18}} - - - YES - - 67108864 - 0 - VolumeButton - - - 1215582208 - 194 - - NSImage - vol_mid - - - NSImage - mute - - - - 200 - 25 - - NO - - - - 268 - {{38, 36}, {53, 12}} - - - YES - - -2080112384 - 262144 - - - 100 - 0.0 - 100 - 0.0 - 0 - 1 - NO - NO - - NO - - - - 265 - - YES - - {{334, 30}, {24, 24}} - - - YES - - -2080374784 - 134217728 - toggleFillScreen - - - 1215582208 - 194 - - NSImage - fillscreen_ub - - - NSImage - exitfillscreen_ub - - - - 200 - 25 - - NO - - - - 265 - - YES - - {{370, 31}, {22, 22}} - - - YES - - 67108864 - 0 - toggleFullScreen - - - 1215582208 - 194 - - NSImage - enterfullscreen - - - NSImage - exitfullscreen - - - - 200 - 25 - - NO - - - {{24, 13}, {432, 60}} - - - 0.25323943661971821 - ControlUIView - - - - 289 - {{466, 2}, {12, 12}} - - YES - ResizeIndicator - - - - 266 - {{17, 231}, {446, 104}} - - - YES - - 67108864 - 1379962880 - Label - - Helvetica - 13 - 16 - - - - - 3 - MQA - - - - NO - - - - 266 - {{0, 337}, {480, 23}} - - - YES - TitleView - - - {480, 360} - - - YES - - {{0, 0}, {1920, 1178}} - {480, 382} - {10000000000000, 10000000000000} - MPXPlayerWindow - YES - - - 1 - 2 - {{204, 896}, {500, 94}} - 1685586944 - Open URL - NSPanel - - - {500, 94} - {500, 94} - - - 256 - - YES - - - 268 - {{17, 54}, {71, 17}} - - - YES - - 67108864 - 104861696 - Media URL - - - - - 6 - System - controlTextColor - - 3 - MAA - - - - NO - - - - 289 - {{294, 14}, {96, 32}} - - - YES - - 67108864 - 134217728 - Cancel - - - -2038284288 - 129 - - Gw - 200 - 25 - - NO - - - - 289 - {{390, 14}, {96, 32}} - - YES - - 67108864 - 134217728 - OK - - - -2038284288 - 129 - - DQ - 200 - 25 - - NO - - - - 266 - {{95, 50}, {388, 26}} - - - YES - - 342884416 - 4195392 - - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 7 - YES - YES - - - - 274 - {15, 0} - - - YES - NO - YES - - YES - - 12 - 10 - 1000 - - 75497472 - 0 - - - LucidaGrande - 12 - 16 - - - 3 - MC4zMzMzMzI5ODU2AA - - - - - 338690112 - 1024 - - - YES - - 6 - System - controlBackgroundColor - - - - - 3 - YES - - - - 3 - 2 - - - 6 - System - gridColor - - 3 - MC41AA - - - 19 - tableViewAction: - -767524864 - - - - 1 - 15 - 0 - YES - 0 - 1 - - - NO - - - - 268 - {{17, 23}, {254, 14}} - - - YES - - 67108864 - 4329472 - ⌘-OK: Use ffmpeg to handle the stream - - - - - - NO - - - {500, 94} - - - {{0, 0}, {1920, 1178}} - {500, 116} - {500, 116} - YES - - - - 274 - - YES - - - 265 - {{482, 14}, {45, 32}} - - _NS:161 - YES - - 67108864 - 134217728 - ... - - _NS:161 - - -2038284288 - 129 - - - 200 - 25 - - NO - - - - 266 - {{145, 20}, {335, 22}} - - - _NS:248 - YES - - -1804599231 - 272630784 - - - _NS:248 - - YES - - - 6 - System - textColor - - - - NO - - - - 268 - {{17, 25}, {123, 17}} - - - _NS:3936 - YES - - 68157504 - 272630784 - External audio file: - - _NS:3936 - - - - - NO - - - {541, 62} - - _NS:499 - NSView - - - 5 - 2 - {{196, 240}, {480, 112}} - 611845120 - ParseURL - NSWindow - - - - - 256 - - YES - - - 274 - {{57, 52}, {406, 40}} - - - _NS:9 - {250, 750} - YES - - 67108864 - 272891904 - Multiline Label - - LucidaGrande - 13 - 16 - - _NS:9 - - - - - NO - - - - 1284 - {{36, 76}, {16, 16}} - - - _NS:926 - 20746 - 100 - - - - 268 - {{384, 12}, {82, 32}} - - _NS:9 - YES - - 67108864 - 134217728 - Cancel - - _NS:9 - - -2038284288 - 129 - - Gw - 200 - 25 - - NO - - - {480, 112} - - _NS:20 - - {{0, 0}, {1920, 1178}} - {10000000000000, 10000000000000} - YES - - - AppController - - - PlayerController - - - OpenURLController - - - ShortCutManager - - - PrefController - - - VideoTunerController - - - CharsetQueryController - - - EqualizerController - - - InspectorController - - - PlayListController - - - YES - - - - - YES - - - terminate: - - - - 449 - - - - playerController - - - - 1214 - - - - controlUI - - - - 1215 - - - - delegate - - - - 964 - - - - performMiniaturize: - - - - 37 - - - - arrangeInFront: - - - - 39 - - - - clearRecentDocuments: - - - - 127 - - - - performClose: - - - - 193 - - - - performZoom: - - - - 240 - - - - hide: - - - - 367 - - - - hideOtherApplications: - - - - 368 - - - - unhideAllApplications: - - - - 370 - - - - copy: - - - - 706 - - - - cut: - - - - 707 - - - - paste: - - - - 712 - - - - delete: - - - - 722 - - - - selectAll: - - - - 725 - - - - openFile: - - - - 968 - - - - orderFrontStandardAboutPanel: - - - - 974 - - - - moveToTrash: - - - - 999 - - - - gotoWikiPage: - - - - 1000 - - - - openVIDEOTS: - - - - 1089 - - - - initialFirstResponder - - - - 897 - - - - delegate - - - - 927 - - - - titlebar - - - - 928 - - - - performZoom: - - - - 1101 - - - - controlUI - - - - 891 - - - - playerController - - - - 892 - - - - shortCutManager - - - - 893 - - - - playerWindow - - - - 894 - - - - nextKeyView - - - - 895 - - - - VTController - - - - 914 - - - - titlebar - - - - 926 - - - - osd - - - - 1169 - - - - controlUI - - - - 870 - - - - charsetController - - - - 924 - - - - fillScreenButton - - - - 562 - - - - fullScreenButton - - - - 566 - - - - playPauseButton - - - - 567 - - - - volumeButton - - - - 574 - - - - volumeSlider - - - - 575 - - - - timeText - - - - 588 - - - - seekTo: - - - - 614 - - - - setVolume: - - - - 615 - - - - toggleFillScreen: - - - - 616 - - - - toggleFullScreen: - - - - 617 - - - - toggleMute: - - - - 618 - - - - togglePlayPause: - - - - 619 - - - - accessaryContainer - - - - 753 - - - - toggleAccessaryControls: - - - - 756 - - - - toggleAcceButton - - - - 757 - - - - changeSpeed: - - - - 767 - - - - changeAudioDelay: - - - - 768 - - - - changeSubDelay: - - - - 769 - - - - audioDelayText - - - - 776 - - - - speedText - - - - 777 - - - - subDelayText - - - - 778 - - - - menuSnapshot - - - - 792 - - - - menuSwitchSub - - - - 793 - - - - stepSubtitles: - - - - 794 - - - - menuSubScaleDec - - - - 831 - - - - menuSubScaleInc - - - - 832 - - - - changeSubScale: - - - - 833 - - - - changeSubScale: - - - - 834 - - - - menuPlayFromLastStoppedPlace - - - - 841 - - - - rzIndicator - - - - 846 - - - - hintTime - - - - 851 - - - - stepAudios: - - - - 855 - - - - menuSwitchAudio - - - - 856 - - - - menuVolDec - - - - 859 - - - - menuVolInc - - - - 860 - - - - changeVolumeBy: - - - - 861 - - - - changeVolumeBy: - - - - 862 - - - - playerController - - - - 880 - - - - osd - - - - 883 - - - - timeSlider - - - - 890 - - - - dispView - - - - 898 - - - - menuResetLockAspectRatio - - - - 905 - - - - menuToggleLockAspectRatio - - - - 906 - - - - toggleLockAspectRatio: - - - - 908 - - - - resetAspectRatio: - - - - 909 - - - - menuToggleLetterBox - - - - 917 - - - - toggleLetterBox: - - - - 918 - - - - seekTo: - - - - 919 - - - - title - - - - 929 - - - - menuSwitchVideo - - - - 936 - - - - stepVideos: - - - - 938 - - - - menuSizeInc - - - - 944 - - - - menuSizeDec - - - - 945 - - - - stepWindowSize: - - - - 948 - - - - stepWindowSize: - - - - 949 - - - - timeTextAlt - - - - 952 - - - - menuShowMediaInfo - - - - 955 - - - - menuToggleFullScreen - - - - 983 - - - - toggleFullScreen: - - - - 984 - - - - menuToggleFillScreen - - - - 990 - - - - toggleFillScreen: - - - - 991 - - - - toggleAccessaryControls: - - - - 994 - - - - menuToggleAuxiliaryCtrls - - - - 995 - - - - menuMoveToTrash - - - - 998 - - - - menuMoveFrameToCenter - - - - 1003 - - - - moveFrameToCenter: - - - - 1004 - - - - menuNextEpisode - - - - 1028 - - - - menuPrevEpisode - - - - 1029 - - - - menuResetFrameScaleRatio - - - - 1034 - - - - resetFrameScaleRatio: - - - - 1035 - - - - menuEnlargeFrame - - - - 1041 - - - - menuEnlargeFrame2 - - - - 1042 - - - - menuShrinkFrame - - - - 1043 - - - - menuShrinkFrame2 - - - - 1044 - - - - stepFrameScale: - - - - 1045 - - - - stepFrameScale: - - - - 1046 - - - - stepFrameScale: - - - - 1047 - - - - stepFrameScale: - - - - 1048 - - - - toggleMirror: - - - - 1052 - - - - menuMirror - - - - 1053 - - - - toggleFlip: - - - - 1054 - - - - menuFlip - - - - 1055 - - - - menuSpeedUp - - - - 1060 - - - - changeSpeed: - - - - 1061 - - - - menuSpeedDown - - - - 1062 - - - - changeSpeed: - - - - 1063 - - - - menuSpeedReset - - - - 1064 - - - - changeSpeed: - - - - 1065 - - - - menuAudioDelayInc - - - - 1069 - - - - changeAudioDelay: - - - - 1070 - - - - menuAudioDelayDec - - - - 1071 - - - - changeAudioDelay: - - - - 1072 - - - - menuAudioDelayReset - - - - 1073 - - - - changeAudioDelay: - - - - 1074 - - - - menuSubDelayInc - - - - 1078 - - - - changeSubDelay: - - - - 1079 - - - - menuSubDelayDec - - - - 1080 - - - - changeSubDelay: - - - - 1081 - - - - menuSubDelayReset - - - - 1082 - - - - changeSubDelay: - - - - 1083 - - - - menuZoomToOriginSize - - - - 1087 - - - - toggleTimeAltDisplayMode: - - - - 1092 - - - - zoomToSize: - - - - 1095 - - - - zoomToSize: - - - - 1096 - - - - menuZoomToDoubleSize - - - - 1097 - - - - menuWndFitToScrn - - - - 1100 - - - - setAspectRatio: - - - - 1115 - - - - setAspectRatio: - - - - 1116 - - - - setAspectRatio: - - - - 1117 - - - - setAspectRatio: - - - - 1118 - - - - setAspectRatio: - - - - 1119 - - - - setAspectRatio: - - - - 1120 - - - - setAspectRatio: - - - - 1121 - - - - setAspectRatio: - - - - 1122 - - - - menuAudioChannels - - - - 1127 - - - - mapAudioChannelsTo: - - - - 1133 - - - - mapAudioChannelsTo: - - - - 1134 - - - - mapAudioChannelsTo: - - - - 1135 - - - - mapAudioChannelsTo: - - - - 1136 - - - - mapAudioChannelsTo: - - - - 1137 - - - - mapAudioChannelsTo: - - - - 1138 - - - - menuChapterList - - - - 1142 - - - - prevEPButton - - - - 1146 - - - - nextEPButton - - - - 1147 - - - - timeDispSwitch - - - - 1148 - - - - menuZoomToHalfSize - - - - 1167 - - - - zoomToSize: - - - - 1168 - - - - menuABLPSetStart - - - - 1178 - - - - menuABLPSetReturn - - - - 1179 - - - - menuABLPCancel - - - - 1180 - - - - setABLoopStart: - - - - 1181 - - - - setABLoopReturn: - - - - 1182 - - - - stopABLoop: - - - - 1183 - - - - deintMenu - - - - 1202 - - - - choseDeinterlaceMethod: - - - - 1203 - - - - choseDeinterlaceMethod: - - - - 1204 - - - - choseDeinterlaceMethod: - - - - 1205 - - - - menuGotoSnapshotFolder - - - - 1211 - - - - controlUI - - - - 621 - - - - mainMenu - - - - 863 - - - - playerController - - - - 877 - - - - dispView - - - - 899 - - - - nextKeyView - - - - 835 - - - - nextKeyView - - - - 642 - - - - openURLPanel - - - - 646 - - - - canceled: - - - - 648 - - - - confirmed: - - - - 649 - - - - openURL: - - - - 650 - - - - urlBox - - - - 653 - - - - playerController - - - - 878 - - - - urlSelected: - - - - 921 - - - - cmdOptionalText - - - - 941 - - - - urlParsingSheet - - - - 1189 - - - - progIndicator - - - - 1190 - - - - urlParseMessage - - - - 1191 - - - - cancelParsing: - - - - 1194 - - - - cancelParseButton - - - - 1195 - - - - nextKeyView - - - - 779 - - - - nextKeyView - - - - 780 - - - - nextKeyView - - - - 901 - - - - showUI: - - - - 852 - - - - controlUI - - - - 864 - - - - playerController - - - - 876 - - - - dispView - - - - 900 - - - - revealSnapshotPath: - - - - 1210 - - - - showUI: - - - - 913 - - - - menuVTPanel - - - - 915 - - - - playerController - - - - 1008 - - - - showUI: - - - - 958 - - - - menuEQPanel - - - - 959 - - - - playerController - - - - 960 - - - - playerController - - - - 963 - - - - openUrlController - - - - 965 - - - - writeSnapshotToFile: - - - - 972 - - - - dispView - - - - 973 - - - - donate: - - - - 1010 - - - - gotoFeedbackPage: - - - - 1013 - - - - openPanelAccView - - - - 1163 - - - - externalAudioFilePath - - - - 1164 - - - - openExternalAudioFile: - - - - 1165 - - - - checkForUpdate: - - - - 1213 - - - - toggleUI: - - - - 1006 - - - - playerController - - - - 1007 - - - - playPrevious: - - - - 1023 - - - - playNext: - - - - 1024 - - - - playNext: - - - - 1030 - - - - playPrevious: - - - - 1031 - - - - playerController - - - - 1032 - - - - enabled: values.SnapshotFormat - - - - - - enabled: values.SnapshotFormat - enabled - values.SnapshotFormat - 2 - - - 1209 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - -3 - - - Application - - - 29 - - - YES - - - - - - - - - - - - - 19 - - - YES - - - - - - 56 - - - YES - - - - - - 83 - - - YES - - - - - - 81 - - - YES - - - - - - - - - - - - - 72 - - - - - 124 - - - YES - - - - - - 73 - - - - - 79 - - - - - 125 - - - YES - - - - - - 126 - - - - - 57 - - - YES - - - - - - - - - - - - - - - - - - 58 - - - - - 134 - - - - - 150 - - - - - 136 - - - - - 144 - - - - - 129 - - - - - 143 - - - - - 236 - - - - - 131 - - - YES - - - - - - 149 - - - - - 145 - - - - - 130 - - - - - 371 - - - YES - - - - - - 372 - - - YES - - - - - - - DispView - - - 490 - - - YES - - - - - - 491 - - - YES - - - - - - - - 492 - - - - - 494 - - - PlayerController - - - 603 - - - - - 627 - - - YES - - - - - - 628 - - - YES - - - - - - - - - - 629 - - - YES - - - - - - 630 - - - - - 633 - - - YES - - - - - - 634 - - - - - 635 - - - YES - - - - - - 636 - - - - - 644 - - - - - 645 - - - OpenUrlController - - - 651 - - - YES - - - - - - 652 - - - - - 24 - - - YES - - - - - - - - - - - - - 23 - - - - - 239 - - - - - 5 - - - - - 92 - - - - - 659 - - - YES - - - - - - 660 - - - YES - - - - - - - - - - - - - 664 - - - - - 665 - - - - - 666 - - - - - 668 - - - - - 669 - - - - - 782 - - - YES - - - - - - 783 - - - YES - - - - - - - - - - - - - 820 - - - - - 836 - - - - - 854 - - - - - 540 - - - YES - - - - - - - - - - - - - - - ControlUIView - - - 849 - - - YES - - - - hintTime - - - 754 - - - YES - - - - showHide accessary Control - - - 741 - - - YES - - - - - - - - - Accessary Control - - - 579 - - - YES - - - - Time Slider - - - 577 - - - YES - - - - timeText - - - 571 - - - YES - - - - - - 569 - - - YES - - - - Horizontal Slider (VolumeSlider) - - - 558 - - - YES - - - - - - 549 - - - YES - - - - - - 550 - - - - - 559 - - - - - 570 - - - - - 572 - - - - - 578 - - - - - 580 - - - - - 737 - - - YES - - - - speed (1.0) - - - 747 - - - YES - - - - subDelay (0.0) - - - 744 - - - YES - - - - audioDelay (0.0) - - - 746 - - - YES - - - - - - 742 - - - YES - - - - - - 735 - - - YES - - - - - - 736 - - - - - 743 - - - - - 749 - - - - - 745 - - - - - 748 - - - - - 738 - - - - - 755 - - - - - 850 - - - - - 843 - - - Resize Indicator - - - 881 - - - YES - - - - - - 882 - - - - - 910 - - - - - 911 - - - - - 912 - - - - - 922 - - - - - 925 - - - - - 939 - - - YES - - - - - - 940 - - - - - 950 - - - YES - - - - timeTextAlt - - - 951 - - - - - 953 - - - - - 956 - - - - - 957 - - - - - 787 - - - - - 786 - - - - - 961 - - - AppController - - - 975 - - - YES - - - - - - 976 - - - YES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 916 - - - - - 980 - - - - - 981 - - - - - 942 - - - - - 943 - - - - - 982 - - - - - 985 - - - - - 989 - - - - - 996 - - - - - 997 - - - - - 1001 - - - - - 1002 - - - - - 1005 - - - - - 1009 - - - - - 1011 - - - - - 1012 - - - - - 1019 - - - YES - - - - - - controls1 - - - 1017 - - - YES - - - - - - 1018 - - - - - 1014 - - - YES - - - - - - 1015 - - - - - 553 - - - YES - - - - - - 554 - - - - - 1022 - - - - - 1025 - - - - - 1026 - - - - - 1033 - - - - - 1036 - - - - - 1037 - - - - - 1038 - - - - - 1039 - - - - - 1040 - - - - - 1049 - - - - - 1050 - - - - - 1051 - - - - - 1084 - - - - - 1085 - - - - - 1088 - - - - - 1090 - - - YES - - - - - - 1091 - - - - - 1093 - - - - - 1098 - - - - - 1102 - - - YES - - - - - - 1103 - - - YES - - - - - - - - - - - - - - - - - 903 - - - - - 904 - - - - - 1105 - - - - - 1106 - - - - - 1107 - - - - - 1108 - - - - - 1109 - - - - - 1110 - - - - - 1111 - - - - - 1112 - - - - - 1113 - - - - - 1114 - - - - - 1140 - - - - - 1141 - - - - - 1143 - - - YES - - - - - - 1144 - - - YES - - - - - - - - - - - - - - - - - - - - - - - - - - - 935 - - - - - 1057 - - - - - 1058 - - - - - 907 - - - - - 1059 - - - - - 853 - - - - - 1124 - - - YES - - - - - - 1125 - - - YES - - - - - - - - - - - - 1139 - - - - - 1132 - - - - - 1131 - - - - - 1130 - - - - - 1129 - - - - - 1128 - - - - - 1126 - - - - - 857 - - - - - 858 - - - - - 1066 - - - - - 1067 - - - - - 1068 - - - - - 837 - - - - - 784 - - - - - 829 - - - - - 830 - - - - - 1075 - - - - - 1077 - - - - - 1076 - - - - - 1027 - - - - - 992 - - - - - 1149 - - - YES - - - - - - OpenPanelAcce - - - 1157 - - - YES - - - - - - 1158 - - - - - 1159 - - - YES - - - - - - 1160 - - - - - 1161 - - - YES - - - - - - 1162 - - - - - 1166 - - - - - 1170 - - - YES - - - - - - 1171 - - - YES - - - - - - - - - 1173 - - - - - 1174 - - - - - 1175 - - - - - 1176 - - - - - 1177 - - - - - 1184 - - - YES - - - - - - 1185 - - - YES - - - - - - - - 1186 - - - YES - - - - - - 1187 - - - - - 1188 - - - - - 1192 - - - YES - - - - - - 1193 - - - - - 1196 - - - YES - - - - - - 1197 - - - YES - - - - - - - - 1198 - - - - - 1200 - - - - - 1201 - - - - - 1206 - - - - - 1207 - - - - - 1212 - - - - - - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 1001.IBAttributePlaceholdersKey - 1001.IBPluginDependency - 1002.IBPluginDependency - 1005.IBPluginDependency - 1009.IBPluginDependency - 1011.IBPluginDependency - 1012.IBPluginDependency - 1014.IBPluginDependency - 1015.IBPluginDependency - 1017.IBPluginDependency - 1018.IBPluginDependency - 1019.IBPluginDependency - 1022.IBPluginDependency - 1025.IBPluginDependency - 1026.IBPluginDependency - 1027.IBPluginDependency - 1033.IBAttributePlaceholdersKey - 1033.IBPluginDependency - 1036.IBPluginDependency - 1037.IBPluginDependency - 1038.IBPluginDependency - 1039.IBPluginDependency - 1040.IBPluginDependency - 1049.IBPluginDependency - 1050.IBPluginDependency - 1051.IBPluginDependency - 1057.IBPluginDependency - 1058.IBPluginDependency - 1059.IBPluginDependency - 1066.IBPluginDependency - 1067.IBPluginDependency - 1068.IBPluginDependency - 1075.IBPluginDependency - 1076.IBPluginDependency - 1077.IBPluginDependency - 1084.IBPluginDependency - 1085.IBPluginDependency - 1088.IBPluginDependency - 1090.IBPluginDependency - 1091.IBPluginDependency - 1093.IBPluginDependency - 1098.IBPluginDependency - 1102.IBPluginDependency - 1103.IBPluginDependency - 1105.IBPluginDependency - 1106.IBPluginDependency - 1107.IBPluginDependency - 1108.IBPluginDependency - 1109.IBPluginDependency - 1110.IBPluginDependency - 1111.IBPluginDependency - 1112.IBPluginDependency - 1113.IBPluginDependency - 1114.IBPluginDependency - 1124.IBPluginDependency - 1125.IBPluginDependency - 1126.IBPluginDependency - 1128.IBPluginDependency - 1129.IBPluginDependency - 1130.IBPluginDependency - 1131.IBPluginDependency - 1132.IBPluginDependency - 1139.IBPluginDependency - 1140.IBPluginDependency - 1141.IBPluginDependency - 1143.IBPluginDependency - 1144.IBPluginDependency - 1149.IBPluginDependency - 1157.IBPluginDependency - 1158.IBPluginDependency - 1159.IBPluginDependency - 1160.IBPluginDependency - 1161.IBPluginDependency - 1162.IBPluginDependency - 1166.IBPluginDependency - 1170.IBPluginDependency - 1171.IBPluginDependency - 1173.IBPluginDependency - 1174.IBPluginDependency - 1175.IBPluginDependency - 1176.IBPluginDependency - 1177.IBPluginDependency - 1184.IBPluginDependency - 1184.NSWindowTemplate.visibleAtLaunch - 1185.IBPluginDependency - 1186.IBPluginDependency - 1187.IBPluginDependency - 1188.IBPluginDependency - 1192.IBPluginDependency - 1193.IBPluginDependency - 1196.IBPluginDependency - 1197.IBPluginDependency - 1198.IBPluginDependency - 1200.IBPluginDependency - 1201.IBPluginDependency - 1206.IBPluginDependency - 1207.IBPluginDependency - 1212.IBPluginDependency - 124.IBPluginDependency - 125.IBPluginDependency - 126.IBPluginDependency - 129.IBPluginDependency - 130.IBPluginDependency - 131.IBPluginDependency - 134.IBPluginDependency - 136.IBPluginDependency - 143.IBPluginDependency - 144.IBPluginDependency - 145.IBPluginDependency - 149.IBPluginDependency - 150.IBPluginDependency - 19.IBPluginDependency - 23.IBPluginDependency - 236.IBPluginDependency - 239.IBPluginDependency - 24.IBPluginDependency - 29.IBPluginDependency - 371.IBPluginDependency - 371.IBWindowTemplateEditedContentRect - 371.NSWindowTemplate.visibleAtLaunch - 372.CustomClassName - 372.IBPluginDependency - 490.IBPluginDependency - 491.IBPluginDependency - 492.IBPluginDependency - 494.IBPluginDependency - 5.IBPluginDependency - 540.IBPluginDependency - 540.IBViewIntegration.shadowBlurRadius - 540.IBViewIntegration.shadowColor - 540.IBViewIntegration.shadowOffsetHeight - 540.IBViewIntegration.shadowOffsetWidth - 549.IBAttributePlaceholdersKey - 549.IBPluginDependency - 550.IBPluginDependency - 553.IBAttributePlaceholdersKey - 553.IBPluginDependency - 554.IBPluginDependency - 558.IBAttributePlaceholdersKey - 558.IBPluginDependency - 559.IBPluginDependency - 56.IBPluginDependency - 569.IBAttributePlaceholdersKey - 569.IBPluginDependency - 57.IBPluginDependency - 570.CustomClassName - 570.IBPluginDependency - 571.IBAttributePlaceholdersKey - 571.IBPluginDependency - 572.IBPluginDependency - 577.IBPluginDependency - 578.IBPluginDependency - 579.IBPluginDependency - 58.IBPluginDependency - 580.CustomClassName - 580.IBPluginDependency - 603.IBPluginDependency - 627.IBPluginDependency - 627.IBWindowTemplateEditedContentRect - 627.NSWindowTemplate.visibleAtLaunch - 628.IBPluginDependency - 629.IBPluginDependency - 630.IBPluginDependency - 633.IBPluginDependency - 634.IBPluginDependency - 635.IBPluginDependency - 636.IBPluginDependency - 644.IBPluginDependency - 645.IBPluginDependency - 651.IBPluginDependency - 652.IBPluginDependency - 659.IBPluginDependency - 660.IBPluginDependency - 664.IBPluginDependency - 665.IBPluginDependency - 666.IBPluginDependency - 668.IBPluginDependency - 669.IBPluginDependency - 72.IBPluginDependency - 73.IBPluginDependency - 735.IBPluginDependency - 736.IBPluginDependency - 737.CustomClassName - 737.IBAttributePlaceholdersKey - 737.IBPluginDependency - 738.IBPluginDependency - 741.IBPluginDependency - 741.IBViewIntegration.shadowBlurRadius - 741.IBViewIntegration.shadowColor - 741.IBViewIntegration.shadowOffsetHeight - 741.IBViewIntegration.shadowOffsetWidth - 742.IBPluginDependency - 743.IBPluginDependency - 744.CustomClassName - 744.IBAttributePlaceholdersKey - 744.IBPluginDependency - 745.IBPluginDependency - 746.IBPluginDependency - 747.CustomClassName - 747.IBAttributePlaceholdersKey - 747.IBPluginDependency - 748.IBPluginDependency - 749.IBPluginDependency - 754.IBAttributePlaceholdersKey - 754.IBPluginDependency - 755.IBPluginDependency - 782.IBPluginDependency - 783.IBPluginDependency - 784.IBPluginDependency - 786.IBPluginDependency - 787.IBPluginDependency - 79.IBPluginDependency - 81.IBPluginDependency - 820.IBPluginDependency - 829.IBPluginDependency - 83.IBPluginDependency - 830.IBPluginDependency - 836.IBPluginDependency - 837.IBPluginDependency - 843.IBPluginDependency - 849.IBPluginDependency - 849.IBViewIntegration.shadowBlurRadius - 849.IBViewIntegration.shadowColor - 849.IBViewIntegration.shadowOffsetHeight - 849.IBViewIntegration.shadowOffsetWidth - 850.IBPluginDependency - 853.IBPluginDependency - 854.IBPluginDependency - 857.IBPluginDependency - 858.IBPluginDependency - 881.CustomClassName - 881.IBPluginDependency - 882.IBPluginDependency - 903.IBPluginDependency - 904.IBPluginDependency - 907.IBPluginDependency - 910.IBPluginDependency - 911.IBPluginDependency - 912.IBPluginDependency - 916.IBPluginDependency - 92.IBPluginDependency - 922.IBPluginDependency - 925.IBPluginDependency - 935.IBPluginDependency - 939.IBPluginDependency - 940.IBPluginDependency - 942.IBPluginDependency - 943.IBPluginDependency - 950.IBPluginDependency - 951.IBPluginDependency - 953.IBPluginDependency - 956.IBPluginDependency - 957.IBPluginDependency - 961.IBPluginDependency - 975.IBPluginDependency - 976.IBPluginDependency - 980.IBPluginDependency - 981.IBPluginDependency - 982.IBPluginDependency - 985.IBPluginDependency - 989.IBPluginDependency - 992.IBPluginDependency - 996.IBPluginDependency - 997.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - In fullscreen mode, you could move the frame by alt + dragging, or alt + shift +dragging - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - In fullscreen mode, you could also enlarge/shrink frame by alt + scroll or magnify on touchpad - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{364, 564}, {480, 360}} - - RootLayerView - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - 3 - MC4yNQA - - - - - - ToolTip - - ToolTip - - Enter/Exit Fullscreen - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Play/Pause - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Toggle Fillscreen - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Volume - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - BGHUDSliderCell - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - toggle Mute - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - TimeSliderCell - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{475, 727}, {500, 94}} - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - ArrowTextField - - ToolTip - - ToolTip - - Set play speed - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - ArrowTextField - - ToolTip - - ToolTip - - Set audio delay - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - ArrowTextField - - ToolTip - - ToolTip - - Set subtitle delay - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Show/Hide Playing Controls - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - OsdText - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - - - - YES - - - - - 1215 - - - - YES - - AppController - NSObject - - YES - - YES - checkForUpdate: - donate: - gotoFeedbackPage: - gotoWikiPage: - moveToTrash: - openExternalAudioFile: - openFile: - openVIDEOTS: - writeSnapshotToFile: - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - checkForUpdate: - donate: - gotoFeedbackPage: - gotoWikiPage: - moveToTrash: - openExternalAudioFile: - openFile: - openVIDEOTS: - writeSnapshotToFile: - - - YES - - checkForUpdate: - id - - - donate: - id - - - gotoFeedbackPage: - id - - - gotoWikiPage: - id - - - moveToTrash: - id - - - openExternalAudioFile: - id - - - openFile: - id - - - openVIDEOTS: - id - - - writeSnapshotToFile: - id - - - - - YES - - YES - dispView - externalAudioFilePath - openPanelAccView - openUrlController - playerController - - - YES - RootLayerView - NSTextField - NSView - OpenURLController - PlayerController - - - - YES - - YES - dispView - externalAudioFilePath - openPanelAccView - openUrlController - playerController - - - YES - - dispView - RootLayerView - - - externalAudioFilePath - NSTextField - - - openPanelAccView - NSView - - - openUrlController - OpenURLController - - - playerController - PlayerController - - - - - IBProjectSource - ./Classes/AppController.h - - - - ArrowTextField - NSTextField - - IBProjectSource - ./Classes/ArrowTextField.h - - - - BGHUDSliderCell - NSSliderCell - - IBProjectSource - ./Classes/BGHUDSliderCell.h - - - - CharsetQueryController - NSObject - - YES - - YES - canceled: - confirmed: - - - YES - id - id - - - - YES - - YES - canceled: - confirmed: - - - YES - - canceled: - id - - - confirmed: - id - - - - - YES - - YES - charsetListPopup - encodingWindow - outputText - - - YES - NSPopUpButton - NSWindow - NSTextField - - - - YES - - YES - charsetListPopup - encodingWindow - outputText - - - YES - - charsetListPopup - NSPopUpButton - - - encodingWindow - NSWindow - - - outputText - NSTextField - - - - - IBProjectSource - ./Classes/CharsetQueryController.h - - - - ControlUIView - NSView - - YES - - YES - changeAudioBalanceBy: - changeAudioDelay: - changeSpeed: - changeSubDelay: - changeSubPosBy: - changeSubScale: - changeVolumeBy: - choseDeinterlaceMethod: - mapAudioChannelsTo: - moveFrameToCenter: - resetAspectRatio: - resetFrameScaleRatio: - seekTo: - setABLoopReturn: - setABLoopStart: - setAspectRatio: - setAudioWithID: - setChapterWithTime: - setSubWithID: - setVideoWithID: - setVolume: - stepAudios: - stepFrameScale: - stepSubtitles: - stepVideos: - stepWindowSize: - stopABLoop: - toggleAccessaryControls: - toggleFillScreen: - toggleFlip: - toggleFullScreen: - toggleLetterBox: - toggleLockAspectRatio: - toggleMirror: - toggleMute: - togglePlayPause: - toggleTimeAltDisplayMode: - zoomToSize: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - changeAudioBalanceBy: - changeAudioDelay: - changeSpeed: - changeSubDelay: - changeSubPosBy: - changeSubScale: - changeVolumeBy: - choseDeinterlaceMethod: - mapAudioChannelsTo: - moveFrameToCenter: - resetAspectRatio: - resetFrameScaleRatio: - seekTo: - setABLoopReturn: - setABLoopStart: - setAspectRatio: - setAudioWithID: - setChapterWithTime: - setSubWithID: - setVideoWithID: - setVolume: - stepAudios: - stepFrameScale: - stepSubtitles: - stepVideos: - stepWindowSize: - stopABLoop: - toggleAccessaryControls: - toggleFillScreen: - toggleFlip: - toggleFullScreen: - toggleLetterBox: - toggleLockAspectRatio: - toggleMirror: - toggleMute: - togglePlayPause: - toggleTimeAltDisplayMode: - zoomToSize: - - - YES - - changeAudioBalanceBy: - id - - - changeAudioDelay: - id - - - changeSpeed: - id - - - changeSubDelay: - id - - - changeSubPosBy: - id - - - changeSubScale: - id - - - changeVolumeBy: - id - - - choseDeinterlaceMethod: - id - - - mapAudioChannelsTo: - id - - - moveFrameToCenter: - id - - - resetAspectRatio: - id - - - resetFrameScaleRatio: - id - - - seekTo: - id - - - setABLoopReturn: - id - - - setABLoopStart: - id - - - setAspectRatio: - id - - - setAudioWithID: - id - - - setChapterWithTime: - id - - - setSubWithID: - id - - - setVideoWithID: - id - - - setVolume: - id - - - stepAudios: - id - - - stepFrameScale: - id - - - stepSubtitles: - id - - - stepVideos: - id - - - stepWindowSize: - id - - - stopABLoop: - id - - - toggleAccessaryControls: - id - - - toggleFillScreen: - id - - - toggleFlip: - id - - - toggleFullScreen: - id - - - toggleLetterBox: - id - - - toggleLockAspectRatio: - id - - - toggleMirror: - id - - - toggleMute: - id - - - togglePlayPause: - id - - - toggleTimeAltDisplayMode: - id - - - zoomToSize: - id - - - - - YES - - YES - accessaryContainer - audioDelayText - deintMenu - dispView - fillScreenButton - fullScreenButton - hintTime - menuABLPCancel - menuABLPSetReturn - menuABLPSetStart - menuAudioChannels - menuAudioDelayDec - menuAudioDelayInc - menuAudioDelayReset - menuChapterList - menuEnlargeFrame - menuEnlargeFrame2 - menuFlip - menuGotoSnapshotFolder - menuMirror - menuMoveFrameToCenter - menuMoveToTrash - menuNextEpisode - menuPlayFromLastStoppedPlace - menuPrevEpisode - menuResetFrameScaleRatio - menuResetLockAspectRatio - menuShowMediaInfo - menuShrinkFrame - menuShrinkFrame2 - menuSizeDec - menuSizeInc - menuSnapshot - menuSpeedDown - menuSpeedReset - menuSpeedUp - menuSubDelayDec - menuSubDelayInc - menuSubDelayReset - menuSubScaleDec - menuSubScaleInc - menuSwitchAudio - menuSwitchSub - menuSwitchVideo - menuToggleAuxiliaryCtrls - menuToggleFillScreen - menuToggleFullScreen - menuToggleLetterBox - menuToggleLockAspectRatio - menuVolDec - menuVolInc - menuWndFitToScrn - menuZoomToDoubleSize - menuZoomToHalfSize - menuZoomToOriginSize - nextEPButton - osd - playPauseButton - playerController - prevEPButton - rzIndicator - speedText - subDelayText - timeDispSwitch - timeSlider - timeText - timeTextAlt - title - toggleAcceButton - volumeButton - volumeSlider - - - YES - NSView - ArrowTextField - NSMenu - RootLayerView - NSButton - NSButton - NSTextField - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSMenuItem - NSButton - OsdText - NSButton - PlayerController - NSButton - ResizeIndicator - ArrowTextField - ArrowTextField - NSButton - NSSlider - NSTextField - NSTextField - TitleView - NSButton - NSButton - NSSlider - - - - YES - - YES - accessaryContainer - audioDelayText - deintMenu - dispView - fillScreenButton - fullScreenButton - hintTime - menuABLPCancel - menuABLPSetReturn - menuABLPSetStart - menuAudioChannels - menuAudioDelayDec - menuAudioDelayInc - menuAudioDelayReset - menuChapterList - menuEnlargeFrame - menuEnlargeFrame2 - menuFlip - menuGotoSnapshotFolder - menuMirror - menuMoveFrameToCenter - menuMoveToTrash - menuNextEpisode - menuPlayFromLastStoppedPlace - menuPrevEpisode - menuResetFrameScaleRatio - menuResetLockAspectRatio - menuShowMediaInfo - menuShrinkFrame - menuShrinkFrame2 - menuSizeDec - menuSizeInc - menuSnapshot - menuSpeedDown - menuSpeedReset - menuSpeedUp - menuSubDelayDec - menuSubDelayInc - menuSubDelayReset - menuSubScaleDec - menuSubScaleInc - menuSwitchAudio - menuSwitchSub - menuSwitchVideo - menuToggleAuxiliaryCtrls - menuToggleFillScreen - menuToggleFullScreen - menuToggleLetterBox - menuToggleLockAspectRatio - menuVolDec - menuVolInc - menuWndFitToScrn - menuZoomToDoubleSize - menuZoomToHalfSize - menuZoomToOriginSize - nextEPButton - osd - playPauseButton - playerController - prevEPButton - rzIndicator - speedText - subDelayText - timeDispSwitch - timeSlider - timeText - timeTextAlt - title - toggleAcceButton - volumeButton - volumeSlider - - - YES - - accessaryContainer - NSView - - - audioDelayText - ArrowTextField - - - deintMenu - NSMenu - - - dispView - RootLayerView - - - fillScreenButton - NSButton - - - fullScreenButton - NSButton - - - hintTime - NSTextField - - - menuABLPCancel - NSMenuItem - - - menuABLPSetReturn - NSMenuItem - - - menuABLPSetStart - NSMenuItem - - - menuAudioChannels - NSMenuItem - - - menuAudioDelayDec - NSMenuItem - - - menuAudioDelayInc - NSMenuItem - - - menuAudioDelayReset - NSMenuItem - - - menuChapterList - NSMenuItem - - - menuEnlargeFrame - NSMenuItem - - - menuEnlargeFrame2 - NSMenuItem - - - menuFlip - NSMenuItem - - - menuGotoSnapshotFolder - NSMenuItem - - - menuMirror - NSMenuItem - - - menuMoveFrameToCenter - NSMenuItem - - - menuMoveToTrash - NSMenuItem - - - menuNextEpisode - NSMenuItem - - - menuPlayFromLastStoppedPlace - NSMenuItem - - - menuPrevEpisode - NSMenuItem - - - menuResetFrameScaleRatio - NSMenuItem - - - menuResetLockAspectRatio - NSMenuItem - - - menuShowMediaInfo - NSMenuItem - - - menuShrinkFrame - NSMenuItem - - - menuShrinkFrame2 - NSMenuItem - - - menuSizeDec - NSMenuItem - - - menuSizeInc - NSMenuItem - - - menuSnapshot - NSMenuItem - - - menuSpeedDown - NSMenuItem - - - menuSpeedReset - NSMenuItem - - - menuSpeedUp - NSMenuItem - - - menuSubDelayDec - NSMenuItem - - - menuSubDelayInc - NSMenuItem - - - menuSubDelayReset - NSMenuItem - - - menuSubScaleDec - NSMenuItem - - - menuSubScaleInc - NSMenuItem - - - menuSwitchAudio - NSMenuItem - - - menuSwitchSub - NSMenuItem - - - menuSwitchVideo - NSMenuItem - - - menuToggleAuxiliaryCtrls - NSMenuItem - - - menuToggleFillScreen - NSMenuItem - - - menuToggleFullScreen - NSMenuItem - - - menuToggleLetterBox - NSMenuItem - - - menuToggleLockAspectRatio - NSMenuItem - - - menuVolDec - NSMenuItem - - - menuVolInc - NSMenuItem - - - menuWndFitToScrn - NSMenuItem - - - menuZoomToDoubleSize - NSMenuItem - - - menuZoomToHalfSize - NSMenuItem - - - menuZoomToOriginSize - NSMenuItem - - - nextEPButton - NSButton - - - osd - OsdText - - - playPauseButton - NSButton - - - playerController - PlayerController - - - prevEPButton - NSButton - - - rzIndicator - ResizeIndicator - - - speedText - ArrowTextField - - - subDelayText - ArrowTextField - - - timeDispSwitch - NSButton - - - timeSlider - NSSlider - - - timeText - NSTextField - - - timeTextAlt - NSTextField - - - title - TitleView - - - toggleAcceButton - NSButton - - - volumeButton - NSButton - - - volumeSlider - NSSlider - - - - - IBProjectSource - ./Classes/ControlUIView.h - - - - EqualizerController - NSObject - - YES - - YES - resetEqualizer: - setEqualizer: - showUI: - - - YES - id - id - id - - - - YES - - YES - resetEqualizer: - setEqualizer: - showUI: - - - YES - - resetEqualizer: - id - - - setEqualizer: - id - - - showUI: - id - - - - - YES - - YES - EQPanel - menuEQPanel - playerController - sli125 - sli16k - sli1k - sli250 - sli2k - sli30 - sli4k - sli500 - sli60 - sli8k - - - YES - NSPanel - NSMenuItem - PlayerController - NSSlider - NSSlider - NSSlider - NSSlider - NSSlider - NSSlider - NSSlider - NSSlider - NSSlider - NSSlider - - - - YES - - YES - EQPanel - menuEQPanel - playerController - sli125 - sli16k - sli1k - sli250 - sli2k - sli30 - sli4k - sli500 - sli60 - sli8k - - - YES - - EQPanel - NSPanel - - - menuEQPanel - NSMenuItem - - - playerController - PlayerController - - - sli125 - NSSlider - - - sli16k - NSSlider - - - sli1k - NSSlider - - - sli250 - NSSlider - - - sli2k - NSSlider - - - sli30 - NSSlider - - - sli4k - NSSlider - - - sli500 - NSSlider - - - sli60 - NSSlider - - - sli8k - NSSlider - - - - - IBProjectSource - ./Classes/EqualizerController.h - - - - InspectorController - NSObject - - toggleUI: - id - - - toggleUI: - - toggleUI: - id - - - - YES - - YES - demuxerInfo - filename - formatInfo - infoContainer - inspectorWin - playerController - sourceInfo - trackInfo - - - YES - NSTextField - NSTextField - NSTextField - NSView - NSWindow - PlayerController - NSTextField - NSTextField - - - - YES - - YES - demuxerInfo - filename - formatInfo - infoContainer - inspectorWin - playerController - sourceInfo - trackInfo - - - YES - - demuxerInfo - NSTextField - - - filename - NSTextField - - - formatInfo - NSTextField - - - infoContainer - NSView - - - inspectorWin - NSWindow - - - playerController - PlayerController - - - sourceInfo - NSTextField - - - trackInfo - NSTextField - - - - - IBProjectSource - ./Classes/InspectorController.h - - - - MPApplication - NSApplication - - YES - - YES - controlUI - playerController - - - YES - ControlUIView - PlayerController - - - - YES - - YES - controlUI - playerController - - - YES - - controlUI - ControlUIView - - - playerController - PlayerController - - - - - IBProjectSource - ./Classes/MPApplication.h - - - - OpenURLController - NSObject - - YES - - YES - cancelParsing: - canceled: - confirmed: - openURL: - urlSelected: - - - YES - id - id - id - id - id - - - - YES - - YES - cancelParsing: - canceled: - confirmed: - openURL: - urlSelected: - - - YES - - cancelParsing: - id - - - canceled: - id - - - confirmed: - id - - - openURL: - id - - - urlSelected: - id - - - - - YES - - YES - cancelParseButton - cmdOptionalText - openURLPanel - playerController - progIndicator - urlBox - urlParseMessage - urlParsingSheet - - - YES - NSButton - NSTextField - NSPanel - PlayerController - NSProgressIndicator - NSComboBox - NSTextField - NSWindow - - - - YES - - YES - cancelParseButton - cmdOptionalText - openURLPanel - playerController - progIndicator - urlBox - urlParseMessage - urlParsingSheet - - - YES - - cancelParseButton - NSButton - - - cmdOptionalText - NSTextField - - - openURLPanel - NSPanel - - - playerController - PlayerController - - - progIndicator - NSProgressIndicator - - - urlBox - NSComboBox - - - urlParseMessage - NSTextField - - - urlParsingSheet - NSWindow - - - - - IBProjectSource - ./Classes/OpenURLController.h - - - - OsdText - NSTextField - - IBProjectSource - ./Classes/OsdText.h - - - - PlayListController - NSObject - - YES - - YES - playNext: - playPrevious: - - - YES - id - id - - - - YES - - YES - playNext: - playPrevious: - - - YES - - playNext: - id - - - playPrevious: - id - - - - - playerController - PlayerController - - - playerController - - playerController - PlayerController - - - - IBProjectSource - ./Classes/PlayListController.h - - - - PlayerController - NSObject - - YES - - YES - charsetController - controlUI - - - YES - CharsetQueryController - ControlUIView - - - - YES - - YES - charsetController - controlUI - - - YES - - charsetController - CharsetQueryController - - - controlUI - ControlUIView - - - - - IBProjectSource - ./Classes/PlayerController.h - - - - PlayerWindow - NSWindow - - titlebar - TitleView - - - titlebar - - titlebar - TitleView - - - - IBProjectSource - ./Classes/PlayerWindow.h - - - - PrefController - NSObject - - YES - - YES - checkCacheFormat: - controlUIAppearanceChanged: - fontSelected: - letterBoxModeChanged: - multiThreadChanged: - onTopModeChanged: - osdSetChanged: - recentMenuSettingChanged: - revealSnapshotPath: - showUI: - snapshotFormatChanged: - subEncodingSchemeChanged: - switchViews: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - checkCacheFormat: - controlUIAppearanceChanged: - fontSelected: - letterBoxModeChanged: - multiThreadChanged: - onTopModeChanged: - osdSetChanged: - recentMenuSettingChanged: - revealSnapshotPath: - showUI: - snapshotFormatChanged: - subEncodingSchemeChanged: - switchViews: - - - YES - - checkCacheFormat: - id - - - controlUIAppearanceChanged: - id - - - fontSelected: - id - - - letterBoxModeChanged: - id - - - multiThreadChanged: - id - - - onTopModeChanged: - id - - - osdSetChanged: - id - - - recentMenuSettingChanged: - id - - - revealSnapshotPath: - id - - - showUI: - id - - - snapshotFormatChanged: - id - - - subEncodingSchemeChanged: - id - - - switchViews: - id - - - - - YES - - YES - charsetListPopup - controlUI - dispView - fontListPopup - playerController - prefToolbar - prefWin - viewAdvanced - viewAudio - viewGeneral - viewNetwork - viewSub - viewVideo - - - YES - NSPopUpButton - ControlUIView - RootLayerView - NSPopUpButton - PlayerController - NSToolbar - NSWindow - NSView - NSView - NSView - NSView - NSView - NSView - - - - YES - - YES - charsetListPopup - controlUI - dispView - fontListPopup - playerController - prefToolbar - prefWin - viewAdvanced - viewAudio - viewGeneral - viewNetwork - viewSub - viewVideo - - - YES - - charsetListPopup - NSPopUpButton - - - controlUI - ControlUIView - - - dispView - RootLayerView - - - fontListPopup - NSPopUpButton - - - playerController - PlayerController - - - prefToolbar - NSToolbar - - - prefWin - NSWindow - - - viewAdvanced - NSView - - - viewAudio - NSView - - - viewGeneral - NSView - - - viewNetwork - NSView - - - viewSub - NSView - - - viewVideo - NSView - - - - - IBProjectSource - ./Classes/PrefController.h - - - - ResizeIndicator - NSView - - IBProjectSource - ./Classes/ResizeIndicator.h - - - - RootLayerView - NSView - - YES - - YES - VTController - controlUI - osd - playerController - playerWindow - shortCutManager - titlebar - - - YES - VideoTunerController - ControlUIView - OsdText - PlayerController - PlayerWindow - ShortCutManager - TitleView - - - - YES - - YES - VTController - controlUI - osd - playerController - playerWindow - shortCutManager - titlebar - - - YES - - VTController - VideoTunerController - - - controlUI - ControlUIView - - - osd - OsdText - - - playerController - PlayerController - - - playerWindow - PlayerWindow - - - shortCutManager - ShortCutManager - - - titlebar - TitleView - - - - - IBProjectSource - ./Classes/RootLayerView.h - - - - ShortCutManager - NSObject - - YES - - YES - controlUI - dispView - mainMenu - playerController - - - YES - ControlUIView - RootLayerView - NSMenu - PlayerController - - - - YES - - YES - controlUI - dispView - mainMenu - playerController - - - YES - - controlUI - ControlUIView - - - dispView - RootLayerView - - - mainMenu - NSMenu - - - playerController - PlayerController - - - - - IBProjectSource - ./Classes/ShortCutManager.h - - - - TimeSliderCell - BGHUDSliderCell - - IBProjectSource - ./Classes/TimeSliderCell.h - - - - TitleView - NSView - - IBProjectSource - ./Classes/TitleView.h - - - - VideoTunerController - NSObject - - YES - - YES - setFilterParameters: - showUI: - stepFilterParameters: - - - YES - id - id - id - - - - YES - - YES - setFilterParameters: - showUI: - stepFilterParameters: - - - YES - - setFilterParameters: - id - - - showUI: - id - - - stepFilterParameters: - id - - - - - YES - - YES - VTWin - brDec - brInc - conDec - conInc - gmDec - gmInc - hueDec - hueInc - menuVTPanel - nrDec - nrInc - playerController - satDec - satInc - shpDec - shpInc - sliderBrightness - sliderContrast - sliderGamma - sliderHue - sliderNR - sliderSaturation - sliderSharpness - - - YES - NSWindow - NSButton - NSButton - NSButton - NSButton - NSButton - NSButton - NSButton - NSButton - NSMenuItem - NSButton - NSButton - PlayerController - NSButton - NSButton - NSButton - NSButton - NSSlider - NSSlider - NSSlider - NSSlider - NSSlider - NSSlider - NSSlider - - - - YES - - YES - VTWin - brDec - brInc - conDec - conInc - gmDec - gmInc - hueDec - hueInc - menuVTPanel - nrDec - nrInc - playerController - satDec - satInc - shpDec - shpInc - sliderBrightness - sliderContrast - sliderGamma - sliderHue - sliderNR - sliderSaturation - sliderSharpness - - - YES - - VTWin - NSWindow - - - brDec - NSButton - - - brInc - NSButton - - - conDec - NSButton - - - conInc - NSButton - - - gmDec - NSButton - - - gmInc - NSButton - - - hueDec - NSButton - - - hueInc - NSButton - - - menuVTPanel - NSMenuItem - - - nrDec - NSButton - - - nrInc - NSButton - - - playerController - PlayerController - - - satDec - NSButton - - - satInc - NSButton - - - shpDec - NSButton - - - shpInc - NSButton - - - sliderBrightness - NSSlider - - - sliderContrast - NSSlider - - - sliderGamma - NSSlider - - - sliderHue - NSSlider - - - sliderNR - NSSlider - - - sliderSaturation - NSSlider - - - sliderSharpness - NSSlider - - - - - IBProjectSource - ./Classes/VideoTunerController.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - enterfullscreen - exitfillscreen_ub - exitfullscreen - fillscreen_ub - fold - mute - next-episode - pause - play - prev-episode - unfold - vol_mid - - - YES - {11, 11} - {10, 3} - {48, 48} - {48, 48} - {48, 48} - {48, 48} - {48, 48} - {48, 48} - {48, 48} - {48, 48} - {48, 48} - {48, 48} - {48, 48} - {48, 48} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MPlayerX/MPXWindowButton.m b/MPlayerX/MPXWindowButton.m index 8952c18..4b7dccf 100644 --- a/MPlayerX/MPXWindowButton.m +++ b/MPlayerX/MPXWindowButton.m @@ -20,10 +20,6 @@ #import "MPXWindowButton.h" -NSString * const kMPXAccessibilityCloseButtonDesc = @"closeButton"; -NSString * const kMPXAccessibilityMinimizeButtonDesc = @"minimizeButton"; -NSString * const kMPXAccessibilityZoomButtonDesc = @"zoomButton"; - @implementation MPXWindowButton @synthesize windowButtonType; @@ -102,25 +98,17 @@ -(id) accessibilityAttributeValue: (NSString*)attr case kMPXWindowZoomButtonType: ret = NSAccessibilityZoomButtonSubrole; break; +#if defined(MAC_OS_X_VERSION_10_7) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7 + case kMPXWindowFullscreenButtonType: + if (&NSAccessibilityFullScreenButtonAttribute != nil) { + ret = NSAccessibilityFullScreenButtonSubrole; + break; + } +#endif default: ret = NSAccessibilityUnknownSubrole; break; } - } else if ([attr isEqualToString:NSAccessibilityDescriptionAttribute]) { - switch (type) { - case kMPXWindowCloseButtonType: - ret = kMPXAccessibilityCloseButtonDesc; - break; - case kMPXWindowMinimizeButtonType: - ret = kMPXAccessibilityMinimizeButtonDesc; - break; - case kMPXWindowZoomButtonType: - ret = kMPXAccessibilityZoomButtonDesc; - break; - default: - ret = @""; - break; - } } else if ([attr isEqualToString:NSAccessibilityEditedAttribute]) { ret = [NSNumber numberWithBool:NO]; diff --git a/MPlayerX/PlayerWindow.m b/MPlayerX/PlayerWindow.m index db7b6c9..13a88f4 100644 --- a/MPlayerX/PlayerWindow.m +++ b/MPlayerX/PlayerWindow.m @@ -23,7 +23,6 @@ #import "CocoaAppendix.h" #import "KeyCode.h" -NSString * const kMPXAccessibilityPlayerWindowDesc = @"PlayerWindow"; NSString * const kMPXAccessibilityWindowFrameAttribute = @"AXMPXWindowFrame"; @implementation PlayerWindow @@ -138,17 +137,19 @@ -(id) accessibilityAttributeValue:(NSString*)attr id ret; if ([attr isEqualToString:NSAccessibilityCloseButtonAttribute]) { - ret = [titlebar closeButton]; + ret = [[titlebar closeButton] cell]; } else if ([attr isEqualToString:NSAccessibilityMinimizeButtonAttribute]) { - ret = [titlebar miniButton]; + ret = [[titlebar miniButton] cell]; } else if ([attr isEqualToString:NSAccessibilityZoomButtonAttribute]) { - ret = [titlebar zoomButton]; - - } else if ([attr isEqualToString:NSAccessibilityDescriptionAttribute]) { - ret = kMPXAccessibilityPlayerWindowDesc; - + ret = [[titlebar zoomButton] cell]; + +#if defined(MAC_OS_X_VERSION_10_7) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7 + } else if (&NSAccessibilityFullScreenButtonAttribute != nil && [attr isEqualToString:NSAccessibilityFullScreenButtonAttribute]) { + ret = [[titlebar fsButton] cell]; +#endif + } else if ([attr isEqualToString:NSAccessibilitySubroleAttribute]) { ret = NSAccessibilityStandardWindowSubrole; diff --git a/MPlayerX/TitleView.h b/MPlayerX/TitleView.h index 14f4695..c969ea6 100644 --- a/MPlayerX/TitleView.h +++ b/MPlayerX/TitleView.h @@ -59,6 +59,8 @@ @property(readonly) NSButton *closeButton; @property(readonly) NSButton *miniButton; @property(readonly) NSButton *zoomButton; +@property(readonly) NSButton *fsButton; + -(void) resetPosition; @end diff --git a/MPlayerX/TitleView.m b/MPlayerX/TitleView.m index 86fe510..f49273e 100644 --- a/MPlayerX/TitleView.m +++ b/MPlayerX/TitleView.m @@ -36,6 +36,7 @@ @implementation TitleView @synthesize closeButton; @synthesize miniButton; @synthesize zoomButton; +@synthesize fsButton; +(void) initialize {