diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2012-10-15 21:04:04 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2013-04-05 15:51:47 +1300 |
commit | 8fcb671e0d253f8d85bd8eaa66a0f84e554c3117 (patch) | |
tree | cb685f61395237185ae554e144f0a9c25c034670 /XBMC.xcodeproj | |
parent | ed0775a26edc3ad4f1e1465093b2061c9772e48a (diff) |
allow fullscreen actions such as next subtitle, audio stream, audio/subs delay etc. to be handled in other places
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index 0b8774e374..5be23e0d31 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -268,6 +268,7 @@ 7C7B2B301134F36400713D6D /* mysqldataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7B2B2E1134F36400713D6D /* mysqldataset.cpp */; }; 7C7CEAF1165629530059C9EB /* AELimiter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7CEAEF165629530059C9EB /* AELimiter.cpp */; }; 7C84A59E12FA3C1600CD1714 /* SourcesDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C84A59C12FA3C1600CD1714 /* SourcesDirectory.cpp */; }; + 7C87B2CE162CE39600EF897D /* PlayerController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C87B2CC162CE39600EF897D /* PlayerController.cpp */; }; 7C89619213B6A16F003631FE /* GUIWindowScreensaverDim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C89619013B6A16F003631FE /* GUIWindowScreensaverDim.cpp */; }; 7C89674613C03B22003631FE /* InfoBool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C89674313C03B22003631FE /* InfoBool.cpp */; }; 7C8A14571154CB2600E5FCFA /* TextureCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8A14541154CB2600E5FCFA /* TextureCache.cpp */; }; @@ -1608,6 +1609,8 @@ 7C7CEAF0165629530059C9EB /* AELimiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AELimiter.h; sourceTree = "<group>"; }; 7C84A59C12FA3C1600CD1714 /* SourcesDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SourcesDirectory.cpp; path = xbmc/filesystem/SourcesDirectory.cpp; sourceTree = SOURCE_ROOT; }; 7C84A59D12FA3C1600CD1714 /* SourcesDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SourcesDirectory.h; path = xbmc/filesystem/SourcesDirectory.h; sourceTree = SOURCE_ROOT; }; + 7C87B2CC162CE39600EF897D /* PlayerController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayerController.cpp; sourceTree = "<group>"; }; + 7C87B2CD162CE39600EF897D /* PlayerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayerController.h; sourceTree = "<group>"; }; 7C89619013B6A16F003631FE /* GUIWindowScreensaverDim.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowScreensaverDim.cpp; sourceTree = "<group>"; }; 7C89619113B6A16F003631FE /* GUIWindowScreensaverDim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowScreensaverDim.h; sourceTree = "<group>"; }; 7C89674313C03B22003631FE /* InfoBool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InfoBool.cpp; sourceTree = "<group>"; }; @@ -4163,6 +4166,8 @@ DF072533168734ED008DCAAD /* FFmpegVideoDecoder.h */, E38E17FF0D25F9FA00618676 /* GUIViewStateVideo.cpp */, E38E18000D25F9FA00618676 /* GUIViewStateVideo.h */, + 7C87B2CC162CE39600EF897D /* PlayerController.cpp */, + 7C87B2CD162CE39600EF897D /* PlayerController.h */, F5E55B6E10741340006E788A /* Teletext.cpp */, F5E55B6D10741340006E788A /* Teletext.h */, F5E55B6F10741340006E788A /* TeletextDefines.h */, @@ -7804,6 +7809,7 @@ DF28EDA7170E1A11005FA9D2 /* ProfilesManager.cpp in Sources */, DF28EDA8170E1A11005FA9D2 /* GUIWindowSettingsProfile.cpp in Sources */, DF28EE03170E1E51005FA9D2 /* DisplaySettings.cpp in Sources */, + 7C87B2CE162CE39600EF897D /* PlayerController.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |