[mapguide-commits] r5859 - in trunk/Tools/Maestro: . Maestro OSGeo.MapGuide.MaestroAPI/ObjectModels Properties

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 25 09:08:20 EDT 2011


Author: jng
Date: 2011-05-25 06:08:20 -0700 (Wed, 25 May 2011)
New Revision: 5859

Modified:
   trunk/Tools/Maestro/Maestro/changelog.txt
   trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels/WebLayoutInterfaces.cs
   trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
   trunk/Tools/Maestro/build.bat
Log:
Final preps for 3.1 release.

Modified: trunk/Tools/Maestro/Maestro/changelog.txt
===================================================================
--- trunk/Tools/Maestro/Maestro/changelog.txt	2011-05-25 12:57:59 UTC (rev 5858)
+++ trunk/Tools/Maestro/Maestro/changelog.txt	2011-05-25 13:08:20 UTC (rev 5859)
@@ -7,6 +7,8 @@
  - Generated Web Layout previews now have a KML export command
  - Add a command to view all spatial contexts of a feature source
  - Implement layer editor support for KML extrusion (RFC16). Thanks to James Murphy for test data needed in implementing this.
+ - API: Add missing Visible property to ITaskPane
+ - API: Small adjustment to selection APIs
  - API: Re-worked the RuntimeMap API so that draw order of layers can be manipulated like a collection.
  - API: Add APIs to GdalConfigurationDocument to allow calculation of combined extents.
  - API: Extend the IMappingService API to support rendering map legend images.

Modified: trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels/WebLayoutInterfaces.cs
===================================================================
--- trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels/WebLayoutInterfaces.cs	2011-05-25 12:57:59 UTC (rev 5858)
+++ trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels/WebLayoutInterfaces.cs	2011-05-25 13:08:20 UTC (rev 5859)
@@ -772,6 +772,11 @@
     public interface ITaskPane : IWebLayoutResizableControl, INotifyPropertyChanged
     {
         /// <summary>
+        /// Gets or sets whether this control is visible
+        /// </summary>
+        bool Visible { get; set; }
+
+        /// <summary>
         /// Gets or sets the url of the initial task.
         /// </summary>
         /// <value>The url of the initial task.</value>

Modified: trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
===================================================================
--- trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs	2011-05-25 12:57:59 UTC (rev 5858)
+++ trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs	2011-05-25 13:08:20 UTC (rev 5859)
@@ -35,5 +35,5 @@
 // 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("3.0.0.5728")]
-[assembly: AssemblyFileVersion("3.0.0.5728")]
+[assembly: AssemblyVersion("3.1.0.5859")]
+[assembly: AssemblyFileVersion("3.1.0.5859")]

Modified: trunk/Tools/Maestro/build.bat
===================================================================
--- trunk/Tools/Maestro/build.bat	2011-05-25 12:57:59 UTC (rev 5858)
+++ trunk/Tools/Maestro/build.bat	2011-05-25 13:08:20 UTC (rev 5859)
@@ -2,7 +2,7 @@
 SET TYPEACTION=build
 SET TYPEBUILD=Release
 SET PLATFORM=Any CPU
-SET RELEASE_VERSION=3.0.0
+SET RELEASE_VERSION=3.1.0
 SET OLDPATH=%PATH%
 SET PATH=%PATH%;%CD%\Thirdparty\NSIS;C:\Windows\Microsoft.NET\Framework\v3.5
 SET SLNDIR=%CD%



More information about the mapguide-commits mailing list