<
From version < 9.1 >
edited by chsch
on 2014/12/22 14:39
To version < 34.1
edited by Alexander Schulz-Rosengarten
on 2023/09/13 12:18
Change comment: Renamed back-links.

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +KIELER.Old Release Notes.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.chsch
1 +XWiki.als
Content
... ... @@ -15,15 +15,15 @@
15 15  
16 16  KIELER Pragmatics 2014/12 is provided as a set of features, available to be added to your Eclipse installation via an update site. KIELER Pragmatics 2014/12 was tested on [[Eclipse 4.4 "Luna">>url:http://www.eclipse.org/downloads/||shape="rect"]], but may also be compatible with other versions of Eclipse.
17 17  
18 -* See the [[KIELER Downloads>>doc:Downloads]] site for download details.
18 +* See the [[KIELER Downloads>>doc:KIELER.Overview.Downloads.WebHome]] site for download details.
19 19  * KIELER Pragmatics requires an installed Java Runtime Environment >= version 1.5.
20 20  * 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.
21 21  
22 -Also refer to the [[KIELER Downloads>>doc:Downloads]] page to download the KIELER Ptolemy Browser and the KIELER Web Service.
22 +Also refer to the [[KIELER Downloads>>doc:KIELER.Overview.Downloads.WebHome]] page to download the KIELER Ptolemy Browser and the KIELER Web Service.
23 23  
24 24  == Release Notes ==
25 25  
26 -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=10800||shape="rect"]]. Release notes of older releases can be found at our [[doc:Release Notes]] page.
26 +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=10800||shape="rect"]]. Release notes of older releases can be found at our [[doc:KIELER.Old Release Notes.WebHome]] page.
27 27  
28 28  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.
29 29  
... ... @@ -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.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  ** (((
... ... @@ -45,22 +45,27 @@
45 45  
46 46  {{code language="none"}}AGGRESSIVE{{/code}} often more compact but does not guarantee to avoid node/edge overlaps
47 47  )))
48 -* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
49 -** feature composition changed s.t. {{code language="none"}}de.cau.cs.kieler.klighd.feature{{/code}} only contains essential runtime plugins
48 +* [[KIELER Lightweight Diagrams>>doc:KIELER.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 50  *** does not require Xtext & KIELER KIVi anymore
51 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
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 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 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)
55 55  
56 56  === New Features Included in 2014/12 ===
57 57  
58 58  Here's a few highlights of what's new in version 2014/12:
59 59  
60 -* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
62 +* [[KIELER Layout Algorithms>>doc:KIELER.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
61 61  ** 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.
62 62  * (((
63 -[[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}}
65 +[[KIELER Lightweight Diagrams>>doc:KIELER.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}}
64 64  * (((
65 65  KLighD now ships a generic graph visualization that allows to inspect the structure of graphs specified in any format that is supported by KIML.
66 66  )))
... ... @@ -78,7 +78,8 @@
78 78  )))
79 79  )))
80 80  * (((
81 -[[KGraph Editor Product>>doc:Standalone KGraph Editor]]
86 +[[KGraph Editor Product>>doc:KIELER.Standalone KGraph Editor]]
87 +
82 82  * (((
83 83  Layout options can now be configured using a textual DSL.
84 84  )))
... ... @@ -91,12 +91,12 @@
91 91  
92 92  Among others, the following bugs were fixed in version 2014/12:
93 93  
94 -* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
100 +* [[KIELER Layout Algorithms>>doc:KIELER.Discontinued Projects.Layout Algorithms (KLay).WebHome]]
95 95  ** Computing layouts with the layout direction set to {{code language="none"}}UP{{/code}} failed for compound nodes in KLay Layered.
96 96  ** KLay Force allowed the object spacing to be zero, which does not make sense and, more importantly, crashed the algorithm.
97 -* [[KGraph Text>>doc:KGraph Text (KGT)]]
103 +* [[KGraph Text>>doc:KIELER.KIELER Pragmatics.KGraph Text (KGT).WebHome]]
98 98  ** Converting KGX files into the KGT format failed when certain properties were set.
99 -* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
105 +* [[KIELER Lightweight Diagrams>>doc:KIELER.Lightweight Diagrams (KLighD).WebHome]]
100 100  ** We fixed an issue where the allocated memory of views was not released properly.
101 101  
102 102  == Quickstart ==
... ... @@ -134,7 +134,7 @@
134 134  [[image:attach:ptBrowserProblem.png]]
135 135  The solution is to exit the application, remove your existing workspace, and restart the Ptolemy Model Browser. Your workspace can be found in your home folder and is called {{code language="none"}}kielerPtolemyWs{{/code}}.
136 136  * The Ptolemy Model Browser can properly display only a limited set of actors. Other actors may look a lot different than they do in Ptolemy.
137 -* Currently there is no full-blown user documentation integrated. See our [[doc:KIELER.WebHome]] for more information.
143 +* Currently there is no full-blown user documentation integrated. See our [[doc:KIELER.Kieler]] for more information.
138 138  
139 139  == Bug Reports, Comments ==
140 140  
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 -10748076
1 +10748038
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/10748076/KIELER Pragmatics Release 2014/12
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/10748038/KIELER Pragmatics Release 2014/12