Last modified by Richard Kreissig on 2023/09/14 10:39

From version 12.1
edited by msp
on 2014/05/26 14:52
Change comment: There is no comment for this version
To version 39.1
edited by Richard Kreissig
on 2023/09/14 10:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Release Notes
1 +KIELER.Old Release Notes.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.msp
1 +XWiki.stu230980
Content
... ... @@ -11,7 +11,6 @@
11 11  Instead of naming this release //KIELER Pragmatics 0.12.0//, we decided to name it //KIELER Pragmatics 2014/05//. This way, people immediately see when this version was released. Also, since the plug-ins and features carry a timestamp, people can immediately see which release a particular plug-in or feature belongs to. All hail to clarity!
12 12  {{/info}}
13 13  
14 -
15 15  
16 16  
17 17  
... ... @@ -29,7 +29,7 @@
29 29  
30 30  == Release Notes ==
31 31  
32 -The 2014/05 release of KIELER Pragmatics continues our efforts to redesign our core APIs, KIML and KLighD. **It includes a number of API-breaking changes, so beware of upgrading to this release if you currently do not have time to adapt your code accordingly.** 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=10700||shape="rect"]]. Release notes of older releases can be found at our [[doc:Release Notes]] page.
31 +The 2014/05 release of KIELER Pragmatics continues our efforts to redesign our core APIs, KIML and KLighD. **It includes a number of API-breaking changes, so beware of upgrading to this release if you currently do not have time to adapt your code accordingly.** 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=10700||shape="rect"]]. Release notes of older releases can be found at our [[doc:KIELER.Old Release Notes.WebHome]] page.
33 33  
34 34  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.
35 35  
... ... @@ -37,14 +37,17 @@
37 37  
38 38  This is a summary of the API changes introduced with version 2014/05:
39 39  
40 -* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
39 +* [[KIELER Lightweight Diagrams>>doc:KIELER.Lightweight Diagrams (KLighD).WebHome]]
41 41  * (((
42 -[[KIELER Infrastructure for Meta-Layout>>doc:Infrastructure for Meta Layout (KIML)]]* (((
41 +[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
42 +
43 +(((
43 43  Renamed LayoutDataService to LayoutMetaDataService and renamed ILayoutData to ILayoutMetaData in order to avoid confusion with the KLayoutData meta model and the respective interface.
44 44  )))
46 +
45 45  * Removed generic type argument from LayoutOptionData.
46 46  * (((
47 -ILayoutConfig: renamed API method enrich() to getContextValue(..), renamed getValue(..) to getOptionValue(..), renamed setValue(..) to setOptionValue(..), renamed clearValues() to clearOptionValues(..) – see [[doc:Configuring Automatic Layout]] for more details.
49 +ILayoutConfig: renamed API method enrich() to getContextValue(..), renamed getValue(..) to getOptionValue(..), renamed setValue(..) to setOptionValue(..), renamed clearValues() to clearOptionValues(..) – see [[doc:KIELER.Discontinued Projects.Infrastructure for Meta Layout (KIML).Configuring Automatic Layout.WebHome]] for more details.
48 48  )))
49 49  * (((
50 50  IDiagramLayoutManager does not inherit from IAdapterFactory anymore; adapter values are now accessed with layoutManager.getDiagramConfig().getContextValue(..)
... ... @@ -59,16 +59,19 @@
59 59  
60 60  Here's a few highlights of what's new in version 2014/05:
61 61  
62 -* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
64 +* [[KIELER Lightweight Diagrams>>doc:KIELER.Lightweight Diagrams (KLighD).WebHome]]
63 63  * (((
64 -[[KIELER Infrastructure for Meta-Layout>>doc:Infrastructure for Meta Layout (KIML)]]* (((
66 +[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
67 +
68 +(((
65 65  Made categorization of the Layout View more understandable.
66 66  )))
71 +
67 67  * (((
68 68  Added a creation method for VolatileLayoutConfig that makes the far too complicated STATIC_CONFIG of layout managers unnecessary.
69 69  )))
70 70  )))
71 -* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
76 +* [[KIELER Layout Algorithms>>doc:KIELER.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
72 72  ** KLay Layered now makes sure that labels of compound node ports placed on the inside of the compound node are not overlapped by nodes inside the compound node.
73 73  ** KLay Layered now supports controlling the spacing between and around ports through the new layout options {{code language="none"}}LayoutOptions.PORT_SPACING{{/code}} and {{code language="none"}}LayoutOptions.ADDITIONAL_PORT_SPACING{{/code}}.
74 74  ** KLay Layered now understands LayoutOptions.NO_LAYOUT, which can be set to exclude particular graph elements from automatic layout.
... ... @@ -76,7 +76,7 @@
76 76  ** When in hierarchical layout mode, KLay Layered now properly places edge labels of cross-hierarchy edges.
77 77  ** When in hierarchical layout mode, KLay Layered can now compact cross-hierarchy edges as it can compact regular edges ({{code language="none"}}Properties.MERGE_HIERARCHICAL_PORTS{{/code}}):
78 78  [[image:attach:merge_hierarchy.png]]
79 -* [[KGraph Text>>doc:KGraph Text (KGT)]]
84 +* [[KGraph Text>>doc:KIELER.KIELER Pragmatics.KGraph Text (KGT).WebHome]]
80 80  ** The textual language for defining KGraphs now has a lot more defaults. Node and port labels are automatically extracted from the node's and port's ID. Nodes and ports also have a default size. This makes for shorter diagram descriptions.
81 81  
82 82  == Quickstart ==
... ... @@ -98,7 +98,7 @@
98 98  * (((
99 99  Download and start our //[[Ptolemy Model Browser>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/downloads/tools-and-libraries/||shape="rect"]]//.
100 100  
101 -{{tip title="Note for Mac OS Users"}}
106 +{{info title="Note for Mac OS Users"}}
102 102  Starting with Mac OS X Mountain Lion, trying to start the Ptolemy Model Browser may give you the following error message:
103 103  
104 104  [[image:attach:damaged_error.png]]
... ... @@ -112,7 +112,7 @@
112 112  [[image:attach:untrusted_error.png]]
113 113  
114 114  Simple click "Open" and you're good to go at last.
115 -{{/tip}}
120 +{{/info}}
116 116  )))
117 117  * Open your moml file.
118 118  * 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.
... ... @@ -120,7 +120,7 @@
120 120  == Known Problems and Limitations ==
121 121  
122 122  * 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.
123 -* Currently there is no full-blown user documentation integrated. See our [[doc:KIELER.WebHome]] for more information.
128 +* Currently there is no full-blown user documentation integrated. See our [[doc:KIELER.Kieler]] for more information.
124 124  
125 125  == Bug Reports, Comments ==
126 126