Directory src/seg/jUCMNav/figures/router/

Directory Created:
2005-03-04 22:18
Total Files:
4
Deleted Files:
1
Lines of Code:
859

[root]/src/seg/jUCMNav/figures/router

Lines of Code

src/seg/jUCMNav/figures/router/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 63 (100.0%) 859 (100.0%) 13.6
jkealey 31 (49.2%) 564 (65.7%) 18.1
etremblay 21 (33.3%) 295 (34.3%) 14.0
jpdaigle 7 (11.1%) 0 (0.0%) 0.0
jmcmanus 2 (3.2%) 0 (0.0%) 0.0
jfroy 2 (3.2%) 0 (0.0%) 0.0

Most Recent Commits

jfroy 2006-01-29 20:34 Rev.: 669

Merge of GRL branch with the main trunk

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: UCMConnectionRouter.java (changed)
jkealey 2006-01-12 19:47 Rev.: 634

fixed javadoc

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: UCMConnectionRouter.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.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: UCMConnectionRouter.java (changed)
jkealey 2005-09-05 17:55 Rev.: 544

made code more robust where Gunter reported an exception.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: UCMConnectionRouter.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.

19 lines of code changed in 5 files:

  • src/seg/jUCMNav/figures/router: BSpline.java (changed), BSplineConnectionRouter.java (del), ConnectionID.java (changed), UCMConnectionRouter.java (changed), package.html (new 19)
jpdaigle 2005-07-12 01:13 Rev.: 458

JP: javadoc improvements on private-visibility methods

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures/router: BSpline.java (changed), UCMConnectionRouter.java (changed)
jkealey 2005-07-11 16:43 Rev.: 455

bug 359 - mode now affects all editors;
undiscovered regression bug - stub labels sometimes didn't move;
cleaned&commented (javadoc) seg.jUCMNav.editparts;
moved remaining stub code from PathNodeEditPart to StubEditPart;
moved remaiining condition code form LabelEditPart to ConditionEditPart

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: UCMConnectionRouter.java (changed)
jkealey 2005-06-29 08:10 Rev.: 438

had broken connects

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: UCMConnectionRouter.java (changed)
jkealey 2005-06-29 07:49 Rev.: 437

and fork / and join figures

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: UCMConnectionRouter.java (changed)
jkealey 2005-06-27 19:40 Rev.: 428

bug 335: palette wording
bug 344: extracted more strings

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: UCMConnectionRouter.java (changed)
jkealey 2005-06-22 15:20 Rev.: 404

bug 320 - connection router had a bug with loops. bug fixed and should be even more efficient!

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures/router: BSpline.java (changed), UCMConnectionRouter.java (changed)
jkealey 2005-06-22 04:29 Rev.: 403

bug 320 - loops; to investigate: given this preliminary version, what is okay, what is not. I think it looks pretty good but I haven't tested everything thoroughly. I know that it is too restrictive concerning paths that have a stub that should be considered to contain a start/end point, but for simplicity's sake, I think the workarounds are sufficient.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures/router: BSpline.java (changed), UCMConnectionRouter.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.

441 lines of code changed in 3 files:

  • src/seg/jUCMNav/figures/router: BSpline.java (changed), BSplineConnectionRouter.java (changed), UCMConnectionRouter.java (new 441)
jkealey 2005-06-17 17:57 Rev.: 379

bug 191 - connects -> improvements in deletion. i think there remains a bug where you do something, then undo it, then select a timer and the app causes an error because the connect path isn't the 2nd input, its the 1st. unable to repro but asking for testing.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.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.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
jpdaigle 2005-06-16 02:54 Rev.: 369

JP: Mega commit! Fixed all 120 javadoc warnings on public members, and made the build script a tiny bit less verbose.
Added meaningful javadoc location where possible.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed), ConnectionID.java (changed)
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/router: BSplineConnectionRouter.java (changed)
jkealey 2005-06-15 03:43 Rev.: 363

improved connection router performance

104 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed), ConnectionID.java (new 104)
jmcmanus 2005-06-03 02:58 Rev.: 285

Can now add Conditions on NodeConnections. Few bugs: delete is broken and need a ChangeNameCommand for direct editting.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.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.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
jkealey 2005-05-28 16:20 Rev.: 249

fixed a bug where the connection router crashed; added more defensive code. we really need to refactor the router and strengthen the code.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.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 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
jkealey 2005-05-27 03:26 Rev.: 242

added merge start/end, fixed bug where connection router didn't refresh properly.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
jkealey 2005-05-26 16:12 Rev.: 234

fixed andjoin rotation problem.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
jmcmanus 2005-05-25 03:58 Rev.: 217

Stubs and Responsabilities now rotate with spline.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
jkealey 2005-05-24 04:12 Rev.: 202

fixed bug 258; end point problems.
fixed major command stack problems relating to create map / delete map.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
jkealey 2005-05-20 22:29 Rev.: 195

connection router now always refreshes end points.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
jkealey 2005-05-20 22:27 Rev.: 194

even better end point rotation. now being refreshed by the connection router. seems it doesn't always get refreshed 100% properly though but we're getting there.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
jkealey 2005-05-19 22:22 Rev.: 179

bug 244 - connection router bug; i don't know why this happens at the high level but this quick fix works. will suppose bug happens during commands, when the ucm is in an inconsistent state.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
jpdaigle 2005-05-13 04:44 Rev.: 136

Typo fixing to test updated cruisecontrol config.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
etremblay 2005-05-09 21:26 Rev.: 117

- Fixed the position of the component label. According to the old UCMNav, it has to be on top of components.
- Added some Math.round in BSpline.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSpline.java (changed)
jpdaigle 2005-05-06 04:25 Rev.: 107

JP: Typo cleanup.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
jpdaigle 2005-05-06 03:10 Rev.: 106

JP: First OR-Fork implementation. Caution: no undo, no delete, no multiple branches (>2) for now.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
etremblay 2005-05-06 01:23 Rev.: 105

Fixed with Jason the "swigy" line when you create a path ;).
Now the path is straight.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSpline.java (changed)
etremblay 2005-04-14 17:19 Rev.: 67

Fixed a bug where the connection router didn't refresh after a remove of a connection.
Fixed a bug where a component was remove two times from the layer when we undid it's creation.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
etremblay 2005-03-30 18:18 Rev.: 57

BSplineConnectionRouter performance is far better. The router only refresh the splines that needs to get refreshed from the action of the user on the diagram.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures/router: BSpline.java (changed), BSplineConnectionRouter.java (changed)
etremblay 2005-03-29 20:04 Rev.: 54

Commented the functions for all the following package:
- editors
- emf
- figures
- figures.router

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures/router: BSpline.java (changed), BSplineConnectionRouter.java (changed)
etremblay 2005-03-28 15:48 Rev.: 50

- You can add multiple path in one diagram.
- The path tool is close to work like planned.
- To extend a path, select the end point of the path you want to extends, select the end point tool and then click where you want to extend.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures/router: BSpline.java (changed), BSplineConnectionRouter.java (changed)
etremblay 2005-03-16 03:57 Rev.: 44

- You can now add a EmptyPoint and a Responsibility on a NodeConnection.
- Now each editpart know about the root model (The PathGraph). It's easier to make the commands this way.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/figures/router: BSplineConnectionRouter.java (changed)
etremblay 2005-03-15 22:05 Rev.: 43

- The new model is now working.
- Creating path works (do/undo)
- Extending path works (do/undo)
- SplitLinkCommand doesn't work
- BSplineConnectionRouter works #1!

0 lines of code changed in 1 file:

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

(5 more)

Generated by StatCVS 0.6.0