Directory src/seg/jUCMNav/figures/

Directory Created:
2005-02-22 17:48
Total Files:
24
Deleted Files:
10
Lines of Code:
2275

[root]/src/seg/jUCMNav/figures
                    directory in repo anchors (3 files, 215 lines)
                    directory in repo router (4 files, 859 lines)
                    directory in repo util (4 files, 409 lines)

Lines of Code

src/seg/jUCMNav/figures/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 163 (100.0%) 2275 (100.0%) 13.9
jfroy 26 (16.0%) 813 (35.7%) 31.2
etremblay 48 (29.4%) 663 (29.1%) 13.8
jkealey 54 (33.1%) 585 (25.7%) 10.8
jmcmanus 24 (14.7%) 214 (9.4%) 8.9
jpdaigle 11 (6.7%) 0 (0.0%) 0.0

Most Recent Commits

jfroy 2006-03-27 05:29 Rev.: 836

Fixed problem with the intentional element name that did not fit in the figure

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: GrlNodeFigure.java (changed)
jfroy 2006-03-06 22:13 Rev.: 791

Externalize String

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: LabelFigure.java (changed)
jfroy 2006-03-02 06:38 Rev.: 783

Fix the URNlink to support multiple links type. Modification of the links display in UCM

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/figures: GrlNodeFigure.java (changed), LabelElementFigure.java (changed), LabelFigure.java (changed)
jfroy 2006-03-01 04:35 Rev.: 776

Added feedback in UCM for URNlinks

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: LabelFigure.java (changed)
jfroy 2006-02-28 21:53 Rev.: 773

Fixed problem with the GRLNode elements resizing.

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/figures: BeliefFigure.java (changed), GrlNodeFigure.java (changed), IntentionalElementFigure.java (changed)
jfroy 2006-02-20 17:40 Rev.: 742

Fixed direction of Dependency (depender is the target and dependee is the source of the link)

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: LinkRefConnection.java (changed)
jfroy 2006-02-17 20:54 Rev.: 738

Added actor evaluation level.
Fixed bug when entering non integer for evaluation level

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: IntentionalElementFigure.java (changed)
jfroy 2006-02-12 05:51 Rev.: 725

Added evaluation labels in evaluation scenario view.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: IntentionalElementFigure.java (changed)
jfroy 2006-02-11 18:25 Rev.: 722

Evaluation scenario view added.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: LinkRefConnection.java (changed)
jfroy 2006-01-29 20:34 Rev.: 669

Merge of GRL branch with the main trunk

431 lines of code changed in 10 files:

  • src/seg/jUCMNav/figures: ActorFigure.java (new 62), BeliefFigure.java (new 69), DecompositionFigure.java (new 71), EditableLabel.java (del), GrlNodeFigure.java (changed), IntentionalElementFigure.java (changed), LabelElementFigure.java (new 29), LabelFigure.java (changed), LinkRefConnection.java (new 200), PathNodeFigure.java (changed)
jfroy 2005-10-26 23:13 Rev.: 585

Merge grl branch with the main trunk
Major modification of the metamodel (URN_08.mdl) (Added GRL metamodel, New interfaces that define common element in GRL and UCM, Modified UCM-Map package to implement the new interfaces (some associations and attributes have been refactored using the interfaces), Map is now called UCMmap (to resolve conflict with java.util.map in the implementation), Removed Path Graph)
Modification of the code that used the metamodel.
Started modification of jUCMNav to support GRL.

382 lines of code changed in 3 files:

  • src/seg/jUCMNav/figures: GrlNodeFigure.java (new 194), IntentionalElementFigure.java (new 188), PathNodeFigure.java (changed)
jkealey 2005-08-15 17:41 Rev.: 508

bug 246 - changed appearance of dynamic stub with framework upgrade.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: StubFigure.java (changed)
etremblay 2005-07-15 00:24 Rev.: 486

Lesson learned... Never try to make an SWT application in 3.1 for 3.0.... The layout won't work like you designed it in 3.1...
Added condition editing in the StubBindingDialog. Quick hack to take what was working in the 3.1 version done during the day and add it to the 3.0 version. The layout is not as nice though in 3.0.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: StubFigure.java (changed)
jkealey 2005-07-14 01:52 Rev.: 473

bug 344 - localization wizard

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: AndForkJoinFigure.java (changed)
jkealey 2005-07-12 05:20 Rev.: 462

bug 359 - had forgotten to set new maps to current mode;
fixed bugs in ET's resp view that sometimes made the app crash
fixed a few javadoc tags

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: EndPointFigure.java (changed), ResponsibilityFigure.java (changed)
jkealey 2005-07-12 04:55 Rev.: 461

cleaned seg.jUCMNav.figures.* and added javadoc. fixed a few regression bugs I introduced earlier today. made startpoint figure use center of bounds instead of using absolute offset. cleaned JUCMNavFigure from having redudant info. merged AndFork/AndJoin figures and OrFork/OrJoin figures as they were identical.

258 lines of code changed in 22 files:

  • src/seg/jUCMNav/figures: AndForkFigure.java (del), AndForkJoinFigure.java (new 200), AndJoinFigure.java (del), ComponentRefFigure.java (changed), DirectionArrowFigure.java (changed), EditableLabel.java (changed), EmptyPointFigure.java (changed), EndPointFigure.java (changed), LabelFigure.java (changed), OrForkFigure.java (del), OrForkJoinFigure.java (new 34), OrJoinFigure.java (del), PathNodeFigure.java (changed), Polygon.java (changed), ResponsibilityFigure.java (changed), Rotateable.java (changed), SplineConnection.java (changed), StartPointFigure.java (changed), StubFigure.java (changed), TimeoutPathFigure.java (changed), TimerFigure.java (changed), package.html (new 24)
jkealey 2005-06-30 17:16 Rev.: 439

fixed andjoin/andfork figures; new label now inserted properly.

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/figures: AndForkFigure.java (changed), AndJoinFigure.java (changed), PathNodeFigure.java (changed)
jkealey 2005-06-29 07:49 Rev.: 437

and fork / and join figures

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: AndForkFigure.java (changed), AndJoinFigure.java (changed)
jkealey 2005-06-27 19:51 Rev.: 429

bug 343 - end point figure thicker

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: EndPointFigure.java (changed)
jkealey 2005-06-22 16:53 Rev.: 406

end point connected to start/wait/timer is no longer overlaps other figure.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: EndPointFigure.java (changed)

(42 more)

Generated by StatCVS 0.5.0