summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-12-12 18:49:10 +0000
committerdynaflash <[email protected]>2007-12-12 18:49:10 +0000
commit43ece0f449d11d34d9898973382013eef72d1058 (patch)
tree13713779d5e45f0625fe554c2f96317f6b2d47db /macosx
parent691fed1f68e91877ead394dacd925736681dabe7 (diff)
MacGui: Presets Drawer improvements
- Get rid of useless NSTabView - Rearrange NSOutlineView so full size is visible, also make 100 px taller - Also made changing the drc slider change the Output from the preset name to Custom, like the other controls do. - Moved -audioDRCSliderChanged from the video controls to the "GUI Controls Changed" section of controller.mm git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1119 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Controller.mm13
-rw-r--r--macosx/English.lproj/MainMenu.nib/info.nib2
-rw-r--r--macosx/English.lproj/MainMenu.nib/keyedobjects.nibbin91491 -> 81908 bytes
3 files changed, 8 insertions, 7 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index 6bbdb7b9c..d2310f7e7 100644
--- a/macosx/Controller.mm
+++ b/macosx/Controller.mm
@@ -2353,6 +2353,13 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It
[self twoPassCheckboxChanged: sender];
}
+- (IBAction) audioDRCSliderChanged: (id) sender
+{
+ [fAudDrcField setStringValue: [NSString stringWithFormat: @"%f", [fAudDrcSlider floatValue]]];
+ [self customSettingUsed: sender];
+}
+
+
/* Method to determine if we should change the UI
To reflect whether or not a Preset is being used or if
the user is using "Custom" settings by determining the sender*/
@@ -2460,12 +2467,6 @@ the user is using "Custom" settings by determining the sender*/
[self customSettingUsed: sender];
}
-- (IBAction) audioDRCSliderChanged: (id) sender
-{
- [fAudDrcField setStringValue: [NSString stringWithFormat: @"%f", [fAudDrcSlider floatValue]]];
- //[self customSettingUsed: sender];
-}
-
- (void) controlTextDidChange: (NSNotification *) notification
{
[self calculateBitrate: NULL];
diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib
index 2c679cd24..f2b16dd0b 100644
--- a/macosx/English.lproj/MainMenu.nib/info.nib
+++ b/macosx/English.lproj/MainMenu.nib/info.nib
@@ -10,7 +10,7 @@
<integer>5</integer>
<key>IBOpenObjects</key>
<array>
- <integer>2</integer>
+ <integer>1843</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 b03f6cf06..8a376b6f5 100644
--- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
+++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
Binary files differ