OSDN Git Service

MacGui: "Ritsuka Bar" toolbar initial implementation
[handbrake-jp/handbrake-jp-git.git] / macosx / English.lproj / MainMenu.nib / classes.nib
index 0ab36a6..b1874b1 100644 (file)
@@ -2,14 +2,15 @@
     IBClasses = (
         {
             ACTIONS = {
+                AddAllAudioTracksToPopUp = id; 
                 AddFactoryPresets = id; 
-                AddPreset = id; 
                 AddToQueue = id; 
                 AddUserPreset = id; 
                 AudioTrackMixdownChanged = id; 
                 AudioTrackPopUpChanged = id; 
                 BrowseFile = id; 
                 CalculateBitrate = id; 
+                CalculatePictureSizing = id; 
                 Cancel = id; 
                 ChapterPopUpChanged = id; 
                 CloseAddPresetPanel = id; 
                 CustomSettingUsed = id; 
                 DeleteFactoryPresets = id; 
                 DeletePreset = id; 
-                EnableQueue = id; 
                 EncoderPopUpChanged = id; 
                 FormatPopUpChanged = id; 
                 InsertPreset = id; 
                 OpenForums = id; 
                 OpenHomepage = id; 
+                OpenMainWindow = id; 
                 OpenUserGuide = id; 
                 Pause = id; 
                 QualitySliderChanged = id; 
+                RevertPictureSizeToMax = id; 
                 Rip = id; 
+                SetEnabledStateOfAudioMixdownControls = id; 
                 ShowAddPresetPanel = id; 
+                ShowNewScan = id; 
                 ShowPicturePanel = id; 
                 ShowQueuePanel = id; 
                 ShowScanPanel = id; 
                 TitlePopUpChanged = id; 
+                TwoPassCheckboxChanged = id; 
                 VideoMatrixChanged = id; 
+                X264AdvancedOptionsChanged = id; 
+                X264AdvancedOptionsSet = id; 
+                X264AdvancedOptionsSetCurrentSettings = id; 
+                X264AdvancedOptionsStandardizeOptString = id; 
+                showDebugOutputPanel = id; 
+                showGrowlDoneNotification = id; 
+                showPreferencesWindow = id; 
                 tableViewSelected = id; 
             }; 
             CLASS = HBController; 
             LANGUAGE = ObjC; 
             OUTLETS = {
                 fAddPresetPanel = NSPanel; 
-                fAddToQuButton = NSButton; 
                 fAudBitrateField = NSTextField; 
                 fAudBitratePopUp = NSPopUpButton; 
                 fAudLang1Field = NSTextField; 
@@ -55,6 +66,7 @@
                 fChapterTable = NSTableView; 
                 fCreateChapterMarkers = NSButton; 
                 fDisplayX264Options = NSTextField; 
+                fDisplayX264OptionsLabel = NSTextField; 
                 fDstBrowseButton = NSButton; 
                 fDstCodecsField = NSTextField; 
                 fDstCodecsPopUp = NSPopUpButton; 
@@ -62,7 +74,7 @@
                 fDstFile2Field = NSTextField; 
                 fDstFormatField = NSTextField; 
                 fDstFormatPopUp = NSPopUpButton; 
-                fPauseButton = NSButton; 
+                fDstMpgLargeFileCheck = NSButton; 
                 fPicLabelAnamorphic = NSTextField; 
                 fPicLabelAr = NSTextField; 
                 fPicLabelDeinter = NSTextField; 
@@ -75,6 +87,9 @@
                 fPicLabelSrcX = NSTextField; 
                 fPicSettingARkeep = NSTextField; 
                 fPicSettingARkeepDsply = NSTextField; 
+                fPicSettingAutoCrop = NSTextField; 
+                fPicSettingAutoCropDsply = NSTextField; 
+                fPicSettingAutoCropLabel = NSTextField; 
                 fPicSettingDeinterlace = NSTextField; 
                 fPicSettingDeinterlaceDsply = NSTextField; 
                 fPicSettingHeight = NSTextField; 
                 fPictureController = PictureController; 
                 fPicturePanel = NSPanel; 
                 fPresetDrawer = NSDrawer; 
+                fPresetNewDesc = NSTextField; 
                 fPresetNewName = NSTextField; 
-                fPresetNewPicSettingsApply = NSButton; 
-                fPresetNewX264Opt = NSTextField; 
-                fPresetNewX264OptLabel = NSTextField; 
-                fPresetSaveButton = NSButton; 
+                fPresetNewPicSettingsPopUp = NSPopUpButton; 
                 fPresetSelectedDisplay = NSTextField; 
                 fPresetsAdd = NSButton; 
                 fPresetsDelete = NSButton; 
-                fQueueAddButton = NSButton; 
                 fQueueController = QueueController; 
                 fQueuePanel = NSPanel; 
-                fQueueShowButton = NSButton; 
                 fQueueStatus = NSTextField; 
-                fRipButton = NSButton; 
                 fRipIndicator = NSProgressIndicator; 
                 fScanController = ScanController; 
                 fScanPanel = NSPanel; 
-                fShowQuButton = NSButton; 
                 fSrcChapterEndPopUp = NSPopUpButton; 
                 fSrcChapterField = NSTextField; 
                 fSrcChapterStartPopUp = NSPopUpButton; 
                 fVidRatePopUp = NSPopUpButton; 
                 fVidTargetCell = NSButtonCell; 
                 fVidTargetSizeField = NSTextField; 
+                fVidTurboPassCheck = NSButton; 
                 fVidTwoPassCheck = NSButton; 
                 fWindow = NSWindow; 
+                fX264optAlphaDeblockPopUp = NSPopUpButton; 
+                fX264optBPyramidLabel = NSTextField; 
+                fX264optBPyramidSwitch = NSButton; 
+                fX264optBRDOLabel = NSTextField; 
+                fX264optBRDOSwitch = NSButton; 
+                fX264optBetaDeblockPopUp = NSPopUpButton; 
+                fX264optBframesLabel = NSTextField; 
+                fX264optBframesPopUp = NSPopUpButton; 
+                fX264optBiMELabel = NSTextField; 
+                fX264optBiMESwitch = NSButton; 
+                fX264optDeblockLabel = NSTextField; 
+                fX264optDirectPredLabel = NSTextField; 
+                fX264optDirectPredPopUp = NSPopUpButton; 
+                fX264optMERangeLabel = NSTextField; 
+                fX264optMERangePopUp = NSPopUpButton; 
+                fX264optMixedRefsLabel = NSTextField; 
+                fX264optMixedRefsSwitch = NSButton; 
+                fX264optMotionEstLabel = NSTextField; 
+                fX264optMotionEstPopUp = NSPopUpButton; 
+                fX264optNfpskipLabel = NSTextField; 
+                fX264optNfpskipSwitch = NSButton; 
+                fX264optNodctdcmtLabel = NSTextField; 
+                fX264optNodctdcmtSwitch = NSButton; 
+                fX264optRefLabel = NSTextField; 
+                fX264optRefPopUp = NSPopUpButton; 
+                fX264optSubmeLabel = NSTextField; 
+                fX264optSubmePopUp = NSPopUpButton; 
+                fX264optTrellisLabel = NSTextField; 
+                fX264optTrellisPopUp = NSPopUpButton; 
+                fX264optView = NSView; 
+                fX264optViewTitleLabel = NSTextField; 
+                fX264optWeightBLabel = NSTextField; 
+                fX264optWeightBSwitch = NSButton; 
                 tableView = NSTableView; 
             }; 
             SUPERCLASS = NSObject; 
             CLASS = PictureController; 
             LANGUAGE = ObjC; 
             OUTLETS = {
+                fAutoCropMainWindow = NSTextField; 
                 fCropBottomField = NSTextField; 
                 fCropBottomStepper = NSStepper; 
                 fCropLeftField = NSTextField;