[root]/src/seg/jUCMNav/model/commands/create
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 181 (100.0%) | 2852 (100.0%) | 15.7 |
jfroy | 78 (43.1%) | 1619 (56.8%) | 20.7 |
etremblay | 24 (13.3%) | 757 (26.5%) | 31.5 |
jkealey | 43 (23.8%) | 476 (16.7%) | 11.0 |
jpdaigle | 29 (16.0%) | 0 (0.0%) | 0.0 |
jmcmanus | 7 (3.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 3 files:
Added extension point for the Strategy algorithms
0 lines of code changed in 2 files:
Fixed javadoc problems
0 lines of code changed in 2 files:
Externalize String
0 lines of code changed in 17 files:
Fix the URNlink to support multiple links type. Modification of the links display in UCM
0 lines of code changed in 1 file:
Added URNlink dialog, actions and commands
103 lines of code changed in 1 file:
Added labels in commands
0 lines of code changed in 10 files:
Ended name change.
83 lines of code changed in 3 files:
Name change for EvaluationScenario (now called Strategy)
86 lines of code changed in 6 files:
Fixed direction of Dependency (depender is the target and dependee is the source of the link)
262 lines of code changed in 4 files:
Added:
-Delete commands for scenario and evaluation
-Delete action for evaluation
Fixed:
-NullPointer exception with scenarioView (in property view)
-Adding new elements in model when in scenario view
-Contribution and decomposition refresh
-Dispose labels in IntentionalElementEditPart and LinkRefEditPart
0 lines of code changed in 1 file:
Added implement JUCMNavCommand
0 lines of code changed in 1 file:
Evaluation scenario view added.
95 lines of code changed in 3 files:
Merge of GRL branch with the main trunk
798 lines of code changed in 13 files:
Extracted a bunch of strings, translated language files to French.
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.
192 lines of code changed in 11 files:
bugs 372 - 378 - 380 - 379 - 273 - 375 - massive changes in deletion command infrastructure. mainly refactoring but also various functionality additions
also committing minor changes to the twiki plugin created by JFRoy and an ant script to generate javadoc on a windows machine.
0 lines of code changed in 1 file:
bug 344 - localization wizard
0 lines of code changed in 1 file:
Cleaned/documented seg.jUCMNav.model.commands.create;
217 lines of code changed in 8 files:
cleaned a bit of seg.jUCMNav.model.commands.create; replaced four 200+ line classes by one 34 line one.
0 lines of code changed in 9 files:
fix for various issues brougt up by Daniel.
0 lines of code changed in 2 files:
bug 191 - connections; initial work implemented. a few bugs remain but are not critical; mostly delete issues concerning delete multinode which I want refactored anyways. todo: improve usability with drag & drop connections and element position
171 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:
Reformatting the model files. Allowing mcmanus to prove a point - he was right :)
0 lines of code changed in 12 files:
Renamed some command.
DeletePluginCommand is working.
When you check the checkbox of a map in the maplist of StubBindingsDialog it create a Plugin, if you unselect it, it deletes it.
The AddBindings section just edit the first plugin right now. But you can now create more than one PluginBinding with a dynamic stub.
333 lines of code changed in 6 files:
Internationalization of all the strings.
0 lines of code changed in 12 files:
Now all actions done in the StubBindingsDialog are commands. They can be undone individually in the editor after, so that's bad! But it'll be fixed soon.
0 lines of code changed in 3 files:
Updated behavior for displaying conditions (will only be displayed if there is a label to display)
0 lines of code changed in 3 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 7 files:
And/Or Joins: Adding a join is now supported from the palette and in the EmptyPoint context menu. These actions trigger creation of a mini-path with a new StartPoint.
0 lines of code changed in 2 files:
upgraded command tests to the new delegating command stack; wrote tests for all model commands except one, which will fail and invite JPD to code it.
0 lines of code changed in 3 files:
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:
can now add maps; see contextual menu of URNspec.
88 lines of code changed in 1 file:
Ahem - simple pre/post condition checking on fork create commands.
0 lines of code changed in 2 files:
+ Fork creation refactoring (generalizing commands)
+ Better palette support for fork creation
0 lines of code changed in 4 files:
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:
Typo fixing to test updated cruisecontrol config.
0 lines of code changed in 1 file:
bug 225: now sanitizes the URNspec when loaded. resolves any naming conflicts or duplicate IDs.
labels no longer set any names
now need to ensure that modelcreationfactory generates IDs/names that don't conflict (not just the next time you open the file)
0 lines of code changed in 1 file:
bug 225: first draft at naming/identifying model elements. currently chokes on old files. doesn't check to see if names are unique; doesn't perform sanity check at start.
0 lines of code changed in 4 files:
(10 more)