|
From: <xm...@us...> - 2012-06-22 10:51:16
|
Revision: 1417
http://scstudio.svn.sourceforge.net/scstudio/?rev=1417&view=rev
Author: xmalota
Date: 2012-06-22 10:51:05 +0000 (Fri, 22 Jun 2012)
Log Message:
-----------
help updated and names of dialogs are unified
Modified Paths:
--------------
trunk/doc/help/beautify/beautify.body.htm
trunk/doc/help/beautify/pictures/dialog_additional.png
trunk/doc/help/beautify/pictures/dialog_general.png
trunk/src/view/visio/addon/settingsDlg.cpp
Added Paths:
-----------
trunk/doc/help/beautify/pictures/dialog_widths.png
Modified: trunk/doc/help/beautify/beautify.body.htm
===================================================================
--- trunk/doc/help/beautify/beautify.body.htm 2012-06-22 09:10:27 UTC (rev 1416)
+++ trunk/doc/help/beautify/beautify.body.htm 2012-06-22 10:51:05 UTC (rev 1417)
@@ -15,7 +15,7 @@
<code>Check->Options->Beautify</code>.
</p>
<p>
- By pressing <code>General</code> the dialog with options concerning customization of instances
+ By pressing <code>Message Position</code> the dialog with options concerning customization of instances
will be shown:
</p>
<ul class="gallery">
@@ -29,12 +29,12 @@
</li>
</ul>
<p>
- Via <code>General</code>, is possible to set distances between elements, length of instances,
- width of instance heads, foots and coregions, length of lost and found messages and slope
- of messages.
+ Via <code>Message Position</code>, it is possible to set distances between elements, length of instances,
+ length of lost and found messages and slope of messages. It also permits to select the message position
+ algorithm. Note that the heuristic method only works with instances and complete messages nowadays.
</p>
<p>
- By pressing <code>Additional</code> the dialog used for setting of permutation of instances,
+ By pressing <code>Instance Position</code> the dialog used for setting of permutation of instances,
spacing between instances and placement of leftmost instance will be shown:
</p>
<ul class="gallery">
@@ -48,7 +48,18 @@
</li>
</ul>
<p>
+ The last group of options is used for determining algorithm solving permutation of instances.
</p>
+ <p>
+ Finally, by pressing <code>Width of Shapes</code> the dialog with options concerning customization of
+ width of instance heads, foots, coregions, local actions and conditions will be shown:
+ </p>
+ <ul class="gallery">
+ <li>
+ <img src="pictures/dialog_widths.png" width="500" border="0"
+ alt="General Dialog" />
+ </li>
+ </ul>
<h3>
Example 1:
</h3>
@@ -157,7 +168,7 @@
</h3>
<p>
In the current implementation the following features are not supported and therefore may cause
- some inaccuracies: actions, conditions, ordering lines, ordering sides, ordering arrows. Few other
+ some inaccuracies: ordering lines, ordering sides, ordering arrows. Few other
features are not in the final version of implementation: time interval, directed interval and
absolute time and has to be sometimes redrawn by the user.
</p>
Modified: trunk/doc/help/beautify/pictures/dialog_additional.png
===================================================================
(Binary files differ)
Modified: trunk/doc/help/beautify/pictures/dialog_general.png
===================================================================
(Binary files differ)
Added: trunk/doc/help/beautify/pictures/dialog_widths.png
===================================================================
(Binary files differ)
Property changes on: trunk/doc/help/beautify/pictures/dialog_widths.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/src/view/visio/addon/settingsDlg.cpp
===================================================================
--- trunk/src/view/visio/addon/settingsDlg.cpp 2012-06-22 09:10:27 UTC (rev 1416)
+++ trunk/src/view/visio/addon/settingsDlg.cpp 2012-06-22 10:51:05 UTC (rev 1417)
@@ -45,9 +45,9 @@
addDialog(L"Protection", new CProtectionGlobalDlg(m_vsoApp), parentDrawings);
CTreeItem parentBeautify = createParentItem(L"Beautify");
- addDialog(L"Message position", new CBeautifySettingsGDlg(m_vsoApp), parentBeautify);
- addDialog(L"Instance position", new CBeautifySettingsADlg(m_vsoApp), parentBeautify);
- addDialog(L"Widths of shapes", new CBeautifySettingsWidthsDlg(m_vsoApp), parentBeautify);
+ addDialog(L"Message Position", new CBeautifySettingsGDlg(m_vsoApp), parentBeautify);
+ addDialog(L"Instance Position", new CBeautifySettingsADlg(m_vsoApp), parentBeautify);
+ addDialog(L"Widths of Shapes", new CBeautifySettingsWidthsDlg(m_vsoApp), parentBeautify);
//addDialog(L"Time objects", new CBeautifySettingsTimesDlg(m_vsoApp), parentBeautify);
//addDialog(L"Beautify profiles", new CBeautifyProfilesDlg(m_vsoApp), parentBeautify);
//addDialog(L"Advanced", new CBeautifySettingsPerfDlg(m_vsoApp), parentBeautify);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|