]> granicus.if.org Git - handbrake/commitdiff
MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to the “Configur...
authorritsuka <damiog@gmail.com>
Fri, 22 Aug 2014 06:30:58 +0000 (06:30 +0000)
committerritsuka <damiog@gmail.com>
Fri, 22 Aug 2014 06:30:58 +0000 (06:30 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6341 b64f7644-9d1e-0410-96f1-a4d463321fa5

18 files changed:
contrib/cmake/module.defs [deleted file]
contrib/cmake/module.rules [deleted file]
macosx/Controller.m
macosx/English.lproj/Audio.xib
macosx/English.lproj/AudioDefaults.xib
macosx/English.lproj/Subtitles.xib
macosx/HBAudioController.h
macosx/HBAudioController.m
macosx/HBAudioDefaults.h [moved from macosx/HBAudioSettings.h with 84% similarity]
macosx/HBAudioDefaults.m [moved from macosx/HBAudioSettings.m with 96% similarity]
macosx/HBAudioDefaultsController.h
macosx/HBAudioDefaultsController.m
macosx/HBSubtitlesController.m
macosx/HBSubtitlesDefaults.h [moved from macosx/HBSubtitlesSettings.h with 95% similarity]
macosx/HBSubtitlesDefaults.m [moved from macosx/HBSubtitlesSettings.m with 96% similarity]
macosx/HBSubtitlesDefaultsController.h
macosx/HBSubtitlesDefaultsController.m
macosx/HandBrake.xcodeproj/project.pbxproj

diff --git a/contrib/cmake/module.defs b/contrib/cmake/module.defs
deleted file mode 100644 (file)
index c4f0ddf..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-$(eval $(call import.MODULE.defs,CMAKE,cmake))
-$(eval $(call import.CONTRIB.defs,CMAKE))
-
-CMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/cmake-3.0.1.tar.gz
-
-CMAKE.CONFIGURE.deps =
-CMAKE.CONFIGURE.shared =
-CMAKE.CONFIGURE.static =
-CMAKE.CONFIGURE.extra = --no-qt-gui
diff --git a/contrib/cmake/module.rules b/contrib/cmake/module.rules
deleted file mode 100644 (file)
index fb046bd..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-$(eval $(call import.MODULE.rules,CMAKE))
-$(eval $(call import.CONTRIB.rules,CMAKE))
index 97e5f08db11a57ecc575382eae0411f07ea2be0f..6a719859c88b216b99ea3c269b66a1d3ba1eb001 100644 (file)
@@ -17,7 +17,7 @@
 
 #import "HBPresetsViewController.h"
 
-#import "HBAudioSettings.h"
+#import "HBAudioDefaults.h"
 
 NSString *HBContainerChangedNotification       = @"HBContainerChangedNotification";
 NSString *keyContainerTag                      = @"keyContainerTag";
index 6b6c1937cbd7756b4fc1f8466aa9339e24737e30..fc0954fdfe495bb1eeeb91081ca8e694222abf27 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F12" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F14" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
     <dependencies>
-        <deployment version="1060" defaultVersion="1090" identifier="macosx"/>
+        <deployment version="1060" defaultVersion="1060" identifier="macosx"/>
         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/>
     </dependencies>
     <objects>
                     </tableHeaderView>
                 </scrollView>
                 <button appearanceType="aqua" verticalHuggingPriority="750" id="vFP-nq-IQg">
-                    <rect key="frame" x="113" y="288" width="130" height="28"/>
+                    <rect key="frame" x="110" y="288" width="140" height="28"/>
                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                    <buttonCell key="cell" type="push" title="Configure Defaults" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="aYF-d5-Ya6">
+                    <buttonCell key="cell" type="push" title="Configure Defaults" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="aYF-d5-Ya6">
                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                         <font key="font" metaFont="smallSystem"/>
                     </buttonCell>
                     </connections>
                 </button>
                 <button appearanceType="aqua" verticalHuggingPriority="750" id="wcL-rL-aYS">
-                    <rect key="frame" x="241" y="288" width="116" height="28"/>
+                    <rect key="frame" x="248" y="288" width="116" height="28"/>
                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                     <buttonCell key="cell" type="push" title="Reload Defaults" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="q2P-Tg-cBJ">
                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
index 1775ae7ff2d4e3a5a7dc50f6cc2ea2a2c801d4f2..4bd72a4ff861c9c3d84ef0098c493e0e00d0321b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F12" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F14" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
     <dependencies>
-        <deployment defaultVersion="1090" identifier="macosx"/>
+        <deployment defaultVersion="1060" identifier="macosx"/>
         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/>
     </dependencies>
     <objects>
@@ -459,8 +459,8 @@ DQ
                                             <sliderCell key="dataCell" controlSize="small" continuous="YES" state="on" alignment="left" maxValue="4" tickMarkPosition="below" numberOfTickMarks="16" allowsTickMarkValuesOnly="YES" sliderType="circular" id="say-2a-x5G"/>
                                             <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
                                             <connections>
-                                                <binding destination="I6S-EX-Dvu" name="enabled" keyPath="arrangedObjects.passThruDisabled" id="q8u-5E-Adj"/>
                                                 <binding destination="I6S-EX-Dvu" name="value" keyPath="arrangedObjects.drc" id="3lI-ks-4a5"/>
+                                                <binding destination="I6S-EX-Dvu" name="enabled" keyPath="arrangedObjects.passThruDisabled" id="q8u-5E-Adj"/>
                                             </connections>
                                         </tableColumn>
                                         <tableColumn identifier="drctext" editable="NO" width="25" minWidth="10" maxWidth="3.4028229999999999e+38" id="eLM-kL-FjB">
index c1ce2d18f9d41cf60a571a2291f5ce37ce096802..f9b14d0674c3e14c4540d422d30f94fcc9e2985e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F12" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F14" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
     <dependencies>
-        <deployment version="1060" defaultVersion="1090" identifier="macosx"/>
+        <deployment version="1060" defaultVersion="1060" identifier="macosx"/>
         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/>
     </dependencies>
     <objects>
                     </popUpButtonCell>
                 </popUpButton>
                 <button appearanceType="aqua" verticalHuggingPriority="750" id="QsM-28-Pya">
-                    <rect key="frame" x="113" y="288" width="130" height="28"/>
+                    <rect key="frame" x="110" y="288" width="140" height="28"/>
                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                    <buttonCell key="cell" type="push" title="Configure Defaults" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="oxg-bs-1si">
+                    <buttonCell key="cell" type="push" title="Configure Defaults" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="oxg-bs-1si">
                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                         <font key="font" metaFont="smallSystem"/>
                     </buttonCell>
                     </connections>
                 </button>
                 <button appearanceType="aqua" verticalHuggingPriority="750" id="Vxx-gk-9kY">
-                    <rect key="frame" x="241" y="288" width="116" height="28"/>
+                    <rect key="frame" x="248" y="288" width="116" height="28"/>
                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                     <buttonCell key="cell" type="push" title="Reload Defaults" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="jG8-uo-1tv">
                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
index b77b3ad209928d32bd2cc489b807fdfd91dcb5dd..d6f475c29b9ea3649a60cda0ef670d7b5008aed5 100644 (file)
@@ -19,7 +19,7 @@ extern NSString *keyAudioInputChannelLayout;
 extern NSString *HBMixdownChangedNotification;
 
 @class HBAudio;
-@class HBAudioSettings;
+@class HBAudioDefaults;
 /**
  *  HBAudioController
  *
@@ -30,7 +30,7 @@ extern NSString *HBMixdownChangedNotification;
 @property (nonatomic, readonly, retain) NSArray *masterTrackArray;
 @property (nonatomic, readonly) NSDictionary *noneTrack;
 
-@property(nonatomic, readonly) HBAudioSettings *settings;
+@property(nonatomic, readonly) HBAudioDefaults *settings;
 
 // Get the list of audio tracks
 @property (readonly, nonatomic, copy) NSArray *audioTracks;
index df623d877e06f89fec67df036e67de73f1192b69..1a5f7c47b697308a003ea7da1495cc94c5454e9b 100644 (file)
@@ -8,7 +8,7 @@
 #import "HBAudioController.h"
 #import "Controller.h"
 #import "HBAudio.h"
-#import "HBAudioSettings.h"
+#import "HBAudioDefaults.h"
 #import "HBAudioDefaultsController.h"
 #import "HBAudioTrackPreset.h"
 #import "hb.h"
@@ -44,7 +44,7 @@ NSString *HBMixdownChangedNotification = @"HBMixdownChangedNotification";
 
 // Defaults
 @property (nonatomic, readwrite, retain) HBAudioDefaultsController *defaultsController;
-@property (nonatomic, readwrite, retain) HBAudioSettings *settings;
+@property (nonatomic, readwrite, retain) HBAudioDefaults *settings;
 
 @end
 
@@ -199,7 +199,7 @@ NSString *HBMixdownChangedNotification = @"HBMixdownChangedNotification";
 
 - (void)applySettingsFromPreset:(NSDictionary *)preset
 {
-    self.settings = [[[HBAudioSettings alloc] init] autorelease];
+    self.settings = [[[HBAudioDefaults alloc] init] autorelease];
     [self.settings applySettingsFromPreset:preset];
     [self.settings validateEncoderFallbackForVideoContainer:[self.videoContainerTag intValue]];
 
similarity index 84%
rename from macosx/HBAudioSettings.h
rename to macosx/HBAudioDefaults.h
index f0ee3ced6503b6c9a16f019474b3f9c00a309c4f..5853a6e12ec624a642710d479d2c477d52c95a74 100644 (file)
@@ -1,10 +1,8 @@
-//
-//  HBAudioSettings.h
-//  HandBrake
-//
-//  Created by Damiano Galassi on 29/07/14.
-//
-//
+/*  HBAudioSettings.h $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr/>.
+ It may be used under the terms of the GNU General Public License. */
 
 #import <Foundation/Foundation.h>
 
@@ -18,7 +16,7 @@ typedef NS_ENUM(NSUInteger, HBAudioTrackSelectionBehavior) {
  *  HBAudioSettings
  *  Stores the audio defaults settings.
  */
-@interface HBAudioSettings : NSObject
+@interface HBAudioDefaults : NSObject
 
 @property (nonatomic, readwrite) HBAudioTrackSelectionBehavior trackSelectionBehavior;
 @property (nonatomic, readwrite, retain) NSMutableArray *trackSelectionLanguages;
similarity index 96%
rename from macosx/HBAudioSettings.m
rename to macosx/HBAudioDefaults.m
index ba645cdf2b067e204dd6b23ea79e5e292f253017..304849d793eeff9b55efbb138c8c9f326e9fad66 100644 (file)
@@ -1,23 +1,21 @@
-//
-//  HBAudioSettings.m
-//  HandBrake
-//
-//  Created by Damiano Galassi on 29/07/14.
-//
-//
-
-#import "HBAudioSettings.h"
+/*  HBAudioSettings.m $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr/>.
+ It may be used under the terms of the GNU General Public License. */
+
+#import "HBAudioDefaults.h"
 #import "HBAudioTrackPreset.h"
 #import "hb.h"
 #import "lang.h"
 
-@interface HBAudioSettings ()
+@interface HBAudioDefaults ()
 
 @property (nonatomic, readwrite) int container;
 
 @end
 
-@implementation HBAudioSettings
+@implementation HBAudioDefaults
 
 - (instancetype)init
 {
index c592ea6eb00ad8dc1c660bdc903a55c756583b57..fb5e87acb11fc447ff56d21335d50f5e8d568e36 100644 (file)
@@ -6,11 +6,11 @@
 
 #import <Cocoa/Cocoa.h>
 
-@class HBAudioSettings;
+@class HBAudioDefaults;
 
 @interface HBAudioDefaultsController : NSWindowController
 
-- (instancetype)initWithSettings:(HBAudioSettings *)settings;
+- (instancetype)initWithSettings:(HBAudioDefaults *)settings;
 
 @property (nonatomic, readwrite, assign) id delegate;
 
index 2dfefc2922ccbb85a53e11108383695d6914fa56..73260174398eb48f4931253286629eea60da2a43 100644 (file)
@@ -5,14 +5,14 @@
  It may be used under the terms of the GNU General Public License. */
 
 #import "HBAudioDefaultsController.h"
-#import "HBAudioSettings.h"
+#import "HBAudioDefaults.h"
 #import "HBLanguagesSelection.h"
 
 static void *HBAudioDefaultsContex = &HBAudioDefaultsContex;
 
 @interface HBAudioDefaultsController ()
 
-@property (nonatomic, readonly) HBAudioSettings *settings;
+@property (nonatomic, readonly) HBAudioDefaults *settings;
 
 @property (nonatomic, readonly) HBLanguagesSelection *languagesList;
 @property (assign) IBOutlet HBLanguageArrayController *tableController;
@@ -24,7 +24,7 @@ static void *HBAudioDefaultsContex = &HBAudioDefaultsContex;
 
 @implementation HBAudioDefaultsController
 
-- (instancetype)initWithSettings:(HBAudioSettings *)settings
+- (instancetype)initWithSettings:(HBAudioDefaults *)settings
 {
     self = [super initWithWindowNibName:@"AudioDefaults"];
     if (self)
index 9961057964b80e0d33bf6b4e7dd57eb0d7ca121f..92cc1d1dbef2d1b982eb052db7f45ea5e4dc61e2 100644 (file)
@@ -6,7 +6,7 @@
 
 #import "HBSubtitlesController.h"
 #import "HBSubtitlesDefaultsController.h"
-#import "HBSubtitlesSettings.h"
+#import "HBSubtitlesDefaults.h"
 
 #import "Controller.h"
 #include "hb.h"
@@ -51,7 +51,7 @@ NSString *keySubTrackLanguageIndex = @"keySubTrackLanguageIndex";
 
 // Defaults
 @property (nonatomic, readwrite, retain) HBSubtitlesDefaultsController *defaultsController;
-@property (nonatomic, readwrite, retain) HBSubtitlesSettings *settings;
+@property (nonatomic, readwrite, retain) HBSubtitlesDefaults *settings;
 
 // Table view cells models
 @property (nonatomic, readonly) NSArray *charCodeArray;
@@ -221,7 +221,7 @@ NSString *keySubTrackLanguageIndex = @"keySubTrackLanguageIndex";
 
 - (void)applySettingsFromPreset:(NSDictionary *)preset
 {
-    self.settings = [[[HBSubtitlesSettings alloc] init] autorelease];
+    self.settings = [[[HBSubtitlesDefaults alloc] init] autorelease];
     [self.settings applySettingsFromPreset:preset];
 
     [self addTracksFromDefaults:self];
similarity index 95%
rename from macosx/HBSubtitlesSettings.h
rename to macosx/HBSubtitlesDefaults.h
index a2cda1fb88db93cbdd2da529f8aaa8c85807c6cc..21ebce5f281431e08c160088c58aea763fa08e77 100644 (file)
@@ -12,7 +12,7 @@ typedef NS_ENUM(NSUInteger, HBSubtitleTrackSelectionBehavior) {
     HBSubtitleTrackSelectionBehaviorAll,
 };
 
-@interface HBSubtitlesSettings : NSObject
+@interface HBSubtitlesDefaults : NSObject
 
 @property (nonatomic, readwrite) HBSubtitleTrackSelectionBehavior trackSelectionBehavior;
 @property (nonatomic, readwrite, retain) NSMutableArray *trackSelectionLanguages;
similarity index 96%
rename from macosx/HBSubtitlesSettings.m
rename to macosx/HBSubtitlesDefaults.m
index d9015e3198981ab8e67e42991ca9ef0b9080b095..6cd5b6782120f78b20b9da55f520b2de1cf3ad02 100644 (file)
@@ -4,9 +4,9 @@
  Homepage: <http://handbrake.fr/>.
  It may be used under the terms of the GNU General Public License. */
 
-#import "HBSubtitlesSettings.h"
+#import "HBSubtitlesDefaults.h"
 
-@implementation HBSubtitlesSettings
+@implementation HBSubtitlesDefaults
 
 - (instancetype)init
 {
index 12056a021452c087c076849b722dd715fe92517d..4f7c3c8bd0654a57cac1b6a7f09c3ff9290ecd2b 100644 (file)
@@ -6,11 +6,11 @@
 
 #import <Cocoa/Cocoa.h>
 
-@class HBSubtitlesSettings;
+@class HBSubtitlesDefaults;
 
 @interface HBSubtitlesDefaultsController : NSWindowController
 
-- (instancetype)initWithSettings:(HBSubtitlesSettings *)settings;
+- (instancetype)initWithSettings:(HBSubtitlesDefaults *)settings;
 
 @property (nonatomic, readwrite, assign) id delegate;
 
index cef2be1d7ab9ea5a52273ef1945beb0584e7be50..3c458abacc45200f623e99f2674e5f29c16fed52 100644 (file)
@@ -5,14 +5,14 @@
  It may be used under the terms of the GNU General Public License. */
 
 #import "HBSubtitlesDefaultsController.h"
-#import "HBSubtitlesSettings.h"
+#import "HBSubtitlesDefaults.h"
 #import "HBLanguagesSelection.h"
 
 static void *HBSubtitlesDefaultsContex = &HBSubtitlesDefaultsContex;
 
 @interface HBSubtitlesDefaultsController ()
 
-@property (nonatomic, readonly) HBSubtitlesSettings *settings;
+@property (nonatomic, readonly) HBSubtitlesDefaults *settings;
 
 @property (nonatomic, readonly) HBLanguagesSelection *languagesList;
 @property (assign) IBOutlet HBLanguageArrayController *tableController;
@@ -22,7 +22,7 @@ static void *HBSubtitlesDefaultsContex = &HBSubtitlesDefaultsContex;
 
 @implementation HBSubtitlesDefaultsController
 
-- (instancetype)initWithSettings:(HBSubtitlesSettings *)settings
+- (instancetype)initWithSettings:(HBSubtitlesDefaults *)settings
 {
     self = [super initWithWindowNibName:@"SubtitlesDefaults"];
     if (self)
index 2fb8e4606340648a94abd7f36ab8518cf21e467e..e49b416839e0fe357f0ba5296a00b111bbf5cbc9 100644 (file)
                A91726E7197291BC00D1AFEF /* HBChapterTitlesController.m in Sources */ = {isa = PBXBuildFile; fileRef = A91726E6197291BC00D1AFEF /* HBChapterTitlesController.m */; };
                A932E26C1988334B0047D13E /* AudioDefaults.xib in Resources */ = {isa = PBXBuildFile; fileRef = A932E26A1988334B0047D13E /* AudioDefaults.xib */; };
                A932E26F198833920047D13E /* HBAudioDefaultsController.m in Sources */ = {isa = PBXBuildFile; fileRef = A932E26E198833920047D13E /* HBAudioDefaultsController.m */; };
-               A932E273198834130047D13E /* HBAudioSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = A932E272198834130047D13E /* HBAudioSettings.m */; };
+               A932E273198834130047D13E /* HBAudioDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = A932E272198834130047D13E /* HBAudioDefaults.m */; };
                A93E0ED31972957000FD67FB /* HBVideoController.m in Sources */ = {isa = PBXBuildFile; fileRef = A93E0ED11972957000FD67FB /* HBVideoController.m */; };
                A93E0ED71972958C00FD67FB /* Video.xib in Resources */ = {isa = PBXBuildFile; fileRef = A93E0ED51972958C00FD67FB /* Video.xib */; };
                A9523937199A6AAE00588AEF /* HBFilters.m in Sources */ = {isa = PBXBuildFile; fileRef = A9523936199A6AAE00588AEF /* HBFilters.m */; };
                A9E1468316BC2AD800C307BC /* prev-p.pdf in Resources */ = {isa = PBXBuildFile; fileRef = A9E1467F16BC2AD800C307BC /* prev-p.pdf */; };
                A9F2EB6F196F12C800066546 /* Audio.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9F2EB6D196F12C800066546 /* Audio.xib */; };
                A9F472891976B7F30009EC65 /* HBSubtitlesDefaultsController.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F472871976B7F30009EC65 /* HBSubtitlesDefaultsController.m */; };
-               A9F4728D1976BAA70009EC65 /* HBSubtitlesSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F4728C1976BAA70009EC65 /* HBSubtitlesSettings.m */; };
+               A9F4728D1976BAA70009EC65 /* HBSubtitlesDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F4728C1976BAA70009EC65 /* HBSubtitlesDefaults.m */; };
                A9F7102619A475EC00F61301 /* HBDockTile.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F7102519A475EC00F61301 /* HBDockTile.m */; };
                D2BCB10916F5152C0084604C /* activity.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB0F616F515230084604C /* activity.png */; };
                D2BCB10A16F5152C0084604C /* activity@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB0F716F515230084604C /* activity@2x.png */; };
                A932E26B1988334B0047D13E /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = AudioDefaults.xib; sourceTree = "<group>"; };
                A932E26D198833920047D13E /* HBAudioDefaultsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBAudioDefaultsController.h; sourceTree = "<group>"; };
                A932E26E198833920047D13E /* HBAudioDefaultsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBAudioDefaultsController.m; sourceTree = "<group>"; };
-               A932E271198834130047D13E /* HBAudioSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBAudioSettings.h; sourceTree = "<group>"; };
-               A932E272198834130047D13E /* HBAudioSettings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBAudioSettings.m; sourceTree = "<group>"; };
+               A932E271198834130047D13E /* HBAudioDefaults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBAudioDefaults.h; sourceTree = "<group>"; };
+               A932E272198834130047D13E /* HBAudioDefaults.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBAudioDefaults.m; sourceTree = "<group>"; };
                A93E0ED01972957000FD67FB /* HBVideoController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBVideoController.h; sourceTree = "<group>"; };
                A93E0ED11972957000FD67FB /* HBVideoController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBVideoController.m; sourceTree = "<group>"; };
                A93E0ED61972958C00FD67FB /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Video.xib; sourceTree = "<group>"; };
                A9F2EB6E196F12C800066546 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Audio.xib; sourceTree = "<group>"; };
                A9F472861976B7F30009EC65 /* HBSubtitlesDefaultsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBSubtitlesDefaultsController.h; sourceTree = "<group>"; };
                A9F472871976B7F30009EC65 /* HBSubtitlesDefaultsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBSubtitlesDefaultsController.m; sourceTree = "<group>"; };
-               A9F4728B1976BAA70009EC65 /* HBSubtitlesSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBSubtitlesSettings.h; sourceTree = "<group>"; };
-               A9F4728C1976BAA70009EC65 /* HBSubtitlesSettings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBSubtitlesSettings.m; sourceTree = "<group>"; };
+               A9F4728B1976BAA70009EC65 /* HBSubtitlesDefaults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBSubtitlesDefaults.h; sourceTree = "<group>"; };
+               A9F4728C1976BAA70009EC65 /* HBSubtitlesDefaults.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBSubtitlesDefaults.m; sourceTree = "<group>"; };
                A9F7102419A475EC00F61301 /* HBDockTile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBDockTile.h; sourceTree = "<group>"; };
                A9F7102519A475EC00F61301 /* HBDockTile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBDockTile.m; sourceTree = "<group>"; };
                D2BCB0F616F515230084604C /* activity.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = activity.png; sourceTree = "<group>"; };
                        isa = PBXGroup;
                        children = (
                                A9B34D6F197683FE00871B7D /* Controllers */,
-                               A98C29C51977C00000AF5DED /* Model */,
+                               A98C29C51977C00000AF5DED /* Core */,
                                A952392E199A647F00588AEF /* Presets */,
                                A9AA447D1970729300D7DEFC /* HBPreviewGenerator.h */,
                                A9D1E41618262364002F6424 /* HBPreviewGenerator.m */,
                        name = Presets;
                        sourceTree = "<group>";
                };
-               A98C29C51977C00000AF5DED /* Model */ = {
+               A98C29C51977C00000AF5DED /* Core */ = {
                        isa = PBXGroup;
                        children = (
-                               A932E271198834130047D13E /* HBAudioSettings.h */,
-                               A932E272198834130047D13E /* HBAudioSettings.m */,
-                               A9F4728B1976BAA70009EC65 /* HBSubtitlesSettings.h */,
-                               A9F4728C1976BAA70009EC65 /* HBSubtitlesSettings.m */,
+                               A932E271198834130047D13E /* HBAudioDefaults.h */,
+                               A932E272198834130047D13E /* HBAudioDefaults.m */,
+                               A9F4728B1976BAA70009EC65 /* HBSubtitlesDefaults.h */,
+                               A9F4728C1976BAA70009EC65 /* HBSubtitlesDefaults.m */,
                                273F209114ADBE670021BE6D /* HBAudio.h */,
                                273F209214ADBE670021BE6D /* HBAudio.m */,
                                A90A0CAD1988D57200DA65CE /* HBAudioTrackPreset.h */,
                                A9523935199A6AAE00588AEF /* HBFilters.h */,
                                A9523936199A6AAE00588AEF /* HBFilters.m */,
                        );
-                       name = Model;
+                       name = Core;
                        sourceTree = "<group>";
                };
                A9B34D6F197683FE00871B7D /* Controllers */ = {
                                A9F7102619A475EC00F61301 /* HBDockTile.m in Sources */,
                                A98C29C41977B10600AF5DED /* HBLanguagesSelection.m in Sources */,
                                A9BB0F2719A0ECE40079F1C1 /* HBHUDButtonCell.m in Sources */,
-                               A932E273198834130047D13E /* HBAudioSettings.m in Sources */,
+                               A932E273198834130047D13E /* HBAudioDefaults.m in Sources */,
                                A9523937199A6AAE00588AEF /* HBFilters.m in Sources */,
                                A9AA447A1970664A00D7DEFC /* HBUtilities.m in Sources */,
                                273F20AC14ADBE670021BE6D /* Controller.m in Sources */,
                                A9DC6C52196F04F6002AE6B4 /* HBSubtitlesController.m in Sources */,
                                A9F472891976B7F30009EC65 /* HBSubtitlesDefaultsController.m in Sources */,
                                A9CF25F41990D64E0023F727 /* HBPreset.m in Sources */,
-                               A9F4728D1976BAA70009EC65 /* HBSubtitlesSettings.m in Sources */,
+                               A9F4728D1976BAA70009EC65 /* HBSubtitlesDefaults.m in Sources */,
                                A93E0ED31972957000FD67FB /* HBVideoController.m in Sources */,
                                273F20B614ADBE670021BE6D /* HBPresetsManager.m in Sources */,
                                273F20B714ADBE670021BE6D /* HBPreviewController.m in Sources */,
                                GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                                GCC_WARN_UNUSED_VARIABLE = YES;
+                               MACOSX_DEPLOYMENT_TARGET = 10.6;
                                OTHER_LDFLAGS = (
                                        "-filelist",
                                        "$(EXTERNAL_BUILD)/macosx/osl.filelist.txt",
                                GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                                GCC_WARN_UNUSED_VARIABLE = YES;
+                               MACOSX_DEPLOYMENT_TARGET = 10.6;
                                OTHER_LDFLAGS = (
                                        "-filelist",
                                        "$(EXTERNAL_BUILD)/macosx/osl.filelist.txt",