From cae08384433649c989276968854bee9045b619ee Mon Sep 17 00:00:00 2001 From: dynaflash Date: Mon, 30 Jul 2007 20:56:44 +0000 Subject: MacGui: Default Presets Initial Implementation - Allows user to set a given preset as a default which will be used upon launch. As well, if user has not specified a preset as the default, HB will use the "HB - Normal" Built-in Preset at launch. - Added the "Make Default" button at the bottom of the Presets Drawer. - Default Preset is shown in Bold in the Presets Drawer - Added a Select Default Preset command to the "Presets" Menu in the Menu Bar. -- Note: the buttons and other display stuff is not set in stone, once again, initial function over form on intitial implementation. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@764 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/English.lproj/MainMenu.nib/classes.nib | 3 +++ macosx/English.lproj/MainMenu.nib/info.nib | 5 ++--- macosx/English.lproj/MainMenu.nib/keyedobjects.nib | Bin 125838 -> 126589 bytes 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'macosx/English.lproj') diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index f7a627c78..de7c2c62e 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -29,6 +29,8 @@ QualitySliderChanged = id; RevertPictureSizeToMax = id; Rip = id; + SelectDefaultPreset = id; + SetDefaultPreset = id; SetEnabledStateOfAudioMixdownControls = id; ShowAddPresetPanel = id; ShowNewScan = id; @@ -104,6 +106,7 @@ fPictureController = PictureController; fPicturePanel = NSPanel; fPresetDrawer = NSDrawer; + fPresetMakeDefault = NSButton; fPresetNewDesc = NSTextField; fPresetNewName = NSTextField; fPresetNewPicSettingsPopUp = NSPopUpButton; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index c3dd297fa..56fe64055 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -3,7 +3,7 @@ IBDocumentLocation - 61 34 630 601 0 0 1440 878 + 44 271 630 601 0 0 1440 878 IBEditorPositions 1843 @@ -26,8 +26,7 @@ IBOpenObjects 29 - 21 - 1162 + 1843 IBSystem Version 8R2218 diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib index 6dd2c8c57..a1e228f74 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