| ... |
... |
@@ -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"]] |
| ... |
... |
@@ -23,8 +23,12 @@ |
| 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=10701||shape="rect"]]. Release notes of older releases can be found at our [[doc:Release Notes]] page. |
|
32 |
+{{warning}} |
|
33 |
+Write a summary of the release notes |
|
34 |
+{{/warning}} |
| 27 |
27 |
|
|
36 |
+ |
|
37 |
+ |
| 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 |
|
| 30 |
30 |
=== API Changes in 2014/10 === |
| ... |
... |
@@ -31,15 +31,14 @@ |
| 31 |
31 |
|
| 32 |
32 |
This is a summary of the API changes introduced with version 2014/10: |
| 33 |
33 |
|
| 34 |
|
-* Core Changes |
| 35 |
|
-** {{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 |
| 36 |
36 |
* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]] |
| 37 |
37 |
** 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) |
| 38 |
38 |
** {{code language="none"}}IViewer{{/code}} provides {{code language="none"}}getZoomLevel(){{/code}} |
| 39 |
|
-** {{code language="none"}}IViewer{{/code}} provides methods for registering {{code language="none"}}IViewChangeListener{{/code}}s |
|
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 |
| 40 |
40 |
** {{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 |
| 41 |
|
-** Introduced {{code language="none"}}IKlighdSelection{{/code}} interface abstracting {{code language="none"}}KlighdTreeSelection{{/code}} and {{code language="none"}}KlighdTextSelection{{/code}} |
|
49 |
+** Introduced {{code language="none"}}IKlighdSelection{{/code}} interface |
| 42 |
42 |
** 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)]] |
| 43 |
43 |
|
| 44 |
44 |
=== New Features Included in 2014/10 === |
| 45 |
45 |
|
| ... |
... |
@@ -47,8 +47,6 @@ |
| 47 |
47 |
|
| 48 |
48 |
* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]] |
| 49 |
49 |
** (% style="line-height: 1.4285715;" %)Improved integration of the //magnifying lens// (hit {{code language="none"}}alt + ctrl/cmd){{/code}} and //rubber band zoom //(press {{code language="none"}}ctrl/cmd{{/code}} and drag on canvas) |
| 50 |
|
-** (% style="line-height: 1.4285715;" %)Enabled the contribution of action invocation buttons (execution of {{code language="none"}}IActions{{/code}}) in the diagram side bar (so far actions could only be executed by clicking on a diagram element of via menu contributions), see related hook in {{code language="none"}}AbstractDiagramSynthesis{{/code}} |
| 51 |
|
-** Added {{code language="none"}}editable{{/code}} flag to {{code language="none"}}KText{{/code}} in order to distinguish //cursor selectability// and //editability// |
| 52 |
52 |
** Enabled the zoom level-based visibility of diagram elements (nodes, ports, edges, labels) and figure elements (fine grained figure details, texts, ...), see {{code language="none"}}setUpperVisibilityScaleBound{{/code}} & {{code language="none"}}setLowerVisibilityScaleBound {{/code}}methods in {{code language="none"}}DiagramSyntheses{{/code}} |
| 53 |
53 |
** Enabled output-dependent visibility (main diagram, outline, printout, image export) of figure elements (highlightings, fine grained figure details, texts, ...), see corresponding methods in {{code language="none"}}DiagramSyntheses{{/code}} |
| 54 |
54 |
** Diagram image export now supports tiled exports enabling the export of huge diagrams, which may be prevented by memory limitations in the past |
| ... |
... |
@@ -55,10 +55,11 @@ |
| 55 |
55 |
** Contributed appropriate print support and (customizable) print dialog with preview |
| 56 |
56 |
** Contributed a customized SVG image exporter based on FreeHEP ([[http:~~/~~/freehep.github.io/freehep-vectorgraphics/>>url:http://freehep.github.io/freehep-vectorgraphics/||shape="rect"]]) being able to attach semantic data to the image data |
| 57 |
57 |
** 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 |
| 58 |
|
-** Added zoom style {{code language="none"}}ZOOM_TO_ACTUAL_SIZE{{/code}}, added corresponding configuration methods in {{code language="none"}}IAction.ActionResult{{/code}} |
|
65 |
+** Added zoom style ZOOM_TO_ACTUAL_SIZE, added corresponding configuration methods in {{code language="none"}}IAction.ActionResult{{/code}} |
| 59 |
59 |
** Added switch in {{code language="none"}}KlighdSynthesisProperties{{/code}} to deactivate minimal diagram figure size estimation in case size data are already available |
|
67 |
+* [[KIELER Infrastructure for Meta-Layout>>doc:Infrastructure for Meta Layout (KIML)]] |
|
68 |
+* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]] |
| 60 |
60 |
* [[KGraph Text>>doc:KGraph Text (KGT)]] |
| 61 |
|
-** 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. |
| 62 |
62 |
|
| 63 |
63 |
=== Important Bugs Fixed in 2014/10 === |
| 64 |
64 |
|