diff options
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib/classes.nib')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 226 |
1 files changed, 142 insertions, 84 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index b77248ae6..59629f07f 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -3,102 +3,85 @@ {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { ACTIONS = { - AudioPopUpChanged = id; - AutoCrop = id; - BrowseDVD = id; + AddToQueue = id; BrowseFile = id; + CalculateBitrate = id; Cancel = id; - ClosePanel = id; - Encoding = id; + ChapterPopUpChanged = id; + CodecsPopUpChanged = id; + EnableQueue = id; FormatPopUpChanged = id; - NextPicture = id; + OpenForums = id; + OpenHomepage = id; Pause = id; - PreviousPicture = id; - Resume = id; + QualitySliderChanged = id; Rip = id; - RipDone = id; - Scan = id; - ScanDone = id; - ScanMatrixChanged = id; - Scanning = id; ShowPicturePanel = id; + ShowQueuePanel = id; + ShowScanPanel = id; TitlePopUpChanged = id; - UpdatePicture = id; VideoMatrixChanged = id; }; CLASS = HBController; LANGUAGE = ObjC; OUTLETS = { - fAutocropButton = NSButton; - fBottomField1 = NSTextField; - fBottomField2 = NSTextField; - fBottomStepper = NSStepper; - fCloseButton = NSButton; - fDeinterlaceCheck = NSButton; - fDonePanel = NSPanel; - fInfoField = NSTextField; - fLeftField1 = NSTextField; - fLeftField2 = NSTextField; - fLeftStepper = NSStepper; - fNextButton = NSButton; - fOpenGLCheck = NSButton; - fPictureGLView = HBPictureGLView; + fAddToQuButton = NSButton; + fAudBitrateField = NSTextField; + fAudBitratePopUp = NSPopUpButton; + fAudLang1Field = NSTextField; + fAudLang1PopUp = NSPopUpButton; + fAudLang2Field = NSTextField; + fAudLang2PopUp = NSPopUpButton; + fAudRateField = NSTextField; + fAudRatePopUp = NSPopUpButton; + fDstBrowseButton = NSButton; + fDstCodecsField = NSTextField; + fDstCodecsPopUp = NSPopUpButton; + fDstFile1Field = NSTextField; + fDstFile2Field = NSTextField; + fDstFormatField = NSTextField; + fDstFormatPopUp = NSPopUpButton; + fPauseButton = NSButton; + fPictureButton = NSButton; + fPictureController = PictureController; fPicturePanel = NSPanel; - fPreviousButton = NSButton; - fRightField1 = NSTextField; - fRightField2 = NSTextField; - fRightStepper = NSStepper; - fRipAudBitField = NSTextField; - fRipAudBitPopUp = NSPopUpButton; - fRipAudioField = NSTextField; - fRipBitrateField = NSTextField; - fRipBrowseButton = NSButton; - fRipCropButton = NSButton; - fRipCustomCell = NSButtonCell; - fRipCustomField = NSTextField; - fRipEncoderField = NSTextField; - fRipEncoderPopUp = NSPopUpButton; - fRipFileField1 = NSTextField; - fRipFileField2 = NSTextField; - fRipFormatField = NSTextField; - fRipFormatPopUp = NSPopUpButton; - fRipGeneralField = NSTextField; - fRipInfoField = NSTextField; - fRipLang1Field = NSTextField; - fRipLang1PopUp = NSPopUpButton; - fRipLang2Field = NSTextField; - fRipLang2PopUp = NSPopUpButton; - fRipPauseButton = NSButton; - fRipProgress = NSProgressIndicator; - fRipRipButton = NSButton; - fRipStatusField = NSTextField; - fRipTargetCell = NSButtonCell; - fRipTargetField = HBTargetSizeField; - fRipTitleField = NSTextField; - fRipTitlePopUp = NSPopUpButton; - fRipTwoPassCheck = NSButton; - fRipVideoField = NSTextField; - fRipVideoMatrix = NSMatrix; - fRipView = NSView; - fScBrowseButton = NSButton; - fScDetectedCell = NSButtonCell; - fScDetectedPopUp = NSPopUpButton; - fScFolderCell = NSButtonCell; - fScFolderField = NSTextField; - fScMatrix = NSMatrix; - fScOpenButton = NSButton; - fScProgress = NSProgressIndicator; - fScSelectField = NSTextField; - fScStatusField = NSTextField; - fScView = NSView; - fScWelcomeField = NSTextField; - fTempView = NSView; - fTopField1 = NSTextField; - fTopField2 = NSTextField; - fTopStepper = NSStepper; - fWidthField1 = NSTextField; - fWidthField2 = NSTextField; - fWidthStepper = NSStepper; + fQueueAddButton = NSButton; + fQueueCheck = NSButton; + fQueueController = QueueController; + fQueuePanel = NSPanel; + fQueueShowButton = NSButton; + fRipButton = NSButton; + fRipIndicator = NSProgressIndicator; + fScanController = ScanController; + fScanPanel = NSPanel; + fShowQuButton = NSButton; + fSrcChapterEndPopUp = NSPopUpButton; + fSrcChapterField = NSTextField; + fSrcChapterStartPopUp = NSPopUpButton; + fSrcChapterToField = NSTextField; + fSrcDVD1Field = NSTextField; + fSrcDVD2Field = NSTextField; + fSrcDuration1Field = NSTextField; + fSrcDuration2Field = NSTextField; + fSrcTitleField = NSTextField; + fSrcTitlePopUp = NSPopUpButton; + fStatusField = NSTextField; + fSubField = NSTextField; + fSubPopUp = NSPopUpButton; + fVidBitrateCell = NSButtonCell; + fVidBitrateField = NSTextField; + fVidConstantCell = NSButtonCell; + fVidEncoderField = NSTextField; + fVidEncoderPopUp = NSPopUpButton; + fVidGrayscaleCheck = NSButton; + fVidQualityField = NSTextField; + fVidQualityMatrix = NSMatrix; + fVidQualitySlider = NSSlider; + fVidRateField = NSTextField; + fVidRatePopUp = NSPopUpButton; + fVidTargetCell = NSButtonCell; + fVidTargetSizeField = NSTextField; + fVidTwoPassCheck = NSButton; fWindow = NSWindow; }; SUPERCLASS = NSObject; @@ -115,7 +98,82 @@ }; SUPERCLASS = NSTextField; }, - {CLASS = PictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; } + { + ACTIONS = { + ClosePanel = id; + NextPicture = id; + PreviousPicture = id; + SettingsChanged = id; + }; + CLASS = PictureController; + LANGUAGE = ObjC; + OUTLETS = { + fCropBottomField = NSTextField; + fCropBottomStepper = NSStepper; + fCropLeftField = NSTextField; + fCropLeftStepper = NSStepper; + fCropMatrix = NSMatrix; + fCropRightField = NSTextField; + fCropRightStepper = NSStepper; + fCropTopField = NSTextField; + fCropTopStepper = NSStepper; + fDeinterlaceCheck = NSButton; + fEffectsCheck = NSButton; + fHeightField = NSTextField; + fHeightStepper = NSStepper; + fInfoField = NSTextField; + fNextButton = NSButton; + fPictureGLView = HBPictureGLView; + fPrevButton = NSButton; + fRatioCheck = NSButton; + fWidthField = NSTextField; + fWidthStepper = NSStepper; + }; + SUPERCLASS = NSObject; + }, + {CLASS = PictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; }, + { + ACTIONS = {CheckChanged = id; ClosePanel = id; OpenPanel = id; }; + CLASS = PrefsController; + LANGUAGE = ObjC; + OUTLETS = {fPanel = NSPanel; fUpdateCheck = NSButton; }; + SUPERCLASS = NSObject; + }, + { + ACTIONS = {ClosePanel = id; Remove = id; Update = id; }; + CLASS = QueueController; + LANGUAGE = ObjC; + OUTLETS = {fScrollView = NSScrollView; fTaskView = NSView; }; + SUPERCLASS = NSObject; + }, + { + ACTIONS = { + Browse = id; + Browse2 = id; + BrowseDone2 = id; + Cancel = id; + MatrixChanged = id; + Open = id; + }; + CLASS = ScanController; + LANGUAGE = ObjC; + OUTLETS = { + fBrowseButton = NSButton; + fCancelButton = NSButton; + fDetectedCell = NSButtonCell; + fDetectedPopUp = NSPopUpButton; + fFolderCell = NSButtonCell; + fFolderField = NSTextField; + fIndicator = NSProgressIndicator; + fMatrix = NSMatrix; + fOpenButton = NSButton; + fPanel = NSPanel; + fSelectString = NSTextField; + fStatusField = NSTextField; + fWindow = NSWindow; + }; + SUPERCLASS = NSObject; + } ); IBVersion = 1; }
\ No newline at end of file |