Directory org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions/

Directory Created:
2008-10-17 15:46
Total Files:
9
Deleted Files:
10
Lines of Code:
2298

[root]/org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions

Lines of Code

org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 145 (100.0%) 5451 (100.0%) 37.5

Most Recent Commits

soundasleep 2011-08-19 19:05 Rev.: 3078

minor documentation improvement
increasing max number of exported images through clickable HTML export

2 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportToClickableHtml.java (+2 -2)
soundasleep 2011-07-05 20:22 Rev.: 2998

issue 268: updating test cases

2 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: MoveIntoSeparateModelAction.java (+2 -2)
soundasleep 2011-06-27 20:18 Rev.: 2985

issue 263: updating inference rules and diagram helpers

2 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: MoveIntoSeparateModelAction.java (+2 -2)
soundasleep 2011-05-17 14:07 Rev.: 2926

issue 257: updating diagram editors
ignoring newly generated diagram editors (access_handler, login_handler)
improving error messages from failed shortcuts tests

7 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: MoveIntoSeparateModelAction.java (+7 -3)
soundasleep 2011-05-16 15:52 Rev.: 2919

issue 248: updating diagram editor definitions

4 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: MoveIntoSeparateModelAction.java (+4 -4)
soundasleep 2011-04-27 17:03 Rev.: 2698

moving rule files out of runtime/ and into the root package, as there are no runtime-specific rules

5 lines of code changed in 3 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: RefreshDomainStoreMappingsWithDrools.java (+2 -2), RefreshFormMappingsWithDrools.java (+1 -1), RefreshObjectInstanceMappingsWithDrools.java (+2 -2)
soundasleep 2011-04-07 17:33 Rev.: 2646

reducing breadcrumb depth for Latex output to 2 elements
fixing order of latex export

8 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportToClickableHtml.java (+8 -5)
soundasleep 2011-04-07 16:57 Rev.: 2644

exported LaTeX file now sorts based on object depth

61 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportImagePartsAction.java (+6 -6), ExportToClickableHtml.java (+55 -8)
soundasleep 2011-04-07 16:17 Rev.: 2643

exporting clickable HTML now also exports a LaTeX file with macros

81 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportImagePartsAction.java (+29 -7), ExportToClickableHtml.java (+52 -4)
soundasleep 2010-12-08 14:18 Rev.: 2524

renaming ActionEdgeDestination interface to Action: updating diagram editors

0 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportToClickableHtml.java (-1), RefreshFormMappingsWithDrools.java (-1)
soundasleep 2010-05-14 15:03 Rev.: 2201

updating FormDomainObjectMapping diagram test case
updating the rule files required for synchronising InputForm contents correctly

5 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: RefreshFormMappingsWithDrools.java (+5 -1)
soundasleep 2010-05-13 23:18 Rev.: 2191

issue 178: initial work at updating diagram.custom actions

25 lines of code changed in 3 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: MoveIntoSeparateModelAction.java (+12 -14), RefreshDomainStoreMappingsWithDrools.java (+7 -8), RefreshObjectInstanceMappingsWithDrools.java (+6 -5)
soundasleep 2010-04-17 14:59 Rev.: 1930

fixing an odd bug where exporting example images would throw an NPE

17 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportToClickableHtml.java (+17 -1)
soundasleep 2010-03-17 16:42 Rev.: 1724

updating diagram editor tests to use ICreateElementsFactory
InferContainedElementsAction now also calls RemovePhantomEdges, to remove any possible phantom edges

34 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: InferContainedElementsAction.java (+34 -10)
soundasleep 2010-03-17 16:08 Rev.: 1723

updating diagram editors to use new ICreateElementsFactory

45 lines of code changed in 5 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: InferContainedElementsAction.java (+13 -3), RefreshDomainStoreMappingsWithDrools.java (+5 -3), RefreshFormMappingsWithDrools.java (+3 -2), RefreshObjectInstanceMappingsWithDrools.java (+3 -3), UpdateWithDroolsAction.java (+21 -11)
soundasleep 2010-01-18 17:34 Rev.: 1389

adding an automated tool to extract and publish clickable HTML for all example models loaded by modeldoc

42 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportImagePartsAction.java (+29 -10), ExportToClickableHtml.java (+13 -4)
soundasleep 2009-11-04 23:03 Rev.: 1310

CrocoPat verification now executes on every save
CrocoPat verification violations are now highlighted in the graphical editor using the EMF validation framework

2 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportToClickableHtml.java (+2 -2)
soundasleep 2009-09-30 22:43 Rev.: 1230

fixing a bug where generated clickable HTML would overwrite old HTML

8 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportToClickableHtml.java (+8 -6)
soundasleep 2009-09-18 20:41 Rev.: 1198

adding tooltips to clickable maps

32 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportToClickableHtml.java (+32 -4)
soundasleep 2009-09-18 20:20 Rev.: 1195

resolving some NullPointerExceptions being thrown while exporting images to HTML
fixing some bugs with export to HTML rendering incorrect URLs/breadcrumbs/EObjects

156 lines of code changed in 5 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportImagePartsAction.java (+31 -13), ExportToClickableHtml.java (+122 -40), RefreshDomainStoreMappingsWithDrools.java (+1 -1), RefreshFormMappingsWithDrools.java (+1 -1), RefreshObjectInstanceMappingsWithDrools.java (+1 -1)
soundasleep 2009-09-18 17:05 Rev.: 1193

adding an action to automatically export an iaml_diagram into a browsable, clickable HTML format
modifying breadcrumb to support arbitrary linking

380 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportImagePartsAction.java (+35 -3), ExportToClickableHtml.java (new 345)
soundasleep 2009-09-11 18:44 Rev.: 1156

issue 111: adding menu option to delete contained generated elements

226 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: DeleteContainedGeneratedElementsAction.java (new 226)
soundasleep 2009-09-11 01:34 Rev.: 1148

updating test diagram models to PrimitiveOperation
updating diagram.custom code to new package declarations

82 lines of code changed in 5 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportImagePartsAction.java (+1 -1), MoveIntoSeparateModelAction.java (+52 -52), RefreshDomainStoreMappingsWithDrools.java (+13 -13), RefreshFormMappingsWithDrools.java (+9 -9), RefreshObjectInstanceMappingsWithDrools.java (+7 -7)
soundasleep 2009-09-04 14:59 Rev.: 1089

moving GMF requirements from org.openiaml.model plugin into separate org.openiaml.diagram.helpers plugin

2 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: InferContainedElementsAction.java (+1 -1), UpdateWithDroolsAction.java (+1 -1)
soundasleep 2009-09-02 23:07 Rev.: 1079

moving custom actions that don't require GMF into a separate plugin (org.openiaml.model.actions)

4 lines of code changed in 12 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportImagePartsAction.java (+1), GenerateCodeAction.java (del), GenerateCodeActionAndView.java (del), IamlFileAction.java (del), InferContainedElementsAction.java (+1), InferEntireModelAction.java (del), MigrateModelAction.java (del), MoveIntoSeparateModelAction.java (+1), ProgressEnabledAction.java (del), ProgressEnabledUIAction.java (del), RemovePhantomEdgesAction.java (del), UpdateWithDroolsAction.java (+1)
soundasleep 2009-08-20 01:06 Rev.: 1011

adding action "move into separate model", which allows a model element and all its connections to be refactored into a new model

337 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: MoveIntoSeparateModelAction.java (new 308), ProgressEnabledAction.java (+29)
soundasleep 2009-08-17 15:10 Rev.: 1004

GeneratedElements are now generated by 0..* elements, not just one

9 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: InferContainedElementsAction.java (+9)
soundasleep 2009-08-08 00:13 Rev.: 936

issue 91: IAML actions menu now shows for both normal nodes and root window nodes

18 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: InferContainedElementsAction.java (+9 -9), UpdateWithDroolsAction.java (+9 -9)
soundasleep 2009-08-07 22:47 Rev.: 935

issue 83: added GenerateCodeAction Eclipse action test cases
fixing a bug with GenerateCodeActionAndView where the browser window would not be shown

35 lines of code changed in 4 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: GenerateCodeAction.java (+11 -1), GenerateCodeActionAndView.java (+11 -1), IamlFileAction.java (+2 -6), InferEntireModelAction.java (+11 -1)
soundasleep 2009-08-07 22:00 Rev.: 934

issue 63: adding an action to remove phantom edges in the model
adding test case to test its runtime effects
moving all iaml tool actions into a submenu
moving InfiniteSubProgressMonitor into a global class

360 lines of code changed in 4 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: GenerateCodeAction.java (+70 -115), IamlFileAction.java (new 85), InferEntireModelAction.java (+60 -88), RemovePhantomEdgesAction.java (new 145)
soundasleep 2009-08-07 18:47 Rev.: 931

issue 62: Inference on non-autosave DomainObjectInstance does not create 'save' operation
adding test case for issue 62

32 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: InferContainedElementsAction.java (+32 -15)
soundasleep 2009-08-07 15:18 Rev.: 921

adding generated primary keys caused other test cases to fail
generated primary keys are no longer automatically generated as text fields
integrating the primary key generation into existing UI actions

2 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: RefreshDomainStoreMappingsWithDrools.java (+1), RefreshObjectInstanceMappingsWithDrools.java (+1)
soundasleep 2009-07-27 00:05 Rev.: 889

moving runtime project into an actual plugin
issue 81: runtime files can now be copied if the runtime properties do not exist

0 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: GenerateCodeAction.java (-1)
soundasleep 2009-07-26 22:38 Rev.: 888

issue 75, issue 76, issue 81: moving php and js libraries into a separate plugin
plugin runtime tests currently fail until issue 81 is resolved

63 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: GenerateCodeAction.java (+63 -4)
soundasleep 2009-07-15 17:49 Rev.: 814

all UpdateWithDroolsAction actions are now also progress bar-enabled
completed issue 51

34 lines of code changed in 3 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: RefreshDomainStoreMappingsWithDrools.java (+1 -1), RefreshFormMappingsWithDrools.java (+1 -1), UpdateWithDroolsAction.java (+32 -57)
soundasleep 2009-07-15 17:39 Rev.: 813

adding progress monitors for model migration, contained element inference, and complete model inference

175 lines of code changed in 4 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: InferContainedElementsAction.java (+36 -85), InferEntireModelAction.java (+35 -54), MigrateModelAction.java (+93 -93), ProgressEnabledAction.java (+11)
soundasleep 2009-07-15 17:14 Rev.: 812

refactoring progress monitors for GenerateCodeActions and ExportImagePartsAction
ExportImagePartsAction will block until the process is complete

371 lines of code changed in 5 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: ExportImagePartsAction.java (+111 -76), GenerateCodeAction.java (+39 -104), GenerateCodeActionAndView.java (+3 -3), ProgressEnabledAction.java (new 173), ProgressEnabledUIAction.java (new 45)
soundasleep 2009-07-15 15:13 Rev.: 811

removing some System println's
the last change resulted in InputForms generating too many new elements; fixed by removing semi-duplicate rule

0 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: InferContainedElementsAction.java (-14)
soundasleep 2009-07-15 14:50 Rev.: 810

issue 45: InputForm connected to DomainObject should be populated
adding test case to check issue 45

1 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: UpdateWithDroolsAction.java (+1 -1)
soundasleep 2009-07-15 14:05 Rev.: 806

adding a test case to check that partially inferred elements delete all related elements in the same activation - this means that our property is completely satisfied, and we will never generate an incomplete model
adding a parameter to the DroolsInferenceEngine / DroolsInsertionQueue to keep track of element insertions and activations

55 lines of code changed in 6 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/actions: GenerateCodeAction.java (+1 -1), InferContainedElementsAction.java (+36 -8), InferEntireModelAction.java (+15 -1), RefreshDomainStoreMappingsWithDrools.java (+1 -1), RefreshFormMappingsWithDrools.java (+1 -1), RefreshObjectInstanceMappingsWithDrools.java (+1 -1)

(32 more)

Generated by StatSVN 0.7.0