[root]/src/seg/jUCMNav/model/commands/changeConstraints
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 82 (100.0%) | 1150 (100.0%) | 14.0 |
jfroy | 32 (39.0%) | 983 (85.5%) | 30.7 |
etremblay | 10 (12.2%) | 146 (12.7%) | 14.6 |
jkealey | 26 (31.7%) | 21 (1.8%) | 0.8 |
jpdaigle | 10 (12.2%) | 0 (0.0%) | 0.0 |
jmcmanus | 4 (4.9%) | 0 (0.0%) | 0.0 |
Created command test cases for GRL
Fixed bug when saving Evaluation and LinkRef
0 lines of code changed in 1 file:
fixed resource file problems.
0 lines of code changed in 2 files:
Added extension point for the Strategy algorithms
0 lines of code changed in 1 file:
Fixed actor references labels (position and feedback)
0 lines of code changed in 1 file:
Fixed javadoc problems
0 lines of code changed in 1 file:
Externalize String
0 lines of code changed in 5 files:
Added labels in commands
0 lines of code changed in 3 files:
Merge of GRL branch with the main trunk
983 lines of code changed in 13 files:
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 7 files:
bug 398 - disconnect doesn't work in outline. also fixed problem that bound connects to componentref on move
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:
cleaned/commented (thankfully was already done) seg.jUCMNav.model.commands.changeConstraints
21 lines of code changed in 9 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 2 files:
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 3 files:
Reformatting the model files. Allowing mcmanus to prove a point - he was right :)
0 lines of code changed in 7 files:
Internationalization of all the strings.
0 lines of code changed in 7 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 254 - removed some eContainers
0 lines of code changed in 2 files:
bug 235 - split link now binds new elements with parent.
0 lines of code changed in 1 file:
Labels now appear at correct place (maybe not for ComponentLabels).
Fixed a bug where LabelSetConstraintCommand did not implement JUCMNavCommand.
Implemented the command tests for labels.
Removed editpolicies.directedit and ChangeLabelNameCommand (these where committed accidently by me).
0 lines of code changed in 1 file:
Labels for ComponentRefs added. Changed most of the old Label logic.
0 lines of code changed in 1 file:
implemented tests for new commands (component bind/unbind, deletion)
0 lines of code changed in 1 file:
bug 134&135 - jUCMNav now with binding and unbinding by movement in the editor and by contextual menus.
0 lines of code changed in 2 files:
first commit for bug 134
0 lines of code changed in 4 files:
bug 189 fixed for LabelSetConstraintsCommand
0 lines of code changed in 1 file:
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.
146 lines of code changed in 3 files: