[mapguide-commits] r5654 - in trunk/Tools/Maestro: Maestro Maestro.Base/UI Properties

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Mar 22 07:10:02 EDT 2011


Author: jng
Date: 2011-03-22 04:10:02 -0700 (Tue, 22 Mar 2011)
New Revision: 5654

Modified:
   trunk/Tools/Maestro/Maestro.Base/UI/AboutDialog.cs
   trunk/Tools/Maestro/Maestro.Base/UI/AboutDialog.resx
   trunk/Tools/Maestro/Maestro/changelog.txt
   trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
Log:
Prep beta 2 release


Modified: trunk/Tools/Maestro/Maestro/changelog.txt
===================================================================
--- trunk/Tools/Maestro/Maestro/changelog.txt	2011-03-22 11:03:00 UTC (rev 5653)
+++ trunk/Tools/Maestro/Maestro/changelog.txt	2011-03-22 11:10:02 UTC (rev 5654)
@@ -11,6 +11,8 @@
  - Fix: Prompt to save unsaved resources when exiting.
  - Fix: Cut/Copy/Paste commands occasionally don't work in XML editor
  - Fix: Cannot create symbol definitions for given item templates.
+ - Fix: Assorted Fusion editor defects
+ - Fix: Text field MaxLength of 32767 lifted to int32.MaxValue in XML Editor
 
 3.0 Beta 1
 ----------

Modified: trunk/Tools/Maestro/Maestro.Base/UI/AboutDialog.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Base/UI/AboutDialog.cs	2011-03-22 11:03:00 UTC (rev 5653)
+++ trunk/Tools/Maestro/Maestro.Base/UI/AboutDialog.cs	2011-03-22 11:10:02 UTC (rev 5654)
@@ -109,6 +109,7 @@
             this.creditsTab = new System.Windows.Forms.TabPage();
             this.Credits = new System.Windows.Forms.TextBox();
             this.thirdPartyTab = new System.Windows.Forms.TabPage();
+            this.lnkAdvTreeView = new System.Windows.Forms.LinkLabel();
             this.linkLabel1 = new System.Windows.Forms.LinkLabel();
             this.lnkSharpDevelop = new System.Windows.Forms.LinkLabel();
             this.colorBrewerlinkLabel = new System.Windows.Forms.LinkLabel();
@@ -116,7 +117,6 @@
             this.tfnetLinkLabel = new System.Windows.Forms.LinkLabel();
             this.label2 = new System.Windows.Forms.Label();
             this.ServerVersion = new System.Windows.Forms.Label();
-            this.lnkAdvTreeView = new System.Windows.Forms.LinkLabel();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.PayPalImage)).BeginInit();
             this.tabControl.SuspendLayout();
@@ -210,6 +210,13 @@
             this.thirdPartyTab.Name = "thirdPartyTab";
             this.thirdPartyTab.UseVisualStyleBackColor = true;
             // 
+            // lnkAdvTreeView
+            // 
+            resources.ApplyResources(this.lnkAdvTreeView, "lnkAdvTreeView");
+            this.lnkAdvTreeView.Name = "lnkAdvTreeView";
+            this.lnkAdvTreeView.TabStop = true;
+            this.lnkAdvTreeView.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkAdvTreeView_LinkClicked);
+            // 
             // linkLabel1
             // 
             resources.ApplyResources(this.linkLabel1, "linkLabel1");
@@ -257,13 +264,6 @@
             resources.ApplyResources(this.ServerVersion, "ServerVersion");
             this.ServerVersion.Name = "ServerVersion";
             // 
-            // lnkAdvTreeView
-            // 
-            resources.ApplyResources(this.lnkAdvTreeView, "lnkAdvTreeView");
-            this.lnkAdvTreeView.Name = "lnkAdvTreeView";
-            this.lnkAdvTreeView.TabStop = true;
-            this.lnkAdvTreeView.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkAdvTreeView_LinkClicked);
-            // 
             // AboutDialog
             // 
             resources.ApplyResources(this, "$this");

Modified: trunk/Tools/Maestro/Maestro.Base/UI/AboutDialog.resx
===================================================================
--- trunk/Tools/Maestro/Maestro.Base/UI/AboutDialog.resx	2011-03-22 11:03:00 UTC (rev 5653)
+++ trunk/Tools/Maestro/Maestro.Base/UI/AboutDialog.resx	2011-03-22 11:10:02 UTC (rev 5654)
@@ -1087,11 +1087,11 @@
     <value>3</value>
   </data>
   <data name="License.Text" xml:space="preserve">
-    <value>Copyright (C) 2009, Kenneth Skovhede
+    <value>Copyright (C) 2010-2011, Jackie Ng (jumpinjackie at gmail.com)
+
+Copyright (C) 2009, Kenneth Skovhede
 http://www.hexad.dk, opensource at hexad.dk
 
-Copyright (C) 2010, Jackie Ng (jumpinjackie at gmail.com)
-
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
@@ -1142,9 +1142,6 @@
   <data name="&gt;&gt;Version.ZOrder" xml:space="preserve">
     <value>4</value>
   </data>
-  <metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>17, 17</value>
-  </metadata>
   <data name="PayPalImage.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
         R0lGODlhTAAZAIcAAP///whlle3t7QAzaQIBAf6kAv5SBHGYsCMlYqy4xOUCI9fn5xBaYMPJ0QINb9TW
@@ -1183,6 +1180,9 @@
   <data name="PayPalImage.TabIndex" type="System.Int32, mscorlib">
     <value>5</value>
   </data>
+  <metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>17, 17</value>
+  </metadata>
   <data name="PayPalImage.ToolTip" xml:space="preserve">
     <value>Click here to open the donation page</value>
   </data>
@@ -1198,9 +1198,6 @@
   <data name="&gt;&gt;PayPalImage.ZOrder" xml:space="preserve">
     <value>3</value>
   </data>
-  <metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>17, 17</value>
-  </metadata>
   <data name="Localization.Location" type="System.Drawing.Point, System.Drawing">
     <value>16, 64</value>
   </data>
@@ -1249,6 +1246,30 @@
   <data name="&gt;&gt;licenseTab.ZOrder" xml:space="preserve">
     <value>0</value>
   </data>
+  <data name="Credits.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
+    <value>Fill</value>
+  </data>
+  <data name="Credits.Location" type="System.Drawing.Point, System.Drawing">
+    <value>0, 0</value>
+  </data>
+  <data name="Credits.Multiline" type="System.Boolean, mscorlib">
+    <value>True</value>
+  </data>
+  <data name="Credits.ScrollBars" type="System.Windows.Forms.ScrollBars, System.Windows.Forms">
+    <value>Vertical</value>
+  </data>
+  <data name="Credits.Size" type="System.Drawing.Size, System.Drawing">
+    <value>320, 185</value>
+  </data>
+  <data name="Credits.TabIndex" type="System.Int32, mscorlib">
+    <value>4</value>
+  </data>
+  <data name="Credits.Text" xml:space="preserve">
+    <value>Programming:
+  Kenneth Skovhede
+  Jackie NG
+  Crispin, 1Spatial Group Ltd</value>
+  </data>
   <data name="&gt;&gt;Credits.Name" xml:space="preserve">
     <value>Credits</value>
   </data>
@@ -1531,50 +1552,6 @@
   <data name="&gt;&gt;tabControl.ZOrder" xml:space="preserve">
     <value>1</value>
   </data>
-  <data name="Credits.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
-    <value>Fill</value>
-  </data>
-  <data name="Credits.Location" type="System.Drawing.Point, System.Drawing">
-    <value>0, 0</value>
-  </data>
-  <data name="Credits.Multiline" type="System.Boolean, mscorlib">
-    <value>True</value>
-  </data>
-  <data name="Credits.ScrollBars" type="System.Windows.Forms.ScrollBars, System.Windows.Forms">
-    <value>Vertical</value>
-  </data>
-  <data name="Credits.Size" type="System.Drawing.Size, System.Drawing">
-    <value>320, 185</value>
-  </data>
-  <data name="Credits.TabIndex" type="System.Int32, mscorlib">
-    <value>4</value>
-  </data>
-  <data name="Credits.Text" xml:space="preserve">
-    <value>Programming:
-  Kenneth Skovhede
-  Jackie NG
-  Crispin, 1Spatial Group Ltd
-Spanish translation:
-  José Manuel Cerrejón González
-French Translation:
-  Pierre Cardinal
-Artwork:
-  Kenneth Skovhede
-English and Danish translation:
-  Kenneth Skovhede</value>
-  </data>
-  <data name="&gt;&gt;Credits.Name" xml:space="preserve">
-    <value>Credits</value>
-  </data>
-  <data name="&gt;&gt;Credits.Type" xml:space="preserve">
-    <value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </data>
-  <data name="&gt;&gt;Credits.Parent" xml:space="preserve">
-    <value>creditsTab</value>
-  </data>
-  <data name="&gt;&gt;Credits.ZOrder" xml:space="preserve">
-    <value>0</value>
-  </data>
   <data name="ServerVersion.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
     <value>NoControl</value>
   </data>

Modified: trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
===================================================================
--- trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs	2011-03-22 11:03:00 UTC (rev 5653)
+++ trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs	2011-03-22 11:10:02 UTC (rev 5654)
@@ -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.5610")]
-[assembly: AssemblyFileVersion("3.0.0.5610")]
+[assembly: AssemblyVersion("3.0.0.5654")]
+[assembly: AssemblyFileVersion("3.0.0.5654")]



More information about the mapguide-commits mailing list