diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2012-01-18 17:16:29 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-07-12 10:58:44 +1200 |
commit | 124b538fb92e104046fa50990751791c97da8ba3 (patch) | |
tree | 42d1a0014b413d0738eef7132667d98ba5c196dc /XBMC-IOS.xcodeproj/project.pbxproj | |
parent | d9ca8eeabc80068d091973053537fb2d76b7a7ad (diff) |
[seekbar] adds seek handler rather than handling seeking directly in CGUIDialogSeekBar.
Diffstat (limited to 'XBMC-IOS.xcodeproj/project.pbxproj')
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index b77960f2ad..4828135523 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -29,6 +29,7 @@ 7C0A7FB213A9E72E00AFC2BD /* DirtyRegionSolvers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C0A7FAE13A9E72E00AFC2BD /* DirtyRegionSolvers.cpp */; }; 7C0A7FB313A9E72E00AFC2BD /* DirtyRegionTracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C0A7FB013A9E72E00AFC2BD /* DirtyRegionTracker.cpp */; }; 7C0B98F9154B7FF30065A238 /* AEDeviceInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C0B98F7154B7FF30065A238 /* AEDeviceInfo.cpp */; }; + 7C1A495315A968FB004AF4A4 /* SeekHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A495115A968FB004AF4A4 /* SeekHandler.cpp */; }; 7C1A89CE1526722200C63311 /* TextureCacheJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A89CC1526722200C63311 /* TextureCacheJob.cpp */; }; 7C1D697815A8141000658B65 /* DatabaseManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1D697615A8141000658B65 /* DatabaseManager.cpp */; }; 7C1F6F7A13ED178F001726AB /* LibraryDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1F6F7813ED178F001726AB /* LibraryDirectory.cpp */; }; @@ -1027,6 +1028,8 @@ 7C0B98F7154B7FF30065A238 /* AEDeviceInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AEDeviceInfo.cpp; sourceTree = "<group>"; }; 7C0B98F8154B7FF30065A238 /* AEDeviceInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEDeviceInfo.h; sourceTree = "<group>"; }; 7C1A495415A96908004AF4A4 /* SaveFileStateJob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SaveFileStateJob.h; sourceTree = "<group>"; }; + 7C1A495115A968FB004AF4A4 /* SeekHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SeekHandler.cpp; sourceTree = "<group>"; }; + 7C1A495215A968FB004AF4A4 /* SeekHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SeekHandler.h; sourceTree = "<group>"; }; 7C1A89CC1526722200C63311 /* TextureCacheJob.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureCacheJob.cpp; sourceTree = "<group>"; }; 7C1A89CD1526722200C63311 /* TextureCacheJob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureCacheJob.h; sourceTree = "<group>"; }; 7C1D697615A8141000658B65 /* DatabaseManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseManager.cpp; sourceTree = "<group>"; }; @@ -5819,6 +5822,8 @@ F56C874E131F42EC000AD0F6 /* ScraperParser.h */, F56C874F131F42EC000AD0F6 /* ScraperUrl.cpp */, F56C8750131F42EC000AD0F6 /* ScraperUrl.h */, + 7C1A495115A968FB004AF4A4 /* SeekHandler.cpp */, + 7C1A495215A968FB004AF4A4 /* SeekHandler.h */, 36A9445015821F5300727135 /* SortUtils.cpp */, 36A9445115821F5300727135 /* SortUtils.h */, F56C8751131F42EC000AD0F6 /* Splash.cpp */, @@ -7244,6 +7249,7 @@ DFC3867E158296EC008AE277 /* Exception.cpp in Sources */, 36A9465B15AA26BC00727135 /* DirectoryNodeTags.cpp in Sources */, 7C1D697815A8141000658B65 /* DatabaseManager.cpp in Sources */, + 7C1A495315A968FB004AF4A4 /* SeekHandler.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |