| ... |
... |
@@ -42,6 +42,10 @@ |
| 42 |
42 |
This is a summary of the API changes introduced with version 2014/10: |
| 43 |
43 |
|
| 44 |
44 |
* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]] |
|
45 |
+** {{code language="none"}}IPropertyHolder{{/code}}'s {{code language="none"}}setProperty(...) {{/code}}and {{code language="none"}}copyProperties(...){{/code}} now return {{code language="none"}}IPropertyHolder{{/code}} instead of {{code language="none"}}void{{/code}}, implementations are supposed to return {{code language="none"}}this{{/code}} for convenience |
|
46 |
+** {{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 |
|
47 |
+** Introduced {{code language="none"}}IKlighdSelection{{/code}} interface |
|
48 |
+** Updated {{code language="none"}}layoutDiagram(...){{/code}} methods in {{code language="none"}}LightDiagramServices{{/code}} |
| 45 |
45 |
* [[KIELER Infrastructure for Meta-Layout>>doc:Infrastructure for Meta Layout (KIML)]] |
| 46 |
46 |
|
| 47 |
47 |
=== New Features Included in 2014/10 === |
| ... |
... |
@@ -49,10 +49,23 @@ |
| 49 |
49 |
Here's a few highlights of what's new in version 2014/10: |
| 50 |
50 |
|
| 51 |
51 |
* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]] |
|
56 |
+** Enabled the zoom level-based visibility of diagram elements (nodes, ports, edges, labels) and figure elements (fine grained figure details, texts, ...), see 'setUpperVisibilityScaleBound' & 'setLowerVisibilityScaleBound' methods in DiagramSyntheses |
|
57 |
+** Enabled output-dependent visibility (main diagram, outline, printout, image export) of figure elements (highlightings, fine grained figure details, texts, ...), see corresponding methods in DiagramSyntheses |
|
58 |
+** Diagram image export now supports tiled exports enabling the export of huge diagrams, which may be prevented by memory limitations in the past |
|
59 |
+** Contributed appropriate print support and (customizable) print dialog with preview |
|
60 |
+** Contributed generic {{code language="none"}}PortRotationModifier{{/code}} (style modifier) that realizes the rotation of port figures in case ports are moved to a different side by the automatic layout computation |
| 52 |
52 |
* [[KIELER Infrastructure for Meta-Layout>>doc:Infrastructure for Meta Layout (KIML)]] |
| 53 |
53 |
* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]] |
| 54 |
54 |
* [[KGraph Text>>doc:KGraph Text (KGT)]] |
| 55 |
55 |
|
|
65 |
+=== Important Bugs Fixed in 2014/10 === |
|
66 |
+ |
|
67 |
+Among others, the following bugs were fixed in version 2014/10: |
|
68 |
+ |
|
69 |
+* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]] |
|
70 |
+** In KLay Layered, the polyline edge router could produce results where edges overlapped nodes. |
|
71 |
+** In KLay Layered, the polyline edge router could produce weird results when more than one edge leaves a given port. |
|
72 |
+ |
| 56 |
56 |
== Quickstart == |
| 57 |
57 |
|
| 58 |
58 |
=== Diagram Layout === |