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

Directory Created:
2008-09-29 16:15
Total Files:
2
Deleted Files:
11
Lines of Code:
414

[root]/org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands
                                    Folder removed from repo generation (0 files, 0 lines)
                                    Folder removed from repo shortcuts (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 67 (100.0%) 2057 (100.0%) 30.7

Most Recent Commits

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

0 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (-6)
soundasleep 2010-12-08 14:18 Rev.: 2524

renaming ActionEdgeDestination interface to Action: updating diagram editors

1 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (+1 -1)
soundasleep 2010-06-03 18:49 Rev.: 2326

removing 'wire' diagram editor
updating test cases

0 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (-6)
soundasleep 2010-05-13 23:18 Rev.: 2191

issue 178: initial work at updating diagram.custom actions

12 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (+12 -12)
soundasleep 2009-09-11 01:34 Rev.: 1148

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

68 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (+68 -68)
soundasleep 2009-09-03 00:32 Rev.: 1081

cleaning up unused dependencies in test projects
organising imports
fixing minor eclipse warnings

2 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: RefreshElementCommand.java (+2 -2)
soundasleep 2009-08-17 15:10 Rev.: 1004

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

57 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (+57)
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

0 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (-1)
soundasleep 2009-07-20 17:11 Rev.: 860

upgrade of entire project to use eclipse 3.5/gmf 2.2 instead of eclipse 3.3/gmf 2.0.1
merging branch /2009-06-eclipse-3.5 (r835-r859) back into trunk

15 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (+15 -6)
soundasleep 2009-07-14 17:09 Rev.: 801

refactoring unnecessary EClass parameter to ICreateElements.deleteElement()

1 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (+1 -1)
soundasleep 2009-07-14 17:01 Rev.: 800

adding an action to create partial inference contained within a given model element (based on current paper results)
ICreateElements now has a deleteElement() method

12 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (+12)
soundasleep 2009-05-08 16:17 Rev.: 665

replacing FileDomainStore with DomainStore
adding 'type' attribute to DomainStore
adding new migrator for model 0.3
minor refactoring of model migrators
adding test case for new DomainStore migrator
removing file_domain_store and file_domain_object editor plugins

0 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (-2)
soundasleep 2009-02-05 11:08 Rev.: 459

issue 6: clean up Plugin IDs

6 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (+6 -7)
soundasleep 2009-02-02 13:33 Rev.: 431

moved EmfInferenceHandler to the model project
adding sanity checks to gotoSitemapThenPage
cleaning up SyncFieldApplicationElementProperty test case

0 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: EmfInferenceHandler.java (del)
soundasleep 2009-02-02 12:30 Rev.: 430

initial implementation of EmfInferenceHandler: allows direct EMF access whether in EMF or GMF

138 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: EmfInferenceHandler.java (new 134), GmfInferenceHandler.java (+4 -1)
soundasleep 2009-01-30 15:06 Rev.: 429

additional sanity checks in the GmfInferenceHandler
FileReferences now search property files relative to the model file

15 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (+15 -7)
soundasleep 2009-01-29 23:30 Rev.: 425

adding a right click action to allow Refresh Mappings on FileDomainStores
adding a GmfInferenceHandler that implements ICreateElements for GMF-based views (based on InferMissingElements)

268 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: GmfInferenceHandler.java (new 268)
soundasleep 2008-10-15 17:25 Rev.: 154

restructuring commands packages

0 lines of code changed in 9 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: AbstractCreateMissingShortcutsCommand.java (del), CreateMissingDomainObjectShortcutsCommand.java (del), CreateMissingDomainStoreShortcutsCommand.java (del), CreateMissingElementShortcutsCommand.java (del), CreateMissingOperationShortcutsCommand.java (del), CreateMissingRootShortcutsCommand.java (del), CreateMissingVisualShortcutsCommand.java (del), CreateMissingWireShortcutsCommand.java (del), CreateShortcutDecorationsCommand.java (del)
soundasleep 2008-10-15 17:18 Rev.: 153

when viewing an element which generates wires, the wires are now also displayed

23 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: AbstractCreateMissingShortcutsCommand.java (+20), CreateMissingWireShortcutsCommand.java (+3 -2)
soundasleep 2008-10-15 17:04 Rev.: 152

elements in the model now have isGenerated, generatedBy and generatedElements properties

10 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: CreateMissingWireShortcutsCommand.java (+10)
soundasleep 2008-10-07 15:43 Rev.: 121

cleaning up the shortcut generation code to include the new model elements
the shortcut generation still doesn't refresh all generated shortcut connections though

59 lines of code changed in 8 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: AbstractCreateMissingShortcutsCommand.java (+2 -3), CreateMissingDomainObjectShortcutsCommand.java (+9 -1), CreateMissingDomainStoreShortcutsCommand.java (+1 -1), CreateMissingElementShortcutsCommand.java (+9 -1), CreateMissingOperationShortcutsCommand.java (+4), CreateMissingVisualShortcutsCommand.java (+8), CreateMissingWireShortcutsCommand.java (+8), RefreshElementCommand.java (+18 -9)
soundasleep 2008-10-07 14:47 Rev.: 120

merging new ecore branch back into trunk: it satisfies all of the first-stage modelling requirements

118 lines of code changed in 9 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: AbstractCreateMissingShortcutsCommand.java (+80 -5), CreateMissingDomainObjectShortcutsCommand.java (+5 -5), CreateMissingDomainStoreShortcutsCommand.java (+5 -5), CreateMissingElementShortcutsCommand.java (+8 -8), CreateMissingOperationShortcutsCommand.java (+5 -16), CreateMissingRootShortcutsCommand.java (+5 -5), CreateMissingVisualShortcutsCommand.java (+4 -4), CreateMissingWireShortcutsCommand.java (+4 -4), RefreshElementCommand.java (+2 -9)
soundasleep 2008-09-30 17:44 Rev.: 74

initial code for rendering missing operation shortcuts

82 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: CreateMissingOperationShortcutsCommand.java (new 82)
soundasleep 2008-09-30 14:37 Rev.: 65

shortcuts can now be made from DomainAttributes
DomainObject diagram now displays missing shortcuts

97 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: CreateMissingDomainObjectShortcutsCommand.java (new 97), CreateMissingDomainStoreShortcutsCommand.java (-1)
soundasleep 2008-09-30 10:44 Rev.: 58

implementing missing shortcuts for DomainStore and ApplicationElement

387 lines of code changed in 8 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: AbstractCreateMissingShortcutsCommand.java (new 200), CreateMissingDomainStoreShortcutsCommand.java (new 98), CreateMissingElementShortcutsCommand.java (new 86), CreateMissingRootShortcutsCommand.java (+1 -1), CreateMissingShortcutsCommand.java (del), CreateMissingVisualShortcutsCommand.java (+1 -1), CreateMissingWireShortcutsCommand.java (+1 -1), RefreshElementCommand.java (-4)
soundasleep 2008-09-29 19:27 Rev.: 55

looking at refresh element code: it doesn't actually seem that we need it right now. shortcuts are automatically populated when the diagram is opened.

17 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: RefreshElementCommand.java (+17)
soundasleep 2008-09-29 18:23 Rev.: 50

implementing missing shortcuts for Wire view
had some problem with implementing multiple editpartProviders: it appears changing the object class from Node to Diagram solved this.

101 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: CreateMissingWireShortcutsCommand.java (new 101)
soundasleep 2008-09-29 16:55 Rev.: 48

implementing missing shortcuts for root (InternetApplication)

100 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: CreateMissingRootShortcutsCommand.java (new 100)
soundasleep 2008-09-29 16:47 Rev.: 46

refactoring the MissingShortcutsCommand so that we can use the same command for different visual editors displaying the same objects

137 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: CreateMissingShortcutsCommand.java (+40 -45), CreateMissingVisualShortcutsCommand.java (new 97)
soundasleep 2008-09-29 16:32 Rev.: 45

refactoring and removing the requirement for the edit.commands package to be exposed

69 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: CreateMissingShortcutsCommand.java (+3 -2), CreateShortcutDecorationsCommand.java (new 66)
soundasleep 2008-09-29 16:15 Rev.: 44

the VisibleThing editor will now display missing shortcuts to an element, both incoming and outcoming edges

262 lines of code changed in 2 files:

  • org.openiaml.model.diagram.custom/src/org/openiaml/model/diagram/custom/commands: CreateMissingShortcutsCommand.java (new 204), RefreshElementCommand.java (new 58)
Generated by StatSVN 0.7.0