K 10
svn:author
V 9
hmalphett
K 8
svn:date
V 27
2006-11-09T19:21:19.000000Z
K 7
svn:log
V 1283
commit developments made at Intalio since the original contribution was attached to CQ-1045

in the diagram plugin the main changes are:
- better looking figures and markers
- refactoring due to the refactoring in the domain model
- fix for 160702: new diagram should be created with a pool
- improvements for sub-process shape, shapes on the border
- connection router is rectilinear by default and attempts to imitate the look and feel of BPMN
- it is possible to customize the font and the background color of all shapes
- preferences are set. specific preferences for pool are available.
- dragging a shape inside a pool or sub-process will make the pool/sub-process bigger is the shape was dragged outside of the container's limits.
- pool and sub-process compute their minimum size to be sure that all shapes enclosed are visible.
- sub-process-expand and collapse support.
- special anchor points for sequence edges to be sure that incoming edges are anchored on the left-side of the shape and outgoing edges are anchored on the right-side.
- special anchor points for messaging edges to be sure they are either on the bottom or on the top of the shape. Also the order of the messages is well defined to reflect the Activity.getOrderedMessages list order: from left to right.

END
