[root]/src/seg/jUCMNav/editors
actionContributors
(6 files, 1037 lines)
palette
(3 files, 518 lines)
tools
(5 files, 459 lines)
resourceManagement
(4 files, 571 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 172 (100.0%) | 2636 (100.0%) | 15.3 |
jkealey | 83 (48.3%) | 1980 (75.1%) | 23.8 |
jfroy | 23 (13.4%) | 455 (17.3%) | 19.7 |
etremblay | 57 (33.1%) | 201 (7.6%) | 3.5 |
oclift | 1 (0.6%) | 0 (0.0%) | 0.0 |
jpdaigle | 6 (3.5%) | 0 (0.0%) | 0.0 |
jmcmanus | 2 (1.2%) | 0 (0.0%) | 0.0 |
Bug 381: 3.1: remove extra items from contextual menus
(forgot to commit GRL)
0 lines of code changed in 1 file:
Bug 381: 3.1: remove extra items from contextual menus
0 lines of code changed in 1 file:
bug 382: getting rid of: org.eclipse.ui.PartInitException: Warning: Detected recursive attempt by part seg.jUCMNav.MainEditor to create itself (this is probably, but not necessarily, a bug) a
0 lines of code changed in 1 file:
0 lines of code changed in 1 file:
Merge of GRL branch with the main trunk
0 lines of code changed in 7 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.
184 lines of code changed in 8 files:
added graphical overview in outline; according to my tests, it should be okay but needs to be tested more extensively
0 lines of code changed in 2 files:
Fix references to RessourceTrackers and fix the problem with the new editor option (in Eclipse 3.1)
0 lines of code changed in 1 file:
bad includes.
0 lines of code changed in 1 file:
Fix code to support UrnEditor
0 lines of code changed in 4 files:
Added the editor superclass UrnEditor, to implement others urn editors used in the MultiPageEditor.
0 lines of code changed in 1 file:
Added the editor superclass UrnEditor, to implement others urn editors used in the MultiPageEditor.
271 lines of code changed in 1 file:
bug 388 - property sheet used first page's command stack instead of DelegatingCommandStack.
0 lines of code changed in 1 file:
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 4 files:
Small bug fix. RespView now update correctly when you switch between editors and when you close them.
The view will update when you add a new map.
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:
Selection synchronizing between resp view and the editor.
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:
various issues brought up by Gunter
0 lines of code changed in 1 file:
added javadoc for seg.jUCMNav.editors and seg.jUCMNav.editors.resourceManagement. Moved outline to seg.jUCMNav.views.outline package.
18 lines of code changed in 9 files:
esc now removes selection
0 lines of code changed in 1 file:
Pretty big commit!
Refactored the composite list control to be useable with something else than the responsibility list.
The resp view will now refresh properly when you add/remove/change a responsibility in the map.
The rep view will change when you change the tab in the editor (won't change if you use the outline). Now anything can listen to know when the tab changes.
16 lines of code changed in 3 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 331 - if click with path tool on pathnode, pathnode will be selected and tool will be unloaded. also, right-middle click anywhere with an active tool will unload it. (for gunter)
0 lines of code changed in 1 file:
bug 316 - post error when load fails.
0 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:
Code Style: a class member should start with a lowercase letter; only the first letter in an acronym should be capitalized.
0 lines of code changed in 1 file:
had bug with last edit location when the ucm/jucm file was opened by something other than the multipage editor, in eclipse.
0 lines of code changed in 1 file:
Internationalization of all the strings.
0 lines of code changed in 6 files:
Workaround for bug on linux eclipse.
0 lines of code changed in 1 file:
bug 194 - pre/post conditions now appear on start/end. more tests pass! simply missing timer/wait. note that conditions on existing start/end points will overlap the label but for new start/end points, it should be positioned better.
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 1 file:
added most context menu related progress tests.
0 lines of code changed in 1 file:
- Can now double click on static stub to open the associated map.
- To change the associated map of a static stub, select a stub and select a map from the list in the Connect Map section of the Stub Bindings view.
- This view is far from finished. It's more a prototype right now that will evolve to a final version. Eclipse Forms layouts are really not fun. The view currently only work for static stubs. The actions done when you add a plugin is not a command, so use the view at your own risk right now...
- New icons for dynamic stubs, path tool 24, bindings.
0 lines of code changed in 2 files:
bug 145 - ReqBrowseHistory
125 lines of code changed in 3 files:
bug 274 - when adding/removing a map, had problems with subsequent tab naming.
0 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:
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:
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 1 file:
(46 more)