2009-10-30 Marek Safar <marek.safar@gmail.com>
authorMarek Safar <marek.safar@gmail.com>
Fri, 30 Oct 2009 14:48:29 +0000 (14:48 -0000)
committerMarek Safar <marek.safar@gmail.com>
Fri, 30 Oct 2009 14:48:29 +0000 (14:48 -0000)
* Makefile: Add System.Windows.Forms.DataVisualization

svn path=/trunk/mcs/; revision=145098

mcs/class/ChangeLog
mcs/class/Makefile
mcs/class/System.Windows.Forms.DataVisualization/Assembly/AssemblyInfo.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms.DataVisualization/Assembly/ChangeLog [new file with mode: 0644]
mcs/class/System.Windows.Forms.DataVisualization/Makefile
mcs/class/System.Windows.Forms.DataVisualization/Properties/AssemblyInfo.cs [deleted file]
mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.dll.sources
mcs/class/System.Windows.Forms.DataVisualization/common/MonoTODOAttribute.cs [deleted file]

index c309b9fd1d001e944d176d8ac90e65c4a85b5c87..abd234aaead11201b20a344d718e32a55aebf389 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-30  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile: Add System.Windows.Forms.DataVisualization
+
 2009-10-14  Jonathan Pryor  <jpryor@novell.com>
 
        * Makefile: Add Mono.Data.Tds, System.Transactions, System.Data, and
index b78330f17901dd23ae43a4f561c36375d81b2c41..032eba82fc3c8348ab1bb8471d5838d5778e075c 100644 (file)
@@ -169,7 +169,8 @@ net_3_5_dirs := \
 net_4_0_dirs := \
        System.Dynamic          \
        System.Numerics         \
-       Microsoft.CSharp
+       Microsoft.CSharp        \
+       System.Windows.Forms.DataVisualization
 
 net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs)
 net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs)
diff --git a/mcs/class/System.Windows.Forms.DataVisualization/Assembly/AssemblyInfo.cs b/mcs/class/System.Windows.Forms.DataVisualization/Assembly/AssemblyInfo.cs
new file mode 100644 (file)
index 0000000..4df5319
--- /dev/null
@@ -0,0 +1,57 @@
+//
+// AssemblyInfo.cs
+//
+// Authors:
+//     Marek Safar (marek.safar@gmail.com)
+//
+// Copyright (C) 2009 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.Reflection;
+using System.Resources;
+using System.Security;
+using System.Security.Permissions;
+using System.Diagnostics;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle ("System.Windows.Forms.DataVisualization.dll")]
+[assembly: AssemblyDescription ("System.Windows.Forms.DataVisualization.dll")]
+[assembly: AssemblyDefaultAlias ("System.Windows.Forms.DataVisualization.dll")]
+
+[assembly: AssemblyCompany (Consts.MonoCompany)]
+[assembly: AssemblyProduct (Consts.MonoProduct)]
+[assembly: AssemblyCopyright (Consts.MonoCopyright)]
+[assembly: AssemblyVersion (Consts.FxVersion)]
+[assembly: SatelliteContractVersion (Consts.FxVersion)]
+[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
+[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
+
+[assembly: NeutralResourcesLanguage ("en-US")]
+[assembly: CLSCompliant (true)]
+[assembly: AssemblyDelaySign (true)]
+[assembly: AssemblyKeyFile ("../ecma.pub")]
+
+[assembly: SecurityRules (SecurityRuleSet.Level1)]
+
+[assembly: ComVisible (false)]
diff --git a/mcs/class/System.Windows.Forms.DataVisualization/Assembly/ChangeLog b/mcs/class/System.Windows.Forms.DataVisualization/Assembly/ChangeLog
new file mode 100644 (file)
index 0000000..441b260
--- /dev/null
@@ -0,0 +1,4 @@
+2009-10-30  Marek Safar <marek.safar@gmail.com>
+
+       * ChangeLog: Added
+
index 7072f96ba2bcb79142d82dc893e996514d9b2ce7..20cf295dd274ff22de2c4d03b192dd3d342cbe3a 100644 (file)
@@ -3,7 +3,7 @@ SUBDIRS =
 include ../../build/rules.make\r
 \r
 LIBRARY = System.Windows.Forms.DataVisualization.dll\r
-LIB_MCS_FLAGS = \r
+LIB_MCS_FLAGS = -r:System.Drawing -r:System.Windows.Forms -r:System.Core\r
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)\r
 \r
 EXTRA_DISTFILES =\r
diff --git a/mcs/class/System.Windows.Forms.DataVisualization/Properties/AssemblyInfo.cs b/mcs/class/System.Windows.Forms.DataVisualization/Properties/AssemblyInfo.cs
deleted file mode 100644 (file)
index e416e83..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-//
-// Authors:
-// Jonathan Pobst (monkey@jpobst.com)
-//
-// Copyright (C) 2009 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.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 ("System.Windows.Forms.DataVisualization")]
-[assembly: AssemblyDescription ("")]
-[assembly: AssemblyConfiguration ("")]
-[assembly: AssemblyCompany ("Novell")]
-[assembly: AssemblyProduct ("System.Windows.Forms.DataVisualization")]
-[assembly: AssemblyCopyright ("Copyright © Novell 2009")]
-[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 ("37850c89-a099-4c14-b26d-23a67cc9c708")]
-
-// 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 Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion ("1.0.0.0")]
-[assembly: AssemblyFileVersion ("1.0.0.0")]
index 8f42d2ae32c125d5c16e07616aa225d78ec7b4b4..ecaf55a65b1bfaa665d0ebdb235937869bc3178b 100644 (file)
@@ -1,5 +1,6 @@
 ../../build/common/Consts.cs\r
 ../../build/common/MonoTODOAttribute.cs\r
+Assembly/AssemblyInfo.cs\r
 System.Windows.Forms.DataVisualization.Charting/AnchorStyle.cs\r
 System.Windows.Forms.DataVisualization.Charting/AnnotationPathPoint.cs\r
 System.Windows.Forms.DataVisualization.Charting/AnnotationPathPointCollection.cs\r
@@ -19,7 +20,6 @@ System.Windows.Forms.DataVisualization.Charting/BreakLineStyle.cs
 System.Windows.Forms.DataVisualization.Charting/CalloutStyle.cs\r
 System.Windows.Forms.DataVisualization.Charting/Chart.cs\r
 System.Windows.Forms.DataVisualization.Charting/ChartArea.cs\r
-System.Windows.Forms.DataVisualization.Charting/ChartAreaCollection.cs\r
 System.Windows.Forms.DataVisualization.Charting/ChartColorPalette.cs\r
 System.Windows.Forms.DataVisualization.Charting/ChartDashStyle.cs\r
 System.Windows.Forms.DataVisualization.Charting/ChartElement.cs\r
@@ -41,7 +41,6 @@ System.Windows.Forms.DataVisualization.Charting/DateTimeIntervalType.cs
 System.Windows.Forms.DataVisualization.Charting/Docking.cs\r
 System.Windows.Forms.DataVisualization.Charting/FinancialFormula.cs\r
 System.Windows.Forms.DataVisualization.Charting/GradientStyle.cs\r
-System.Windows.Forms.DataVisualization.Charting/Grid.cs\r
 System.Windows.Forms.DataVisualization.Charting/GridTickTypes.cs\r
 System.Windows.Forms.DataVisualization.Charting/IDataPointFilter.cs\r
 System.Windows.Forms.DataVisualization.Charting/IntervalAutoMode.cs\r
@@ -73,6 +72,4 @@ System.Windows.Forms.DataVisualization.Charting/StartFromZero.cs
 System.Windows.Forms.DataVisualization.Charting/TextAntiAliasingQuality.cs\r
 System.Windows.Forms.DataVisualization.Charting/TextOrientation.cs\r
 System.Windows.Forms.DataVisualization.Charting/TextStyle.cs\r
-System.Windows.Forms.DataVisualization.Charting/TickMark.cs\r
 System.Windows.Forms.DataVisualization.Charting/TickMarkStyle.cs\r
-System.Windows.Forms.DataVisualization.Charting/ToolTipEventArgs.cs
\ No newline at end of file
diff --git a/mcs/class/System.Windows.Forms.DataVisualization/common/MonoTODOAttribute.cs b/mcs/class/System.Windows.Forms.DataVisualization/common/MonoTODOAttribute.cs
deleted file mode 100644 (file)
index ca23aa7..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-//
-// MonoTODOAttribute.cs
-//
-// Authors:
-//   Ravi Pratap (ravi@ximian.com)
-//   Eyal Alaluf <eyala@mainsoft.com> 
-//
-// (C) Ximian, Inc.  http://www.ximian.com
-//
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
-// Copyright (C) 2006 Mainsoft, Inc (http://www.mainsoft.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.
-//
-
-namespace System {
-       
-       [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       internal class MonoTODOAttribute : Attribute {
-
-               string comment;
-               
-               public MonoTODOAttribute ()
-               {
-               }
-
-               public MonoTODOAttribute (string comment)
-               {
-                       this.comment = comment;
-               }
-
-               public string Comment {
-                       get { return comment; }
-               }
-       }
-
-       [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       internal class MonoDocumentationNoteAttribute : MonoTODOAttribute {
-
-               public MonoDocumentationNoteAttribute (string comment)
-                       : base (comment)
-               {
-               }
-       }
-
-       [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       internal class MonoExtensionAttribute : MonoTODOAttribute {
-
-               public MonoExtensionAttribute (string comment)
-                       : base (comment)
-               {
-               }
-       }
-
-       [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       internal class MonoInternalNoteAttribute : MonoTODOAttribute {
-
-               public MonoInternalNoteAttribute (string comment)
-                       : base (comment)
-               {
-               }
-       }
-
-       [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       internal class MonoLimitationAttribute : MonoTODOAttribute {
-
-               public MonoLimitationAttribute (string comment)
-                       : base (comment)
-               {
-               }
-       }
-
-       [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       internal class MonoNotSupportedAttribute : MonoTODOAttribute {
-
-               public MonoNotSupportedAttribute (string comment)
-                       : base (comment)
-               {
-               }
-       }
-}