List:Commits« Previous MessageNext Message »
From:plavin Date:February 27 2008 4:11pm
Subject:svn commit - mysqldoc@docsrva: r10042 - trunk/dynamic-docs/changelog
View as plain text  
Author: plavin
Date: 2008-02-27 16:11:23 +0100 (Wed, 27 Feb 2008)
New Revision: 10042

Log:
Add improvements to Workbench 5.0.14


Modified:
   trunk/dynamic-docs/changelog/workbench.xml


Modified: trunk/dynamic-docs/changelog/workbench.xml
===================================================================
--- trunk/dynamic-docs/changelog/workbench.xml	2008-02-27 14:45:00 UTC (rev 10041)
+++ trunk/dynamic-docs/changelog/workbench.xml	2008-02-27 15:11:23 UTC (rev 10042)
Changed blocks: 1, Lines Added: 67, Lines Deleted: 0; 2280 bytes

@@ -29,6 +29,73 @@
     </versions>
     <message>
       <para>
+        The GRT inspector has been improved to support new types. Namely:
+        
+        <itemizedlist>
+          <listitem>
+            <para>
+              text
+            </para>
+          </listitem>
+          <listitem>
+            <para>
+              longtext
+            </para>
+          </listitem>
+          <listitem>
+            <para>
+              bool
+            </para>
+          </listitem>
+          <listitem>
+            <para>
+              color
+            </para>
+          </listitem>
+          <listitem>
+            <para>
+              file
+            </para>
+          </listitem>
+        </itemizedlist>
+        
+        This makes it much easier to change
+        object properties manually. Multiple selection support 
+        has also been improved &mdash;  you can easily change a
+        value for several selected objects at once. 
+      </para>
+    </message>
+    
+  </logentry> 
+  
+  <logentry entrytype="custom" customname="improvements"
+    customtitle="The following
+    improvements have been added to this version of Workbench:">
+    
+    <versions>
+      <version ver="5.0.14beta"/>
+    </versions>
+    <message>
+      <para>
+        Because of serious performance and display issues 
+        Workbench no longer uses Mesa. For those users who don't
+        have native OpenGL support, Workbench now uses the
+        Windows GDI API. The command line switch for using this
+        mode is <option>-swrendering</option>.
+      </para>
+    </message>
+    
+  </logentry>
+  
+  <logentry entrytype="custom" customname="improvements"
+    customtitle="The following
+    improvements have been added to this version of Workbench:">
+    
+    <versions>
+      <version ver="5.0.14beta"/>
+    </versions>
+    <message>
+      <para>
         An <guimenu>Export as SVG</guimenu> menu
         option has been added under the the <guimenu>File</guimenu>,
         <guimenu>Export</guimenu> menu option.


Thread
svn commit - mysqldoc@docsrva: r10042 - trunk/dynamic-docs/changelogplavin27 Feb