From: <an...@us...> - 2008-02-10 13:10:22
|
Revision: 1358 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1358&view=rev Author: and-81 Date: 2008-02-10 05:10:18 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Modified Paths: -------------- trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/Configure.Designer.cs trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/Configure.resx trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/MicrosoftMceTransceiver.cs trunk/plugins/IR Server Suite/IR Server Plugins/XBCDRC Receiver/XBCDRC Receiver.cs trunk/plugins/IR Server Suite/IR Server Suite.sln trunk/plugins/TVServerMonitor/Properties/AssemblyInfo.cs trunk/plugins/TVServerMonitor/TVServerMonitor.csproj Added Paths: ----------- trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/ trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/General HID Receiver.cs trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/General HID Receiver.csproj trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/Properties/ trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/Properties/AssemblyInfo.cs Added: trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/General HID Receiver.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/General HID Receiver.cs (rev 0) +++ trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/General HID Receiver.cs 2008-02-10 13:10:18 UTC (rev 1358) @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace GeneralHIDReceiver +{ + + public class GeneralHIDReceiver + { + + public GeneralHIDReceiver() + { + + } + + } + +} Added: trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/General HID Receiver.csproj =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/General HID Receiver.csproj (rev 0) +++ trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/General HID Receiver.csproj 2008-02-10 13:10:18 UTC (rev 1358) @@ -0,0 +1,47 @@ +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>8.0.50727</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{26DEDF6D-F60D-4311-9A9E-DDF64500D5BF}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>General_HID_Receiver</RootNamespace> + <AssemblyName>General HID Receiver</AssemblyName> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <ItemGroup> + <Reference Include="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Xml" /> + </ItemGroup> + <ItemGroup> + <Compile Include="General HID Receiver.cs" /> + <Compile Include="Properties\AssemblyInfo.cs" /> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. + Other similar extension points exist, see Microsoft.Common.targets. + <Target Name="BeforeBuild"> + </Target> + <Target Name="AfterBuild"> + </Target> + --> +</Project> \ No newline at end of file Added: trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/Properties/AssemblyInfo.cs (rev 0) +++ trunk/plugins/IR Server Suite/IR Server Plugins/General HID Receiver/Properties/AssemblyInfo.cs 2008-02-10 13:10:18 UTC (rev 1358) @@ -0,0 +1,38 @@ +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("General HID Receiver")] +[assembly: AssemblyDescription("IR Server plugin to support custom HID USB devices")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("and-81")] +[assembly: AssemblyProduct("GeneralHIDReceiver")] +[assembly: AssemblyCopyright("Aaron Dinnage")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("27b720ed-6766-47e8-add5-2a8bf9b73978")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.4.2")] +[assembly: AssemblyFileVersion("1.0.4.2")] + +[assembly: CLSCompliant(true)] Modified: trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/Configure.Designer.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/Configure.Designer.cs 2008-02-10 13:09:14 UTC (rev 1357) +++ trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/Configure.Designer.cs 2008-02-10 13:10:18 UTC (rev 1358) @@ -44,21 +44,21 @@ this.checkBoxHandleMouseLocal = new System.Windows.Forms.CheckBox(); this.numericUpDownMouseSensitivity = new System.Windows.Forms.NumericUpDown(); this.checkBoxDisableMCEServices = new System.Windows.Forms.CheckBox(); + this.checkBoxEnableRemote = new System.Windows.Forms.CheckBox(); + this.checkBoxEnableKeyboard = new System.Windows.Forms.CheckBox(); + this.checkBoxEnableMouse = new System.Windows.Forms.CheckBox(); + this.checkBoxUseSystemRatesRemote = new System.Windows.Forms.CheckBox(); + this.checkBoxUseSystemRatesKeyboard = new System.Windows.Forms.CheckBox(); this.labelLearnIRTimeout = new System.Windows.Forms.Label(); this.tabControl = new System.Windows.Forms.TabControl(); this.tabPageBasic = new System.Windows.Forms.TabPage(); this.tabPageRemote = new System.Windows.Forms.TabPage(); - this.checkBoxEnableRemote = new System.Windows.Forms.CheckBox(); this.tabPageKeyboard = new System.Windows.Forms.TabPage(); - this.checkBoxEnableKeyboard = new System.Windows.Forms.CheckBox(); this.groupBoxKeypressTiming = new System.Windows.Forms.GroupBox(); this.labelKeyRepeatDelay = new System.Windows.Forms.Label(); this.labelKeyHeldDelay = new System.Windows.Forms.Label(); this.tabPageMouse = new System.Windows.Forms.TabPage(); this.labelMouseSensitivity = new System.Windows.Forms.Label(); - this.checkBoxEnableMouse = new System.Windows.Forms.CheckBox(); - this.checkBoxUseSystemRatesRemote = new System.Windows.Forms.CheckBox(); - this.checkBoxUseSystemRatesKeyboard = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownButtonRepeatDelay)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownButtonHeldDelay)).BeginInit(); this.groupBoxRemoteTiming.SuspendLayout(); @@ -145,6 +145,7 @@ // // buttonOK // + this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Location = new System.Drawing.Point(128, 240); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(64, 24); @@ -155,6 +156,7 @@ // // buttonCancel // + this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(200, 240); this.buttonCancel.Name = "buttonCancel"; @@ -327,6 +329,69 @@ "erver"); this.checkBoxDisableMCEServices.UseVisualStyleBackColor = true; // + // checkBoxEnableRemote + // + this.checkBoxEnableRemote.AutoSize = true; + this.checkBoxEnableRemote.Checked = true; + this.checkBoxEnableRemote.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkBoxEnableRemote.Location = new System.Drawing.Point(8, 8); + this.checkBoxEnableRemote.Name = "checkBoxEnableRemote"; + this.checkBoxEnableRemote.Size = new System.Drawing.Size(155, 17); + this.checkBoxEnableRemote.TabIndex = 0; + this.checkBoxEnableRemote.Text = "Enable remote control input"; + this.toolTips.SetToolTip(this.checkBoxEnableRemote, "Decode remote control button presses"); + this.checkBoxEnableRemote.UseVisualStyleBackColor = true; + // + // checkBoxEnableKeyboard + // + this.checkBoxEnableKeyboard.AutoSize = true; + this.checkBoxEnableKeyboard.Checked = true; + this.checkBoxEnableKeyboard.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkBoxEnableKeyboard.Location = new System.Drawing.Point(8, 8); + this.checkBoxEnableKeyboard.Name = "checkBoxEnableKeyboard"; + this.checkBoxEnableKeyboard.Size = new System.Drawing.Size(132, 17); + this.checkBoxEnableKeyboard.TabIndex = 0; + this.checkBoxEnableKeyboard.Text = "Enable keyboard input"; + this.toolTips.SetToolTip(this.checkBoxEnableKeyboard, "Decode remote keyboard input"); + this.checkBoxEnableKeyboard.UseVisualStyleBackColor = true; + // + // checkBoxEnableMouse + // + this.checkBoxEnableMouse.AutoSize = true; + this.checkBoxEnableMouse.Checked = true; + this.checkBoxEnableMouse.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkBoxEnableMouse.Location = new System.Drawing.Point(8, 8); + this.checkBoxEnableMouse.Name = "checkBoxEnableMouse"; + this.checkBoxEnableMouse.Size = new System.Drawing.Size(119, 17); + this.checkBoxEnableMouse.TabIndex = 0; + this.checkBoxEnableMouse.Text = "Enable mouse input"; + this.toolTips.SetToolTip(this.checkBoxEnableMouse, "Decode remote mouse input"); + this.checkBoxEnableMouse.UseVisualStyleBackColor = true; + // + // checkBoxUseSystemRatesRemote + // + this.checkBoxUseSystemRatesRemote.AutoSize = true; + this.checkBoxUseSystemRatesRemote.Location = new System.Drawing.Point(8, 40); + this.checkBoxUseSystemRatesRemote.Name = "checkBoxUseSystemRatesRemote"; + this.checkBoxUseSystemRatesRemote.Size = new System.Drawing.Size(187, 17); + this.checkBoxUseSystemRatesRemote.TabIndex = 0; + this.checkBoxUseSystemRatesRemote.Text = "Use system keyboard rate settings"; + this.toolTips.SetToolTip(this.checkBoxUseSystemRatesRemote, "Use the system keyboard repeat rate settings for remote button timing"); + this.checkBoxUseSystemRatesRemote.UseVisualStyleBackColor = true; + this.checkBoxUseSystemRatesRemote.CheckedChanged += new System.EventHandler(this.checkBoxUseSystemRatesRemote_CheckedChanged); + // + // checkBoxUseSystemRatesKeyboard + // + this.checkBoxUseSystemRatesKeyboard.AutoSize = true; + this.checkBoxUseSystemRatesKeyboard.Location = new System.Drawing.Point(8, 40); + this.checkBoxUseSystemRatesKeyboard.Name = "checkBoxUseSystemRatesKeyboard"; + this.checkBoxUseSystemRatesKeyboard.Size = new System.Drawing.Size(187, 17); + this.checkBoxUseSystemRatesKeyboard.TabIndex = 0; + this.checkBoxUseSystemRatesKeyboard.Text = "Use system keyboard rate settings"; + this.toolTips.SetToolTip(this.checkBoxUseSystemRatesKeyboard, "Use the system keyboard repeat rate settings for remote keyboard repeat rates"); + this.checkBoxUseSystemRatesKeyboard.UseVisualStyleBackColor = true; + this.checkBoxUseSystemRatesKeyboard.CheckedChanged += new System.EventHandler(this.checkBoxUseSystemRatesKeyboard_CheckedChanged); + // // labelLearnIRTimeout // this.labelLearnIRTimeout.Location = new System.Drawing.Point(8, 72); @@ -338,6 +403,9 @@ // // tabControl // + this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.tabControl.Controls.Add(this.tabPageBasic); this.tabControl.Controls.Add(this.tabPageRemote); this.tabControl.Controls.Add(this.tabPageKeyboard); @@ -374,19 +442,6 @@ this.tabPageRemote.Text = "Remote"; this.tabPageRemote.UseVisualStyleBackColor = true; // - // checkBoxEnableRemote - // - this.checkBoxEnableRemote.AutoSize = true; - this.checkBoxEnableRemote.Checked = true; - this.checkBoxEnableRemote.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBoxEnableRemote.Location = new System.Drawing.Point(8, 8); - this.checkBoxEnableRemote.Name = "checkBoxEnableRemote"; - this.checkBoxEnableRemote.Size = new System.Drawing.Size(155, 17); - this.checkBoxEnableRemote.TabIndex = 0; - this.checkBoxEnableRemote.Text = "Enable remote control input"; - this.toolTips.SetToolTip(this.checkBoxEnableRemote, "Decode remote control button presses"); - this.checkBoxEnableRemote.UseVisualStyleBackColor = true; - // // tabPageKeyboard // this.tabPageKeyboard.Controls.Add(this.checkBoxUseSystemRatesKeyboard); @@ -401,19 +456,6 @@ this.tabPageKeyboard.Text = "Keyboard"; this.tabPageKeyboard.UseVisualStyleBackColor = true; // - // checkBoxEnableKeyboard - // - this.checkBoxEnableKeyboard.AutoSize = true; - this.checkBoxEnableKeyboard.Checked = true; - this.checkBoxEnableKeyboard.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBoxEnableKeyboard.Location = new System.Drawing.Point(8, 8); - this.checkBoxEnableKeyboard.Name = "checkBoxEnableKeyboard"; - this.checkBoxEnableKeyboard.Size = new System.Drawing.Size(132, 17); - this.checkBoxEnableKeyboard.TabIndex = 0; - this.checkBoxEnableKeyboard.Text = "Enable keyboard input"; - this.toolTips.SetToolTip(this.checkBoxEnableKeyboard, "Decode remote keyboard input"); - this.checkBoxEnableKeyboard.UseVisualStyleBackColor = true; - // // groupBoxKeypressTiming // this.groupBoxKeypressTiming.Controls.Add(this.labelKeyRepeatDelay); @@ -468,47 +510,6 @@ this.labelMouseSensitivity.Text = "Mouse sensitivity:"; this.labelMouseSensitivity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // - // checkBoxEnableMouse - // - this.checkBoxEnableMouse.AutoSize = true; - this.checkBoxEnableMouse.Checked = true; - this.checkBoxEnableMouse.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBoxEnableMouse.Location = new System.Drawing.Point(8, 8); - this.checkBoxEnableMouse.Name = "checkBoxEnableMouse"; - this.checkBoxEnableMouse.Size = new System.Drawing.Size(119, 17); - this.checkBoxEnableMouse.TabIndex = 0; - this.checkBoxEnableMouse.Text = "Enable mouse input"; - this.toolTips.SetToolTip(this.checkBoxEnableMouse, "Decode remote mouse input"); - this.checkBoxEnableMouse.UseVisualStyleBackColor = true; - // - // checkBoxUseSystemRatesRemote - // - this.checkBoxUseSystemRatesRemote.AutoSize = true; - this.checkBoxUseSystemRatesRemote.Checked = true; - this.checkBoxUseSystemRatesRemote.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBoxUseSystemRatesRemote.Location = new System.Drawing.Point(8, 40); - this.checkBoxUseSystemRatesRemote.Name = "checkBoxUseSystemRatesRemote"; - this.checkBoxUseSystemRatesRemote.Size = new System.Drawing.Size(187, 17); - this.checkBoxUseSystemRatesRemote.TabIndex = 0; - this.checkBoxUseSystemRatesRemote.Text = "Use system keyboard rate settings"; - this.toolTips.SetToolTip(this.checkBoxUseSystemRatesRemote, "Use the system keyboard repeat rate settings for remote button timing"); - this.checkBoxUseSystemRatesRemote.UseVisualStyleBackColor = true; - this.checkBoxUseSystemRatesRemote.CheckedChanged += new System.EventHandler(this.checkBoxUseSystemRatesRemote_CheckedChanged); - // - // checkBoxUseSystemRatesKeyboard - // - this.checkBoxUseSystemRatesKeyboard.AutoSize = true; - this.checkBoxUseSystemRatesKeyboard.Checked = true; - this.checkBoxUseSystemRatesKeyboard.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBoxUseSystemRatesKeyboard.Location = new System.Drawing.Point(8, 40); - this.checkBoxUseSystemRatesKeyboard.Name = "checkBoxUseSystemRatesKeyboard"; - this.checkBoxUseSystemRatesKeyboard.Size = new System.Drawing.Size(187, 17); - this.checkBoxUseSystemRatesKeyboard.TabIndex = 0; - this.checkBoxUseSystemRatesKeyboard.Text = "Use system keyboard rate settings"; - this.toolTips.SetToolTip(this.checkBoxUseSystemRatesKeyboard, "Use the system keyboard repeat rate settings for remote keyboard repeat rates"); - this.checkBoxUseSystemRatesKeyboard.UseVisualStyleBackColor = true; - this.checkBoxUseSystemRatesKeyboard.CheckedChanged += new System.EventHandler(this.checkBoxUseSystemRatesKeyboard_CheckedChanged); - // // Configure // this.AcceptButton = this.buttonOK; @@ -520,8 +521,7 @@ this.Controls.Add(this.tabControl); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOK); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.MinimumSize = new System.Drawing.Size(278, 298); + this.MinimumSize = new System.Drawing.Size(280, 300); this.Name = "Configure"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Microsoft MCE Configuration"; Modified: trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/Configure.resx =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/Configure.resx 2008-02-10 13:09:14 UTC (rev 1357) +++ trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/Configure.resx 2008-02-10 13:10:18 UTC (rev 1358) @@ -120,6 +120,9 @@ <metadata name="toolTips.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> </metadata> + <metadata name="toolTips.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>17, 17</value> + </metadata> <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <value>58</value> </metadata> Modified: trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/MicrosoftMceTransceiver.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/MicrosoftMceTransceiver.cs 2008-02-10 13:09:14 UTC (rev 1357) +++ trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/MicrosoftMceTransceiver.cs 2008-02-10 13:10:18 UTC (rev 1358) @@ -259,10 +259,12 @@ config.DisableMceServices = _disableMceServices; config.EnableRemote = _enableRemoteInput; + config.UseSystemRatesForRemote = _useSystemRatesRemote; config.RemoteRepeatDelay = _remoteFirstRepeat; config.RemoteHeldDelay = _remoteHeldRepeats; config.EnableKeyboard = _enableKeyboardInput; + config.UseSystemRatesForKeyboard = _useSystemRatesKeyboard; config.KeyboardRepeatDelay = _keyboardFirstRepeat; config.KeyboardHeldDelay = _keyboardHeldRepeats; config.HandleKeyboardLocal = _handleKeyboardLocally; @@ -277,10 +279,12 @@ _disableMceServices = config.DisableMceServices; _enableRemoteInput = config.EnableRemote; + _useSystemRatesRemote = config.UseSystemRatesForRemote; _remoteFirstRepeat = config.RemoteRepeatDelay; _remoteHeldRepeats = config.RemoteHeldDelay; _enableKeyboardInput = config.EnableKeyboard; + _useSystemRatesKeyboard = config.UseSystemRatesForKeyboard; _keyboardFirstRepeat = config.KeyboardRepeatDelay; _keyboardHeldRepeats = config.KeyboardHeldDelay; _handleKeyboardLocally = config.HandleKeyboardLocal; Modified: trunk/plugins/IR Server Suite/IR Server Plugins/XBCDRC Receiver/XBCDRC Receiver.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/XBCDRC Receiver/XBCDRC Receiver.cs 2008-02-10 13:09:14 UTC (rev 1357) +++ trunk/plugins/IR Server Suite/IR Server Plugins/XBCDRC Receiver/XBCDRC Receiver.cs 2008-02-10 13:10:18 UTC (rev 1358) @@ -22,6 +22,7 @@ #region Constants const int DeviceBufferSize = 7; + const string DevicePathVidPid = "vid_045e&pid_0284"; #endregion Constants @@ -396,7 +397,7 @@ throw new Win32Exception(Marshal.GetLastWin32Error()); } - if (deviceInterfaceDetailData.DevicePath.IndexOf("vid_045e&pid_0284") != -1) + if (deviceInterfaceDetailData.DevicePath.IndexOf(DevicePathVidPid, StringComparison.OrdinalIgnoreCase) != -1) { SetupDiDestroyDeviceInfoList(handle); devicePath = deviceInterfaceDetailData.DevicePath; @@ -427,7 +428,7 @@ string keyCode = ((int)_deviceBuffer[3]).ToString(); - if (keyCode != _lastCode || timeSpan.Milliseconds > 250) + if (keyCode != _lastCode || timeSpan.Milliseconds >= 250) { _remoteButtonHandler(keyCode); Modified: trunk/plugins/IR Server Suite/IR Server Suite.sln =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite.sln 2008-02-10 13:09:14 UTC (rev 1357) +++ trunk/plugins/IR Server Suite/IR Server Suite.sln 2008-02-10 13:10:18 UTC (rev 1358) @@ -175,12 +175,6 @@ Release.AspNetCompiler.Debug = "False" EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HCW Transceiver", "IR Server Plugins\HCW Transceiver\HCW Transceiver.csproj", "{EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinLirc Transceiver", "IR Server Plugins\WinLirc Transceiver\WinLirc Transceiver.csproj", "{E6A68244-8C31-44A9-9F85-B4A102B5F209}" ProjectSection(WebsiteProperties) = preProject Debug.AspNetCompiler.Debug = "True" @@ -383,6 +377,12 @@ Release.AspNetCompiler.Debug = "False" EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HCW Receiver", "IR Server Plugins\HCW Receiver\HCW Receiver.csproj", "{EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -591,14 +591,6 @@ {BCAFDF45-70DD-46FD-8B98-880DDA585AD2}.Release|Any CPU.Build.0 = Release|Any CPU {BCAFDF45-70DD-46FD-8B98-880DDA585AD2}.Release|x86.ActiveCfg = Release|x86 {BCAFDF45-70DD-46FD-8B98-880DDA585AD2}.Release|x86.Build.0 = Release|x86 - {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Debug|x86.ActiveCfg = Debug|x86 - {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Debug|x86.Build.0 = Debug|x86 - {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Release|Any CPU.Build.0 = Release|Any CPU - {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Release|x86.ActiveCfg = Release|x86 - {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Release|x86.Build.0 = Release|x86 {E6A68244-8C31-44A9-9F85-B4A102B5F209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E6A68244-8C31-44A9-9F85-B4A102B5F209}.Debug|Any CPU.Build.0 = Debug|Any CPU {E6A68244-8C31-44A9-9F85-B4A102B5F209}.Debug|x86.ActiveCfg = Debug|x86 @@ -801,6 +793,14 @@ {26DEDF6D-F60D-4311-9A9E-DDF64500D5BF}.Release|Any CPU.ActiveCfg = Release|Any CPU {26DEDF6D-F60D-4311-9A9E-DDF64500D5BF}.Release|Any CPU.Build.0 = Release|Any CPU {26DEDF6D-F60D-4311-9A9E-DDF64500D5BF}.Release|x86.ActiveCfg = Release|Any CPU + {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Debug|x86.ActiveCfg = Debug|x86 + {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Debug|x86.Build.0 = Debug|x86 + {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Release|Any CPU.Build.0 = Release|Any CPU + {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Release|x86.ActiveCfg = Release|x86 + {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -827,7 +827,6 @@ {9FDD649E-0502-4FED-9AC1-AA0346394375} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {D8B3D28F-62CE-4CA7-86CE-B7EAD614A94C} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {0F6576B4-C88E-4E79-B7E9-9480498C5A32} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} - {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {E6A68244-8C31-44A9-9F85-B4A102B5F209} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {0C291BE9-5D15-4097-9119-4FFE19C23113} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {1D4B9ABE-F37D-4C38-9BC5-EDD43F271F4E} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} @@ -838,6 +837,7 @@ {732CDF64-D047-4D3C-91DA-E2FF27D84179} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {E146C2D8-6842-46C5-B2A9-AFA9D6F1A3BB} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {26DEDF6D-F60D-4311-9A9E-DDF64500D5BF} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} + {EE8F2C22-8BD3-4832-85F0-E6F67ED3AADB} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {E8BEBBCC-1EE0-488D-8806-98ADCB7F0479} = {6C18D808-E5ED-4CFB-A7CD-E2BDBB1D9BDA} {7946D42A-4BCB-4D79-80EB-BA9B17CE2E90} = {6C18D808-E5ED-4CFB-A7CD-E2BDBB1D9BDA} {CD395FC2-70E2-42C4-8A20-5469A0C5EB50} = {6C18D808-E5ED-4CFB-A7CD-E2BDBB1D9BDA} Modified: trunk/plugins/TVServerMonitor/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/TVServerMonitor/Properties/AssemblyInfo.cs 2008-02-10 13:09:14 UTC (rev 1357) +++ trunk/plugins/TVServerMonitor/Properties/AssemblyInfo.cs 2008-02-10 13:10:18 UTC (rev 1358) @@ -34,8 +34,8 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.3.1")] -[assembly: AssemblyFileVersionAttribute("1.0.3.1")] +[assembly: AssemblyVersion("1.0.4.2")] +[assembly: AssemblyFileVersionAttribute("1.0.4.2")] // // In order to sign your assembly you must specify a key to use. Refer to the Modified: trunk/plugins/TVServerMonitor/TVServerMonitor.csproj =================================================================== --- trunk/plugins/TVServerMonitor/TVServerMonitor.csproj 2008-02-10 13:09:14 UTC (rev 1357) +++ trunk/plugins/TVServerMonitor/TVServerMonitor.csproj 2008-02-10 13:10:18 UTC (rev 1358) @@ -169,6 +169,7 @@ <PropertyGroup> <PreBuildEvent> </PreBuildEvent> - <PostBuildEvent>copy "$(TargetPath)" "\MediaPortal Development\"</PostBuildEvent> + <PostBuildEvent> + </PostBuildEvent> </PropertyGroup> </Project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |