diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-09-01 17:12:07 +0200 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-09-05 00:17:22 +0200 |
commit | 4e9cb43928abbddd5d683cb5d9d66c72b3bbf88e (patch) | |
tree | 58c59c5d5621c553118edb569e1e815c45567f83 /XBMC-ATV2.xcodeproj | |
parent | c79dd456775c37963a27d9f563c405d83ee19c5c (diff) |
[pvr] added PVR support to XBMC (taken from https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba)
add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
Diffstat (limited to 'XBMC-ATV2.xcodeproj')
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 358 |
1 files changed, 358 insertions, 0 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index 92959215be..90f3814be3 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -45,6 +45,55 @@ C807119F135DB842002F601B /* InputOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C807119D135DB842002F601B /* InputOperations.cpp */; }; C8936060152C86EC00812418 /* PythonMonitor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C893605E152C86EC00812418 /* PythonMonitor.cpp */; }; C8936063152C86F500812418 /* monitor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8936061152C86F500812418 /* monitor.cpp */; }; + C8B92A8215735D0300284190 /* Epg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A7515735D0300284190 /* Epg.cpp */; }; + C8B92A8315735D0300284190 /* EpgContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A7715735D0300284190 /* EpgContainer.cpp */; }; + C8B92A8415735D0300284190 /* EpgDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A7915735D0300284190 /* EpgDatabase.cpp */; }; + C8B92A8515735D0300284190 /* EpgInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A7B15735D0300284190 /* EpgInfoTag.cpp */; }; + C8B92A8615735D0300284190 /* EpgSearchFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A7D15735D0300284190 /* EpgSearchFilter.cpp */; }; + C8B92A8715735D0300284190 /* GUIEPGGridContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A7F15735D0300284190 /* GUIEPGGridContainer.cpp */; }; + C8B92AD915735D2700284190 /* PVRClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A8D15735D2700284190 /* PVRClient.cpp */; }; + C8B92ADA15735D2700284190 /* PVRClients.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A8F15735D2700284190 /* PVRClients.cpp */; }; + C8B92ADC15735D2700284190 /* PVRChannel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A9315735D2700284190 /* PVRChannel.cpp */; }; + C8B92ADD15735D2700284190 /* PVRChannelGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A9515735D2700284190 /* PVRChannelGroup.cpp */; }; + C8B92ADE15735D2700284190 /* PVRChannelGroupInternal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A9715735D2700284190 /* PVRChannelGroupInternal.cpp */; }; + C8B92ADF15735D2700284190 /* PVRChannelGroups.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A9915735D2700284190 /* PVRChannelGroups.cpp */; }; + C8B92AE015735D2700284190 /* PVRChannelGroupsContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A9B15735D2700284190 /* PVRChannelGroupsContainer.cpp */; }; + C8B92AE115735D2700284190 /* GUIDialogPVRChannelManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92A9E15735D2700284190 /* GUIDialogPVRChannelManager.cpp */; }; + C8B92AE215735D2700284190 /* GUIDialogPVRChannelsOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AA015735D2700284190 /* GUIDialogPVRChannelsOSD.cpp */; }; + C8B92AE315735D2700284190 /* GUIDialogPVRCutterOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AA215735D2700284190 /* GUIDialogPVRCutterOSD.cpp */; }; + C8B92AE415735D2700284190 /* GUIDialogPVRDirectorOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AA415735D2700284190 /* GUIDialogPVRDirectorOSD.cpp */; }; + C8B92AE515735D2700284190 /* GUIDialogPVRGroupManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AA615735D2700284190 /* GUIDialogPVRGroupManager.cpp */; }; + C8B92AE615735D2700284190 /* GUIDialogPVRGuideInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AA815735D2700284190 /* GUIDialogPVRGuideInfo.cpp */; }; + C8B92AE715735D2700284190 /* GUIDialogPVRGuideOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AAA15735D2700284190 /* GUIDialogPVRGuideOSD.cpp */; }; + C8B92AE815735D2700284190 /* GUIDialogPVRGuideSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AAC15735D2700284190 /* GUIDialogPVRGuideSearch.cpp */; }; + C8B92AE915735D2700284190 /* GUIDialogPVRRecordingInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AAE15735D2700284190 /* GUIDialogPVRRecordingInfo.cpp */; }; + C8B92AEA15735D2700284190 /* GUIDialogPVRTimerSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AB015735D2700284190 /* GUIDialogPVRTimerSettings.cpp */; }; + C8B92AED15735D2700284190 /* PVRDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AB415735D2700284190 /* PVRDatabase.cpp */; }; + C8B92AEE15735D2700284190 /* PVRGUIInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AB615735D2700284190 /* PVRGUIInfo.cpp */; }; + C8B92AEF15735D2700284190 /* PVRManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AB815735D2700284190 /* PVRManager.cpp */; }; + C8B92AF115735D2700284190 /* PVRRecording.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92ABC15735D2700284190 /* PVRRecording.cpp */; }; + C8B92AF215735D2700284190 /* PVRRecordings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92ABE15735D2700284190 /* PVRRecordings.cpp */; }; + C8B92AF415735D2700284190 /* PVRTimerInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AC215735D2700284190 /* PVRTimerInfoTag.cpp */; }; + C8B92AF515735D2700284190 /* PVRTimers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AC415735D2700284190 /* PVRTimers.cpp */; }; + C8B92AF615735D2700284190 /* GUIViewStatePVR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AC715735D2700284190 /* GUIViewStatePVR.cpp */; }; + C8B92AF715735D2700284190 /* GUIWindowPVR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AC915735D2700284190 /* GUIWindowPVR.cpp */; }; + C8B92AF815735D2700284190 /* GUIWindowPVRChannels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92ACB15735D2700284190 /* GUIWindowPVRChannels.cpp */; }; + C8B92AF915735D2700284190 /* GUIWindowPVRCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92ACD15735D2700284190 /* GUIWindowPVRCommon.cpp */; }; + C8B92AFA15735D2700284190 /* GUIWindowPVRGuide.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92ACF15735D2700284190 /* GUIWindowPVRGuide.cpp */; }; + C8B92AFB15735D2700284190 /* GUIWindowPVRRecordings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AD115735D2700284190 /* GUIWindowPVRRecordings.cpp */; }; + C8B92AFC15735D2700284190 /* GUIWindowPVRSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AD315735D2700284190 /* GUIWindowPVRSearch.cpp */; }; + C8B92AFD15735D2700284190 /* GUIWindowPVRTimers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AD515735D2700284190 /* GUIWindowPVRTimers.cpp */; }; + C8B92B0715735D5D00284190 /* AddonCallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92AFF15735D5D00284190 /* AddonCallbacks.cpp */; }; + C8B92B0815735D5D00284190 /* AddonCallbacksAddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92B0115735D5D00284190 /* AddonCallbacksAddon.cpp */; }; + C8B92B0915735D5D00284190 /* AddonCallbacksGUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92B0315735D5D00284190 /* AddonCallbacksGUI.cpp */; }; + C8B92B0A15735D5D00284190 /* AddonCallbacksPVR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92B0515735D5D00284190 /* AddonCallbacksPVR.cpp */; }; + C8B92B0D15735DBC00284190 /* DVDDemuxPVRClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92B0B15735DBC00284190 /* DVDDemuxPVRClient.cpp */; }; + C8B92B1015735DD900284190 /* DVDInputStreamPVRManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92B0E15735DD900284190 /* DVDInputStreamPVRManager.cpp */; }; + C8B92B1515735DFB00284190 /* PVRDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92B1115735DFB00284190 /* PVRDirectory.cpp */; }; + C8B92B1615735DFB00284190 /* PVRFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92B1315735DFB00284190 /* PVRFile.cpp */; }; + C8B92B1915735E1E00284190 /* GUIDialogExtendedProgressBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92B1715735E1E00284190 /* GUIDialogExtendedProgressBar.cpp */; }; + C8B92B2115735EBF00284190 /* Observer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92B1D15735EBF00284190 /* Observer.cpp */; }; + C8B92B2215735EBF00284190 /* TextSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B92B1F15735EBF00284190 /* TextSearch.cpp */; }; C8EC5D51136954E400CCC10D /* XBMC_keytable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8EC5D4F136954E400CCC10D /* XBMC_keytable.cpp */; }; DF08E84515829BA600058C77 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF08E84315829BA600058C77 /* Exception.cpp */; }; DF0DF16D13A3AF82008ED511 /* NFSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF16A13A3AF82008ED511 /* NFSDirectory.cpp */; }; @@ -1066,6 +1115,104 @@ C893605F152C86EC00812418 /* PythonMonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PythonMonitor.h; sourceTree = "<group>"; }; C8936061152C86F500812418 /* monitor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = monitor.cpp; sourceTree = "<group>"; }; C8936062152C86F500812418 /* monitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = monitor.h; sourceTree = "<group>"; }; + C8B92A7515735D0300284190 /* Epg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Epg.cpp; sourceTree = "<group>"; }; + C8B92A7615735D0300284190 /* Epg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Epg.h; sourceTree = "<group>"; }; + C8B92A7715735D0300284190 /* EpgContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EpgContainer.cpp; sourceTree = "<group>"; }; + C8B92A7815735D0300284190 /* EpgContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EpgContainer.h; sourceTree = "<group>"; }; + C8B92A7915735D0300284190 /* EpgDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EpgDatabase.cpp; sourceTree = "<group>"; }; + C8B92A7A15735D0300284190 /* EpgDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EpgDatabase.h; sourceTree = "<group>"; }; + C8B92A7B15735D0300284190 /* EpgInfoTag.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EpgInfoTag.cpp; sourceTree = "<group>"; }; + C8B92A7C15735D0300284190 /* EpgInfoTag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EpgInfoTag.h; sourceTree = "<group>"; }; + C8B92A7D15735D0300284190 /* EpgSearchFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EpgSearchFilter.cpp; sourceTree = "<group>"; }; + C8B92A7E15735D0300284190 /* EpgSearchFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EpgSearchFilter.h; sourceTree = "<group>"; }; + C8B92A7F15735D0300284190 /* GUIEPGGridContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIEPGGridContainer.cpp; sourceTree = "<group>"; }; + C8B92A8015735D0300284190 /* GUIEPGGridContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIEPGGridContainer.h; sourceTree = "<group>"; }; + C8B92A8D15735D2700284190 /* PVRClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRClient.cpp; sourceTree = "<group>"; }; + C8B92A8E15735D2700284190 /* PVRClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRClient.h; sourceTree = "<group>"; }; + C8B92A8F15735D2700284190 /* PVRClients.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRClients.cpp; sourceTree = "<group>"; }; + C8B92A9015735D2700284190 /* PVRClients.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRClients.h; sourceTree = "<group>"; }; + C8B92A9315735D2700284190 /* PVRChannel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRChannel.cpp; sourceTree = "<group>"; }; + C8B92A9415735D2700284190 /* PVRChannel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRChannel.h; sourceTree = "<group>"; }; + C8B92A9515735D2700284190 /* PVRChannelGroup.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRChannelGroup.cpp; sourceTree = "<group>"; }; + C8B92A9615735D2700284190 /* PVRChannelGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRChannelGroup.h; sourceTree = "<group>"; }; + C8B92A9715735D2700284190 /* PVRChannelGroupInternal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRChannelGroupInternal.cpp; sourceTree = "<group>"; }; + C8B92A9815735D2700284190 /* PVRChannelGroupInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRChannelGroupInternal.h; sourceTree = "<group>"; }; + C8B92A9915735D2700284190 /* PVRChannelGroups.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRChannelGroups.cpp; sourceTree = "<group>"; }; + C8B92A9A15735D2700284190 /* PVRChannelGroups.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRChannelGroups.h; sourceTree = "<group>"; }; + C8B92A9B15735D2700284190 /* PVRChannelGroupsContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRChannelGroupsContainer.cpp; sourceTree = "<group>"; }; + C8B92A9C15735D2700284190 /* PVRChannelGroupsContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRChannelGroupsContainer.h; sourceTree = "<group>"; }; + C8B92A9E15735D2700284190 /* GUIDialogPVRChannelManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRChannelManager.cpp; sourceTree = "<group>"; }; + C8B92A9F15735D2700284190 /* GUIDialogPVRChannelManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRChannelManager.h; sourceTree = "<group>"; }; + C8B92AA015735D2700284190 /* GUIDialogPVRChannelsOSD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRChannelsOSD.cpp; sourceTree = "<group>"; }; + C8B92AA115735D2700284190 /* GUIDialogPVRChannelsOSD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRChannelsOSD.h; sourceTree = "<group>"; }; + C8B92AA215735D2700284190 /* GUIDialogPVRCutterOSD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRCutterOSD.cpp; sourceTree = "<group>"; }; + C8B92AA315735D2700284190 /* GUIDialogPVRCutterOSD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRCutterOSD.h; sourceTree = "<group>"; }; + C8B92AA415735D2700284190 /* GUIDialogPVRDirectorOSD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRDirectorOSD.cpp; sourceTree = "<group>"; }; + C8B92AA515735D2700284190 /* GUIDialogPVRDirectorOSD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRDirectorOSD.h; sourceTree = "<group>"; }; + C8B92AA615735D2700284190 /* GUIDialogPVRGroupManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRGroupManager.cpp; sourceTree = "<group>"; }; + C8B92AA715735D2700284190 /* GUIDialogPVRGroupManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRGroupManager.h; sourceTree = "<group>"; }; + C8B92AA815735D2700284190 /* GUIDialogPVRGuideInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRGuideInfo.cpp; sourceTree = "<group>"; }; + C8B92AA915735D2700284190 /* GUIDialogPVRGuideInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRGuideInfo.h; sourceTree = "<group>"; }; + C8B92AAA15735D2700284190 /* GUIDialogPVRGuideOSD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRGuideOSD.cpp; sourceTree = "<group>"; }; + C8B92AAB15735D2700284190 /* GUIDialogPVRGuideOSD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRGuideOSD.h; sourceTree = "<group>"; }; + C8B92AAC15735D2700284190 /* GUIDialogPVRGuideSearch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRGuideSearch.cpp; sourceTree = "<group>"; }; + C8B92AAD15735D2700284190 /* GUIDialogPVRGuideSearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRGuideSearch.h; sourceTree = "<group>"; }; + C8B92AAE15735D2700284190 /* GUIDialogPVRRecordingInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRRecordingInfo.cpp; sourceTree = "<group>"; }; + C8B92AAF15735D2700284190 /* GUIDialogPVRRecordingInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRRecordingInfo.h; sourceTree = "<group>"; }; + C8B92AB015735D2700284190 /* GUIDialogPVRTimerSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRTimerSettings.cpp; sourceTree = "<group>"; }; + C8B92AB115735D2700284190 /* GUIDialogPVRTimerSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRTimerSettings.h; sourceTree = "<group>"; }; + C8B92AB415735D2700284190 /* PVRDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRDatabase.cpp; sourceTree = "<group>"; }; + C8B92AB515735D2700284190 /* PVRDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRDatabase.h; sourceTree = "<group>"; }; + C8B92AB615735D2700284190 /* PVRGUIInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRGUIInfo.cpp; sourceTree = "<group>"; }; + C8B92AB715735D2700284190 /* PVRGUIInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRGUIInfo.h; sourceTree = "<group>"; }; + C8B92AB815735D2700284190 /* PVRManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRManager.cpp; sourceTree = "<group>"; }; + C8B92AB915735D2700284190 /* PVRManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRManager.h; sourceTree = "<group>"; }; + C8B92ABC15735D2700284190 /* PVRRecording.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRRecording.cpp; sourceTree = "<group>"; }; + C8B92ABD15735D2700284190 /* PVRRecording.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRRecording.h; sourceTree = "<group>"; }; + C8B92ABE15735D2700284190 /* PVRRecordings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRRecordings.cpp; sourceTree = "<group>"; }; + C8B92ABF15735D2700284190 /* PVRRecordings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRRecordings.h; sourceTree = "<group>"; }; + C8B92AC215735D2700284190 /* PVRTimerInfoTag.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRTimerInfoTag.cpp; sourceTree = "<group>"; }; + C8B92AC315735D2700284190 /* PVRTimerInfoTag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRTimerInfoTag.h; sourceTree = "<group>"; }; + C8B92AC415735D2700284190 /* PVRTimers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRTimers.cpp; sourceTree = "<group>"; }; + C8B92AC515735D2700284190 /* PVRTimers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRTimers.h; sourceTree = "<group>"; }; + C8B92AC715735D2700284190 /* GUIViewStatePVR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIViewStatePVR.cpp; sourceTree = "<group>"; }; + C8B92AC815735D2700284190 /* GUIViewStatePVR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIViewStatePVR.h; sourceTree = "<group>"; }; + C8B92AC915735D2700284190 /* GUIWindowPVR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVR.cpp; sourceTree = "<group>"; }; + C8B92ACA15735D2700284190 /* GUIWindowPVR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVR.h; sourceTree = "<group>"; }; + C8B92ACB15735D2700284190 /* GUIWindowPVRChannels.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRChannels.cpp; sourceTree = "<group>"; }; + C8B92ACC15735D2700284190 /* GUIWindowPVRChannels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRChannels.h; sourceTree = "<group>"; }; + C8B92ACD15735D2700284190 /* GUIWindowPVRCommon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRCommon.cpp; sourceTree = "<group>"; }; + C8B92ACE15735D2700284190 /* GUIWindowPVRCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRCommon.h; sourceTree = "<group>"; }; + C8B92ACF15735D2700284190 /* GUIWindowPVRGuide.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRGuide.cpp; sourceTree = "<group>"; }; + C8B92AD015735D2700284190 /* GUIWindowPVRGuide.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRGuide.h; sourceTree = "<group>"; }; + C8B92AD115735D2700284190 /* GUIWindowPVRRecordings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRRecordings.cpp; sourceTree = "<group>"; }; + C8B92AD215735D2700284190 /* GUIWindowPVRRecordings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRRecordings.h; sourceTree = "<group>"; }; + C8B92AD315735D2700284190 /* GUIWindowPVRSearch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRSearch.cpp; sourceTree = "<group>"; }; + C8B92AD415735D2700284190 /* GUIWindowPVRSearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRSearch.h; sourceTree = "<group>"; }; + C8B92AD515735D2700284190 /* GUIWindowPVRTimers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRTimers.cpp; sourceTree = "<group>"; }; + C8B92AD615735D2700284190 /* GUIWindowPVRTimers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRTimers.h; sourceTree = "<group>"; }; + C8B92AFF15735D5D00284190 /* AddonCallbacks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonCallbacks.cpp; sourceTree = "<group>"; }; + C8B92B0015735D5D00284190 /* AddonCallbacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonCallbacks.h; sourceTree = "<group>"; }; + C8B92B0115735D5D00284190 /* AddonCallbacksAddon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonCallbacksAddon.cpp; sourceTree = "<group>"; }; + C8B92B0215735D5D00284190 /* AddonCallbacksAddon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonCallbacksAddon.h; sourceTree = "<group>"; }; + C8B92B0315735D5D00284190 /* AddonCallbacksGUI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonCallbacksGUI.cpp; sourceTree = "<group>"; }; + C8B92B0415735D5D00284190 /* AddonCallbacksGUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonCallbacksGUI.h; sourceTree = "<group>"; }; + C8B92B0515735D5D00284190 /* AddonCallbacksPVR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonCallbacksPVR.cpp; sourceTree = "<group>"; }; + C8B92B0615735D5D00284190 /* AddonCallbacksPVR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonCallbacksPVR.h; sourceTree = "<group>"; }; + C8B92B0B15735DBC00284190 /* DVDDemuxPVRClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDDemuxPVRClient.cpp; sourceTree = "<group>"; }; + C8B92B0C15735DBC00284190 /* DVDDemuxPVRClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDDemuxPVRClient.h; sourceTree = "<group>"; }; + C8B92B0E15735DD900284190 /* DVDInputStreamPVRManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDInputStreamPVRManager.cpp; sourceTree = "<group>"; }; + C8B92B0F15735DD900284190 /* DVDInputStreamPVRManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDInputStreamPVRManager.h; sourceTree = "<group>"; }; + C8B92B1115735DFB00284190 /* PVRDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRDirectory.cpp; sourceTree = "<group>"; }; + C8B92B1215735DFB00284190 /* PVRDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRDirectory.h; sourceTree = "<group>"; }; + C8B92B1315735DFB00284190 /* PVRFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRFile.cpp; sourceTree = "<group>"; }; + C8B92B1415735DFB00284190 /* PVRFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRFile.h; sourceTree = "<group>"; }; + C8B92B1715735E1E00284190 /* GUIDialogExtendedProgressBar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogExtendedProgressBar.cpp; sourceTree = "<group>"; }; + C8B92B1815735E1E00284190 /* GUIDialogExtendedProgressBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogExtendedProgressBar.h; sourceTree = "<group>"; }; + C8B92B1D15735EBF00284190 /* Observer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Observer.cpp; sourceTree = "<group>"; }; + C8B92B1E15735EBF00284190 /* Observer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Observer.h; sourceTree = "<group>"; }; + C8B92B1F15735EBF00284190 /* TextSearch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextSearch.cpp; sourceTree = "<group>"; }; + C8B92B2015735EBF00284190 /* TextSearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextSearch.h; sourceTree = "<group>"; }; C8EC5D4F136954E400CCC10D /* XBMC_keytable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBMC_keytable.cpp; sourceTree = "<group>"; }; C8EC5D50136954E400CCC10D /* XBMC_keytable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMC_keytable.h; sourceTree = "<group>"; }; DF08E84315829BA600058C77 /* Exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Exception.cpp; sourceTree = "<group>"; }; @@ -3146,6 +3293,144 @@ name = Documentation; sourceTree = "<group>"; }; + C8B92A7415735D0300284190 /* epg */ = { + isa = PBXGroup; + children = ( + C8B92A7515735D0300284190 /* Epg.cpp */, + C8B92A7615735D0300284190 /* Epg.h */, + C8B92A7715735D0300284190 /* EpgContainer.cpp */, + C8B92A7815735D0300284190 /* EpgContainer.h */, + C8B92A7915735D0300284190 /* EpgDatabase.cpp */, + C8B92A7A15735D0300284190 /* EpgDatabase.h */, + C8B92A7B15735D0300284190 /* EpgInfoTag.cpp */, + C8B92A7C15735D0300284190 /* EpgInfoTag.h */, + C8B92A7D15735D0300284190 /* EpgSearchFilter.cpp */, + C8B92A7E15735D0300284190 /* EpgSearchFilter.h */, + C8B92A7F15735D0300284190 /* GUIEPGGridContainer.cpp */, + C8B92A8015735D0300284190 /* GUIEPGGridContainer.h */, + ); + path = epg; + sourceTree = "<group>"; + }; + C8B92A8A15735D2700284190 /* pvr */ = { + isa = PBXGroup; + children = ( + C8B92A8B15735D2700284190 /* addons */, + C8B92A9115735D2700284190 /* channels */, + C8B92A9D15735D2700284190 /* dialogs */, + C8B92ABA15735D2700284190 /* recordings */, + C8B92AC015735D2700284190 /* timers */, + C8B92AC615735D2700284190 /* windows */, + C8B92AB415735D2700284190 /* PVRDatabase.cpp */, + C8B92AB515735D2700284190 /* PVRDatabase.h */, + C8B92AB615735D2700284190 /* PVRGUIInfo.cpp */, + C8B92AB715735D2700284190 /* PVRGUIInfo.h */, + C8B92AB815735D2700284190 /* PVRManager.cpp */, + C8B92AB915735D2700284190 /* PVRManager.h */, + ); + path = pvr; + sourceTree = "<group>"; + }; + C8B92A8B15735D2700284190 /* addons */ = { + isa = PBXGroup; + children = ( + C8B92A8D15735D2700284190 /* PVRClient.cpp */, + C8B92A8E15735D2700284190 /* PVRClient.h */, + C8B92A8F15735D2700284190 /* PVRClients.cpp */, + C8B92A9015735D2700284190 /* PVRClients.h */, + ); + path = addons; + sourceTree = "<group>"; + }; + C8B92A9115735D2700284190 /* channels */ = { + isa = PBXGroup; + children = ( + C8B92A9315735D2700284190 /* PVRChannel.cpp */, + C8B92A9415735D2700284190 /* PVRChannel.h */, + C8B92A9515735D2700284190 /* PVRChannelGroup.cpp */, + C8B92A9615735D2700284190 /* PVRChannelGroup.h */, + C8B92A9715735D2700284190 /* PVRChannelGroupInternal.cpp */, + C8B92A9815735D2700284190 /* PVRChannelGroupInternal.h */, + C8B92A9915735D2700284190 /* PVRChannelGroups.cpp */, + C8B92A9A15735D2700284190 /* PVRChannelGroups.h */, + C8B92A9B15735D2700284190 /* PVRChannelGroupsContainer.cpp */, + C8B92A9C15735D2700284190 /* PVRChannelGroupsContainer.h */, + ); + path = channels; + sourceTree = "<group>"; + }; + C8B92A9D15735D2700284190 /* dialogs */ = { + isa = PBXGroup; + children = ( + C8B92A9E15735D2700284190 /* GUIDialogPVRChannelManager.cpp */, + C8B92A9F15735D2700284190 /* GUIDialogPVRChannelManager.h */, + C8B92AA015735D2700284190 /* GUIDialogPVRChannelsOSD.cpp */, + C8B92AA115735D2700284190 /* GUIDialogPVRChannelsOSD.h */, + C8B92AA215735D2700284190 /* GUIDialogPVRCutterOSD.cpp */, + C8B92AA315735D2700284190 /* GUIDialogPVRCutterOSD.h */, + C8B92AA415735D2700284190 /* GUIDialogPVRDirectorOSD.cpp */, + C8B92AA515735D2700284190 /* GUIDialogPVRDirectorOSD.h */, + C8B92AA615735D2700284190 /* GUIDialogPVRGroupManager.cpp */, + C8B92AA715735D2700284190 /* GUIDialogPVRGroupManager.h */, + C8B92AA815735D2700284190 /* GUIDialogPVRGuideInfo.cpp */, + C8B92AA915735D2700284190 /* GUIDialogPVRGuideInfo.h */, + C8B92AAA15735D2700284190 /* GUIDialogPVRGuideOSD.cpp */, + C8B92AAB15735D2700284190 /* GUIDialogPVRGuideOSD.h */, + C8B92AAC15735D2700284190 /* GUIDialogPVRGuideSearch.cpp */, + C8B92AAD15735D2700284190 /* GUIDialogPVRGuideSearch.h */, + C8B92AAE15735D2700284190 /* GUIDialogPVRRecordingInfo.cpp */, + C8B92AAF15735D2700284190 /* GUIDialogPVRRecordingInfo.h */, + C8B92AB015735D2700284190 /* GUIDialogPVRTimerSettings.cpp */, + C8B92AB115735D2700284190 /* GUIDialogPVRTimerSettings.h */, + ); + path = dialogs; + sourceTree = "<group>"; + }; + C8B92ABA15735D2700284190 /* recordings */ = { + isa = PBXGroup; + children = ( + C8B92ABC15735D2700284190 /* PVRRecording.cpp */, + C8B92ABD15735D2700284190 /* PVRRecording.h */, + C8B92ABE15735D2700284190 /* PVRRecordings.cpp */, + C8B92ABF15735D2700284190 /* PVRRecordings.h */, + ); + path = recordings; + sourceTree = "<group>"; + }; + C8B92AC015735D2700284190 /* timers */ = { + isa = PBXGroup; + children = ( + C8B92AC215735D2700284190 /* PVRTimerInfoTag.cpp */, + C8B92AC315735D2700284190 /* PVRTimerInfoTag.h */, + C8B92AC415735D2700284190 /* PVRTimers.cpp */, + C8B92AC515735D2700284190 /* PVRTimers.h */, + ); + path = timers; + sourceTree = "<group>"; + }; + C8B92AC615735D2700284190 /* windows */ = { + isa = PBXGroup; + children = ( + C8B92AC715735D2700284190 /* GUIViewStatePVR.cpp */, + C8B92AC815735D2700284190 /* GUIViewStatePVR.h */, + C8B92AC915735D2700284190 /* GUIWindowPVR.cpp */, + C8B92ACA15735D2700284190 /* GUIWindowPVR.h */, + C8B92ACB15735D2700284190 /* GUIWindowPVRChannels.cpp */, + C8B92ACC15735D2700284190 /* GUIWindowPVRChannels.h */, + C8B92ACD15735D2700284190 /* GUIWindowPVRCommon.cpp */, + C8B92ACE15735D2700284190 /* GUIWindowPVRCommon.h */, + C8B92ACF15735D2700284190 /* GUIWindowPVRGuide.cpp */, + C8B92AD015735D2700284190 /* GUIWindowPVRGuide.h */, + C8B92AD115735D2700284190 /* GUIWindowPVRRecordings.cpp */, + C8B92AD215735D2700284190 /* GUIWindowPVRRecordings.h */, + C8B92AD315735D2700284190 /* GUIWindowPVRSearch.cpp */, + C8B92AD415735D2700284190 /* GUIWindowPVRSearch.h */, + C8B92AD515735D2700284190 /* GUIWindowPVRTimers.cpp */, + C8B92AD615735D2700284190 /* GUIWindowPVRTimers.h */, + ); + path = windows; + sourceTree = "<group>"; + }; DF33C2AA15509C5A0046CDCB /* commons */ = { isa = PBXGroup; children = ( @@ -3549,6 +3834,7 @@ F56C721B131EC151000AD0F6 /* cores */, F56C7357131EC151000AD0F6 /* dbwrappers */, F56C7362131EC151000AD0F6 /* dialogs */, + C8B92A7415735D0300284190 /* epg */, F56C7395131EC151000AD0F6 /* filesystem */, F56C749F131EC152000AD0F6 /* guilib */, F56C7553131EC152000AD0F6 /* input */, @@ -3562,6 +3848,7 @@ F56C7698131EC153000AD0F6 /* playlists */, F56C76AB131EC153000AD0F6 /* powermanagement */, F56C76B4131EC153000AD0F6 /* programs */, + C8B92A8A15735D2700284190 /* pvr */, F56C76BD131EC153000AD0F6 /* rendering */, F56C76C5131EC153000AD0F6 /* screensavers */, F56C76C6131EC153000AD0F6 /* settings */, @@ -3656,6 +3943,14 @@ children = ( F56C71E9131EC151000AD0F6 /* Addon.cpp */, F56C71EA131EC151000AD0F6 /* Addon.h */, + C8B92AFF15735D5D00284190 /* AddonCallbacks.cpp */, + C8B92B0015735D5D00284190 /* AddonCallbacks.h */, + C8B92B0115735D5D00284190 /* AddonCallbacksAddon.cpp */, + C8B92B0215735D5D00284190 /* AddonCallbacksAddon.h */, + C8B92B0315735D5D00284190 /* AddonCallbacksGUI.cpp */, + C8B92B0415735D5D00284190 /* AddonCallbacksGUI.h */, + C8B92B0515735D5D00284190 /* AddonCallbacksPVR.cpp */, + C8B92B0615735D5D00284190 /* AddonCallbacksPVR.h */, F56C71E3131EC151000AD0F6 /* AddonDatabase.cpp */, F56C71E4131EC151000AD0F6 /* AddonDatabase.h */, F56C71EB131EC151000AD0F6 /* AddonDll.h */, @@ -3980,6 +4275,8 @@ F56C7295131EC151000AD0F6 /* DVDDemuxFFmpeg.h */, F56C7296131EC151000AD0F6 /* DVDDemuxHTSP.cpp */, F56C7297131EC151000AD0F6 /* DVDDemuxHTSP.h */, + C8B92B0B15735DBC00284190 /* DVDDemuxPVRClient.cpp */, + C8B92B0C15735DBC00284190 /* DVDDemuxPVRClient.h */, F56C729A131EC151000AD0F6 /* DVDDemuxShoutcast.cpp */, F56C729B131EC151000AD0F6 /* DVDDemuxShoutcast.h */, F56C729C131EC151000AD0F6 /* DVDDemuxUtils.cpp */, @@ -4013,6 +4310,8 @@ F56C72B7131EC151000AD0F6 /* DVDInputStreamMemory.h */, F56C72B8131EC151000AD0F6 /* DVDInputStreamNavigator.cpp */, F56C72B9131EC151000AD0F6 /* DVDInputStreamNavigator.h */, + C8B92B0E15735DD900284190 /* DVDInputStreamPVRManager.cpp */, + C8B92B0F15735DD900284190 /* DVDInputStreamPVRManager.h */, F56C72A3131EC151000AD0F6 /* DVDInputStreamRTMP.cpp */, F56C72A4131EC151000AD0F6 /* DVDInputStreamRTMP.h */, F56C72A5131EC151000AD0F6 /* DVDInputStreamTV.cpp */, @@ -4206,6 +4505,8 @@ F56C736C131EC151000AD0F6 /* GUIDialogContextMenu.h */, F56C736D131EC151000AD0F6 /* GUIDialogFavourites.cpp */, F56C736E131EC151000AD0F6 /* GUIDialogFavourites.h */, + C8B92B1715735E1E00284190 /* GUIDialogExtendedProgressBar.cpp */, + C8B92B1815735E1E00284190 /* GUIDialogExtendedProgressBar.h */, F56C736F131EC151000AD0F6 /* GUIDialogFileBrowser.cpp */, F56C7370131EC151000AD0F6 /* GUIDialogFileBrowser.h */, F56C7371131EC151000AD0F6 /* GUIDialogGamepad.cpp */, @@ -4376,6 +4677,10 @@ F56C743F131EC152000AD0F6 /* PlaylistFileDirectory.h */, F56C7440131EC152000AD0F6 /* PluginDirectory.cpp */, F56C7441131EC152000AD0F6 /* PluginDirectory.h */, + C8B92B1115735DFB00284190 /* PVRDirectory.cpp */, + C8B92B1215735DFB00284190 /* PVRDirectory.h */, + C8B92B1315735DFB00284190 /* PVRFile.cpp */, + C8B92B1415735DFB00284190 /* PVRFile.h */, F56C7442131EC152000AD0F6 /* RarDirectory.cpp */, F56C7443131EC152000AD0F6 /* RarDirectory.h */, DF93D7561444B09C007C6459 /* RarFile.cpp */, @@ -5446,6 +5751,8 @@ F56C774D131EC154000AD0F6 /* md5.h */, 188F76271522186C009870CE /* Mime.cpp */, 188F76281522186C009870CE /* Mime.h */, + C8B92B1D15735EBF00284190 /* Observer.cpp */, + C8B92B1E15735EBF00284190 /* Observer.h */, F56C7752131EC154000AD0F6 /* PerformanceSample.cpp */, F56C7753131EC154000AD0F6 /* PerformanceSample.h */, F56C7754131EC154000AD0F6 /* PerformanceStats.cpp */, @@ -5481,6 +5788,8 @@ F56C7713131EC153000AD0F6 /* StringUtils.h */, F56C7768131EC154000AD0F6 /* SystemInfo.cpp */, F56C7769131EC154000AD0F6 /* SystemInfo.h */, + C8B92B1F15735EBF00284190 /* TextSearch.cpp */, + C8B92B2015735EBF00284190 /* TextSearch.h */, 7CEE2E6B13D6B7A8000ABF2A /* TimeSmoother.cpp */, 7CEE2E6C13D6B7A8000ABF2A /* TimeSmoother.h */, F56C776A131EC154000AD0F6 /* TimeUtils.cpp */, @@ -7238,6 +7547,55 @@ 7C0B990A154B80200065A238 /* AEDeviceInfo.cpp in Sources */, 7C6EB586155E3EC80080368A /* ImageFile.cpp in Sources */, 7C6EB708155F3B160080368A /* HTTPImageHandler.cpp in Sources */, + C8B92A8215735D0300284190 /* Epg.cpp in Sources */, + C8B92A8315735D0300284190 /* EpgContainer.cpp in Sources */, + C8B92A8415735D0300284190 /* EpgDatabase.cpp in Sources */, + C8B92A8515735D0300284190 /* EpgInfoTag.cpp in Sources */, + C8B92A8615735D0300284190 /* EpgSearchFilter.cpp in Sources */, + C8B92A8715735D0300284190 /* GUIEPGGridContainer.cpp in Sources */, + C8B92AD915735D2700284190 /* PVRClient.cpp in Sources */, + C8B92ADA15735D2700284190 /* PVRClients.cpp in Sources */, + C8B92ADC15735D2700284190 /* PVRChannel.cpp in Sources */, + C8B92ADD15735D2700284190 /* PVRChannelGroup.cpp in Sources */, + C8B92ADE15735D2700284190 /* PVRChannelGroupInternal.cpp in Sources */, + C8B92ADF15735D2700284190 /* PVRChannelGroups.cpp in Sources */, + C8B92AE015735D2700284190 /* PVRChannelGroupsContainer.cpp in Sources */, + C8B92AE115735D2700284190 /* GUIDialogPVRChannelManager.cpp in Sources */, + C8B92AE215735D2700284190 /* GUIDialogPVRChannelsOSD.cpp in Sources */, + C8B92AE315735D2700284190 /* GUIDialogPVRCutterOSD.cpp in Sources */, + C8B92AE415735D2700284190 /* GUIDialogPVRDirectorOSD.cpp in Sources */, + C8B92AE515735D2700284190 /* GUIDialogPVRGroupManager.cpp in Sources */, + C8B92AE615735D2700284190 /* GUIDialogPVRGuideInfo.cpp in Sources */, + C8B92AE715735D2700284190 /* GUIDialogPVRGuideOSD.cpp in Sources */, + C8B92AE815735D2700284190 /* GUIDialogPVRGuideSearch.cpp in Sources */, + C8B92AE915735D2700284190 /* GUIDialogPVRRecordingInfo.cpp in Sources */, + C8B92AEA15735D2700284190 /* GUIDialogPVRTimerSettings.cpp in Sources */, + C8B92AED15735D2700284190 /* PVRDatabase.cpp in Sources */, + C8B92AEE15735D2700284190 /* PVRGUIInfo.cpp in Sources */, + C8B92AEF15735D2700284190 /* PVRManager.cpp in Sources */, + C8B92AF115735D2700284190 /* PVRRecording.cpp in Sources */, + C8B92AF215735D2700284190 /* PVRRecordings.cpp in Sources */, + C8B92AF415735D2700284190 /* PVRTimerInfoTag.cpp in Sources */, + C8B92AF515735D2700284190 /* PVRTimers.cpp in Sources */, + C8B92AF615735D2700284190 /* GUIViewStatePVR.cpp in Sources */, + C8B92AF715735D2700284190 /* GUIWindowPVR.cpp in Sources */, + C8B92AF815735D2700284190 /* GUIWindowPVRChannels.cpp in Sources */, + C8B92AF915735D2700284190 /* GUIWindowPVRCommon.cpp in Sources */, + C8B92AFA15735D2700284190 /* GUIWindowPVRGuide.cpp in Sources */, + C8B92AFB15735D2700284190 /* GUIWindowPVRRecordings.cpp in Sources */, + C8B92AFC15735D2700284190 /* GUIWindowPVRSearch.cpp in Sources */, + C8B92AFD15735D2700284190 /* GUIWindowPVRTimers.cpp in Sources */, + C8B92B0715735D5D00284190 /* AddonCallbacks.cpp in Sources */, + C8B92B0815735D5D00284190 /* AddonCallbacksAddon.cpp in Sources */, + C8B92B0915735D5D00284190 /* AddonCallbacksGUI.cpp in Sources */, + C8B92B0A15735D5D00284190 /* AddonCallbacksPVR.cpp in Sources */, + C8B92B0D15735DBC00284190 /* DVDDemuxPVRClient.cpp in Sources */, + C8B92B1015735DD900284190 /* DVDInputStreamPVRManager.cpp in Sources */, + C8B92B1515735DFB00284190 /* PVRDirectory.cpp in Sources */, + C8B92B1615735DFB00284190 /* PVRFile.cpp in Sources */, + C8B92B1915735E1E00284190 /* GUIDialogExtendedProgressBar.cpp in Sources */, + C8B92B2115735EBF00284190 /* Observer.cpp in Sources */, + C8B92B2215735EBF00284190 /* TextSearch.cpp in Sources */, 18E7CAD11578C671001D4554 /* CDDARipJob.cpp in Sources */, 36A9445915821F8300727135 /* DatabaseUtils.cpp in Sources */, 36A9445D15821FAC00727135 /* SortUtils.cpp in Sources */, |