Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • af3/af3-rcp
1 result
Show changes
Commits on Source (7)
......@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>New features and changes in AutoFOCUS 2.16</title>
<title>New features and changes in AutoFOCUS 2.20</title>
<style>
.mBlock { margin-left: 62px; }
h2 { color: black; }
......@@ -14,38 +14,64 @@
</head>
<body>
<div class="mBlock">
<h2>New Features and Changes in AutoFOCUS 2.18</h2>
<h2>New Features and Changes in AutoFOCUS 2.20</h2>
<h3>Co-simulation</h3>
<ul>
<li>AF3 is now a listed as an official FMI Tool (<a href="https://fmi-standard.org/tools/)">https://fmi-standard.org/tools/</a>)</li>
<li>A Co-simulation example is now included in AF3. (<a href="https://download.fortiss.org/public/projects/af3/help/example_co-simulation.html">AF3 FMI Example</a>)</li>
<li> The generated configuration file was extended to provide information on which exported ports belong to the same complex data structure</li>
<li> Various bug fixes and robustness improvements.</li>
</ul>
<h3>DSE</h3>
<ul>
<li> Reworked and unified synthesis view based on JavaFX
<li> Ability to launch a DSE synthesis from the command line
<li> It is now possible to allocate logical component (input/port) ports to more than one task (input/output) port.
<li> The DSE perspective is now able to import and handle partition architectures.
<li> Various improvements of the usability.
</ul>
<h3>Kernel</h3>
<ul>
<li> Modular Command Line Interface (CLI) support that is extensible by plugin contributions
<ul>
<li> The DynamictableTreeViewer was enhanced to enable reference lists to model elements.
</ul>
<h3>UI Update</h3>
<ul>
<li>AF3 2.18 includes a major UI update</li>
<li>Most of the views have been updated with a new JavaFX-based UI</li>
<li> The zoom level in diagram editors can now also be adjusted via the toolbar.
<li> Various improvements of usability, performance and responsiveness in all parts of the tool.
</ul>
<br>
<h3>
<a href="https://af3-developer.fortiss.org/projects/af3-phoenix-release/issues?utf8=%E2%9C%93&set_filter=1&sort=id%3Adesc&f%5B%5D=status_id&op%5Bstatus_id%5D=%3D&v%5Bstatus_id%5D%5B%5D=5&f%5B%5D=fixed_version_id&op%5Bfixed_version_id%5D=%3D&v%5Bfixed_version_id%5D%5B%5D=152&v%5Bfixed_version_id%5D%5B%5D=154&v%5Bfixed_version_id%5D%5B%5D=155&v%5Bfixed_version_id%5D%5B%5D=153&f%5B%5D=&c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=priority&c%5B%5D=subject&c%5B%5D=assigned_to&c%5B%5D=updated_on&group_by=&t%5B%5D=">Detailed list of changes in 2.18</a>
Detailed list of changes in 2.20:
</h3>
<ul>
<li> Avoid exceptions/hangs when loading/importing models (#4166)
<li> Allocation View: Avoid mouse pointer movement, improve performance (#4165)
<li> [FMI] Do not assume task ports are named like the allocated component ports (#4155)
<li> DSE Synthesis View: Remember currently selected synthesis type (#4154)
<li> Enable to allocate logical component (input/port) ports to more than one task (input/output) port (#4148)
<li> Improve performance of project deletion (#4145)
<li> [FMI] Provide information on which exported ports belong to the same complex data structure (#4142)
<li> Avoid concurrent modification exception in Action service (#4141)
<li> Fix export of solutions that contain schedules and improve visualization UI (#4139)
<li> MIRA: Show element icons in requirements overview editor (#4135)
<li> MIRA: Status cells are also editable where they should not (#4133)
<li> [DSE] Enable import of partition architectures (#4127)
<li> Implement a JFX controller for the creation and visualization of reference lists (#4092)
<li> LibraryView to JavaFX (#4019)
<li> Introduce Zoom control (#3843)
<li> Fix: icons in requirement editor do not vanish correctly when collapsing row items (#4147)
<li> [Allocation] Exclude parameter tables when traversing allocation tables (#4158)
<li> [FMU Export] Do not fail silently if no sampling time is specified (#4143)
<li> [DSE] Switch to partition scheduling only if partitions are used (#4131)
<li> Install exception handler for command stack showing errors to user (#4169)
<li> Enable to unset annotation value by entering the empty string (#4170)
<li> Assume infinite runtime for tasks where no WCET as been specified (#4171)
</ul>
</div>
</body>
</html>
......@@ -3,7 +3,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>New features and changes in AutoFOCUS 2.16</title>
<title>New features and changes in AutoFOCUS 2.20</title>
<style>
.mBlock { margin-left: 62px; }
h2 { color: black; }
......@@ -15,38 +15,33 @@
</head>
<body>
<div class="mBlock">
<h2>New Features and Changes in AutoFOCUS 2.18</h2>
<h2>New Features and Changes in AutoFOCUS 2.20</h2>
<h3>Co-simulation</h3>
<ul>
<li>AF3 is now a listed as an official FMI Tool (<a href="https://fmi-standard.org/tools/)">https://fmi-standard.org/tools/</a>)</li>
<li>A Co-simulation example is now included in AF3. (<a href="https://download.fortiss.org/public/projects/af3/help/example_co-simulation.html">AF3 FMI Example</a>)</li>
<li> The generated configuration file was extended to provide information on which exported ports belong to the same complex data structure</li>
<li> Various bug fixes and robustness improvements.</li>
</ul>
<h3>DSE</h3>
<ul>
<li> Reworked and unified synthesis view based on JavaFX
<li> Ability to launch a DSE synthesis from the command line
<li> It is now possible to allocate logical component (input/port) ports to more than one task (input/output) port.
<li> The DSE perspective is now able to import and handle partition architectures.
<li> Various improvements of the usability.
</ul>
<h3>Kernel</h3>
<ul>
<li> Modular Command Line Interface (CLI) support that is extensible by plugin contributions
<ul>
<li> The DynamictableTreeViewer was enhanced to enable reference lists to model elements.
</ul>
<h3>UI Update</h3>
<ul>
<li>AF3 2.18 includes a major UI update</li>
<li>Most of the views have been updated with a new JavaFX-based UI</li>
<li> The zoom level in diagram editors can now also be adjusted via the toolbar.
<li> Various improvements of usability, performance and responsiveness in all parts of the tool.
</ul>
<br>
<h3>
<a href="https://af3-developer.fortiss.org/projects/af3-phoenix-release/issues?utf8=%E2%9C%93&set_filter=1&sort=id%3Adesc&f%5B%5D=status_id&op%5Bstatus_id%5D=%3D&v%5Bstatus_id%5D%5B%5D=5&f%5B%5D=fixed_version_id&op%5Bfixed_version_id%5D=%3D&v%5Bfixed_version_id%5D%5B%5D=152&v%5Bfixed_version_id%5D%5B%5D=154&v%5Bfixed_version_id%5D%5B%5D=155&v%5Bfixed_version_id%5D%5B%5D=153&f%5B%5D=&c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=priority&c%5B%5D=subject&c%5B%5D=assigned_to&c%5B%5D=updated_on&group_by=&t%5B%5D=">Detailed list of changes in 2.18</a>
</h3>
<br>
<h3>FAQ - Installation and Running</h3>
......@@ -67,7 +62,7 @@
<ul>
<li> If you encounter the following exception when running a DSE you might be missing required libraries:
<br>
<i>java.lang.UnsatisfiedLinkError: [...]\plugins\com.microsoft.z3_2.18.[...]\lib\x64\msvcp120.dll: Can't find dependent libraries</i>
<i>java.lang.UnsatisfiedLinkError: [...]\plugins\com.microsoft.z3_2.20.[...]\lib\x64\msvcp120.dll: Can't find dependent libraries</i>
<br>
Installing the Visual C++ Redistributable Packages for Visual Studio 2013 fixes the problem.
</ul>
......@@ -91,6 +86,36 @@
</ul>
</li>
</ul>
<br>
<h3>
Detailed list of changes in 2.20:
</h3>
<ul>
<li> Avoid exceptions/hangs when loading/importing models (#4166)
<li> Allocation View: Avoid mouse pointer movement, improve performance (#4165)
<li> [FMI] Do not assume task ports are named like the allocated component ports (#4155)
<li> DSE Synthesis View: Remember currently selected synthesis type (#4154)
<li> Enable to allocate logical component (input/port) ports to more than one task (input/output) port (#4148)
<li> Improve performance of project deletion (#4145)
<li> [FMI] Provide information on which exported ports belong to the same complex data structure (#4142)
<li> Avoid concurrent modification exception in Action service (#4141)
<li> Fix export of solutions that contain schedules and improve visualization UI (#4139)
<li> MIRA: Show element icons in requirements overview editor (#4135)
<li> MIRA: Status cells are also editable where they should not (#4133)
<li> [DSE] Enable import of partition architectures (#4127)
<li> Implement a JFX controller for the creation and visualization of reference lists (#4092)
<li> LibraryView to JavaFX (#4019)
<li> Introduce Zoom control (#3843)
<li> Fix: icons in requirement editor do not vanish correctly when collapsing row items (#4147)
<li> [Allocation] Exclude parameter tables when traversing allocation tables (#4158)
<li> [FMU Export] Do not fail silently if no sampling time is specified (#4143)
<li> [DSE] Switch to partition scheduling only if partitions are used (#4131)
<li> Install exception handler for command stack showing errors to user (#4169)
<li> Enable to unset annotation value by entering the empty string (#4170)
<li> Assume infinite runtime for tasks where no WCET as been specified (#4171)
</ul>
</div>
</body>
......
......@@ -34,7 +34,7 @@
</property>
<property
name="aboutText"
value="AutoFOCUS 3 - &quot;Phoenix&quot;&#x0A;&#x0A;Version: 2.20.0&#x0A;&#x0A;Copyright 2011-2018 fortiss GmbH&#x0A;&#x0A;Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#x0A;you may not use this file except in compliance with the License.&#x0A;You may obtain a copy of the License at&#x0A;&#x0A; http://www.apache.org/licenses/LICENSE-2.0&#x0A;&#x0A;Unless required by applicable law or agreed to in writing, software&#x0A;distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#x0A;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either&#x0A;express or implied. See the License for the specific language&#x0A;governing permissions and limitations under the License.">
value="AutoFOCUS 3 - &quot;Phoenix&quot;&#x0A;&#x0A;Version: 2.20.0&#x0A;&#x0A;Copyright 2011-2021 fortiss GmbH&#x0A;&#x0A;Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#x0A;you may not use this file except in compliance with the License.&#x0A;You may obtain a copy of the License at&#x0A;&#x0A; http://www.apache.org/licenses/LICENSE-2.0&#x0A;&#x0A;Unless required by applicable law or agreed to in writing, software&#x0A;distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#x0A;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either&#x0A;express or implied. See the License for the specific language&#x0A;governing permissions and limitations under the License.">
</property>
<property
name="startupProgressRect"
......