]> granicus.if.org Git - handbrake/commitdiff
MacGui: HandBrake Reference Mods
authordynaflash <dynaflashtech@gmail.com>
Thu, 22 Feb 2007 17:02:32 +0000 (17:02 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Thu, 22 Feb 2007 17:02:32 +0000 (17:02 +0000)
- Changed "File Menu" to reference HandBrake
- Changed Presets .plist to User/Library/Application Support/HandBrake/UserPresets.plist
- Changed x264 Profiles to User/Library/Application Support/HandBrake/x264Profiles.plist

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@400 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.mm
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
macosx/HandBrake.xcodeproj/project.pbxproj

index 2be0b1df33d7783afa4bebffac21e8f68a9898de..adbc23c43235e0b6b3d328f3ce95ff0e86cd5128 100644 (file)
@@ -99,13 +99,13 @@ static int FormatSettings[3][4] =
        NSFileManager * fileManager = [NSFileManager defaultManager];
        //presetPrefs = [[NSUserDefaults standardUserDefaults] retain];
        /* we set the files and support paths here */
-       AppSupportDirectory = @"~/Library/Application Support/MediaFork";
+       AppSupportDirectory = @"~/Library/Application Support/HandBrake";
     AppSupportDirectory = [AppSupportDirectory stringByExpandingTildeInPath];
     
-       UserPresetsFile = @"~/Library/Application Support/MediaFork/presets.plist";
+       UserPresetsFile = @"~/Library/Application Support/HandBrake/UserPresets.plist";
     UserPresetsFile = [UserPresetsFile stringByExpandingTildeInPath];
        
-       x264ProfilesFile = @"~/Library/Application Support/MediaFork/x264profiles.plist";
+       x264ProfilesFile = @"~/Library/Application Support/HandBrake/x264Profiles.plist";
     x264ProfilesFile = [x264ProfilesFile stringByExpandingTildeInPath];
        /* We check for the app support directory for media fork */
        if ([fileManager fileExistsAtPath:AppSupportDirectory] == 0) 
@@ -130,7 +130,7 @@ static int FormatSettings[3][4] =
        }
     
        
-  UserPresetsFile = @"~/Library/Application Support/MediaFork/presets.plist";
+  UserPresetsFile = @"~/Library/Application Support/HandBrake/UserPresets.plist";
   UserPresetsFile = [[UserPresetsFile stringByExpandingTildeInPath]retain];
 
   UserPresets = [[NSMutableArray alloc] initWithContentsOfFile:UserPresetsFile];
index be7503f849efb961b4557ea21a91b7d03115df69..3b273f33bcd2905bc9b732233c470178bf57488c 100644 (file)
Binary files a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib differ
index d6a83cb595ecafb3b63632aee5917f6f20effc5b..10a1ea97f5ec74cc90439cdbbb22ae24c6d471f6 100644 (file)
 /* Begin PBXFileReference section */
                089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
                0D096DFF0B707D1200A845D4 /* libhb.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libhb.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
-               0D6E35760B6BD4F0005AABB3 /* HandBrake.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = HandBrake.app; sourceTree = BUILT_PRODUCTS_DIR; };
+               0D6E35760B6BD4F0005AABB3 /* HandBrake.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HandBrake.app; sourceTree = BUILT_PRODUCTS_DIR; };
                0DF377970B7BF99A00115CB0 /* fakexcode.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = fakexcode.cpp; path = ../test/fakexcode.cpp; sourceTree = SOURCE_ROOT; };
                0DFA5C7A0B8DD1E90020BC09 /* HandBrake.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = HandBrake.icns; sourceTree = "<group>"; };
                0DFA5C7E0B8DD3B60020BC09 /* declpcm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = declpcm.c; path = ../libhb/declpcm.c; sourceTree = SOURCE_ROOT; };