diff options
author | handbrake <[email protected]> | 2006-01-14 13:07:05 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2006-01-14 13:07:05 +0000 |
commit | 5bfcc1c3cf9baed140c62c37a13c5087bbd3d5cf (patch) | |
tree | 0d940224e2a4b6cdba1c45418da88efa1b6a6e45 /macosx | |
parent | 5824c4979fbc54ae3d3015c07cbf6fa4aea7516d (diff) |
HandBrake 0.5.1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@8 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.h | 3 | ||||
-rw-r--r-- | macosx/Controller.mm | 19 | ||||
-rw-r--r-- | macosx/English.lproj/InfoPlist.strings | bin | 488 -> 496 bytes | |||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 1 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 8 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/objects.nib | bin | 18217 -> 18012 bytes | |||
-rw-r--r-- | macosx/HandBrake.pbproj/project.pbxproj | 6 |
7 files changed, 11 insertions, 26 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 469994c68..afa2fb7f9 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -1,4 +1,4 @@ -/* $Id: Controller.h,v 1.4 2003/11/07 21:22:17 titer Exp $ +/* $Id: Controller.h,v 1.5 2003/11/09 19:43:06 titer Exp $ This file is part of the HandBrake source code. Homepage: <http://handbrake.m0k.org/>. @@ -93,7 +93,6 @@ - (IBAction) Scan: (id) sender; - (IBAction) TitlePopUpChanged: (id) sender; -- (IBAction) VideoCodecPopUpChanged: (id) sender; - (IBAction) VideoMatrixChanged: (id) sender; - (IBAction) AudioPopUpChanged: (id) sender; - (IBAction) BrowseFile: (id) sender; diff --git a/macosx/Controller.mm b/macosx/Controller.mm index a345bdec1..0b452bf91 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -1,4 +1,4 @@ -/* $Id: Controller.mm,v 1.7 2003/11/07 21:22:17 titer Exp $ +/* $Id: Controller.mm,v 1.9 2003/11/09 22:06:15 titer Exp $ This file is part of the HandBrake source code. Homepage: <http://handbrake.m0k.org/>. @@ -535,6 +535,7 @@ [fAudioCodecPopUp setEnabled: NO]; [fAudioBitratePopUp setEnabled: NO]; [fFileFormatPopUp setEnabled: NO]; + [fFileField setEnabled: NO]; [fFileBrowseButton setEnabled: NO]; [fSuspendButton setEnabled: YES]; [fSuspendButton setTitle: @"Suspend"]; @@ -678,13 +679,13 @@ [fAudioCodecPopUp setEnabled: YES]; [fAudioBitratePopUp setEnabled: YES]; [fFileFormatPopUp setEnabled: YES]; + [fFileField setEnabled: YES]; [fFileBrowseButton setEnabled: YES]; [fSuspendButton setEnabled: NO]; [fSuspendButton setTitle: @"Suspend"]; [fRipButton setTitle: @"Rip"]; [self VideoMatrixChanged: self]; - [self VideoCodecPopUpChanged: self]; break; @@ -830,20 +831,6 @@ } } -- (IBAction) VideoCodecPopUpChanged: (id) sender -{ - if( [[fVideoCodecPopUp titleOfSelectedItem] - compare: @"MPEG-4 (Ffmpeg)"] == NSOrderedSame ) - { - [fTwoPassCheck setEnabled: YES]; - } - else - { - [fTwoPassCheck setState: NSOffState]; - [fTwoPassCheck setEnabled: NO]; - } -} - - (IBAction) AudioPopUpChanged: (id) sender { if( [fVideoMatrix selectedRow] ) diff --git a/macosx/English.lproj/InfoPlist.strings b/macosx/English.lproj/InfoPlist.strings Binary files differindex 9a0f313a7..cc4cb2ee5 100644 --- a/macosx/English.lproj/InfoPlist.strings +++ b/macosx/English.lproj/InfoPlist.strings diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index c9539b9d2..8c468d47f 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -18,7 +18,6 @@ Suspend = id; TitlePopUpChanged = id; UpdatePicture = id; - VideoCodecPopUpChanged = id; VideoMatrixChanged = id; }; CLASS = HBController; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index 96ab6e7ce..fddfb6ac5 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -19,13 +19,13 @@ <string>349.0</string> <key>IBOpenObjects</key> <array> - <integer>556</integer> + <integer>583</integer> + <integer>365</integer> <integer>434</integer> <integer>29</integer> - <integer>589</integer> + <integer>556</integer> <integer>21</integer> - <integer>583</integer> - <integer>365</integer> + <integer>589</integer> </array> <key>IBSystem Version</key> <string>7B85</string> diff --git a/macosx/English.lproj/MainMenu.nib/objects.nib b/macosx/English.lproj/MainMenu.nib/objects.nib Binary files differindex 1e6996ef4..c02905a59 100644 --- a/macosx/English.lproj/MainMenu.nib/objects.nib +++ b/macosx/English.lproj/MainMenu.nib/objects.nib diff --git a/macosx/HandBrake.pbproj/project.pbxproj b/macosx/HandBrake.pbproj/project.pbxproj index 8c918d283..b3b522b6f 100644 --- a/macosx/HandBrake.pbproj/project.pbxproj +++ b/macosx/HandBrake.pbproj/project.pbxproj @@ -295,7 +295,7 @@ <key>CFBundleExecutable</key> <string>HandBrake</string> <key>CFBundleGetInfoString</key> - <string>HandBrake 0.5 - By Eric Petit <[email protected]></string> + <string>HandBrake 0.5.1 - By Eric Petit <[email protected]></string> <key>CFBundleIconFile</key> <string>HandBrake.icns</string> <key>CFBundleIdentifier</key> @@ -307,11 +307,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.5</string> + <string>0.5.1</string> <key>CFBundleSignature</key> <string>HB##</string> <key>CFBundleVersion</key> - <string>0.5</string> + <string>0.5.1</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> |