| ... |
... |
@@ -1,3 +1,9 @@ |
|
1 |
+{{warning title="Warning"}} |
|
2 |
+Pragmatics 2014-10 hasn't been released yet. These release notes are preliminary! |
|
3 |
+{{/warning}} |
|
4 |
+ |
|
5 |
+ |
|
6 |
+ |
| 1 |
1 |
= KIELER Pragmatics 2014/10 = |
| 2 |
2 |
|
| 3 |
3 |
* [[Official Project Website>>url:http://www.informatik.uni-kiel.de/rtsys/kieler||shape="rect"]] |
| ... |
... |
@@ -40,9 +40,8 @@ |
| 40 |
40 |
* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]] |
| 41 |
41 |
** 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) |
| 42 |
42 |
** {{code language="none"}}IViewer{{/code}} provides {{code language="none"}}getZoomLevel(){{/code}} |
| 43 |
|
-** {{code language="none"}}IViewer{{/code}} provides methods for registering {{code language="none"}}IViewChangeListener{{/code}}s |
| 44 |
44 |
** {{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 |
| 45 |
|
-** Introduced {{code language="none"}}IKlighdSelection{{/code}} interface abstracting {{code language="none"}}KlighdTreeSelection{{/code}} and {{code language="none"}}KlighdTextSelection{{/code}} |
|
50 |
+** Introduced {{code language="none"}}IKlighdSelection{{/code}} interface |
| 46 |
46 |
** Updated {{code language="none"}}layoutDiagram(...){{/code}} methods in {{code language="none"}}LightDiagramServices{{/code}} |
| 47 |
47 |
|
| 48 |
48 |
=== New Features Included in 2014/10 === |
| ... |
... |
@@ -62,7 +62,6 @@ |
| 62 |
62 |
** Added zoom style {{code language="none"}}ZOOM_TO_ACTUAL_SIZE{{/code}}, added corresponding configuration methods in {{code language="none"}}IAction.ActionResult{{/code}} |
| 63 |
63 |
** Added switch in {{code language="none"}}KlighdSynthesisProperties{{/code}} to deactivate minimal diagram figure size estimation in case size data are already available |
| 64 |
64 |
* [[KGraph Text>>doc:KGraph Text (KGT)]] |
| 65 |
|
-** 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. |
| 66 |
66 |
|
| 67 |
67 |
=== Important Bugs Fixed in 2014/10 === |
| 68 |
68 |
|