<
From version < 10.1 >
edited by chsch
on 2014/12/22 14:54
To version < 11.1 >
edited by uru
on 2023/07/06 14:36
>
Change comment: Renamed back-links.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.chsch
1 +XWiki.uru
Content
... ... @@ -31,7 +31,7 @@
31 31  
32 32  This is a summary of the API changes introduced with version 2014/12:
33 33  
34 -* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
34 +* [[KIELER Layout Algorithms>>doc:KIELER.Home.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
35 35  ** KLay Layered's layout option {{code language="none"}}Properties.MERGE_PORTS{{/code}} was renamed to {{code language="none"}}Properties.MERGE_EDGES{{/code}}. Its ID was changed from {{code language="none"}}de.cau.cs.kieler.klay.layered.mergePorts{{/code}} to {{code language="none"}}de.cau.cs.kieler.klay.layered.mergeEdges{{/code}}.
36 36  ** Similarly, KLay Layered's layout option {{code language="none"}}Properties.MERGE_HIERARCHICAL_PORTS{{/code}} was renamed to {{code language="none"}}Properties.MERGE_HIERARCHICAL_EDGES{{/code}}. Its ID was changed from {{code language="none"}}de.cau.cs.kieler.klay.layered.mergeHierarchicalPorts{{/code}} to {{code language="none"}}de.cau.cs.kieler.klay.layered.mergeHierarchicalEdges{{/code}}.
37 37  ** (((
... ... @@ -59,10 +59,11 @@
59 59  
60 60  Here's a few highlights of what's new in version 2014/12:
61 61  
62 -* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
62 +* [[KIELER Layout Algorithms>>doc:KIELER.Home.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
63 63  ** A new interactive node placement algorithm in KLay Layered keeps the y coordinates of nodes intact if they don't overlap. This node placement algorithm is supposed to be used together with the interactive implementations of the other layout phases.
64 64  * (((
65 65  [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]* upcoming{{code language="none"}} ViewChange{{/code}} notifications received by {{code language="none"}}IViewChangeListeners{{/code}} can now be suppressed, see {{code language="none"}}ViewChange.suppressSubsequent...Notifications(...){{/code}}
66 +
66 66  * introduced dedicated zoom style {{code language="none"}}ZOOM_TO_FOCUS_AND_INCREASE_TO_FIT{{/code}}
67 67  ** 'increase to fit' behavior is now skipped while by applying the existing zoom style {{code language="none"}}ZOOM_TO_FOCUS{{/code}}
68 68  * (((
... ... @@ -83,6 +83,7 @@
83 83  )))
84 84  * (((
85 85  [[KGraph Editor Product>>doc:Standalone KGraph Editor]]
87 +
86 86  * (((
87 87  Layout options can now be configured using a textual DSL.
88 88  )))
... ... @@ -95,7 +95,7 @@
95 95  
96 96  Among others, the following bugs were fixed in version 2014/12:
97 97  
98 -* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
100 +* [[KIELER Layout Algorithms>>doc:KIELER.Home.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
99 99  ** Computing layouts with the layout direction set to {{code language="none"}}UP{{/code}} failed for compound nodes in KLay Layered.
100 100  ** KLay Force allowed the object spacing to be zero, which does not make sense and, more importantly, crashed the algorithm.
101 101  * [[KGraph Text>>doc:KGraph Text (KGT)]]