Directory src/seg/jUCMNav/editpolicies/feedback/

Directory Created:
2005-04-25 21:55
Total Files:
6
Deleted Files:
2
Lines of Code:
455

[root]/src/seg/jUCMNav/editpolicies/feedback

Lines of Code

src/seg/jUCMNav/editpolicies/feedback/ Lines of Code

Developers

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

Most Recent Commits

jfroy 2006-03-13 06:34 Rev.: 801

Fixed actor references labels (position and feedback)

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editpolicies/feedback: LabelFeedbackEditPolicy.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/editpolicies/feedback: ConnectionFeedbackEditPolicy.java (changed)
jfroy 2006-01-29 20:34 Rev.: 669

Merge of GRL branch with the main trunk

120 lines of code changed in 5 files:

  • src/seg/jUCMNav/editpolicies/feedback: ComponentFeedbackEditPolicy.java (changed), ConnectionFeedbackEditPolicy.java (new 70), GrlNodeFeedbackEditPolicy.java (new 50), LabelFeedbackEditPolicy.java (changed), NodeConnectionFeedbackEditPolicy.java (del)
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/editpolicies/feedback: LabelFeedbackEditPolicy.java (changed)
jkealey 2005-07-14 03:14 Rev.: 475

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:

  • src/seg/jUCMNav/editpolicies/feedback: LabelFeedbackEditPolicy.java (changed)
jkealey 2005-07-12 02:47 Rev.: 459

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:

  • src/seg/jUCMNav/editpolicies/feedback: ComponentFeedbackEditPolicy.java (changed), LabelFeedbackEditPolicy.java (changed), NodeConnectionFeedbackEditPolicy.java (changed), PathNodeNonResizableEditPolicy.java (changed), package.html (new 22)
jkealey 2005-06-14 23:37 Rev.: 360

bug 305 - double moving of conditions fixed. refactored mapandpathgraphxylayouteditpolicy

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editpolicies/feedback: LabelFeedbackEditPolicy.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/editpolicies/feedback: ComponentFeedbackEditPolicy.java (changed)
jkealey 2005-06-06 20:33 Rev.: 301

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:

  • src/seg/jUCMNav/editpolicies/feedback: LabelFeedbackEditPolicy.java (changed)
jkealey 2005-06-03 20:37 Rev.: 288

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:

  • src/seg/jUCMNav/editpolicies/feedback: LabelFeedbackEditPolicy.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/editpolicies/feedback: ComponentFeedbackEditPolicy.java (changed)
jkealey 2005-05-30 19:44 Rev.: 261

had broken feedback on labels when moving.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editpolicies/feedback: LabelFeedbackEditPolicy.java (changed)
jkealey 2005-05-30 06:10 Rev.: 253

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:

  • src/seg/jUCMNav/editpolicies/feedback: LabelFeedbackEditPolicy.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/editpolicies/feedback: PathNodeNonResizableEditPolicy.java (changed)
jkealey 2005-05-27 13:43 Rev.: 245

improved feedback on labels.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editpolicies/feedback: LabelFeedbackEditPolicy.java (changed)
jkealey 2005-05-27 05:41 Rev.: 244

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:

  • src/seg/jUCMNav/editpolicies/feedback: LabelFeedbackEditPolicy.java (new 196)
jkealey 2005-05-24 23:39 Rev.: 214

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:

  • src/seg/jUCMNav/editpolicies/feedback: PathNodeNonResizableEditPolicy.java (changed)
jkealey 2005-05-24 23:01 Rev.: 211

bug 249 - hover feedback on pathnodes. is it okay?

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editpolicies/feedback: PathNodeNonResizableEditPolicy.java (changed)
jkealey 2005-05-19 21:18 Rev.: 176

bug 248 - node connections now selectable.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editpolicies/feedback: NodeConnectionFeedbackEditPolicy.java (changed)
jkealey 2005-05-18 04:23

now have feedback on component hover.

57 lines of code changed in 2 files:

  • src/seg/jUCMNav/editpolicies/feedback: ComponentFeedbackEditPolicy.java (new 57)

(4 more)

Generated by StatCVS 0.5.0