Directory src/seg/jUCMNav/figures/

Directory Created:
2005-02-22 11:48
Total Files:
30
Deleted Files:
11
Lines of Code:
3540

[root]/src/seg/jUCMNav/figures
                    directory in repo anchors (3 files, 252 lines)
                    directory in repo kpi (1 files, 424 lines)
                    directory in repo router (4 files, 887 lines)
                    directory in repo util (6 files, 671 lines)

Lines of Code

src/seg/jUCMNav/figures/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 316 (100.0%) 7703 (100.0%) 24.3
jkealey 132 (41.8%) 2893 (37.6%) 21.9
etremblay 62 (19.6%) 2270 (29.5%) 36.6
jfroy 29 (9.2%) 1393 (18.1%) 48.0
jmcmanus 24 (7.6%) 451 (5.9%) 18.7
jpdaigle 11 (3.5%) 241 (3.1%) 21.9
pengfei 4 (1.3%) 223 (2.9%) 55.7
damyot 48 (15.2%) 133 (1.7%) 2.7
gunterm 5 (1.6%) 92 (1.2%) 18.4
amiga 1 (0.3%) 7 (0.1%) 7.0

Most Recent Commits

damyot 2010-01-01 18:24 Rev.: 1836

[no bug] Made anti-aliasing an option in the general jUCMNav preferences (useful for diagrams to be inserted in papers)

56 lines of code changed in 17 files:

  • src/seg/jUCMNav/figures: AndForkJoinFigure.java (+3 -2), BeliefFigure.java (+3 -2), ComponentRefFigure.java (+2 -2), DecompositionFigure.java (+3 -2), DirectionArrowFigure.java (+4 -3), EmptyPointFigure.java (+3 -2), EndPointFigure.java (+3 -3), FailurePointFigure.java (+5 -4), GrlNodeFigure.java (+2 -1), LinkRefConnection.java (+5 -4), OrForkJoinFigure.java (+3 -2), ResponsibilityFigure.java (+4 -3), SplineConnection.java (+2 -2), StartPointFigure.java (+4 -2), StubFigure.java (+2 -5), TimeoutPathFigure.java (+3 -2), TimerFigure.java (+5 -4)
jkealey 2009-12-23 22:41 Rev.: 1830

bug 738: bind children when pasting. fixed UI bug with startpoint.

2 lines of code changed in 1 file:

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

no bug: extracted strings.

3 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: StubFigure.java (+3 -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


5 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: StubFigure.java (+5)
etremblay 2009-12-21 15:37 Rev.: 1803

Bug 704: Comments in stub figure and fixed a small clipping problem with rotations.

25 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: StubFigure.java (+25 -18)
etremblay 2009-12-21 15:22 Rev.: 1802

Bug 704: Problem with convert stub kind actions.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: StubFigure.java (+1)
etremblay 2009-12-21 15:02 Rev.: 1801

Bug 704: Aspect stub figures rotate with the path now.

86 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: StubFigure.java (+86 -28)
jkealey 2009-12-20 23:57 Rev.: 1796

bug 704: fixed incoherence with stub entry/exit symbols

55 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: StubFigure.java (+55 -48)
jkealey 2009-12-20 23:44 Rev.: 1795

bug 705: failure point enhancements.

3 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: FailurePointFigure.java (+3 -3)
etremblay 2009-12-18 16:36 Rev.: 1790

Bug 704: Anything pointcut figure implemented and added to the palette.

127 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: AnythingFigure.java (new 122), EndPointFigure.java (+5 -7)
etremblay 2009-12-18 15:17 Rev.: 1789

Bug 704: Aspect stub figures small drawing problem.

61 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: StubFigure.java (+61 -59)
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.

176 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: StubFigure.java (+176 -36)
damyot 2009-12-17 13:00 Rev.: 1784

bug 704: changed local start / end point color (again!)

7 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: EndPointFigure.java (+4 -3), StartPointFigure.java (+3 -3)
jkealey 2009-12-17 11:59 Rev.: 1782

bug 704: changed local start/end point color.

7 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: EndPointFigure.java (+4 -4), StartPointFigure.java (+3 -3)
jkealey 2009-12-17 11:40 Rev.: 1781

bug 733: Hovering a responsibility with code should display code.

4 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: FailurePointFigure.java (+4 -2), StartPointFigure.java (-2)
etremblay 2009-12-17 10:51 Rev.: 1779

Bug 704: EndPoint wasn't displayed red when traversed by a scenario.

12 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: EndPointFigure.java (+12 -1)
etremblay 2009-12-16 15:55 Rev.: 1775

Bug 704: Local start/End point figures.

89 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: EndPointFigure.java (+64 -13), StartPointFigure.java (+25 -2)
etremblay 2009-12-16 11:29 Rev.: 1769

Bug 705: Added failure point to the palette, created figure.

147 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: FailurePointFigure.java (new 147)
etremblay 2009-12-15 15:13 Rev.: 1766

Bug 705: Failure start point figure and abort point figure.

84 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: ColorManager.java (+1 -1), StartPointFigure.java (+83 -6)
etremblay 2009-12-14 09:14 Rev.: 1753

Bug 670: UCM synchronizing and blocking stubs supported in stub figure and tabbed properties.

63 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: StubFigure.java (+63 -3)
jkealey 2009-12-04 10:13 Rev.: 1705

no bug: formatting cleanup with our default formatting template.

400 lines of code changed in 21 files:

  • src/seg/jUCMNav/figures: ActorFigure.java (+12 -9), AndForkJoinFigure.java (+11 -12), BeliefFigure.java (+11 -8), ColorManager.java (+3 -3), CommentFigure.java (+36 -38), ComponentRefFigure.java (+8 -10), DecompositionFigure.java (+14 -10), DirectionArrowFigure.java (-2), EmptyPointFigure.java (+12 -15), EndPointFigure.java (+18 -20), GrlNodeFigure.java (+65 -64), IntentionalElementFigure.java (+46 -52), LabelElementFigure.java (+4 -4), LabelFigure.java (+23 -20), LinkRefConnection.java (+45 -45), PathNodeFigure.java (+30 -36), Polygon.java (-1), StartPointFigure.java (+20 -21), StubFigure.java (+26 -24), TimeoutPathFigure.java (+3 -3), TimerFigure.java (+13 -16)
damyot 2009-11-24 19:32 Rev.: 1682

Added antialiasing to missing UCM/GRL shapes

5 lines of code changed in 3 files:

  • src/seg/jUCMNav/figures: BeliefFigure.java (+2), DecompositionFigure.java (-1), LinkRefConnection.java (+3 -2)
damyot 2009-11-24 12:43 Rev.: 1681

Added antialiasing to all UCM/GRL shapes

34 lines of code changed in 15 files:

  • src/seg/jUCMNav/figures: AndForkJoinFigure.java (+3), ComponentRefFigure.java (+2), DecompositionFigure.java (+2), DirectionArrowFigure.java (+3), EmptyPointFigure.java (+2), EndPointFigure.java (+2), GrlNodeFigure.java (+1), KPIModelLinkRefConnection.java (+1 -1), LinkRefConnection.java (+3), OrForkJoinFigure.java (+2), ResponsibilityFigure.java (+3), StartPointFigure.java (+2), StubFigure.java (+1), TimeoutPathFigure.java (+3 -1), TimerFigure.java (+4)
jkealey 2009-11-24 11:43 Rev.: 1679

no bug: added anti-aliasing on spline as recommended by @pushmatrix.

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: SplineConnection.java (+2)
jkealey 2009-11-15 15:18 Rev.: 1665

bug 717: investigation concerning grl evaluation undo.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: IntentionalElementFigure.java (-2)
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.

7 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: IntentionalElementFigure.java (+7 -1)
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.

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: ColorManager.java (+2 -2)
jfroy 2009-07-12 13:31 Rev.: 1554

- Bug 679-680: Added the option in the outline view to hide empty point/direction arrows and element Ids.
- Refactored the preferences (added a color preference pages)

11 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: ColorManager.java (+11 -11)
jkealey 2009-07-02 21:17 Rev.: 1528

bug 668: comment boxes.

142 lines of code changed in 3 files:

  • src/seg/jUCMNav/figures: ColorManager.java (+3), CommentFigure.java (new 116), GrlNodeFigure.java (+23 -5)
jkealey 2009-06-29 19:59 Rev.: 1524

bug 667: component bindings.

20 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: LabelFigure.java (+20 -14)
jkealey 2009-06-29 10:47 Rev.: 1518

bug 569: reduced Undesirable path crossing in forks/joins

5 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: AndForkJoinFigure.java (+5)
damyot 2009-04-10 21:55 Rev.: 1485

Added metadata indicator (Bug548), URN link indicators for GRL elements, support for stereotypes, and tool tips for model elements that have descriptions, metadata and/or URN links.

7 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: GrlNodeFigure.java (+3 -1), LabelFigure.java (+4 -6)
damyot 2008-04-30 07:01 Rev.: 1449

Some Strings externalized or ignored

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: GrlNodeFigure.java (+1 -1)
damyot 2007-08-17 11:50 Rev.: 1354

PNG export for URN models, and some code cleanup.

6 lines of code changed in 5 files:

  • src/seg/jUCMNav/figures: ComponentRefFigure.java (+1 -1), IntentionalElementFigure.java (+2 -23), LabelFigure.java (-13), LinkRefConnection.java (+2 -15), SplineConnection.java (+1 -1)
damyot 2007-07-29 09:13 Rev.: 1323

GRL node labels now larger, centered horizontally, and use more of the node space available.

14 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: GrlNodeFigure.java (+14 -5)
pengfei 2007-07-19 19:16 Rev.: 1316

The KPI modelling and monitoring functions.

223 lines of code changed in 4 files:

  • src/seg/jUCMNav/figures: ColorManager.java (+11 -2), IntentionalElementFigure.java (+38 -2), KPIInformationElementFigure.java (new 55), KPIModelLinkRefConnection.java (new 119)
damyot 2007-07-13 15:19 Rev.: 1302

Added FIXME to 3 failing test cases and made them pass.
Fixed several uses of deprecated methods. Many are left (for listeners)

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: SplineConnection.java (+1 -1)
gunterm 2007-04-25 10:56 Rev.: 1240

pointcut stubs (create, update, delete, palette, visualization)
border elements in pointcut expressions (unnamed start/end points on pointcut maps) (visualization, color preferences)

92 lines of code changed in 5 files:

  • src/seg/jUCMNav/figures: ColorManager.java (+5 -1), EndPointFigure.java (+27 -1), PathNodeFigure.java (+16 -1), StartPointFigure.java (+9 -1), StubFigure.java (+35 -14)
jkealey 2007-01-23 13:07 Rev.: 1107

javadoc for seg.jUCMNav.editparts.*, seg.jUCMNav.extensionpoints.*, seg.jUCMNav.figures.*

111 lines of code changed in 14 files:

  • src/seg/jUCMNav/figures: ActorFigure.java (-1), AndForkJoinFigure.java (+1 -1), BeliefFigure.java (-3), ColorManager.java (+94 -94), DecompositionFigure.java (-3), DirectionArrowFigure.java (+1 -1), EndPointFigure.java (+1 -1), GrlNodeFigure.java (-3), IRotateable.java (new 11), IntentionalElementFigure.java (-3), LinkRefConnection.java (-3), ResponsibilityFigure.java (+1 -1), Rotateable.java (del), package.html (+2 -2)
jkealey 2007-01-22 12:04 Rev.: 1102

fixed some issues found by PMD-CPD. lots more remain, but the ROI is minimal.

40 lines of code changed in 3 files:

  • src/seg/jUCMNav/figures: DirectionArrowFigure.java (+2 -64), IntentionalElementFigure.java (+34 -54), ResponsibilityFigure.java (+4 -4)

(69 more)

Generated by StatSVN 0.6.0