| ... |
... |
@@ -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>>doc:Lightweight Diagrams (KLighD)]] |
| 41 |
|
-* [[KIELER Infrastructure for Meta-Layout>>doc:SS13LayPract.KIML]] |
|
40 |
+* KIELER Lightweight Diagrams |
|
41 |
+* KIELER Infrastructure for Meta-Layout |
| 42 |
42 |
|
| 43 |
43 |
=== New Features Included in 2014/05 === |
| 44 |
44 |
|
| ... |
... |
@@ -45,12 +45,7 @@ |
| 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 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]] |
|
48 |
+* [[KIELER Layout Web Services (KWebS)>>doc:Web Services (KWebS)]] |
| 54 |
54 |
|
| 55 |
55 |
== Quickstart == |
| 56 |
56 |
|
| ... |
... |
@@ -92,6 +92,7 @@ |
| 92 |
92 |
|
| 93 |
93 |
== Known Problems and Limitations == |
| 94 |
94 |
|
|
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. |
| 95 |
95 |
* 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. |
| 96 |
96 |
* Currently there is no full-blown user documentation integrated. See our [[doc:KIELER.WebHome]] for more information. |
| 97 |
97 |
|