diff --git a/CVSROOT/checkoutlist b/CVSROOT/checkoutlist deleted file mode 100644 index 2921bffcdcd..00000000000 --- a/CVSROOT/checkoutlist +++ /dev/null @@ -1,13 +0,0 @@ -# The "checkoutlist" file is used to support additional version controlled -# administrative files in $CVSROOT/CVSROOT, such as template files. -# -# The first entry on a line is a filename which will be checked out from -# the corresponding RCS file in the $CVSROOT/CVSROOT directory. -# The remainder of the line is an error message to use if the file cannot -# be checked out. -# -# File format: -# -# [][] -# -# comment lines begin with '#' diff --git a/CVSROOT/commitinfo b/CVSROOT/commitinfo deleted file mode 100644 index b19e7b7a63e..00000000000 --- a/CVSROOT/commitinfo +++ /dev/null @@ -1,15 +0,0 @@ -# The "commitinfo" file is used to control pre-commit checks. -# The filter on the right is invoked with the repository and a list -# of files to check. A non-zero exit of the filter program will -# cause the commit to be aborted. -# -# The first entry on a line is a regular expression which is tested -# against the directory that the change is being committed to, relative -# to the $CVSROOT. For the first match that is found, then the remainder -# of the line is the name of the filter to run. -# -# If the repository name does not match any of the regular expressions in this -# file, the "DEFAULT" line is used, if it is specified. -# -# If the name "ALL" appears as a regular expression it is always used -# in addition to the first matching regex or "DEFAULT". diff --git a/CVSROOT/config b/CVSROOT/config deleted file mode 100644 index 92c150bf71b..00000000000 --- a/CVSROOT/config +++ /dev/null @@ -1,21 +0,0 @@ -# Set this to "no" if pserver shouldn't check system users/passwords -#SystemAuth=no - -# Put CVS lock files in this directory rather than directly in the repository. -#LockDir=/var/lock/cvs - -# Set `TopLevelAdmin' to `yes' to create a CVS directory at the top -# level of the new working directory when using the `cvs checkout' -# command. -#TopLevelAdmin=no - -# Set `LogHistory' to `all' or `TOEFWUPCGMAR' to log all transactions to the -# history file, or a subset as needed (ie `TMAR' logs all write operations) -#LogHistory=TOEFWUPCGMAR - -# Set `RereadLogAfterVerify' to `always' (the default) to allow the verifymsg -# script to change the log message. Set it to `stat' to force CVS to verify# that the file has changed before reading it (this can take up to an extra -# second per directory being committed, so it is not recommended for large -# repositories. Set it to `never' (the previous CVS behavior) to prevent -# verifymsg scripts from changing the log message. -#RereadLogAfterVerify=always diff --git a/CVSROOT/cvswrappers b/CVSROOT/cvswrappers deleted file mode 100644 index e989b754598..00000000000 --- a/CVSROOT/cvswrappers +++ /dev/null @@ -1,19 +0,0 @@ -# This file affects handling of files based on their names. -# -# The -m option specifies whether CVS attempts to merge files. -# -# The -k option specifies keyword expansion (e.g. -kb for binary). -# -# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) -# -# wildcard [option value][option value]... -# -# where option is one of -# -f from cvs filter value: path to filter -# -t to cvs filter value: path to filter -# -m update methodology value: MERGE or COPY -# -k expansion mode value: b, o, kkv, &c -# -# and value is a single-quote delimited value. -# For example: -#*.gif -k 'b' diff --git a/CVSROOT/editinfo b/CVSROOT/editinfo deleted file mode 100644 index d78886c1522..00000000000 --- a/CVSROOT/editinfo +++ /dev/null @@ -1,21 +0,0 @@ -# The "editinfo" file is used to allow verification of logging -# information. It works best when a template (as specified in the -# rcsinfo file) is provided for the logging procedure. Given a -# template with locations for, a bug-id number, a list of people who -# reviewed the code before it can be checked in, and an external -# process to catalog the differences that were code reviewed, the -# following test can be applied to the code: -# -# Making sure that the entered bug-id number is correct. -# Validating that the code that was reviewed is indeed the code being -# checked in (using the bug-id number or a seperate review -# number to identify this particular code set.). -# -# If any of the above test failed, then the commit would be aborted. -# -# Actions such as mailing a copy of the report to each reviewer are -# better handled by an entry in the loginfo file. -# -# One thing that should be noted is the the ALL keyword is not -# supported. There can be only one entry that matches a given -# repository. diff --git a/CVSROOT/loginfo b/CVSROOT/loginfo deleted file mode 100644 index a3c209f094c..00000000000 --- a/CVSROOT/loginfo +++ /dev/null @@ -1,26 +0,0 @@ -# The "loginfo" file controls where "cvs commit" log information# is sent. The first entry on a line is a regular expression which must match -# the directory that the change is being made to, relative to the -# $CVSROOT. If a match is found, then the remainder of the line is a filter -# program that should expect log information on its standard input. -# -# If the repository name does not match any of the regular expressions in this -# file, the "DEFAULT" line is used, if it is specified. -# -# If the name ALL appears as a regular expression it is always used -# in addition to the first matching regex or DEFAULT. -# -# You may specify a format string as part of the -# filter. The string is composed of a `%' followed -# by a single format character, or followed by a set of format -# characters surrounded by `{' and `}' as separators. The format -# characters are: -# -# s = file name -# V = old version number (pre-checkin) -# v = new version number (post-checkin) -# -# For example : -#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog -# or -#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog -DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} mediaportal-cvs@lists.sourceforge.net diff --git a/CVSROOT/modules b/CVSROOT/modules deleted file mode 100644 index cb9e9efc94b..00000000000 --- a/CVSROOT/modules +++ /dev/null @@ -1,26 +0,0 @@ -# Three different line formats are valid: -# key -a aliases... -# key [options] directory -# key [options] directory files... -# -# Where "options" are composed of: -# -i prog Run "prog" on "cvs commit" from top-level of module. -# -o prog Run "prog" on "cvs checkout" of module. -# -e prog Run "prog" on "cvs export" of module. -# -t prog Run "prog" on "cvs rtag" of module. -# -u prog Run "prog" on "cvs update" of module. -# -d dir Place module in directory "dir" instead of module name. -# -l Top-level directory only -- do not recurse. -# -# NOTE: If you change any of the "Run" options above, you'll have to -# release and re-checkout any working directories of these modules. -# -# And "directory" is a path to a directory relative to $CVSROOT. -# -# The "-a" option specifies an alias. An alias is interpreted as if -# everything on the right of the "-a" had been typed on the command line. -# -# You can encode a module within a module by using the special '&' -# character to interpose another module into the current module. This -# can be useful for creating a module that consists of many directories -# spread out over the entire source repository. diff --git a/CVSROOT/notify b/CVSROOT/notify deleted file mode 100644 index 74ae6f9e9a1..00000000000 --- a/CVSROOT/notify +++ /dev/null @@ -1,12 +0,0 @@ -# The "notify" file controls where notifications from watches set by -# "cvs watch add" or "cvs edit" are sent. The first entry on a line is -# a regular expression which is tested against the directory that the -# change is being made to, relative to the $CVSROOT. If it matches, -# then the remainder of the line is a filter program that should contain -# one occurrence of %s for the user to notify, and information on its -# standard input. -# -# "ALL" or "DEFAULT" can be used in place of the regular expression. -# -# For example: -#ALL mail -s "CVS notification" %s diff --git a/CVSROOT/rcsinfo b/CVSROOT/rcsinfo deleted file mode 100644 index 49e59f4d0df..00000000000 --- a/CVSROOT/rcsinfo +++ /dev/null @@ -1,13 +0,0 @@ -# The "rcsinfo" file is used to control templates with which the editor -# is invoked on commit and import. -# -# The first entry on a line is a regular expression which is tested -# against the directory that the change is being made to, relative to the -# $CVSROOT. For the first match that is found, then the remainder of the -# line is the name of the file that contains the template. -# -# If the repository name does not match any of the regular expressions in this -# file, the "DEFAULT" line is used, if it is specified. -# -# If the name "ALL" appears as a regular expression it is always used -# in addition to the first matching regex or "DEFAULT". diff --git a/CVSROOT/taginfo b/CVSROOT/taginfo deleted file mode 100644 index 274a46dd5b6..00000000000 --- a/CVSROOT/taginfo +++ /dev/null @@ -1,20 +0,0 @@ -# The "taginfo" file is used to control pre-tag checks. -# The filter on the right is invoked with the following arguments: -# -# $1 -- tagname -# $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d -# $3 -- repository -# $4-> file revision [file revision ...] -# -# A non-zero exit of the filter program will cause the tag to be aborted. -# -# The first entry on a line is a regular expression which is tested -# against the directory that the change is being committed to, relative -# to the $CVSROOT. For the first match that is found, then the remainder -# of the line is the name of the filter to run. -# -# If the repository name does not match any of the regular expressions in this -# file, the "DEFAULT" line is used, if it is specified. -# -# If the name "ALL" appears as a regular expression it is always used -# in addition to the first matching regex or "DEFAULT". diff --git a/CVSROOT/verifymsg b/CVSROOT/verifymsg deleted file mode 100644 index 86f747ce222..00000000000 --- a/CVSROOT/verifymsg +++ /dev/null @@ -1,21 +0,0 @@ -# The "verifymsg" file is used to allow verification of logging -# information. It works best when a template (as specified in the -# rcsinfo file) is provided for the logging procedure. Given a -# template with locations for, a bug-id number, a list of people who -# reviewed the code before it can be checked in, and an external -# process to catalog the differences that were code reviewed, the -# following test can be applied to the code: -# -# Making sure that the entered bug-id number is correct. -# Validating that the code that was reviewed is indeed the code being -# checked in (using the bug-id number or a seperate review -# number to identify this particular code set.). -# -# If any of the above test failed, then the commit would be aborted. -# -# Actions such as mailing a copy of the report to each reviewer are -# better handled by an entry in the loginfo file. -# -# One thing that should be noted is the the ALL keyword is not -# supported. There can be only one entry that matches a given -# repository. diff --git a/Communications.dll b/Communications.dll deleted file mode 100644 index f0038531934..00000000000 Binary files a/Communications.dll and /dev/null differ diff --git a/FTD2XX.DLL b/FTD2XX.DLL deleted file mode 100644 index ec1bf3b921e..00000000000 Binary files a/FTD2XX.DLL and /dev/null differ diff --git a/FireDTVKeyMap.XML b/FireDTVKeyMap.XML deleted file mode 100644 index bd10b83fbca..00000000000 --- a/FireDTVKeyMap.XML +++ /dev/null @@ -1,397 +0,0 @@ - - - - 0 - FireSAT Remote Control - - - 0 - 768 - ACTION_EXIT - a - CSharpe Code - RemoteKey_Power - false - - - 0 - 769 - - B - RemoteKey_Sleep - false - - - 0 - 789 - - RemoteKey_Mute - false - - - 0 - 791 - ACTION_RECORD - - RemoteKey_Record - false - - - 0 - 795 - - - if ((g_Player.Playing) && (g_Player.IsDVD)) - action=new Action(Action.ActionType.ACTION_PREV_CHAPTER,0,0); -else - action=new Action(Action.ActionType.ACTION_PREV_ITEM,0,0); - RemoteKey_PreviousChapter - false - - - 0 - 770 - WINDOW_PICTURES - if ((g_Player.Playing) ||(g_Player.IsTVRecording)) - action=new Action(Action.ActionType.ACTION_STOP,0,0); -else - action=new Action(Action.ActionType.ACTION_EJECTCD,0,0); - RemoteKey_StopEject - false - - - 0 - 798 - if ((g_Player.Playing) && (g_Player.IsDVD)) - action=new Action(Action.ActionType.ACTION_NEXT_CHAPTER,0,0); -else - action=new Action(Action.ActionType.ACTION_NEXT_ITEM,0,0); - RemoteKey_NextChapter - false - - - 0 - 790 - ACTION_DVD_MENU - RemoteKey_SubTitle - false - - - 0 - 796 - ACTION_REWIND - RemoteKey_Rewind - false - - - 0 - 797 - - if (GUIGraphicsContext.IsPlaying) - action=new Action(Action.ActionType.ACTION_PAUSE,0,0); -else - action=new Action(Action.ActionType.ACTION_PLAY,0,0); - RemoteKey_PausePlay - false - - - 0 - 847 - ACTION_FORWARD - RemoteKey_FastFoward - false - - - 0 - 848 - RemoteKey_List - false - - - 0 - 849 - RemoteKey_Favourites - false - - - 0 - 780 - Up - RemoteKey_UpArrow - false - - - 0 - 850 - RemoteKey_Menu - false - - - 0 - 776 - Left - RemoteKey_LeftArrow - false - - - 0 - 771 - Enter - RemoteKey_Select - false - - - 0 - 772 - Right - RemoteKey_RightArrow - false - - - 0 - 851 - WINDOW_TVGUIDE - RemoteKey_EPG - false - - - 0 - 784 - Down - RemoteKey_DownArrow - false - - - 0 - 852 - Escape - RemoteKey_Exit - false - - - 0 - 799 - ACTION_VOLUME_UP - RemoteKey_VolumeUp - false - - - 0 - 843 - RemoteKey_VolumeDown - false - - - 0 - 832 - ACTION_NEXT_CHANNEL - RemoteKey_ChannelUp - false - - - 0 - 844 - ACTION_PREV_CHANNEL - RemoteKey_ChannelDown - false - - - 0 - 841 - RemoteKey_ChannelList - false - - - 0 - 845 - RemoteKey_Last - false - - - 0 - 788 - x - RemoteKey_Full - false - - - 0 - 846 - ACTION_SHOW_INFO - RemoteKey_Info - false - - - 0 - 773 - REMOTE_1 - RemoteKey_1 - false - - - 0 - 774 - REMOTE_2 - RemoteKey_2 - false - - - 0 - 775 - REMOTE_3 - RemoteKey_3 - false - - - 0 - 777 - REMOTE_4 - RemoteKey_4 - false - - - 0 - 778 - REMOTE_5 - RemoteKey_5 - false - - - 0 - 779 - REMOTE_6 - RemoteKey_6 - false - - - 0 - 781 - REMOTE_7 - RemoteKey_7 - false - - - 0 - 782 - REMOTE_8 - RemoteKey_8 - false - - - 0 - 783 - REMOTE_9 - RemoteKey_9 - false - - - 0 - 786 - REMOTE_0 - RemoteKey_0 - false - - - 0 - 792 - if (g_Player.IsTV) -{ - if (GUIGraphicsContext.IsFullScreenVideo) - { - // Activate fullscreen teletext - GUIMessage msgTxt1 = new GUIMessage(GUIMessage.MessageType.GUI_MSG_GOTO_WINDOW,0,0,0,(int)GUIWindow.Window.WINDOW_FULLSCREEN_TELETEXT,0,null); - GUIGraphicsContext.SendMessage(msgTxt1); - } - else - { - // Activate teletext in window - GUIMessage msgTxt2 = new GUIMessage(GUIMessage.MessageType.GUI_MSG_GOTO_WINDOW,0,0,0,(int)GUIWindow.Window.WINDOW_TELETEXT,0,null); - GUIGraphicsContext.SendMessage(msgTxt2); - } -} - RemoteKey_Text - false - - - 0 - 793 - WINDOW_MUSIC_FILES - RemoteKey_Audio - false - - - 0 - 842 - RemoteKey_CI - false - - - 0 - 833 - RemoteKey_Display4_3 - false - - - 0 - 787 - RemoteKey_Display16_9 - false - - - 0 - 785 - ACTION_SHOW_OSD - RemoteKey_OnScreenDisplay - false - - - 0 - 834 - WINDOW_TV - RemoteKey_TV - false - - - 0 - 835 - WINDOW_DVD - RemoteKey_DVD - false - - - 0 - 836 - RemoteKey_VCR - false - - - 0 - 837 - RemoteKey_AUX - false - - - 0 - 794 - RemoteKey_Red - false - - - 0 - 838 - RemoteKey_Green - false - - - 0 - 839 - RemoteKey_Yellow - false - - - 0 - 840 - RemoteKey_Blue - false - - \ No newline at end of file diff --git a/FireDTVKeyMap.XML.Schema b/FireDTVKeyMap.XML.Schema deleted file mode 100644 index 8a50bcfda98..00000000000 --- a/FireDTVKeyMap.XML.Schema +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Interop.TunerLib.dll b/Interop.TunerLib.dll deleted file mode 100644 index 3d61db87041..00000000000 Binary files a/Interop.TunerLib.dll and /dev/null differ diff --git a/Interop.iTunesLib.dll b/Interop.iTunesLib.dll deleted file mode 100644 index 78f5292b408..00000000000 Binary files a/Interop.iTunesLib.dll and /dev/null differ diff --git a/KCS.Utilities.dll b/KCS.Utilities.dll deleted file mode 100644 index e5cc33deedb..00000000000 Binary files a/KCS.Utilities.dll and /dev/null differ diff --git a/LUI.dll b/LUI.dll deleted file mode 100644 index 32790283301..00000000000 Binary files a/LUI.dll and /dev/null differ diff --git a/MFC71.dll b/MFC71.dll deleted file mode 100644 index ebfbc3246f1..00000000000 Binary files a/MFC71.dll and /dev/null differ diff --git a/SG_VFD.dll b/SG_VFD.dll deleted file mode 100644 index bc7c5b6a7da..00000000000 Binary files a/SG_VFD.dll and /dev/null differ diff --git a/X10Plugin.dll b/X10Plugin.dll deleted file mode 100644 index e344e646705..00000000000 Binary files a/X10Plugin.dll and /dev/null differ diff --git a/X10Unified.dll b/X10Unified.dll deleted file mode 100644 index ba9b56bd992..00000000000 Binary files a/X10Unified.dll and /dev/null differ diff --git a/XPBurnComponent.dll b/XPBurnComponent.dll deleted file mode 100644 index cc95603b390..00000000000 Binary files a/XPBurnComponent.dll and /dev/null differ diff --git a/x10plugin.xml b/x10plugin.xml deleted file mode 100644 index f898c909111..00000000000 --- a/x10plugin.xml +++ /dev/null @@ -1,206 +0,0 @@ - - 9562 - 10 - yes - - - BG - image - 1 - 0 - 0 - 720 - 576 - background.png - 0 - ffffffff - - - image - 3 - 60 - 20 - x10_logo.png - - - X10 Plugin - label - 0 - 150 - 70 - - font16 - left - ffffffff - - - - location select - selectbutton - 2 - 60 - 97 - - 50 - 50 - 2 - 10 - - - - On Button - button - 10 - 60 - 131 - - 50 - 50 - 2 - 11 - - - Off Button - button - 11 - 60 - 165 - - 50 - 50 - 10 - 12 - - - Bright Button - button - 12 - 60 - 199 - - 50 - 50 - 11 - 13 - - - Dim Button - button - 13 - 60 - 233 - - 50 - 50 - 12 - 15 - - - - This room On - button - 15 - 60 - 267 - - 50 - 50 - 13 - 16 - - - This room Off - button - 16 - 60 - 301 - - 50 - 50 - 15 - 20 - - - This room Dim - button - 17 - 60 - 335 - - 50 - 50 - 16 - 2 - - - - group - main appliance group - FlyInFromRight - - - List appliance - listcontrol - 50 - 240 - 10 - 10 - 2 - 2 - FFFFFFFF - FFFFFFFF - - - - - - Description - label - 30 - 270 - 500 - - font16 - left - FFB2D4F5 - - - - \ No newline at end of file diff --git a/xAPMessage.dll b/xAPMessage.dll deleted file mode 100644 index d675b9459b6..00000000000 Binary files a/xAPMessage.dll and /dev/null differ diff --git a/xAPTransport.dll b/xAPTransport.dll deleted file mode 100644 index a0aa743d9bc..00000000000 Binary files a/xAPTransport.dll and /dev/null differ