Author: toshok
Date: 2006-12-19 12:25:03 -0500 (Tue, 19 Dec 2006)
New Revision: 69759

Added:
   
trunk/mcs/class/System.Design/System.Windows.Forms.Design/DataSourceConverter.cs
Modified:
   trunk/mcs/class/System.Design/ChangeLog
   trunk/mcs/class/System.Design/System.Design.dll.sources
   trunk/mcs/class/System.Design/System.Windows.Forms.Design/ChangeLog
Log:
In .:
2006-12-19  Chris Toshok  <[EMAIL PROTECTED]>

        * System.Design.dll.sources: add DataSourceConverter.cs

In System.Windows.Forms.Design:
2006-12-19  Chris Toshok  <[EMAIL PROTECTED]>

        * DataSourceConverter.cs: new empty stub class to keep
        ControlInspector from crashing.



Modified: trunk/mcs/class/System.Design/ChangeLog
===================================================================
--- trunk/mcs/class/System.Design/ChangeLog     2006-12-19 17:19:37 UTC (rev 
69758)
+++ trunk/mcs/class/System.Design/ChangeLog     2006-12-19 17:25:03 UTC (rev 
69759)
@@ -1,3 +1,7 @@
+2006-12-19  Chris Toshok  <[EMAIL PROTECTED]>
+
+       * System.Design.dll.sources: add DataSourceConverter.cs
+
 2006-12-06  Chris Toshok  <[EMAIL PROTECTED]>
 
        * System.Design.dll.sources: add

Modified: trunk/mcs/class/System.Design/System.Design.dll.sources
===================================================================
--- trunk/mcs/class/System.Design/System.Design.dll.sources     2006-12-19 
17:19:37 UTC (rev 69758)
+++ trunk/mcs/class/System.Design/System.Design.dll.sources     2006-12-19 
17:25:03 UTC (rev 69759)
@@ -98,6 +98,7 @@
 System.Windows.Forms.Design/ComponentTray.cs
 System.Windows.Forms.Design/ControlBindingsConverter.cs
 System.Windows.Forms.Design/ControlDesigner.cs
+System.Windows.Forms.Design/DataSourceConverter.cs
 System.Windows.Forms.Design/DockEditor.cs
 System.Windows.Forms.Design/DocumentDesigner.cs
 System.Windows.Forms.Design/EventHandlerService.cs

Modified: trunk/mcs/class/System.Design/System.Windows.Forms.Design/ChangeLog
===================================================================
--- trunk/mcs/class/System.Design/System.Windows.Forms.Design/ChangeLog 
2006-12-19 17:19:37 UTC (rev 69758)
+++ trunk/mcs/class/System.Design/System.Windows.Forms.Design/ChangeLog 
2006-12-19 17:25:03 UTC (rev 69759)
@@ -1,3 +1,8 @@
+2006-12-19  Chris Toshok  <[EMAIL PROTECTED]>
+
+       * DataSourceConverter.cs: new empty stub class to keep
+       ControlInspector from crashing.
+
 2006-12-06  Chris Toshok  <[EMAIL PROTECTED]>
 
        * ImageCollectionEditor.cs: new file, stubbed just to get it so we

Added: 
trunk/mcs/class/System.Design/System.Windows.Forms.Design/DataSourceConverter.cs
===================================================================
--- 
trunk/mcs/class/System.Design/System.Windows.Forms.Design/DataSourceConverter.cs
    2006-12-19 17:19:37 UTC (rev 69758)
+++ 
trunk/mcs/class/System.Design/System.Windows.Forms.Design/DataSourceConverter.cs
    2006-12-19 17:25:03 UTC (rev 69759)
@@ -0,0 +1,37 @@
+//
+// System.Windows.Forms.Design.DataSourceConverter.cs
+//
+// (C) 2006 Novell, Inc.  http://www.novell.com
+//
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
+using System;
+using System.ComponentModel;
+
+namespace Systme.Windows.Forms.Design {
+
+       // XXX this is just a stub class to keep things from crashing when a 
property grid is used on a control.
+       internal class DataSourceConverter : TypeConverter {
+       }
+
+}

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to