Directory org.openiaml.model.diagram.custom/

Directory Created:
2008-09-29 15:59
Total Files:
5
Deleted Files:
0
Lines of Code:
461

[root]/org.openiaml.model.diagram.custom
        directory in repo META-INF (1 files, 34 lines)
        directory in repo src (0 files, 0 lines)
            directory in repo org (0 files, 0 lines)
                directory in repo openiaml (0 files, 0 lines)
                    directory in repo model (0 files, 0 lines)
                        directory in repo diagram (0 files, 0 lines)
                            directory in repo custom (0 files, 0 lines)
                                directory in repo actions (9 files, 2298 lines)
                                directory in repo commands (2 files, 414 lines)
                                    Folder removed from repo generation (0 files, 0 lines)
                                    Folder removed from repo shortcuts (0 files, 0 lines)
                                Folder removed from repo edit (0 files, 0 lines)
                                    Folder removed from repo providers (0 files, 0 lines)
                                directory in repo helpers (1 files, 377 lines)
                                Folder removed from repo migrate (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 37 (100.0%) 691 (100.0%) 18.6

Most Recent Commits

soundasleep 2010-05-14 15:45 Rev.: 2205

removing plugin.xml link to temporary migrator
updating the expected EditPart types for some of the runtime actions

2 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+2 -2)
soundasleep 2009-10-06 12:34 Rev.: 1255

issue 120: removing old uses of custom.edit.providers

4 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+4 -100)
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

8 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+8 -1)
soundasleep 2009-09-11 18:44 Rev.: 1156

issue 111: adding menu option to delete contained generated elements

15 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+15 -3)
soundasleep 2009-09-10 16:19 Rev.: 1133

resolving issue 103: unknown expression element objectClass

2 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+2 -2)
soundasleep 2009-09-10 16:12 Rev.: 1132

resolving another eclipse warning
reverting incorrect plugin dependencies of org.openiaml.model

3 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+3 -3)
soundasleep 2009-09-09 17:04 Rev.: 1122

issue 85: adding EPL information to the root of each plugin
adding a test case to check licencing information

261 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: epl-v10.html (new 261)
soundasleep 2009-09-03 16:15 Rev.: 1085

fixing minor problem with invalid template generation of parameter wires
adding add_runtime_error method to client-side JS - allows for assertProblem() testing rather than waiting for alert boxes

10 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: .project (+10)
soundasleep 2009-09-02 23:07 Rev.: 1079

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

2 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+2 -54)
soundasleep 2009-09-02 22:25 Rev.: 1076

updating all plugins to clean Eclipse bundle settings; setting execution environments and replacing obsolete manifest headers
removing some unused dependencies from tests

2 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: .classpath (+2 -2)
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

10 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+10)
soundasleep 2009-08-08 00:13 Rev.: 936

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

11 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+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

22 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+22 -16)
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

11 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+11)
soundasleep 2009-07-02 14:18 Rev.: 755

if a properties file does not exist, it no longer throws an exception

1 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+1 -1)
soundasleep 2009-07-02 14:02 Rev.: 753

adding a test case for inference of DomainStores from Properties files
DomainStores connected to Properties files now always refresh their mapping during global inference

1 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+1 -1)
soundasleep 2009-07-02 13:00 Rev.: 751

removing the DomainStore refresh mapping action which did not use drools; there is no point to have two identical actions
making DomainStore refresh mappings action use the abstract UpdateWithDroolsAction type

3 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+3 -12)
soundasleep 2009-07-01 17:19 Rev.: 743

adding tool to refresh mappings between DomainObjects and DomainObjectInstances that are connected by NewInstanceWires
adding tool to refresh mappings between DomainObjectInstances and InputForms that are connected by SyncWires

21 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+21)
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

3 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+3 -3)
soundasleep 2009-02-12 21:56 Rev.: 472

added support for refreshing data stores using JBoss rules

10 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+10)
soundasleep 2009-01-29 23:42 Rev.: 426

refactoring out the content taken from InferMissingElementsCommand

4 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+4 -2)
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)

34 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+34)
soundasleep 2009-01-29 22:50 Rev.: 424

adding a temporary action allowing all elements to be inferred in place

7 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+7)
soundasleep 2008-11-12 23:40 Rev.: 345

added extension to allow instant right click > export as png image on iaml_diagram files

38 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+38 -9)
soundasleep 2008-11-12 22:28 Rev.: 341

somehow lost merge changes to plugin.xml of custom plugin

12 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+12 -5)
soundasleep 2008-11-07 08:43 Rev.: 288

adding "runtime url" to InternetApplication
adding "generate code and view in internal browser" action

16 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+16 -4)
soundasleep 2008-10-23 20:59 Rev.: 232

merging r214:r231 (experimentation with oaw) back into trunk

5 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+5 -5)
soundasleep 2008-10-17 15:46 Rev.: 196

merging code generation with jet branch back into trunk

23 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+23)
soundasleep 2008-09-30 17:44 Rev.: 74

initial code for rendering missing operation shortcuts

14 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+14)
soundasleep 2008-09-30 14:37 Rev.: 65

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

16 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+16 -2)
soundasleep 2008-09-30 10:44 Rev.: 58

implementing missing shortcuts for DomainStore and ApplicationElement

31 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+31)
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.

18 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+18 -2)
soundasleep 2008-09-29 16:55 Rev.: 48

implementing missing shortcuts for root (InternetApplication)

13 lines of code changed in 1 file:

  • org.openiaml.model.diagram.custom: plugin.xml (+13)
soundasleep 2008-09-29 15:59 Rev.: 42

initial custom functionality; about to implement create missing shortcuts for the Visual editor

58 lines of code changed in 4 files:

  • org.openiaml.model.diagram.custom: .classpath (new 7), .project (new 28), build.properties (new 5), plugin.xml (new 18)
Generated by StatSVN 0.7.0