From ea3368225df25963dda8f5ea7ef170ce92f3c997 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Fri, 23 Mar 2007 19:33:38 +0000 Subject: MacGui: Create Chapter Markers implemented in gui. - Checkbox is only available when format is MP4 - Does not force an .m4v file extension at this time - Add built in presets initial implementation - built in presets still needs to be finalized and refined - Caused a bug in creating custom presets (see NOTE below) NOTE: this rev has the add preset button non-functional as some user preset changes have been made but not finished and the add preset window currently hangs. As rev 440 states, you still need to use ./configure then ./jam to build contribs. jam will report a failed build, but then just use "make internal" and it will build successfully. We still need priaux or someone to compile maurj's changes to contribs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@441 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/English.lproj/MainMenu.nib/classes.nib | 9 +++++++-- macosx/English.lproj/MainMenu.nib/info.nib | 7 ++++--- macosx/English.lproj/MainMenu.nib/keyedobjects.nib | Bin 95535 -> 96446 bytes 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'macosx/English.lproj/MainMenu.nib') diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index 86004dbdc..60d576b6b 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -2,13 +2,17 @@ IBClasses = ( { ACTIONS = { + AddFactoryPresets = id; + AddPreset = id; AddToQueue = id; + AddUserPreset = id; BrowseFile = id; CalculateBitrate = id; Cancel = id; ChapterPopUpChanged = id; CloseAddPresetPanel = id; CodecsPopUpChanged = id; + DeletePreset = id; EnableQueue = id; EncoderPopUpChanged = id; FormatPopUpChanged = id; @@ -25,8 +29,7 @@ ShowScanPanel = id; TitlePopUpChanged = id; VideoMatrixChanged = id; - addPreset = id; - deletePreset = id; + myAction = id; tableViewSelected = id; }; CLASS = HBController; @@ -43,6 +46,7 @@ fAudLang2PopUp = NSPopUpButton; fAudRateField = NSTextField; fAudRatePopUp = NSPopUpButton; + fCreateChapterMarkers = NSButton; fDstBrowseButton = NSButton; fDstCodecsField = NSTextField; fDstCodecsPopUp = NSPopUpButton; @@ -79,6 +83,7 @@ fPresetDrawer = NSDrawer; fPresetNewName = NSTextField; fPresetNewPicSettingsApply = NSButton; + fPresetSaveButton = NSButton; fPresetSelectedDisplay = NSTextField; fPresetsAdd = NSButton; fPresetsDelete = NSButton; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index 02501e0fd..3d6e506bf 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -3,7 +3,7 @@ IBDocumentLocation - 25 277 630 601 0 0 1440 878 + 31 44 630 601 0 0 1440 878 IBEditorPositions 1843 @@ -19,9 +19,10 @@ IBOpenObjects - 29 - 1438 + 1867 1843 + 21 + 29 IBSystem Version 8P2137 diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib index 0d8b1659e..0f0ede5be 100644 Binary files a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib differ -- cgit v1.2.3