summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-12-10 19:01:04 +0000
committerdynaflash <[email protected]>2007-12-10 19:01:04 +0000
commit51be4f891f243d6ef757cbfd9fc272f63b72c35a (patch)
tree37d944322a6eca8ce1631816c649eada6b49f814 /macosx/English.lproj
parent789878babf954631aa8635758605db0cf44f76aa (diff)
MacGui: Update Presets to use NSOutlineView and change the associated methods to support the NSOutlineView delegate required methods.
- Change necessary to move to nested presets. - Layout still to be determined - Method to actually change the setting for the preset changed from -tableViewSelected to more appropriate -presetSelected in Controller.mm git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1115 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r--macosx/English.lproj/MainMenu.nib/classes.nib8
-rw-r--r--macosx/English.lproj/MainMenu.nib/info.nib1
-rw-r--r--macosx/English.lproj/MainMenu.nib/keyedobjects.nibbin81597 -> 81293 bytes
3 files changed, 6 insertions, 3 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib
index c24a5d47b..d7eca5f01 100644
--- a/macosx/English.lproj/MainMenu.nib/classes.nib
+++ b/macosx/English.lproj/MainMenu.nib/classes.nib
@@ -63,12 +63,16 @@
<string>id</string>
<key>openUserGuide</key>
<string>id</string>
+ <key>presetSelected</key>
+ <string>id</string>
<key>qualitySliderChanged</key>
<string>id</string>
<key>revertPictureSizeToMax</key>
<string>id</string>
<key>selectDefaultPreset</key>
<string>id</string>
+ <key>selectPreset</key>
+ <string>id</string>
<key>setDefaultPreset</key>
<string>id</string>
<key>setEnabledStateOfAudioMixdownControls</key>
@@ -93,8 +97,6 @@
<string>id</string>
<key>subtitleSelectionChanged</key>
<string>id</string>
- <key>tableViewSelected</key>
- <string>id</string>
<key>titlePopUpChanged</key>
<string>id</string>
<key>twoPassCheckboxChanged</key>
@@ -234,6 +236,8 @@
<string>NSButton</string>
<key>fPresetsDelete</key>
<string>NSButton</string>
+ <key>fPresetsOutlineView</key>
+ <string>NSOutlineView</string>
<key>fQueueStatus</key>
<string>NSTextField</string>
<key>fRipIndicator</key>
diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib
index 48c62a8c6..f2b16dd0b 100644
--- a/macosx/English.lproj/MainMenu.nib/info.nib
+++ b/macosx/English.lproj/MainMenu.nib/info.nib
@@ -11,7 +11,6 @@
<key>IBOpenObjects</key>
<array>
<integer>1843</integer>
- <integer>21</integer>
</array>
<key>IBSystem Version</key>
<string>9B18</string>
diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
index 14a0b02b2..d298b1279 100644
--- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
+++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
Binary files differ