<
From version < 5.1 >
edited by uru
on 2014/12/22 10:39
To version < 13.1 >
edited by uru
on 2023/07/06 14:36
>
Change comment: Renamed back-links.

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +Release Notes
Content
... ... @@ -1,9 +7,3 @@
1 -{{note title="Work in Progress"}}
2 -We are currently working on this release. These release notes are work-in-progress.
3 -{{/note}}
4 -
5 -
6 -
7 7  = KIELER Pragmatics 2014/12 =
8 8  
9 9  * [[Official Project Website>>url:http://www.informatik.uni-kiel.de/rtsys/kieler||shape="rect"]]
... ... @@ -37,7 +37,7 @@
37 37  
38 38  This is a summary of the API changes introduced with version 2014/12:
39 39  
40 -* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
34 +* [[KIELER Layout Algorithms>>doc:KIELER.Home.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
41 41  ** 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}}.
42 42  ** 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}}.
43 43  ** (((
... ... @@ -51,15 +51,28 @@
51 51  
52 52  {{code language="none"}}AGGRESSIVE{{/code}} often more compact but does not guarantee to avoid node/edge overlaps
53 53  )))
48 +* [[KIELER Lightweight Diagrams>>doc:KIELER.Home.Lightweight Diagrams (KLighD).WebHome]]
49 +** Feature composition changed s.t. {{code language="none"}}de.cau.cs.kieler.klighd.feature{{/code}} only contains essential runtime plugins
50 +*** does not require Xtext & KIELER KIVi anymore
51 +*** those components are still part of our SDK feature {{code language="none"}}de.cau.cs.kieler.klighd.sdk.feature{{/code}}
52 +** Plugin {{code language="none"}}de.cau.cs.kieler.klighd.ui{{/code}} does not register the generic {{code language="none"}}DiagramEditorPart{{/code}} and menu contributions like '{{code language="none"}}Save As Image...{{/code}}' anymore
53 +*** registrations have been moved to plugin {{code language="none"}}de.cau.cs.kieler.klighd.ui.contrib3x{{/code}} that is part of our SDK feature {{code language="none"}}de.cau.cs.kieler.klighd.sdk.feature{{/code}}
54 +*** nonetheless implementations remain at their previous place and can be specialized (subclassed)
55 +** Consolidation of the printing facilities
56 +*** consolidation of the export branding infrastructure (see {{code language="none"}}IExportBranding{{/code}} for details on that feature)
54 54  
55 55  === New Features Included in 2014/12 ===
56 56  
57 57  Here's a few highlights of what's new in version 2014/12:
58 58  
59 -* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
62 +* [[KIELER Layout Algorithms>>doc:KIELER.Home.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
60 60  ** 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.
61 61  * (((
62 -[[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]* (((
65 +[[KIELER Lightweight Diagrams>>doc:KIELER.Home.Lightweight Diagrams (KLighD).WebHome]]* 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 +
67 +* introduced dedicated zoom style {{code language="none"}}ZOOM_TO_FOCUS_AND_INCREASE_TO_FIT{{/code}}
68 +** 'increase to fit' behavior is now skipped while by applying the existing zoom style {{code language="none"}}ZOOM_TO_FOCUS{{/code}}
69 +* (((
63 63  KLighD now ships a generic graph visualization that allows to inspect the structure of graphs specified in any format that is supported by KIML.
64 64  )))
65 65  * The wizard for new KLighD projects received some love. We polished it's UI and generated code and added some tooltips.
... ... @@ -76,11 +76,13 @@
76 76  )))
77 77  )))
78 78  * (((
79 -[[KGraph Editor Product>>doc:Standalone KGraph Editor]] contains two new features.* (((
86 +[[KGraph Editor Product>>doc:Standalone KGraph Editor]]
87 +
88 +* (((
80 80  Layout options can now be configured using a textual DSL.
81 81  )))
82 82  * (((
83 -GrAna analyses can be specified using a textual DSL and executed either via the UI or headless.
92 +GrAna analyses can be specified using a textual DSL and executed either via the UI or headlessly.
84 84  )))
85 85  )))
86 86  
... ... @@ -88,12 +88,12 @@
88 88  
89 89  Among others, the following bugs were fixed in version 2014/12:
90 90  
91 -* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
100 +* [[KIELER Layout Algorithms>>doc:KIELER.Home.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
92 92  ** Computing layouts with the layout direction set to {{code language="none"}}UP{{/code}} failed for compound nodes in KLay Layered.
93 93  ** KLay Force allowed the object spacing to be zero, which does not make sense and, more importantly, crashed the algorithm.
94 -* [[KGraph Text>>doc:KGraph Text (KGT)]]
103 +* [[KGraph Text>>doc:KIELER.Home.KIELER Pragmatics.KGraph Text (KGT).WebHome]]
95 95  ** Converting KGX files into the KGT format failed when certain properties were set.
96 -* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
105 +* [[KIELER Lightweight Diagrams>>doc:KIELER.Home.Lightweight Diagrams (KLighD).WebHome]]
97 97  ** We fixed an issue where the allocated memory of views was not released properly.
98 98  
99 99  == Quickstart ==
ptBrowserProblem.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +577.6 KB
Content
security1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +52.0 KB
Content
security2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +115.5 KB
Content
security3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +46.2 KB
Content
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -10748062
1 +10748038
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/10748062/KIELER Pragmatics Release 2014/12
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/10748038/KIELER Pragmatics Release 2014/12