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)
jkealey 2005-06-21 15:56 Rev.: 398

bug 320 - reimplemented the connection router. the new version uses JP's query framework and is a listener to model objects. is also a step forward for the implementation of nicer and joins/forks. furthermore, in my only test, this new implementation makes the command tests run 39% faster.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: SplineConnection.java (changed)
jkealey 2005-06-20 15:26 Rev.: 395

fixed hover behaviour bugs on and-*

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: AndForkFigure.java (changed), AndJoinFigure.java (changed)
jpdaigle 2005-06-19 02:32 Rev.: 392

Bug 249: Hover feedback on AND-forks/joins. For some reason though, after moving the node the feedback is not cleared.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: AndForkFigure.java (changed), AndJoinFigure.java (changed)
jkealey 2005-06-16 19:22 Rev.: 374

bugs 194, 195: timeout paths and waitingplace/timer conditions. took 10 minutes to implement timeout paths, 5 hours to get the friggen timeout path figure refreshed when moving path nodes that are not directly linked. i have not managed to succeed in replicating the behaviour for stub labels.

64 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: TimeoutPathFigure.java (new 64)
jkealey 2005-06-15 21:16 Rev.: 368

bug 195 - 196 - 183: actors, started implementing waiting place and timer. (currently simple path nodes)

65 lines of code changed in 3 files:

  • src/seg/jUCMNav/figures: ComponentRefFigure.java (changed), StartPointFigure.java (changed), TimerFigure.java (new 65)
jkealey 2005-06-15 05:23 Rev.: 365

strengthed code for managing loops; however, after two hours of debugging, I have come to the conclusion we might need to recode the connection router from scratch (400 lines) with loops and updates in mind; the code inserted to increase performance makes it hell to debug and is too restrictive; currently disabled one aspect. should not crash but there are still many issues that remain with loops.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: SplineConnection.java (changed)
jkealey 2005-06-08 04:22 Rev.: 321

improvements in componentref fill color

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: ComponentRefFigure.java (changed)
jkealey 2005-06-07 20:29 Rev.: 312

other kinds of componentrefs are now available.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: ComponentRefFigure.java (changed)
jkealey 2005-06-07 13:22 Rev.: 311

Now using reflection to list properties for EMF enumerations. we won't need to special case it for every kind of enumeration, they will all work now. for example: see ComponentKind for components or ArrivalProcess for a StartPoint's workload attribute

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: ComponentRefFigure.java (changed)
jkealey 2005-05-31 14:27 Rev.: 266

bug 182, bug 227 - moved componentref figure to figure package, updated color for new model. you will have to manually set the filled checkbox in your existing files.

198 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: ComponentRefFigure.java (new 198)
jkealey 2005-05-30 19:20 Rev.: 259

bug 249 - added hover feedback on start/end/responsibility ref/direction arrow

0 lines of code changed in 5 files:

  • src/seg/jUCMNav/figures: DirectionArrowFigure.java (changed), EndPointFigure.java (changed), PathNodeFigure.java (changed), ResponsibilityFigure.java (changed), StartPointFigure.java (changed)
etremblay 2005-05-27 23:49 Rev.: 247

- Hover feedback sur les empty point et stubs.
- Selection feedback sur les stubs.
- Maintenant très facile d'ajouter du feedback sur n'importe qu'elle
figure extendant PathNodeFigure. Simplement overwriter les méthodes
setSelected ou setHover dans les sous-classes de PathNodeFigure pour
donner le comportement voulu. Voir les figures de stubs et de empty
point pour des exemples.
- JoinStartToStub command working (redo/undo). Drag and drop d'un
start point sur un stub. (produit un nouveau in pour le stub).
- JoinEndToStub command working (redo/undo). Drag and drop d'un end
point sur un stub (produit un nouveau out pour le stub).
- Le Stub peut donc avoir plusieurs in/out sans aucun problème (le
connection router n'a pas explosé et n'a pas eu besoin de
changement!!)

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/figures: EmptyPointFigure.java (changed), PathNodeFigure.java (changed), StubFigure.java (changed)
jkealey 2005-05-26 14:31 Rev.: 232

added rotation to and-join. giving credit to jordan because all I did was copy-paste from the and-fork

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: AndJoinFigure.java (changed)
jmcmanus 2005-05-26 05:06 Rev.: 231

Stubs no longer rotate, andforks now rotate (anchors ned to be set up with connection router to prevent overlapping of figure with splines).
Added DirectionArrow, andforks

103 lines of code changed in 5 files:

  • src/seg/jUCMNav/figures: AndForkFigure.java (changed), DirectionArrowFigure.java (new 103), EndPointFigure.java (changed), ResponsibilityFigure.java (changed), StubFigure.java (changed)
jpdaigle 2005-05-26 02:09 Rev.: 228

Bug #250 - support creation of AND-Joins

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: AndForkFigure.java (changed), AndJoinFigure.java (new)
jmcmanus 2005-05-25 03:58 Rev.: 217

Stubs and Responsabilities now rotate with spline.

10 lines of code changed in 4 files:

  • src/seg/jUCMNav/figures: EndPointFigure.java (changed), ResponsibilityFigure.java (changed), Rotateable.java (new 10), StubFigure.java (changed)
jpdaigle 2005-05-25 02:26 Rev.: 216

Bug #251 - ReqElemOrJoin creation.
Basic implementation works, undo/redo working.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: OrJoinFigure.java (new)
jmcmanus 2005-05-24 23:26 Rev.: 213

Better handling of end point rotation using ET's Polygon figure.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures: EndPointFigure.java (changed)
jkealey 2005-05-24 17:03 Rev.: 208

bug 246 - start point smaller, found bug in eclipse framework that was fixed for 3.0.2/3.1

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: StartPointFigure.java (changed), StubFigure.java (changed)
etremblay 2005-05-24 03:09 Rev.: 201

Changed the EndPointFigure to use the Polyline figure. We should never overwrite the paint method of our figures to draw them, or only in last resort.
This fix the bug where the end point figure didn't refresh well when you moved the node just before. But it doesn't fix bug 258.

0 lines of code changed in 1 file:

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

(22 more)

Generated by StatCVS 0.6.0