diff options
author | dynaflash <[email protected]> | 2007-03-28 14:20:13 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-03-28 14:20:13 +0000 |
commit | d509e2b3eb350584b802a9892e08abeebe6b98f0 (patch) | |
tree | 0d3b64cb870de3784c4f972788abb7c67edcfbc6 /macosx/English.lproj/MainMenu.nib | |
parent | 300e8ccf87676e8b453273c3a575f43baadbb9df (diff) |
MacGui: Preset refinements
- Added current settings field in main window, uses the preset name if one is chosen and "Custom" if any settings are outside of the selected preset
- Deselects the preset if settings are changed from currently selected preset
- Uses a new method - (IBAction) CustomSettingUsed: (id) sender to make determination via the sender value.
presets use a NULL value to make determination
- Currently, changing Picture Settings DOES NOT trigger the display change. Still sorting through those conditionals.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@460 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 2 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 8 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/keyedobjects.nib | bin | 96832 -> 97382 bytes |
3 files changed, 5 insertions, 5 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index fb50aa48f..28e806f96 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -12,6 +12,7 @@ ChapterPopUpChanged = id; CloseAddPresetPanel = id; CodecsPopUpChanged = id; + CustomSettingUsed = id; DeletePreset = id; EnableQueue = id; EncoderPopUpChanged = id; @@ -29,7 +30,6 @@ ShowScanPanel = id; TitlePopUpChanged = id; VideoMatrixChanged = id; - myAction = id; tableViewSelected = id; }; CLASS = HBController; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index f4bcaea33..079775a97 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -3,11 +3,11 @@ <plist version="1.0"> <dict> <key>IBDocumentLocation</key> - <string>-6 259 630 601 0 0 1440 878 </string> + <string>-2 228 630 601 0 0 1440 878 </string> <key>IBEditorPositions</key> <dict> <key>1843</key> - <string>610 276 220 592 0 0 1440 878 </string> + <string>1970 386 220 592 1440 0 1280 1024 </string> <key>29</key> <string>102 834 300 44 0 0 1440 878 </string> </dict> @@ -19,8 +19,8 @@ </array> <key>IBOpenObjects</key> <array> - <integer>1438</integer> - <integer>1843</integer> + <integer>21</integer> + <integer>29</integer> </array> <key>IBSystem Version</key> <string>8P2137</string> diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib Binary files differindex f5251873d..0b02921b3 100644 --- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib +++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib |