Directory src/seg/jUCMNav/editors/actionContributors/

Directory Created:
2005-04-25 15:55
Total Files:
8
Deleted Files:
3
Lines of Code:
1967

[root]/src/seg/jUCMNav/editors/actionContributors

Lines of Code

src/seg/jUCMNav/editors/actionContributors/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 218 (100.0%) 4470 (100.0%) 20.5
jkealey 115 (52.8%) 3056 (68.4%) 26.5
jfroy 24 (11.0%) 519 (11.6%) 21.6
etremblay 13 (6.0%) 211 (4.7%) 16.2
pengfei 7 (3.2%) 181 (4.0%) 25.8
damyot 18 (8.3%) 168 (3.8%) 9.3
jpdaigle 11 (5.0%) 116 (2.6%) 10.5
amiga 8 (3.7%) 102 (2.3%) 12.7
jack 10 (4.6%) 63 (1.4%) 6.3
apour024 6 (2.8%) 32 (0.7%) 5.3
gunterm 2 (0.9%) 12 (0.3%) 6.0
jmcmanus 4 (1.8%) 10 (0.2%) 2.5

Most Recent Commits

damyot 2010-01-07 18:12 Rev.: 1851

[nobug] Added contextual menu for Anything and Failure Point

36 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+10), UrnContextMenuProvider.java (+26 -20)
damyot 2010-01-04 12:16 Rev.: 1845

[bug 595] Added key bindings and menu option to toggle between contribution and correlation

12 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+5 -4), UrnContextMenuProvider.java (+7 -1)
damyot 2010-01-03 12:39 Rev.: 1842

[bug 595] Added contextual menu for setting contribution qualitative/numerical levels

35 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+12), UrnContextMenuProvider.java (+23 -3)
damyot 2010-01-02 16:30 Rev.: 1841

[bug 647] GRL "Change Decomposition Type" is now a contextual menu, seen only when decomposition links exist.

20 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+8 -3), UrnContextMenuProvider.java (+12 -3)
jkealey 2009-12-23 10:42 Rev.: 1822

no bug: extracted strings.

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+2 -2)
jkealey 2009-12-22 20:31 Rev.: 1817

bug 670/704/705: added keybindings.
bug 707: fixed bug with palette key bindings, fixed bug with aspect drawer


0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (-3)
jkealey 2009-12-22 20:22 Rev.: 1816

bug 670/704/705: added keybindings.
bug 707: fixed bug with palette key bindings, fixed bug with aspect drawer


22 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+22 -9)
etremblay 2009-12-22 16:46 Rev.: 1813

Bug 704: Add Stub actions were not including new stub types.

20 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+5 -11), UrnContextMenuProvider.java (+15 -6)
etremblay 2009-12-22 11:35 Rev.: 1809

Bug 707: Changed UI in preferences for advanced mode.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: UrnContextMenuProvider.java (+1 -1)
etremblay 2009-12-22 10:11 Rev.: 1808

Bug 707: Enable/Disable which feature gets hidden when you switch jUCMNav in simple mode.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: UrnContextMenuProvider.java (+1 -1)
damyot 2009-12-21 20:20 Rev.: 1805

[bug 660] Handling of time units (performance) in Z151 import/export

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+1 -1)
jkealey 2009-12-21 14:17 Rev.: 1800

bug 705: edit failure condition

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+1 -1)
damyot 2009-12-21 11:30 Rev.: 1798

[bug 749] Some cleanup.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: UrnContextMenuProvider.java (-4)
jkealey 2009-12-20 23:44 Rev.: 1795

bug 705: failure point enhancements.

10 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+5), UrnContextMenuProvider.java (+5)
etremblay 2009-12-17 16:50 Rev.: 1786

Bug 704: Aspect stub figures, pointcut replacement stub, changed property section to handle new stub types.
Added new actions to change to new stub types.
Show/Hide those features with advanced mode.
Change model to set AopointcutKind on a stub to REGULAR if isPointcut == true. Also modify the model to set isPointcut to false.

9 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+1 -1), UrnContextMenuProvider.java (+8 -3)
etremblay 2009-12-14 14:27 Rev.: 1759

Bug 670: Synchronizing and Blocking stubs actions in action registry and context menu.
Modified property stub kind section to use ChangeStubTypeCommand and to disallow changing stub kind when it's not possible.

15 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+1 -1), UrnContextMenuProvider.java (+14 -6)
jkealey 2009-12-07 12:51 Rev.: 1714

bug 702: refactor into stub prototype.

11 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+5), UrnContextMenuProvider.java (+6)
jkealey 2009-12-04 10:13 Rev.: 1705

no bug: formatting cleanup with our default formatting template.

866 lines of code changed in 7 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+489 -515), KPIListViewContextMenuProvider.java (+1 -2), KPIViewContextMenuProvider.java (+2 -3), ModeComboContributionItem.java (+241 -258), StrategyContextMenuProvider.java (+36 -37), UCMActionBarContributor.java (+4 -5), UrnContextMenuProvider.java (+93 -74)
jkealey 2009-12-04 09:36 Rev.: 1704

bug 531: jUCMNav memory leak

68 lines of code changed in 6 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+7 -1), KPIListViewContextMenuProvider.java (+5), KPIViewContextMenuProvider.java (+6), ModeComboContributionItem.java (+37 -19), StrategyContextMenuProvider.java (+7), UrnContextMenuProvider.java (+6)
damyot 2009-11-25 19:55 Rev.: 1685

[Bug 689] Support for external hyperlinks. Also internationalized this part and other sub-menus. New icons. Bug fix related to the closing of a model when a strategy was running.

40 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+20 -3), UrnContextMenuProvider.java (+20 -6)
amiga 2009-11-11 17:38 Rev.: 1659

Added multiple selection capabilities for all Intentional Element evaluation/importance operations.
Added increment and decrement operations for numerical evaluations/importances with keyboard shortcuts.
Small bug fixes and improvements.

10 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+4 -4), UrnContextMenuProvider.java (+6 -6)
amiga 2009-11-06 15:21 Rev.: 1654

Replaced dialog boxes for entering numbers with range validating SWT dialogs.
Implemented keyboard shortcuts for increasing/decreasing qualitative evaluation/importance.
Disabled individual map selection for HTML reports.
Added URN links for UCM components and GRL actors.
Added metadata and URN output.
Added appropriate icons for popup menus.
Many small improvements.

22 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+14 -7), UrnContextMenuProvider.java (+8 -6)
amiga 2009-10-29 23:19 Rev.: 1646

Added editing of numerical and qualitative evaluations on intentional elements
in scenarios via two level popup menus.

34 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+14 -2), UrnContextMenuProvider.java (+20 -11)
amiga 2009-10-28 22:10 Rev.: 1645

Added editing of numerical and qualitative importance of Intentional elements via popup menus.

36 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+13 -1), UrnContextMenuProvider.java (+23)
jfroy 2009-07-08 22:02 Rev.: 1546

Bug 347 and 423:
- Add an action to delete unreferenced definitions
- Create a new preference page to keep preferences about references and definitions
- Support deleting the definitions when deleting the last reference. (add a message box to prompt the user/base on the preferences)
- Support deleting all the references when deleting the a definition (add a message box to prompt the user/base on the preferences)

10 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+5), UrnContextMenuProvider.java (+5)
jkealey 2009-07-06 11:29 Rev.: 1542

bug 466: copy-paste scenario/scenariogroup + graphical UCM/GRL.

9 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: StrategyContextMenuProvider.java (+9)
jkealey 2009-07-06 07:25 Rev.: 1540

bug 466: copy-paste responsibility & component definition.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: UrnContextMenuProvider.java (+1 -1)
jkealey 2009-07-04 10:24 Rev.: 1535

bug 466: copy paste a list of component references.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+1 -1)
jkealey 2009-07-03 08:51 Rev.: 1530

bug 658: Add notation/contextual menus to rely less on Properties

54 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+28), UrnContextMenuProvider.java (+26 -2)
jkealey 2009-06-29 14:13 Rev.: 1520

extracted strings for
bug 640: autocomplete in GEF editors
bug 434: UI enh when renaming element.

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: UrnContextMenuProvider.java (+2 -2)
jkealey 2009-06-29 09:32 Rev.: 1517

bug 478: fixed broken tests.

5 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: UrnContextMenuProvider.java (+5 -1)
jkealey 2009-06-22 08:33 Rev.: 1511

bug 478: more contextual menu insertions in UCMs.
fixed some icons that did not display properly in Win2k8 64bit.

120 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+55 -2), UrnContextMenuProvider.java (+65 -70)
jkealey 2009-06-18 17:25 Rev.: 1507

bug 643: improved icon and code for code editor.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+1 -1)
jkealey 2009-06-18 13:04 Rev.: 1503

bug 642: tool tip shortcuts.

14 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+14 -2)
jkealey 2009-03-05 00:58 Rev.: 1483

bug 466: some support for responsibility reference copy-paste

454 lines of code changed in 3 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+436 -398), UCMActionBarContributor.java (+9), UrnContextMenuProvider.java (+9)
damyot 2008-05-02 11:18 Rev.: 1453

Externalised strings (especially for the new static semantics feature)

4 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+4 -7)
damyot 2008-05-02 09:37 Rev.: 1452

Report generation now an action accessible through the pop-up menu in a URN model. Also added new icons.

9 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+4), UrnContextMenuProvider.java (+5)
damyot 2008-04-12 19:27 Rev.: 1425

Bug 535 fixed: Added a contextual menu for intentional elements enabling a switch between AND and OR decomposition

10 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+5), UrnContextMenuProvider.java (+5)
jkealey 2007-08-13 11:02 Rev.: 1344

bug 533: simplify andforks/joins is now working again.

46 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+24 -4), UrnContextMenuProvider.java (+22)
pengfei 2007-07-19 19:16 Rev.: 1316

The KPI modelling and monitoring functions.

164 lines of code changed in 4 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+12 -2), KPIListViewContextMenuProvider.java (new 82), KPIViewContextMenuProvider.java (new 57), UrnContextMenuProvider.java (+13 -8)

(80 more)

Generated by StatSVN 0.6.0