Last modified by Alexander Schulz-Rosengarten on 2023/09/13 12:18

From version 18.1
edited by uru
on 2014/10/13 17:37
Change comment: There is no comment for this version
To version 23.1
edited by uru
on 2023/07/06 14:36
Change comment: Renamed back-links.

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +Release Notes
Content
... ... @@ -33,7 +33,7 @@
33 33  
34 34  * Core Changes
35 35  ** {{code language="none"}}IPropertyHolder{{/code}}'s {{code language="none"}}setProperty(...) {{/code}}and {{code language="none"}}copyProperties(...){{/code}} now return {{code language="none"}}IPropertyHolder{{/code}} instead of {{code language="none"}}void{{/code}}, implementations are supposed to return {{code language="none"}}this{{/code}} for convenience
36 -* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
36 +* [[KIELER Lightweight Diagrams>>doc:KIELER.Home.Lightweight Diagrams (KLighD).WebHome]]
37 37  ** Added {{code language="none"}}DiagramSyntheses{{/code}} class providing lots of convenience methods for configuring the view model in diagram synthesis implementations (preliminary version introduced with last previous release)
38 38  ** {{code language="none"}}IViewer{{/code}} provides {{code language="none"}}getZoomLevel(){{/code}}
39 39  ** {{code language="none"}}IViewer{{/code}} provides methods for registering {{code language="none"}}IViewChangeListener{{/code}}s
... ... @@ -45,7 +45,7 @@
45 45  
46 46  Here's a few highlights of what's new in version 2014/10:
47 47  
48 -* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
48 +* [[KIELER Lightweight Diagrams>>doc:KIELER.Home.Lightweight Diagrams (KLighD).WebHome]]
49 49  ** (% style="line-height: 1.4285715;" %)Improved integration of the //magnifying lens// (hit {{code language="none"}}alt + ctrl/cmd){{/code}} and //rubber band zoom //(press {{code language="none"}}ctrl/cmd{{/code}} and drag on canvas)
50 50  ** (% style="line-height: 1.4285715;" %)Enabled the contribution of action invocation buttons (execution of {{code language="none"}}IActions{{/code}}) in the diagram side bar (so far actions could only be executed by clicking on a diagram element of via menu contributions), see related hook in {{code language="none"}}AbstractDiagramSynthesis{{/code}}
51 51  ** Added {{code language="none"}}editable{{/code}} flag to {{code language="none"}}KText{{/code}} in order to distinguish //cursor selectability// and //editability//
... ... @@ -57,7 +57,7 @@
57 57  ** Contributed generic {{code language="none"}}PortRotationModifier{{/code}} (style modifier) that realizes the rotation of port figures in case ports are moved to a different side by the automatic layout computation
58 58  ** Added zoom style {{code language="none"}}ZOOM_TO_ACTUAL_SIZE{{/code}}, added corresponding configuration methods in {{code language="none"}}IAction.ActionResult{{/code}}
59 59  ** Added switch in {{code language="none"}}KlighdSynthesisProperties{{/code}} to deactivate minimal diagram figure size estimation in case size data are already available
60 -* [[KGraph Text>>doc:KGraph Text (KGT)]]
60 +* [[KGraph Text>>doc:KIELER.Home.KIELER Pragmatics.KGraph Text (KGT).WebHome]]
61 61  ** A new option {{code language="none"}}de.cau.cs.kieler.kgraphsynthesis.defaults{{/code}} can enable default values for element sizes and labels to make KGT files more compact.
62 62  
63 63  === Important Bugs Fixed in 2014/10 ===
... ... @@ -64,7 +64,7 @@
64 64  
65 65  Among others, the following bugs were fixed in version 2014/10:
66 66  
67 -* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
67 +* [[KIELER Layout Algorithms>>doc:KIELER.Home.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
68 68  ** In KLay Layered, the polyline edge router could produce results where edges overlapped nodes.
69 69  ** In KLay Layered, the polyline edge router could produce weird results when more than one edge leaves a given port.
70 70  
... ... @@ -86,22 +86,6 @@
86 86  * Save a Ptolemy model as a {{code language="none"}}.moml{{/code}} file somewhere.
87 87  * (((
88 88  Download and start our //[[Ptolemy Model Browser>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/downloads/tools-and-libraries/||shape="rect"]]//.
89 -
90 -{{tip title="Note for Mac OS Users"}}
91 -Starting with Mac OS X Mountain Lion, trying to start the Ptolemy Model Browser may give you the following error message:
92 -
93 -[[image:attach:damaged_error.png]]
94 -
95 -The problem is not that our application file is damaged in any way. Much rather, we have not invested the money to obtain a proper developer certificate with which this error would not be generated. The solution is to open your system preferences and navigate to the //Security & Privacy// settings. Therein, make sure to set //Allow apps downloaded from// to //Anywhere//:
96 -
97 -[[image:attach:security_preferences.png]]
98 -
99 -Start the Ptolemy Browser again. This will result in the following warning:
100 -
101 -[[image:attach:untrusted_error.png]]
102 -
103 -Simple click "Open" and you're good to go at last.
104 -{{/tip}}
105 105  )))
106 106  * Open your moml file.
107 107  * Double-click actors that have further models inside them. Also double-click modal model states that have refinements. Use the sidebar on the right to influence how your model is displayed.
... ... @@ -108,7 +108,17 @@
108 108  
109 109  == Known Problems and Limitations ==
110 110  
111 -* The Ptolemy Model Viewer can properly display only a limited set of actors. Other actors may look a lot different than they do in Ptolemy.
95 +* Starting with Mac OS X Mountain Lion, trying to start our software may give you an error message similar to this:
96 +[[image:attach:security1.png]]
97 +The solution is to open your system preferences and navigate to the //Security & Privacy// settings. Therein, either click on //Open Anyway// if available or change //Allow apps downloaded from// to //Anywhere//.
98 +[[image:attach:security2.png]]
99 +Starting our software will now result in the following message:
100 +[[image:attach:security3.png]]
101 +Simply click //Open// and you're good to go.
102 +* Upon starting the Ptolemy Model Browser, you may get something like this:
103 +[[image:attach:ptBrowserProblem.png]]
104 +The solution is to exit the application, remove your existing workspace, and restart the Ptolemy Model Browser. Your workspace can be found in your home folder and is called {{code language="none"}}kielerPtolemyWs{{/code}}.
105 +* The Ptolemy Model Browser can properly display only a limited set of actors. Other actors may look a lot different than they do in Ptolemy.
112 112  * Currently there is no full-blown user documentation integrated. See our [[doc:KIELER.WebHome]] for more information.
113 113  
114 114  == Bug Reports, Comments ==
ptBrowserProblem.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +577.6 KB
Content
security1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +52.0 KB
Content
security2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +115.5 KB
Content
security3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +46.2 KB
Content
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -10158155
1 +9471859
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/10158155/KIELER Pragmatics Release 2014/10
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9471859/KIELER Pragmatics Release 2014/10