[root]/src/seg/jUCMNav/editparts
scenarioTreeEditparts
(0 files, 0 lines)
strategyTreeEditparts
(6 files, 477 lines)
treeEditparts
(20 files, 1753 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 338 (100.0%) | 5026 (100.0%) | 14.8 |
jfroy | 85 (25.1%) | 2406 (47.9%) | 28.3 |
jmcmanus | 37 (10.9%) | 1105 (22.0%) | 29.8 |
etremblay | 84 (24.9%) | 1071 (21.3%) | 12.7 |
jkealey | 118 (34.9%) | 444 (8.8%) | 3.7 |
jpdaigle | 14 (4.1%) | 0 (0.0%) | 0.0 |
Added extension point for the Strategy algorithms
0 lines of code changed in 5 files:
Fixed actor references labels (position and feedback)
0 lines of code changed in 1 file:
Externalize String
0 lines of code changed in 6 files:
Fix the URNlink to support multiple links type. Modification of the links display in UCM
0 lines of code changed in 4 files:
Added feedback in UCM for URNlinks
0 lines of code changed in 1 file:
Added URNlink dialog, actions and commands
0 lines of code changed in 2 files:
Name change for EvaluationScenario (now called Strategy)
0 lines of code changed in 7 files:
Added actor evaluation level.
Fixed bug when entering non integer for evaluation level
0 lines of code changed in 2 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 3 files:
looks like jfroy broke condition label hover feedback :)
0 lines of code changed in 1 file:
Added evaluation labels in evaluation scenario view.
0 lines of code changed in 1 file:
Added scenario author, color modification when scenario selected and fixed NullPointerException in Scenario view when closing the editor.
0 lines of code changed in 4 files:
Evaluation scenario view added.
0 lines of code changed in 6 files:
Fixed bugs 400, 401, 403 and 404
- Added GRL export as images
0 lines of code changed in 3 files:
Problem with the merge. Delete GRLConnectionOnBottomRootEditPart
0 lines of code changed in 1 file:
Fixed problem during the merge. Renamed file GrlConnectionOnBottomEditPart
62 lines of code changed in 1 file:
Merge of GRL branch with the main trunk
1705 lines of code changed in 19 files:
Created a URN Import extension point and related wizard. currently very simple, but sufficient for the use case to use case map conversion utility which will be packaged seperately.
Various other small modifications to import/export/autolayout extensions/wizards.
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.
639 lines of code changed in 19 files:
* bug 363 - preference page for label colors
* also created preference page for autolayout.
* added our first extension point: UseCaseMapExport.
* Refactored existing export image and autolayout code to create three extensions
* Will have to rethink UI/extension point (or create a new one) to be able to export a URNspec
0 lines of code changed in 2 files:
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:
bug 344 - localization wizard
0 lines of code changed in 2 files:
cleaned seg.jUCMNav.figures.* and added javadoc. fixed a few regression bugs I introduced earlier today. made startpoint figure use center of bounds instead of using absolute offset. cleaned JUCMNavFigure from having redudant info. merged AndFork/AndJoin figures and OrFork/OrJoin figures as they were identical.
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
0 lines of code changed in 2 files:
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
37 lines of code changed in 13 files:
fixed a few refresh problems
0 lines of code changed in 3 files:
various issues brought up by Gunter
0 lines of code changed in 1 file:
A few tweaks / cleanups. This will also serve as build test and setup test for e31 on my laptop.
0 lines of code changed in 1 file:
and fork / and join figures
101 lines of code changed in 3 files:
fix for various issues brougt up by Daniel.
0 lines of code changed in 2 files:
stupid crappy wizard always breaking the same file.
bug 338 - bold+italic
bug 336 - colors
bug 339 - can replace direction arrow as well
0 lines of code changed in 2 files:
bug 335: palette wording
bug 344: extracted more strings
0 lines of code changed in 2 files:
fixed rotation bug when two selected points were identical
0 lines of code changed in 1 file:
end point connected to start/wait/timer is no longer overlaps other figure.
0 lines of code changed in 1 file:
bug 320 - loops; to investigate: given this preliminary version, what is okay, what is not. I think it looks pretty good but I haven't tested everything thoroughly. I know that it is too restrictive concerning paths that have a stub that should be considered to contain a start/end point, but for simplicity's sake, I think the workarounds are sufficient.
0 lines of code changed in 1 file:
bug 320 - reimplemented the connection router. the new version uses JP's query framework and is a listener to model objects. is also a step forward for the implementation of nicer and joins/forks. furthermore, in my only test, this new implementation makes the command tests run 39% faster.
0 lines of code changed in 2 files:
Added some headers to classes in the EditPart package.
0 lines of code changed in 7 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
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:
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:
(100 more)