| ... |
... |
@@ -37,8 +37,8 @@ |
| 37 |
37 |
|
| 38 |
38 |
This is a summary of the API changes introduced with version 2014/05: |
| 39 |
39 |
|
| 40 |
|
-* KIELER Lightweight Diagrams |
| 41 |
|
-* KIELER Infrastructure for Meta-Layout |
|
40 |
+* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]] |
|
41 |
+* [[KIELER Infrastructure for Meta-Layout>>doc:SS13LayPract.KIML]] |
| 42 |
42 |
|
| 43 |
43 |
=== New Features Included in 2014/05 === |
| 44 |
44 |
|
| ... |
... |
@@ -45,7 +45,14 @@ |
| 45 |
45 |
Here's a few highlights of what's new in version 2014/05: |
| 46 |
46 |
|
| 47 |
47 |
* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]] |
| 48 |
|
-* [[KIELER Layout Web Services (KWebS)>>doc:Web Services (KWebS)]] |
|
48 |
+* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]] |
|
49 |
+** 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. |
|
50 |
+** 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}}. |
|
51 |
+** When in hierarchical layout mode, KLay Layered now properly places edge labels of cross-hierarchy edges. |
|
52 |
+** 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}}): |
|
53 |
+[[image:attach:merge_hierarchy.png]] |
|
54 |
+* [[KGraph Text>>doc:KGraph Text (KGT)]] |
|
55 |
+** 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. |
| 49 |
49 |
|
| 50 |
50 |
== Quickstart == |
| 51 |
51 |
|
| ... |
... |
@@ -87,7 +87,6 @@ |
| 87 |
87 |
|
| 88 |
88 |
== Known Problems and Limitations == |
| 89 |
89 |
|
| 90 |
|
-* 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. |
| 91 |
91 |
* 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. |
| 92 |
92 |
* Currently there is no full-blown user documentation integrated. See our [[doc:KIELER.WebHome]] for more information. |
| 93 |
93 |
|