| ... |
... |
@@ -41,14 +41,14 @@ |
| 41 |
41 |
|
| 42 |
42 |
This is a summary of the API changes introduced with version 2014/10: |
| 43 |
43 |
|
| 44 |
|
-* Core Changes |
| 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 |
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}} |
|
47 |
+** {{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 |
| 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 |
50 |
** Introduced {{code language="none"}}IKlighdSelection{{/code}} interface |
| 51 |
51 |
** Updated {{code language="none"}}layoutDiagram(...){{/code}} methods in {{code language="none"}}LightDiagramServices{{/code}} |
|
51 |
+* [[KIELER Infrastructure for Meta-Layout>>doc:Infrastructure for Meta Layout (KIML)]] |
| 52 |
52 |
|
| 53 |
53 |
=== New Features Included in 2014/10 === |
| 54 |
54 |
|
| ... |
... |
@@ -66,6 +66,8 @@ |
| 66 |
66 |
** 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 |
| 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 |
+* [[KIELER Infrastructure for Meta-Layout>>doc:Infrastructure for Meta Layout (KIML)]] |
|
70 |
+* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]] |
| 69 |
69 |
* [[KGraph Text>>doc:KGraph Text (KGT)]] |
| 70 |
70 |
|
| 71 |
71 |
=== Important Bugs Fixed in 2014/10 === |