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

From version 12.1
edited by cds
on 2014/10/02 14:55
Change comment: There is no comment for this version
To version 20.1
edited by cds
on 2014/11/24 13:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +Release Notes
Content
... ... @@ -1,9 +7,3 @@
1 -{{warning title="Warning"}}
2 -Pragmatics 2014-10 hasn't been released yet. These release notes are preliminary!
3 -{{/warning}}
4 -
5 -
6 -
7 7  = KIELER Pragmatics 2014/10 =
8 8  
9 9  * [[Official Project Website>>url:http://www.informatik.uni-kiel.de/rtsys/kieler||shape="rect"]]
... ... @@ -29,12 +29,8 @@
29 29  
30 30  == Release Notes ==
31 31  
32 -{{warning}}
33 -Write a summary of the release notes
34 -{{/warning}}
26 +You can find a list of solved tickets for this release at [[our issue tracking system>>url:http://rtsys.informatik.uni-kiel.de/jira/secure/ReleaseNote.jspa?projectId=10400&version=10701||shape="rect"]]. Release notes of older releases can be found at our [[doc:Release Notes]] page.
35 35  
36 -
37 -
38 38  If you're wondering where components have gone that were traditionally a part of KIELER, you might not know yet that the KIELER was split into two separate projects, KIELER Pragmatics and KIELER Semantics, which release pretty much independently.
39 39  
40 40  === API Changes in 2014/10 ===
... ... @@ -46,8 +46,9 @@
46 46  * [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
47 47  ** 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)
48 48  ** {{code language="none"}}IViewer{{/code}} provides {{code language="none"}}getZoomLevel(){{/code}}
39 +** {{code language="none"}}IViewer{{/code}} provides methods for registering {{code language="none"}}IViewChangeListener{{/code}}s
49 49  ** {{code language="none"}}IUpdateStrategy{{/code}} now requires the method {{code language="none"}}requiresDiagramSynthesisReRun(...){{/code}} that allows to tell KLighD's runtime whether a new synthesis run is required for performing a (certain) diagram update
50 -** Introduced {{code language="none"}}IKlighdSelection{{/code}} interface
41 +** Introduced {{code language="none"}}IKlighdSelection{{/code}} interface abstracting {{code language="none"}}KlighdTreeSelection{{/code}} and {{code language="none"}}KlighdTextSelection{{/code}}
51 51  ** Updated {{code language="none"}}layoutDiagram(...){{/code}} methods in {{code language="none"}}LightDiagramServices{{/code}}
52 52  
53 53  === New Features Included in 2014/10 ===
... ... @@ -67,6 +67,7 @@
67 67  ** Added zoom style {{code language="none"}}ZOOM_TO_ACTUAL_SIZE{{/code}}, added corresponding configuration methods in {{code language="none"}}IAction.ActionResult{{/code}}
68 68  ** Added switch in {{code language="none"}}KlighdSynthesisProperties{{/code}} to deactivate minimal diagram figure size estimation in case size data are already available
69 69  * [[KGraph Text>>doc:KGraph Text (KGT)]]
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.
70 70  
71 71  === Important Bugs Fixed in 2014/10 ===
72 72  
... ... @@ -94,22 +94,6 @@
94 94  * Save a Ptolemy model as a {{code language="none"}}.moml{{/code}} file somewhere.
95 95  * (((
96 96  Download and start our //[[Ptolemy Model Browser>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/downloads/tools-and-libraries/||shape="rect"]]//.
97 -
98 -{{tip title="Note for Mac OS Users"}}
99 -Starting with Mac OS X Mountain Lion, trying to start the Ptolemy Model Browser may give you the following error message:
100 -
101 -[[image:attach:damaged_error.png]]
102 -
103 -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//:
104 -
105 -[[image:attach:security_preferences.png]]
106 -
107 -Start the Ptolemy Browser again. This will result in the following warning:
108 -
109 -[[image:attach:untrusted_error.png]]
110 -
111 -Simple click "Open" and you're good to go at last.
112 -{{/tip}}
113 113  )))
114 114  * Open your moml file.
115 115  * 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.
... ... @@ -116,7 +116,17 @@
116 116  
117 117  == Known Problems and Limitations ==
118 118  
119 -* 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.
120 120  * Currently there is no full-blown user documentation integrated. See our [[doc:KIELER.WebHome]] for more information.
121 121  
122 122  == 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 -9471882
1 +9471859
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9471882/KIELER Pragmatics Release 2014/10
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9471859/KIELER Pragmatics Release 2014/10