[root]/src/seg/jUCMNav/editpolicies/element
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 72 (100.0%) | 701 (100.0%) | 9.7 |
jfroy | 22 (30.6%) | 408 (58.2%) | 18.5 |
jkealey | 40 (55.6%) | 178 (25.4%) | 4.4 |
etremblay | 6 (8.3%) | 115 (16.4%) | 19.1 |
jpdaigle | 1 (1.4%) | 0 (0.0%) | 0.0 |
jmcmanus | 3 (4.2%) | 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:
bug 420: LinkRef bendpoint not correctly positioned when zoomed
0 lines of code changed in 1 file:
Ended name change.
39 lines of code changed in 2 files:
Name change for EvaluationScenario (now called Strategy)
36 lines of code changed in 3 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:
Evaluation scenario view added.
0 lines of code changed in 1 file:
Merge of GRL branch with the main trunk
333 lines of code changed in 11 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 3 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 2 files:
fixed a few javadoc issues
0 lines of code changed in 1 file:
bug 344 - localization wizard
0 lines of code changed in 1 file:
Cleaned/commented seg.jUCMNav.model.commands.delete, except for most of the hard ones: DeleteMultiNodeCommand, DeletePathCommand, DeletePluginCommand, DeleteStartNCEndCommand;
Created new command tests.
Added headers in seg.jUMCNav.tests.*
0 lines of code changed in 1 file:
bug 359 - had forgotten to set new maps to current mode;
fixed bugs in ET's resp view that sometimes made the app crash
fixed a few javadoc tags
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
25 lines of code changed in 10 files:
1 line somehow got deleted on version 1.13, Fri Jun 17 16:57:12 2005 UTC
0 lines of code changed in 1 file:
bug 340 - disconnect timeout path action.
0 lines of code changed in 1 file:
bug 320 - more loop+deletion faux pas
0 lines of code changed in 1 file:
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:
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
0 lines of code changed in 2 files:
Delete of PluginBindings/InBinding/OutBinding are now done using Compounds commands. This improve code reuse a lot.
0 lines of code changed in 1 file:
Internationalization of all the strings.
0 lines of code changed in 2 files:
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:
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 all except one eContainer which is used for a good reason.
0 lines of code changed in 1 file:
fork/joins now support more than two in/outs path. we're really going to need some auto placement stuff for this. (and fix the and figures)
0 lines of code changed in 1 file:
can now delete node connections that exit forks, enter joins or exit/enter stubs.
27 lines of code changed in 1 file:
delete no works properly in outline. (no longer crashes)
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:
user can now delete pathnode with multiple in/outs.
0 lines of code changed in 1 file:
removed forgotten debug line
0 lines of code changed in 1 file:
initial version of map deletion. note: major problem subsists with the command stack and add/delete map. discovered it while doing deletion, but exists since addition.
28 lines of code changed in 1 file:
now can delete any pathnode with 1 in, 1 out.
now can delete components and responsibilities in outline
build script modified to include help.xml
98 lines of code changed in 5 files:
oops, forgot to commit this earlier on. (for cutpath fix)
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:
path nodes now once again have feedback when moved.
removed dependency to non-resizable edit policy and modified the edit policy so that the resize shows illegal sign.
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:
bug 212 - now can delete components.
quick fix on path node deletion
0 lines of code changed in 1 file:
Labels can now be deleted
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.
115 lines of code changed in 3 files: