[root]/src/seg/jUCMNav/figures/router
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 |
Merge of GRL branch with the main trunk
0 lines of code changed in 1 file:
fixed javadoc
0 lines of code changed in 1 file:
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:
made code more robust where Gunter reported an exception.
0 lines of code changed in 1 file:
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:
JP: javadoc improvements on private-visibility methods
0 lines of code changed in 2 files:
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:
had broken connects
0 lines of code changed in 1 file:
and fork / and join figures
0 lines of code changed in 1 file:
bug 335: palette wording
bug 344: extracted more strings
0 lines of code changed in 1 file:
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:
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:
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:
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:
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:
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:
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:
improved connection router performance
104 lines of code changed in 2 files:
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:
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:
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:
- 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:
added merge start/end, fixed bug where connection router didn't refresh properly.
0 lines of code changed in 1 file:
fixed andjoin rotation problem.
0 lines of code changed in 1 file:
Stubs and Responsabilities now rotate with spline.
0 lines of code changed in 1 file:
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:
connection router now always refreshes end points.
0 lines of code changed in 1 file:
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:
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:
Typo fixing to test updated cruisecontrol config.
0 lines of code changed in 1 file:
- 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:
JP: Typo cleanup.
0 lines of code changed in 1 file:
JP: First OR-Fork implementation. Caution: no undo, no delete, no multiple branches (>2) for now.
0 lines of code changed in 1 file:
Fixed with Jason the "swigy" line when you create a path ;).
Now the path is straight.
0 lines of code changed in 1 file:
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:
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:
Commented the functions for all the following package:
- editors
- emf
- figures
- figures.router
0 lines of code changed in 2 files:
- 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:
- 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:
- 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:
(5 more)