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

From version 25.2
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:25
Change comment: Update document after refactoring.
To version 30.1
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:33
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -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:KIELER.Home.Overview.Release Notes.WebHome]] page.
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:Kieler.Overview.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  
... ... @@ -39,7 +39,7 @@
39 39  
40 40  * [[KIELER Lightweight Diagrams>>doc:Kieler.Lightweight Diagrams (KLighD).WebHome]]
41 41  * (((
42 -[[KIELER Infrastructure for Meta-Layout>>doc:Kieler.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
42 +[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
43 43  
44 44  (((
45 45  Renamed LayoutDataService to LayoutMetaDataService and renamed ILayoutData to ILayoutMetaData in order to avoid confusion with the KLayoutData meta model and the respective interface.
... ... @@ -47,7 +47,7 @@
47 47  
48 48  * Removed generic type argument from LayoutOptionData.
49 49  * (((
50 -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.
50 +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.
51 51  )))
52 52  * (((
53 53  IDiagramLayoutManager does not inherit from IAdapterFactory anymore; adapter values are now accessed with layoutManager.getDiagramConfig().getContextValue(..)
... ... @@ -64,7 +64,7 @@
64 64  
65 65  * [[KIELER Lightweight Diagrams>>doc:Kieler.Lightweight Diagrams (KLighD).WebHome]]
66 66  * (((
67 -[[KIELER Infrastructure for Meta-Layout>>doc:Kieler.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
67 +[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
68 68  
69 69  (((
70 70  Made categorization of the Layout View more understandable.
... ... @@ -74,7 +74,7 @@
74 74  Added a creation method for VolatileLayoutConfig that makes the far too complicated STATIC_CONFIG of layout managers unnecessary.
75 75  )))
76 76  )))
77 -* [[KIELER Layout Algorithms>>doc:Kieler.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
77 +* [[KIELER Layout Algorithms>>doc:KIELER.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
78 78  ** 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.
79 79  ** 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}}.
80 80  ** KLay Layered now understands LayoutOptions.NO_LAYOUT, which can be set to exclude particular graph elements from automatic layout.
... ... @@ -126,7 +126,7 @@
126 126  == Known Problems and Limitations ==
127 127  
128 128  * 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.
129 -* Currently there is no full-blown user documentation integrated. See our [[doc:KIELER.WebHome]] for more information.
129 +* Currently there is no full-blown user documentation integrated. See our [[doc:KIELER.Kieler]] for more information.
130 130  
131 131  == Bug Reports, Comments ==
132 132