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

From version 20.1
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:25
Change comment: Renamed back-links.
To version 7.1
edited by cds
on 2014/05/26 13:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,0 @@
1 -KIELER.Home.Overview.Release Notes.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.als
1 +XWiki.cds
Content
... ... @@ -23,13 +23,13 @@
23 23  
24 24  * See the [[KIELER Downloads>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/downloads/||shape="rect"]] site for download details.
25 25  * KIELER Pragmatics requires an installed Java Runtime Environment >= version 1.5.
26 -* The layout components of KIELER can make use of the layout algorithms provided by the [[Graphviz>>url:http://www.graphviz.org/||rel="nofollow" shape="rect" class="external-link"]] library. You may want to install that.
26 +* The layout components of KIELER can make use of the layout algorithms provided by the [[GraphViz>>url:http://www.graphviz.org/||rel="nofollow" shape="rect" class="external-link"]] library. You may want to install that.
27 27  
28 28  See the [[KIELER Tools and Libraries>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/downloads/tools-and-libraries/||shape="rect"]] page to download the KIELER Ptolemy Browser and the KIELER Web Service.
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:Release Notes]] 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,54 +37,15 @@
37 37  
38 38  This is a summary of the API changes introduced with version 2014/05:
39 39  
40 -* [[KIELER Lightweight Diagrams>>doc:KIELER.Home.Lightweight Diagrams (KLighD).WebHome]]
41 -* (((
42 -[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
40 +* KIELER Lightweight Diagrams
41 +* KIELER Infrastructure for Meta-Layout
43 43  
44 -(((
45 -Renamed LayoutDataService to LayoutMetaDataService and renamed ILayoutData to ILayoutMetaData in order to avoid confusion with the KLayoutData meta model and the respective interface.
46 -)))
47 -
48 -* Removed generic type argument from LayoutOptionData.
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.
51 -)))
52 -* (((
53 -IDiagramLayoutManager does not inherit from IAdapterFactory anymore; adapter values are now accessed with layoutManager.getDiagramConfig().getContextValue(..)
54 -)))
55 -* (((
56 -Graphiti bridge: moved some methods from KimlGraphitiUtil to GraphitiDiagramLayoutManager in order to allow easier adaptation in subclasses. Furthermore, we now differentiate margins (spacing to visible part of a node) and insets (spacing to nested subgraph).
57 -)))
58 -* Made a design review of the de.cau.cs.kieler.core plugin and improved the API of some core classes and interfaces.
59 -)))
60 -
61 61  === New Features Included in 2014/05 ===
62 62  
63 63  Here's a few highlights of what's new in version 2014/05:
64 64  
65 -* [[KIELER Lightweight Diagrams>>doc:KIELER.Home.Lightweight Diagrams (KLighD).WebHome]]
66 -* (((
67 -[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]*
47 +* KIELER Lightweight Diagrams
68 68  
69 -(((
70 -Made categorization of the Layout View more understandable.
71 -)))
72 -
73 -* (((
74 -Added a creation method for VolatileLayoutConfig that makes the far too complicated STATIC_CONFIG of layout managers unnecessary.
75 -)))
76 -)))
77 -* [[KIELER Layout Algorithms>>doc:KIELER.Home.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
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 -** 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 -** KLay Layered now understands LayoutOptions.NO_LAYOUT, which can be set to exclude particular graph elements from automatic layout.
81 -** KLay Layered now understands a new programmatic option for edge thickness.
82 -** When in hierarchical layout mode, KLay Layered now properly places edge labels of cross-hierarchy edges.
83 -** 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}}):
84 -[[image:attach:merge_hierarchy.png]]
85 -* [[KGraph Text>>doc:KIELER.Home.KIELER Pragmatics.KGraph Text (KGT).WebHome]]
86 -** 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.
87 -
88 88  == Quickstart ==
89 89  
90 90  === Diagram Layout ===
... ... @@ -125,6 +125,7 @@
125 125  
126 126  == Known Problems and Limitations ==
127 127  
89 +* The //Layout Hierarchy// option of KLay Layered does not work with center labels of edges that cross hierarchy boundaries. There may also be further problems.
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 129  * Currently there is no full-blown user documentation integrated. See our [[doc:KIELER.WebHome]] for more information.
130 130  
KLighD-MenuEntry.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -82.8 KB
Content
KLighD-Project2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -71.7 KB
Content
KlighD-Clip1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -122.6 KB
Content
KlighD-Clip2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -79.6 KB
Content
Screen Shot 2013-12-19 at 12.39.35.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -100.2 KB
Content
comment_attachment.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -14.7 KB
Content
damaged_error.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -46.5 KB
Content
flatten.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -62.0 KB
Content
junction_points.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -23.7 KB
Content
kieler-arrange.gif
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -1.0 KB
Content
layout_selection.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -40.7 KB
Content
merge_hierarchy.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -54.1 KB
Content
no_layout.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -9.9 KB
Content
port_labels.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -11.5 KB
Content
security_preferences.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -100.2 KB
Content
separators.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -26.4 KB
Content
untrusted_error.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -45.5 KB
Content
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470863
1 +9470872
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470863/KIELER Pragmatics Release 2014/05
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470872/KIELER Pragmatics Release 2014/05