Last modified by Alexander Schulz-Rosengarten on 2023/09/13 12:18

From version 12.1
edited by cds
on 2014/10/02 14:55
Change comment: There is no comment for this version
To version 15.1
edited by cds
on 2014/10/02 15:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -46,8 +46,9 @@
46 46  * [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
47 47  ** Added {{code language="none"}}DiagramSyntheses{{/code}} class providing lots of convenience methods for configuring the view model in diagram synthesis implementations (preliminary version introduced with last previous release)
48 48  ** {{code language="none"}}IViewer{{/code}} provides {{code language="none"}}getZoomLevel(){{/code}}
49 +** {{code language="none"}}IViewer{{/code}} provides methods for registering {{code language="none"}}IViewChangeListener{{/code}}s
49 49  ** {{code language="none"}}IUpdateStrategy{{/code}} now requires the method {{code language="none"}}requiresDiagramSynthesisReRun(...){{/code}} that allows to tell KLighD's runtime whether a new synthesis run is required for performing a (certain) diagram update
50 -** Introduced {{code language="none"}}IKlighdSelection{{/code}} interface
51 +** Introduced {{code language="none"}}IKlighdSelection{{/code}} interface abstracting {{code language="none"}}KlighdTreeSelection{{/code}} and {{code language="none"}}KlighdTextSelection{{/code}}
51 51  ** Updated {{code language="none"}}layoutDiagram(...){{/code}} methods in {{code language="none"}}LightDiagramServices{{/code}}
52 52  
53 53  === New Features Included in 2014/10 ===
... ... @@ -67,6 +67,7 @@
67 67  ** Added zoom style {{code language="none"}}ZOOM_TO_ACTUAL_SIZE{{/code}}, added corresponding configuration methods in {{code language="none"}}IAction.ActionResult{{/code}}
68 68  ** Added switch in {{code language="none"}}KlighdSynthesisProperties{{/code}} to deactivate minimal diagram figure size estimation in case size data are already available
69 69  * [[KGraph Text>>doc:KGraph Text (KGT)]]
71 +** A new option {{code language="none"}}de.cau.cs.kieler.kgraphsynthesis.defaults{{/code}} can enable default values for element sizes and labels to make KGT files more compact.
70 70  
71 71  === Important Bugs Fixed in 2014/10 ===
72 72  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9471882
1 +9471900
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9471882/KIELER Pragmatics Release 2014/10
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9471900/KIELER Pragmatics Release 2014/10