[root]/src/seg/jUCMNav/editors/actionContributors
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 80 (100.0%) | 1037 (100.0%) | 12.9 |
jkealey | 38 (47.5%) | 692 (66.7%) | 18.2 |
jfroy | 22 (27.5%) | 286 (27.6%) | 13.0 |
etremblay | 5 (6.3%) | 59 (5.7%) | 11.8 |
jpdaigle | 11 (13.8%) | 0 (0.0%) | 0.0 |
jmcmanus | 4 (5.0%) | 0 (0.0%) | 0.0 |
Created command test cases for GRL
Fixed bug when saving Evaluation and LinkRef
0 lines of code changed in 2 files:
bug found by gunter with hiding stub labels
0 lines of code changed in 1 file:
Externalize String
0 lines of code changed in 1 file:
Added URNlink dialog, actions and commands
0 lines of code changed in 2 files:
Added option to import URN element in the selected file. Added option to autolayout only imported diagrams.
0 lines of code changed in 2 files:
Name change for EvaluationScenario (now called Strategy)
81 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 2 files:
Evaluation scenario view added.
0 lines of code changed in 2 files:
Merge of GRL branch with the main trunk
205 lines of code changed in 4 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.
0 lines of code changed in 4 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 359 - mode now affects all editors;
undiscovered regression bug - stub labels sometimes didn't move;
cleaned&commented (javadoc) seg.jUCMNav.editparts;
moved remaining stub code from PathNodeEditPart to StubEditPart;
moved remaiining condition code form LabelEditPart to ConditionEditPart
0 lines of code changed in 1 file:
changed an old org.eclipse.gef string
0 lines of code changed in 1 file:
added javadoc to seg.jUCMNav.editors.actionContributors
22 lines of code changed in 5 files:
bug 335: palette wording
bug 344: extracted more strings
0 lines of code changed in 3 files:
bug 340 - disconnect timeout path action.
0 lines of code changed in 2 files:
bug 337 - escape selects the selection tool. also fixed a bug with right-click that sometimes caused the app to enter a nullpointerexception loop.
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:
bugs 194, 195: timeout paths and waitingplace/timer conditions. took 10 minutes to implement timeout paths, 5 hours to get the friggen timeout path figure refreshed when moving path nodes that are not directly linked. i have not managed to succeed in replicating the behaviour for stub labels.
0 lines of code changed in 2 files:
bug 308 - can add map on maps now
0 lines of code changed in 1 file:
bug 306 - view mode works in all maps
0 lines of code changed in 1 file:
added other option in mode dropdown -> hide empty points (and not stub labels)
0 lines of code changed in 1 file:
multiple view modes: can now choose to hide empty points and stub labels.
305 lines of code changed in 2 files:
Internationalization of all the strings.
0 lines of code changed in 1 file:
Bug 292: Transmogrify now split into separate commands, for AND and OR, and given more descriptive name: "Convert to ..."
0 lines of code changed in 2 files:
Updated behavior for displaying conditions (will only be displayed if there is a label to display)
0 lines of code changed in 2 files:
- Changed the stub bindings view to be a dialog.
- Use the edit plugins action in the action menu on the stub or use the properties (the item Plugins) to open this dialog.
- There still a lot of bugs in the dialog... Specially if you expand/close the sections...
0 lines of code changed in 2 files:
Export wizard now available for Maps. Can only save to BMP and JPEG due to framework limitations.
0 lines of code changed in 2 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 2 files:
bug 276 - merge start/end action
0 lines of code changed in 2 files:
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 2 files:
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:
Bug 268, Bug 269 - Allow changing Or/And Join/Fork to the other type (Or <-> And) through the "Transmogrify" command.
0 lines of code changed in 2 files:
surprise feature of the day: direct edit on labels.
added code to AddAndForkAction to allow to add it on node connections.
fixed bug where delete path node's label didn't refresh screen.
0 lines of code changed in 1 file:
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 1 file:
Bug #250 - support creation of AND-Joins
0 lines of code changed in 2 files:
Bug #251 - ReqElemOrJoin creation.
Basic implementation works, undo/redo working.
0 lines of code changed in 2 files:
Bug 223 - Refactored UCMNavMultiPageEditor, commented editors package except the palette.
New files that I recommend you take a look at if you've worked with UCMNavMultiPageEditor before: ActionRegistryManager, MultiPageTabManager, MultiPageFileManager
365 lines of code changed in 1 file:
(6 more)