List:Commits« Previous MessageNext Message »
From:plavin Date:February 28 2008 10:12pm
Subject:svn commit - mysqldoc@docsrva: r10063 - in trunk/workbench: . images/published
View as plain text  
Author: plavin
Date: 2008-02-28 22:12:34 +0100 (Thu, 28 Feb 2008)
New Revision: 10063

Log:
Add image, revise contents


Added:
   trunk/workbench/images/published/wb-diff-sources.png
Modified:
   trunk/workbench/forward-engineering.xml
   trunk/workbench/grt-shell.xml
   trunk/workbench/images.xml
   trunk/workbench/installing.xml
   trunk/workbench/layers.xml
   trunk/workbench/notes.xml
   trunk/workbench/reference.xml
   trunk/workbench/reverse-engineering.xml
   trunk/workbench/stored-procedures.xml
   trunk/workbench/text-objects.xml

Property changes on: trunk/workbench/images/published/wb-diff-sources.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream


Modified: trunk/workbench/forward-engineering.xml
===================================================================
--- trunk/workbench/forward-engineering.xml	2008-02-28 20:30:00 UTC (rev 10062)
+++ trunk/workbench/forward-engineering.xml	2008-02-28 21:12:34 UTC (rev 10063)
Changed blocks: 2, Lines Added: 38, Lines Deleted: 1; 1853 bytes

@@ -84,7 +84,8 @@
         to creating new users, select the <literal>Do not create users,
         just export privileges</literal> check box. Exporting privileges
         for non-existent users will result in errors when you execute
-        the <literal>CREATE</literal> script.
+        the <literal>CREATE</literal> script. Exporting users that
+        already exist, will also result in an error.
       </para>
       
       <para>

@@ -243,6 +244,42 @@
       <remark>[PL]Add more when this isn't buggy.</remark>
     </para>
     
+    <section id="wb-diff-source">
+      
+      <title>The Sources for a Diff Report</title>
+      
+      <para>
+        When creating a Diff report the first task is to specify
+        the source. The various options are shown in the following figure.
+      </para>
+      
+      <figure>
+        <title></title>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/published/wb-diff-sources.png" lang="en"
format="PNG"/>
+          </imageobject>
+          <textobject>
+            <phrase lang="en"></phrase>
+          </textobject>
+        </mediaobject>
+      </figure>
+      
+      <para>
+        The default value for the source for the left catalog is
+        a live server.
+      </para>
+      
+      <para>
+        If you choose the live server option you must connect to a database
+        server. For a description of this process see <xref
+          linkend="wb-connection-wizard"/>.
+        <remark>[PL]Still crashes in 5.0.14a</remark>
+      </para>
+      
+    </section>
+    
+    
   </section>
 
 </chapter>


Modified: trunk/workbench/grt-shell.xml
===================================================================
--- trunk/workbench/grt-shell.xml	2008-02-28 20:30:00 UTC (rev 10062)
+++ trunk/workbench/grt-shell.xml	2008-02-28 21:12:34 UTC (rev 10063)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 670 bytes

@@ -18,8 +18,7 @@
       for dynamic typing and dynamic data objects. The GRT provides a
       means for expanding &workbench;. Through the use of the GRT,
       &workbench; can support new behavior and data sources using
-      code written in languages such as C, C++, Java, Python, and Lua
-      with support for Mono forthcoming.
+      code written in languages such as C, C++, Java, Python, and Lua.
     </para>
 
     <para>


Added: trunk/workbench/images/published/wb-diff-sources.png
===================================================================


Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 335 bytes


Modified: trunk/workbench/images.xml
===================================================================
--- trunk/workbench/images.xml	2008-02-28 20:30:00 UTC (rev 10062)
+++ trunk/workbench/images.xml	2008-02-28 21:12:34 UTC (rev 10063)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 1; 1151 bytes

@@ -95,7 +95,7 @@
       You can invoke the image editor by double clicking a image object on
       an EER Diagram canvas. Doing this opens the image editor docked at
       the bottom of the application. Double clicking the image editor tab
-      undocks the editor. Double click the title bar to redock the editor. Any number of
images
+      undocks the editor. Double click the title bar to redock it. Any number of images
       may be open at the same time. Each additional image appears as a
       tab at the top of the image editor,
     </para>

@@ -134,6 +134,7 @@
       <title>Modifying a Image using the Properties Palette</title>
 
       <para>
+      <remark>Enable when placing an image doesn't crash the app</remark>
         When you select a image on the EER Diagram canvas, its properties
         are displayed in the <literal>Properties</literal> palette. Most
         of the properties accessible from the


Modified: trunk/workbench/installing.xml
===================================================================
--- trunk/workbench/installing.xml	2008-02-28 20:30:00 UTC (rev 10062)
+++ trunk/workbench/installing.xml	2008-02-28 21:12:34 UTC (rev 10063)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 13; 1199 bytes

@@ -34,19 +34,10 @@
     </para>
 
     <para>
-      If your graphic card does not support OpenGL 1.5, you must install
-      the OpenGL software. To find out more about
-      <literal>OpenGL</literal> go to
-      <ulink url="http://www.opengl.org/">www.opengl.org</ulink>. The
-      installation of OpenGL is beyond the scope of this document. On
-      start up, the application checks the OpenGL version and selects
-      between software and hardware rendering. The GRT shell reports the
-      active rendering method. For more information about the GRT see
-      <xref linkend="wb-grt-shell"/>.
-
-      <remark>
-        Remove above?
-      </remark>
+      On start up, the application checks the OpenGL version and selects
+      between software and hardware rendering. To determine the rendering
+      method that is being used, open the <guimenu>Help</guimenu> menu
+      and choose the <guimenu>System Info</guimenu> submenu.
     </para>
 
     <para>


Modified: trunk/workbench/layers.xml
===================================================================
--- trunk/workbench/layers.xml	2008-02-28 20:30:00 UTC (rev 10062)
+++ trunk/workbench/layers.xml	2008-02-28 21:12:34 UTC (rev 10063)
Changed blocks: 4, Lines Added: 17, Lines Deleted: 4; 1713 bytes

@@ -112,7 +112,8 @@
     <para>
       Since layers are not schema objects, no confirmation dialog box
       opens when you delete a layer regardless of how you have
-      configured &workbench;. Deleting a layer does not delete schema
+      configured &workbench;. Deleting a layer does 
+      <emphasis role="bold">not</emphasis> delete schema
       objects from the catalog.
     </para>
 

@@ -139,7 +140,7 @@
         As a visual cue that the object is being "locked", the outline
         of the layer is highlighted as the object is dragged over it.
       </para>
-
+    
     </section>
 
   </section>

@@ -154,7 +155,19 @@
       properties accessible from the <literal>Properties</literal>
       palette apply to the appearance of a layer on the EER Diagram
       canvas.
-    </para>
+    </para>    
+    
+    <para>
+      In some circumstances you may want to make a layer invisible.
+      To do this, select the layer and, in the 
+      <literal>Properties</literal> palette, set the 
+      <literal>visible</literal> property to
<literal>False</literal>.
+      To relocate an invisible object, open the <literal>Layers</literal>
+      palette and select the object by double clicking it.
+      Once an object is selected you can reset the
+      <literal>visible</literal> property from the 
+      <literal>Properties</literal> palette.
+    </para>    
 
     <para>
       For a list of the properties accessible through the

@@ -165,5 +178,5 @@
     </para>
 
   </section>
-
+  
 </chapter>


Modified: trunk/workbench/notes.xml
===================================================================
--- trunk/workbench/notes.xml	2008-02-28 20:30:00 UTC (rev 10062)
+++ trunk/workbench/notes.xml	2008-02-28 21:12:34 UTC (rev 10063)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 878 bytes

@@ -92,8 +92,8 @@
       You can invoke the note editor by double clicking a note object in the
       <literal>Model Note</literal> section on the <literal>MySQL
       Model</literal> page. Doing this opens the note editor docked at
-      the bottom of the application. Double clicking the title bar
-      undocks the editor. Do the same to redock it. Any number of notes
+      the bottom of the application. Double clicking the note tab
+      undocks the editor. Double click the title bar to redock it. Any number of notes
       may be open at the same time. Each additional note appears as a
       tab at the top of the note editor.
     </para>


Modified: trunk/workbench/reference.xml
===================================================================
--- trunk/workbench/reference.xml	2008-02-28 20:30:00 UTC (rev 10062)
+++ trunk/workbench/reference.xml	2008-02-28 21:12:34 UTC (rev 10063)
Changed blocks: 2, Lines Added: 56, Lines Deleted: 0; 2442 bytes

@@ -2217,7 +2217,38 @@
         Use these menu options to go online and learn more about
         &workbench;.
       </para>
+      
+      <section id="wb-system-info">
+        
+        <title>System Info</title>
+        
+        <para>
+          Use the <guimenu>System Info</guimenu> menu option
+          to determine information about your system. This option is especially
+          useful for determining your rendering mode. Sample output follows.
+        </para>
+        
+<programlisting>
+  Adapter String: VirtualBox Video Adapter
+  BIOS String: Version 0xB0C2 or later
+  Memory Size: 65536 KB
+  MySQL Workbench SE for Windows version 5.0.14
+  Rendering Mode: Native GDI Rendering
+  OpenGL Driver Version: Not Detected
+  OS: Windows XP
+  CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+, 512 MB RAM
+  Video adapter info:
+  Adapter type: VirtualBox Graphics Adapter
+  Chip Type: VBOX
+  DAC Type: Integrated RAMDAC
+  Adapter String:  VirtualBox Video Adapter
+  BIOS String: Version 0xB0C2 or later
+  Memory Size: 65536 KB  
+</programlisting>
 
+      </section>
+      
+      
     </section>
 
   </section>

@@ -3322,6 +3353,31 @@
         a window when it is a tabbed window, autohides all
         the tabbed windows at that location.
       </para>
+      
+      
+      <section id="wb-invisible-objects-layers">
+        
+        <title>Finding Invisible Objects Using the Layers Palette</title>    
  
+        
+        <para>
+          In some circumstances you may want to make an object
+          on an EER diagram invisible.
+          To do this, select the object and, in the 
+          <literal>Properties</literal> palette, set the 
+          <literal>visible</literal> property to
<literal>False</literal>.
+        </para>
+        
+        <para>
+          The <literal>Layer</literal> palette provides an
+          easy way to relocate an invisible object.
+          Open the <literal>Layers</literal>
+          palette and select the object by double clicking it.
+          Once an object is selected you can reset the
+          <literal>visible</literal> property from the 
+          <literal>Properties</literal> palette.
+        </para>
+        
+      </section>      
 
     </section>
 


Modified: trunk/workbench/reverse-engineering.xml
===================================================================
--- trunk/workbench/reverse-engineering.xml	2008-02-28 20:30:00 UTC (rev 10062)
+++ trunk/workbench/reverse-engineering.xml	2008-02-28 21:12:34 UTC (rev 10063)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 634 bytes

@@ -93,7 +93,7 @@
     <title>Reverse Engineering a Live Database (Commercial Version)</title>
 
     <para>
-      This section explains how to reverse engineering a live database
+      This section explains how to reverse engineer a live database
       using &workbench;. This capability is available in commercial
       versions of &workbench; only.
     </para>


Modified: trunk/workbench/stored-procedures.xml
===================================================================
--- trunk/workbench/stored-procedures.xml	2008-02-28 20:30:00 UTC (rev 10062)
+++ trunk/workbench/stored-procedures.xml	2008-02-28 21:12:34 UTC (rev 10063)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 714 bytes

@@ -420,7 +420,7 @@
         <para>
           When you select a routine group on the EER Diagram canvas, its
           properties are displayed in the <literal>Properties</literal>
-          palette. Most of the properties accessible from the
+          palette. All of the properties accessible from the
           <literal>Properties</literal> palette apply to the appearance
           of a routine group on the EER Diagram canvas.
         </para>


Modified: trunk/workbench/text-objects.xml
===================================================================
--- trunk/workbench/text-objects.xml	2008-02-28 20:30:00 UTC (rev 10062)
+++ trunk/workbench/text-objects.xml	2008-02-28 21:12:34 UTC (rev 10063)
Changed blocks: 4, Lines Added: 13, Lines Deleted: 4; 1910 bytes

@@ -59,7 +59,7 @@
       there is no confirmation dialog box when you delete a
       text object.
     </para>    
-        
+    
   </section>
   
   <section id="wb-text-object-editor">

@@ -69,8 +69,8 @@
     <para>
       You can invoke the text object editor by double clicking a text object on
       the EER Diagram canvas. Doing this opens the editor docked at
-      the bottom of the application. Double clicking the title bar
-      undocks the editor. Do the same to redock it. Any number of text objects
+      the bottom of the application. Double clicking the text object table
+      undocks the editor. Double click the title bar to redock it. Any number of text
objects
       may be open at the same time. Each additional text objects appears as a
       tab at the top of the text editor editor,
     </para>

@@ -83,7 +83,7 @@
    
     <section id="wb-modifying-text-object">
       
-      <title>Modifying a Text Object Using the Properties Palette</title>
+      <title>Modifying a Text Object Using the
<literal>Properties</literal> Palette</title>
       
       <para>
         When you select a text object on the EER Diagram canvas, its properties

@@ -99,6 +99,15 @@
         <xref linkend="wb-properties-palette"/>.
       </para>      
       
+      <para>
+        There is no property in the <literal>Properties</literal> palette
+        for changing the font used by a text object.        
+        To change the font used by a text object choose
+        the <literal>Fonts</literal> tab of the &workbench; options
+        window. For more information see <xref linkend="wb-options-fonts"/>.
+      </para>
+      
+      
     </section>
     
   </section>    


Thread
svn commit - mysqldoc@docsrva: r10063 - in trunk/workbench: . images/publishedplavin28 Feb 2008