[root]/src/seg/jUCMNav/editpolicies/feedback
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 34 (100.0%) | 455 (100.0%) | 13.3 |
jkealey | 22 (64.7%) | 275 (60.4%) | 12.5 |
jfroy | 8 (23.5%) | 120 (26.4%) | 15.0 |
jpdaigle | 2 (5.9%) | 60 (13.2%) | 30.0 |
etremblay | 2 (5.9%) | 0 (0.0%) | 0.0 |
Fixed actor references labels (position and feedback)
0 lines of code changed in 1 file:
Evaluation scenario view added.
0 lines of code changed in 1 file:
Merge of GRL branch with the main trunk
120 lines of code changed in 5 files:
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:
two things that popped into my head this morning; 1) connects no longer bound when say bound enclosed elements; 2) hover feedback on element when its label is hovered; helps distinguish alternatives.
0 lines of code changed in 1 file:
new feature: use pathtool/fork/join from palette on fork/join and a new branch will be added.
fixed a bug introduced during cleanup in LabelEditPart.
cleaned up seg.jUCMNav.editpolicies.* and wrote javadoc
22 lines of code changed in 5 files:
bug 305 - double moving of conditions fixed. refactored mapandpathgraphxylayouteditpolicy
0 lines of code changed in 1 file:
other kinds of componentrefs are now available.
0 lines of code changed in 1 file:
bug 194 - pre/post conditions now appear on start/end. more tests pass! simply missing timer/wait. note that conditions on existing start/end points will overlap the label but for new start/end points, it should be positioned better.
0 lines of code changed in 1 file:
bug 280, bug 281 - cleaned up condition code. should no longer cause half the application to crash. can be deleted, can have their text changed. no restriction on which node connections can have conditions yet.
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:
had broken feedback on labels when moving.
0 lines of code changed in 1 file:
can now delete paths. ctrl-a now working. click on a start-end point to delete a path. forks/joins dissapear when no longer necessary. stubs get deleted when illegal. command that could be used to disconnect branches is implemented and used internally. current implementation is valid if no stub bindings are made. current implementation does not always delete all elements in a map. sometimes have to delete multiple times to get rid of all elements. sometimes means when many joins/forks are present.
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:
improved feedback on labels.
0 lines of code changed in 1 file:
preliminary feedback on hover of labels. please tell me if you like it. if so, i will clean it, otherwise will remove it.
196 lines of code changed in 1 file:
bug 249 - code reverted. Etienne cried because it was so ugly. We'll implement a solution for each distinct path node. No generic solutions tonight :( (Furthermore, the .erase() screwed up multiple selections)
0 lines of code changed in 1 file:
bug 249 - hover feedback on pathnodes. is it okay?
0 lines of code changed in 1 file:
bug 248 - node connections now selectable.
0 lines of code changed in 1 file:
now have feedback on component hover.
57 lines of code changed in 2 files:
added selection feedback on node connections, made cutpath work on these
0 lines of code changed in 1 file:
Added quick autolayout tool to source control, in same branch, because fairly localized and currently stable (if you have graphviz dot installed in the right directory).
0 lines of code changed in 1 file:
JP: Typo cleanup - renamed class PathNodeNonRezizableEditPolicy to PathNodeNonResizableEditPolicy. Better do it sooner than later.
60 lines of code changed in 2 files:
Refactored a lot of packages to better reflect our strategy for the future.
Corrected some bugs to follow some guidelines we defined earlier.
Extracted the RessourceTracker class from UCMEditor.
0 lines of code changed in 1 file: