Directory src/seg/jUCMNav/actions/

Directory Created:
2005-03-28 09:48
Total Files:
62
Deleted Files:
15
Lines of Code:
5533

[root]/src/seg/jUCMNav/actions
                    directory in repo concerns (2 files, 90 lines)
                    directory in repo cutcopypaste (3 files, 195 lines)
                    directory in repo debug (3 files, 151 lines)
                    directory in repo hyperlinks (5 files, 356 lines)
                    directory in repo kpi (3 files, 192 lines)
                    directory in repo metadata (2 files, 97 lines)
                    directory in repo metrics (1 files, 31 lines)
                    directory in repo palette (1 files, 52 lines)
                    directory in repo performance (2 files, 160 lines)
                    directory in repo scenarios (17 files, 1306 lines)
                    directory in repo staticSemantic (1 files, 120 lines)

Lines of Code

src/seg/jUCMNav/actions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 495 (100.0%) 11531 (100.0%) 23.2
jkealey 307 (62.0%) 6656 (57.7%) 21.6
damyot 29 (5.9%) 1385 (12.0%) 47.7
jfroy 60 (12.1%) 942 (8.2%) 15.7
jpdaigle 19 (3.8%) 747 (6.5%) 39.3
amiga 20 (4.0%) 578 (5.0%) 28.9
etremblay 42 (8.5%) 540 (4.7%) 12.8
jmcmanus 10 (2.0%) 255 (2.2%) 25.5
apour024 4 (0.8%) 245 (2.1%) 61.2
pengfei 3 (0.6%) 164 (1.4%) 54.6
gunterm 1 (0.2%) 19 (0.2%) 19.0

Most Recent Commits

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

[nobug] Added contextual menu for Anything and Failure Point

72 lines of code changed in 2 files:

  • src/seg/jUCMNav/actions: AddAnythingAction.java (new 36), AddFailurePointAction.java (new 36)
damyot 2010-01-04 12:16 Rev.: 1845

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

66 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: ChangeCorrelationAction.java (new 66)
damyot 2010-01-04 10:12 Rev.: 1844

[bug 595] key bindings provided for GRL contribution changes

4 lines of code changed in 2 files:

  • src/seg/jUCMNav/actions: SetNumericalContributionAction.java (+2 -2), SetQualitativeContributionAction.java (+2 -2)
damyot 2010-01-03 12:39 Rev.: 1842

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

229 lines of code changed in 2 files:

  • src/seg/jUCMNav/actions: SetNumericalContributionAction.java (new 118), SetQualitativeContributionAction.java (new 111)
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.

24 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: ChangeDecompositionTypeAction.java (+24 -7)
damyot 2010-01-02 15:34 Rev.: 1840

[bug 646] Support for XOR in GRL algorithms (acts like an OR)

5 lines of code changed in 2 files:

  • src/seg/jUCMNav/actions: AddStubAction.java (-2), ChangeDecompositionTypeAction.java (+5 -1)
damyot 2009-12-23 11:40 Rev.: 1823

[nobug] Enabled Manage Resources in the Outline (and removed it from responsibilities)

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: DeleteUnreferencedDefinitionAction.java (+1 -2)
jkealey 2009-12-23 10:42 Rev.: 1822

no bug: extracted strings.

4 lines of code changed in 3 files:

  • src/seg/jUCMNav/actions: AddStubAction.java (+2 -2), AdvancedModeActionDelegate.java (+1 -1), ChangeStubTypeAction.java (+1 -1)
etremblay 2009-12-22 16:46 Rev.: 1813

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

56 lines of code changed in 2 files:

  • src/seg/jUCMNav/actions: AddStubAction.java (+16 -18), ChangeStubTypeAction.java (+40 -31)
etremblay 2009-12-22 14:08 Rev.: 1811

Bug 707: Hide/Show concerns viewer in outline.

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: AdvancedModeActionDelegate.java (+2 -2)
etremblay 2009-12-22 11:42 Rev.: 1810

Bug 707: Changed UI in preferences for advanced mode.

11 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: AdvancedModeActionDelegate.java (+11 -12)
etremblay 2009-12-22 11:35 Rev.: 1809

Bug 707: Changed UI in preferences for advanced mode.

11 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: AdvancedModeActionDelegate.java (+11)
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/actions: AdvancedModeActionDelegate.java (+1 -1)
etremblay 2009-12-21 15:22 Rev.: 1802

Bug 704: Problem with convert stub kind actions.

3 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: ChangeStubTypeAction.java (+3 -3)
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.

43 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: ChangeStubTypeAction.java (+43 -15)
jkealey 2009-12-16 15:01 Rev.: 1773

bug 705: failure point conditions.

25 lines of code changed in 2 files:

  • src/seg/jUCMNav/actions: AddConditionLabelAction.java (+3 -2), SelectionHelper.java (+22)
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.

27 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: ChangeStubTypeAction.java (+27 -6)
jkealey 2009-12-10 22:41 Rev.: 1748

bug 702: improvements for refactor into stub.

51 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: RefactorIntoStubAction.java (+51 -2)
etremblay 2009-12-10 14:22 Rev.: 1743

Bug 707: Synchronize Advanced mode icon mode with preference value.

18 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: AdvancedModeActionDelegate.java (+18 -1)
jkealey 2009-12-07 17:57 Rev.: 1721

bug 707: advanced mode toggle button.

36 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: AdvancedModeActionDelegate.java (new 36)
jkealey 2009-12-07 12:51 Rev.: 1714

bug 702: refactor into stub prototype.

109 lines of code changed in 2 files:

  • src/seg/jUCMNav/actions: RefactorIntoStubAction.java (new 103), SubmenuAction.java (+6 -2)
damyot 2009-12-04 11:04 Rev.: 1706

[nobug] Reordered compliance rules, added COmponent type to SelectionHelper, and updated a few messages (including an incorrect keyboard shortcut on UCM objects)

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: SelectionHelper.java (+2)
jkealey 2009-12-04 10:13 Rev.: 1705

no bug: formatting cleanup with our default formatting template.

1831 lines of code changed in 52 files:

  • src/seg/jUCMNav/actions: AddAndJoinAction.java (+1 -1), AddBeliefAction.java (+6 -6), AddBranchAction.java (+5 -5), AddBranchOnStubAction.java (+10 -9), AddConditionLabelAction.java (+36 -37), AddContainerRefAction.java (+69 -73), AddDirectionArrow.java (+17 -16), AddEmptyPoint.java (+12 -13), AddGrlGraphAction.java (+13 -15), AddLabelAction.java (+1 -1), AddMapAction.java (+7 -8), AddOrForkAction.java (+1 -1), AddOrJoinAction.java (+1 -1), AddResponsibilityAction.java (+18 -17), AddStartPointAction.java (+45 -52), AddStubAction.java (+18 -22), AddTimeoutPathAction.java (+44 -52), AddWaitingPlaceAction.java (+15 -19), AutoLayoutActionDelegate.java (+8 -11), BindChildren.java (+2 -2), BindWithParent.java (+2 -2), ChangeColorAction.java (+55 -58), ChangeComponentTypeAction.java (+60 -58), ChangeDecompositionTypeAction.java (+4 -5), ChangeStubTypeAction.java (+56 -57), ChangeWaitPlaceTypeAction.java (+69 -73), ConnectAction.java (+1 -1), CutPathAction.java (+13 -14), DeleteAction.java (+20 -22), DeleteUnreferencedDefinitionAction.java (+18 -22), DisconnectAction.java (+1 -1), DisconnectTimeoutPathAction.java (+2 -2), DuplicateMapAction.java (+4 -4), EditStubPluginsAction.java (+1 -1), EditURNLinksAction.java (+19 -19), ExportAction.java (+2 -2), GenerateReportAction.java (+2 -2), ImportAction.java (+2 -2), SelectDefaultPaletteToolAction.java (+1 -1), SelectionHelper.java (+735 -745), SetNumericalEvaluationAction.java (+80 -91), SetNumericalImportanceAction.java (+77 -87), SetQualitativeEvaluationAction.java (+77 -85), SetQualitativeImportanceAction.java (+53 -61), SubmenuAction.java (+120 -128), TransmogrifyAndForkOrJoinAction.java (+3 -3), TransmogrifyForkOrJoinAction.java (+1 -1), TransmogrifyOrForkOrJoinAction.java (+3 -3), UCMActionDelegate.java (+3 -3), URNSelectionAction.java (+14 -14), UnbindChildren.java (+1 -1), UnbindFromParent.java (+3 -3)
damyot 2009-11-30 11:13 Rev.: 1695

Small fix in the selection helper

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: SelectionHelper.java (+2 -2)
etremblay 2009-11-27 10:31 Rev.: 1692

Bug 630: When deleting a scenario definition that is included by another one, then a warning shall be displayed and a confirmation required.

31 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: DeleteAction.java (+31 -4)
etremblay 2009-11-26 16:45 Rev.: 1691

Bug 663: Also work with contextual menus now (Had to modify actions).

29 lines of code changed in 2 files:

  • src/seg/jUCMNav/actions: AddStartPointAction.java (+2 -1), URNSelectionAction.java (+27 -3)
damyot 2009-11-26 14:26 Rev.: 1689

[bug 730] Fixed: Cannot add metadata to GRL links

782 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: SelectionHelper.java (+782 -645)
etremblay 2009-11-26 09:08 Rev.: 1687

Bug 568: Cut Path on any node connection/empty point/direction arrow.

12 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: CutPathAction.java (+12 -12)
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.

37 lines of code changed in 5 files:

  • src/seg/jUCMNav/actions: SelectionHelper.java (+7), SetNumericalEvaluationAction.java (+11 -3), SetNumericalImportanceAction.java (+10 -3), SetQualitativeEvaluationAction.java (+5 -1), SetQualitativeImportanceAction.java (+4 -1)
amiga 2009-11-16 13:16 Rev.: 1673

Moved integer input dialogs from Command to Action objects for Intentional Element operations.
Modified undo merging for numerical Intentional Element operations to handle combinations of increases/decreases.

74 lines of code changed in 4 files:

  • src/seg/jUCMNav/actions: SetNumericalEvaluationAction.java (+33 -12), SetNumericalImportanceAction.java (+35 -13), SetQualitativeEvaluationAction.java (+3 -3), SetQualitativeImportanceAction.java (+3 -3)
amiga 2009-11-14 11:20 Rev.: 1662

Implemented undo merging for repeated numerical increment/decrement operations
for evaluation/importance of Intentional Elements.

3 lines of code changed in 2 files:

  • src/seg/jUCMNav/actions: SetNumericalEvaluationAction.java (+2 -2), SetNumericalImportanceAction.java (+1 -1)
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.

178 lines of code changed in 4 files:

  • src/seg/jUCMNav/actions: SetNumericalEvaluationAction.java (+57 -14), SetNumericalImportanceAction.java (+59 -15), SetQualitativeEvaluationAction.java (+32 -18), SetQualitativeImportanceAction.java (+30 -24)
damyot 2009-11-07 15:35 Rev.: 1656

[bug 715] Fixed: Event loop exception when adding a diagram

13 lines of code changed in 3 files:

  • src/seg/jUCMNav/actions: AddGrlGraphAction.java (+7 -3), AddMapAction.java (+5 -1), UCMActionDelegate.java (+1 -1)
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.

99 lines of code changed in 4 files:

  • src/seg/jUCMNav/actions: SetNumericalEvaluationAction.java (+1 -3), SetNumericalImportanceAction.java (+1 -3), SetQualitativeEvaluationAction.java (+52 -7), SetQualitativeImportanceAction.java (+45 -8)
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.

128 lines of code changed in 4 files:

  • src/seg/jUCMNav/actions: SetNumericalEvaluationAction.java (new 59), SetNumericalImportanceAction.java (+5), SetQualitativeEvaluationAction.java (new 59), SetQualitativeImportanceAction.java (+5)
amiga 2009-10-28 22:10 Rev.: 1645

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

96 lines of code changed in 2 files:

  • src/seg/jUCMNav/actions: SetNumericalImportanceAction.java (new 48), SetQualitativeImportanceAction.java (new 48)
damyot 2009-09-26 07:52 Rev.: 1618

[nobug] Changed some default colors and the 16 container colours from popup menu (more pastel). Can now change colors of IEs.

13 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: ChangeColorAction.java (+13 -9)
jkealey 2009-09-22 08:35 Rev.: 1615

no bug: bug with deletion.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: DeleteAction.java (-1)
jkealey 2009-09-21 08:22 Rev.: 1613

no bug: broken unit tests.

5 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: DeleteAction.java (+5)
jkealey 2009-09-14 12:23 Rev.: 1609

bug 693: could not add timeout path via contextual menu when timer was connected.

58 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions: AddTimeoutPathAction.java (+58 -20)

(141 more)

Generated by StatSVN 0.6.0