Directory org.openiaml.model/templates/aspects/xpt/diagram/editpolicies/

Directory Created:
2008-10-15 22:23
Total Files:
6
Deleted Files:
1
Lines of Code:
1037

[root]/org.openiaml.model/templates/aspects/xpt/diagram/editpolicies

Lines of Code

org.openiaml.model/templates/aspects/xpt/diagram/editpolicies/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 34 (100.0%) 1439 (100.0%) 42.3

Most Recent Commits

soundasleep 2011-05-17 14:43 Rev.: 2928

issue 252: when opening a diagram, XSD URIs are no longer checked for isReadOnly

123 lines of code changed in 2 files:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: OpenDiagram.xpt (new 123), OpenDiagram.xpt.disabled (del)
soundasleep 2011-04-28 16:34 Rev.: 2705

issue 241: minor fixes to the metamodel
adding children=true, createChild=true to DomainIterator.currentInstance so that it is rendered in the project navigator
fixing a dynamic template

1 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: DiagramCanonicalEditPolicy.xpt (+1 -1)
soundasleep 2010-03-19 18:52 Rev.: 1746

implementing issue 130: automatically marking containers as overridden, when a contained generated element is deleted manually
refactoring out many of the EmfInferenceHandler commands
using dynamic templates

79 lines of code changed in 3 files:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: BaseItemSemanticEditPolicy.xpt (new 29), LinkItemSemanticEditPolicy.xpt (new 24), NodeItemSemanticEditPolicy.xpt (new 26)
soundasleep 2010-02-22 19:23 Rev.: 1558

issue 151: moving getAllShortcutsForXXXEdge() methods into helper plugin

11 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: DiagramCanonicalEditPolicy.xpt (+11 -53)
soundasleep 2010-02-22 18:23 Rev.: 1555

updating diagram editors to use ConditionEdge

12 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: DiagramCanonicalEditPolicy.xpt (+12)
soundasleep 2010-02-18 15:55 Rev.: 1537

updated diagram editors to use new ProvidesEdge and RequiresEdge
updating dynamic templates to hopefully continue to render all relevant shortcut edges

18 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: DiagramCanonicalEditPolicy.xpt (+18)
soundasleep 2010-02-17 17:11 Rev.: 1526

updating dynamic templates so that referenced elements on ParameterEdges are actually rendered
all tests.diagram tests now pass

6 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: DiagramCanonicalEditPolicy.xpt (+6)
soundasleep 2009-10-06 01:10 Rev.: 1250

resolving issue 124: connections between shortcuts do not persist across Eclipse restart

24 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: DiagramCanonicalEditPolicy.xpt (+24)
soundasleep 2009-09-18 20:02 Rev.: 1194

resolving a bug where myRefreshSemanticElements would throw an UnsupportedOperationException, causing Semantic Refresh Failed

3 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: DiagramCanonicalEditPolicy.xpt (+3 -3)
soundasleep 2009-08-09 17:23 Rev.: 954

merging lost migrated templates back into templates dir

129 lines of code changed in 3 files:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: DiagramCanonicalEditPolicy.xpt (+63 -83), OpenDiagram.xpt.disabled (new 39), linkCommands.xpt (+27 -28)
soundasleep 2009-07-22 16:56 Rev.: 881

re-resolving issue 34: migrated template was not actually being used
adding test case to check issue 34 no longer regresses

9 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: linkCommands.xpt (+9 -9)
soundasleep 2009-07-21 18:38 Rev.: 878

issue 57: remove _shouldnt_properties containment feature from Composite Operation
not yet complete; property shortcuts can be dragged, placed in a diagram, rendered as a shortcut source, and be the target of a DataFlowEdge, but cannot yet be the source of a DataFlowEdge. this should be addressed

74 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: DiagramCanonicalEditPolicy.xpt (+74 -49)
soundasleep 2009-07-20 17:23 Rev.: 861

removing possibly unused template

0 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: OpenDiagram.xpt (del)
soundasleep 2009-07-16 12:58 Rev.: 823

removing old generated elements commands

0 lines of code changed in 2 files:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: LinkItemSemanticEditPolicy.xpt (del), NodeItemSemanticEditPolicy.xpt (del)
soundasleep 2009-07-15 18:04 Rev.: 816

issue 52: new EditPolicy implementation does not automatically arrange children
the children added to a view were being lost, if shortcut views were also created

1 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: DiagramCanonicalEditPolicy.xpt (+1 -2)
soundasleep 2009-07-13 15:12 Rev.: 795

merging successful results of issue 47 branch into trunk

727 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: DiagramCanonicalEditPolicy.xpt (new 727)
soundasleep 2009-05-07 15:00 Rev.: 661

eclipse tests now explicitly close all running editors between tests
removed model/diagram setup from testRunning() in inference and shortcut tests
fixed: getTargetEditPart() was preventing Connections from accepting OpenDiagrams

3 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: OpenDiagram.xpt (+3 -2)
soundasleep 2009-05-06 16:45 Rev.: 651

Labels can now be double-clicked to open sub-diagrams

122 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: OpenDiagram.xpt (new 122)
soundasleep 2009-04-17 14:48 Rev.: 599

minor unsaved changes

5 lines of code changed in 2 files:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: LinkItemSemanticEditPolicy.xpt (+2), NodeItemSemanticEditPolicy.xpt (+3)
soundasleep 2009-04-17 14:16 Rev.: 598

dynamic templates that allow DataFlowEdges to be stored as part of the open Operation editor, if they cannot be stored directly in the ApplicationElementProperty (issue 34)

87 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: linkCommands.xpt (new 87)
soundasleep 2008-10-16 14:05 Rev.: 164

adding isOverridden to GeneratesElements model elements

2 lines of code changed in 2 files:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: LinkItemSemanticEditPolicy.xpt (+1 -1), NodeItemSemanticEditPolicy.xpt (+1 -1)
soundasleep 2008-10-16 00:22 Rev.: 160

DeleteGeneratedElementsCommand now works successfully with Link edges as well!

1 lines of code changed in 2 files:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: LinkItemSemanticEditPolicy.xpt (new), NodeItemSemanticEditPolicy.xpt (+1 -1)
soundasleep 2008-10-15 23:38 Rev.: 158

the logic behind deleting generated elements works now, but only for nodes so far

1 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: NodeItemSemanticEditPolicy.xpt (+1 -1)
soundasleep 2008-10-15 23:01 Rev.: 157

adding DeleteGeneratedElementsCommand to all of the model editors through dynamic templates

1 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: NodeItemSemanticEditPolicy.xpt (+1 -1)
soundasleep 2008-10-15 22:23 Rev.: 156

got dynamic templates working for root editor

0 lines of code changed in 1 file:

  • org.openiaml.model/templates/aspects/xpt/diagram/editpolicies: NodeItemSemanticEditPolicy.xpt (new)
Generated by StatSVN 0.7.0