From: <an...@us...> - 2008-04-26 07:13:39
|
Revision: 1718 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1718&view=rev Author: and-81 Date: 2008-04-26 00:13:23 -0700 (Sat, 26 Apr 2008) Log Message: ----------- Modified Paths: -------------- trunk/plugins/IR Server Suite/Documentation/new.html trunk/plugins/IR Server Suite/IR Server Plugins/IRMan Receiver/Configure.Designer.cs Modified: trunk/plugins/IR Server Suite/Documentation/new.html =================================================================== --- trunk/plugins/IR Server Suite/Documentation/new.html 2008-04-26 07:12:51 UTC (rev 1717) +++ trunk/plugins/IR Server Suite/Documentation/new.html 2008-04-26 07:13:23 UTC (rev 1718) @@ -76,6 +76,8 @@ <LI>Installer: Fixed an x64 bug.</LI> <LI>Translator: Fixed an x64 bug.</LI> <LI>Input Service: Now enables "Interact with desktop" setting for service, this should get MCE Replacement Driver users the ability to use the Remote Keyboard properly.</LI> +<LI>New Input Plugin: Pinnacle Serial Receiver is now supported.</LI> +<LI>MP Control Plugin: Fixed remote mapping bug (in plugin configuration).</LI> </UL></P> <BR> Modified: trunk/plugins/IR Server Suite/IR Server Plugins/IRMan Receiver/Configure.Designer.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/IRMan Receiver/Configure.Designer.cs 2008-04-26 07:12:51 UTC (rev 1717) +++ trunk/plugins/IR Server Suite/IR Server Plugins/IRMan Receiver/Configure.Designer.cs 2008-04-26 07:13:23 UTC (rev 1718) @@ -118,6 +118,7 @@ this.comboBoxPort.Name = "comboBoxPort"; this.comboBoxPort.Size = new System.Drawing.Size(88, 21); this.comboBoxPort.TabIndex = 3; + this.toolTips.SetToolTip(this.comboBoxPort, "Select the serial port the device is attached to"); // // Configure // @@ -125,7 +126,7 @@ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.buttonCancel; - this.ClientSize = new System.Drawing.Size(224, 104); + this.ClientSize = new System.Drawing.Size(226, 106); this.Controls.Add(this.labelButtonRepeatDelay); this.Controls.Add(this.comboBoxPort); this.Controls.Add(this.numericUpDownButtonRepeatDelay); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |