[root]/src/seg/jUCMNav/editors/palette
tools
(5 files, 459 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 33 (100.0%) | 518 (100.0%) | 15.6 |
etremblay | 10 (30.3%) | 271 (52.3%) | 27.1 |
jfroy | 5 (15.2%) | 229 (44.2%) | 45.8 |
jkealey | 13 (39.4%) | 18 (3.5%) | 1.3 |
oclift | 1 (3.0%) | 0 (0.0%) | 0.0 |
jpdaigle | 3 (9.1%) | 0 (0.0%) | 0.0 |
jmcmanus | 1 (3.0%) | 0 (0.0%) | 0.0 |
Externalize String
0 lines of code changed in 1 file:
Added actor evaluation level.
Fixed bug when entering non integer for evaluation level
0 lines of code changed in 1 file:
Merge of GRL branch with the main trunk
0 lines of code changed in 2 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.
229 lines of code changed in 1 file:
bug 357 - palette tools kept active using AbstractTool method instead of setFlag() directly. Added javadoc for seg.jUCMNav.palette and subpackages. Made generated javadoc include private members as well.
18 lines of code changed in 2 files:
bug 335: palette wording
bug 344: extracted more strings
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 2 files:
bug 195 - 196 - 183: actors, started implementing waiting place and timer. (currently simple path nodes)
0 lines of code changed in 1 file:
Internationalization of all the strings.
0 lines of code changed in 2 files:
other kinds of componentrefs are now available.
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 1 file:
Stubs no longer rotate, andforks now rotate (anchors ned to be set up with connection router to prevent overlapping of figure with splines).
Added DirectionArrow, andforks
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:
worked on some progress tests.
0 lines of code changed in 1 file:
The new meta model was generated in the code.
The start, empty and end point are not in the palette anymore. Use the path tool to create them from now on.
Deleted the marquee in the palette since the selection tool do the same thing...
0 lines of code changed in 1 file:
Added Dynamic Stub in the palette.
0 lines of code changed in 1 file:
Added a new icon for the path tool and changed it's place in the palette.
0 lines of code changed in 1 file:
24x24 Icons
0 lines of code changed in 1 file:
bug 241. wasn't calling getURNspec()
0 lines of code changed in 1 file:
bug 220 - default palette state. can someone confirm the fix?
0 lines of code changed in 1 file:
Added a PathTool. This will be the main tool to edit a path. Right it has a and-join icon in the palette.
You can only create a path with it right now and then the end point is selected by default (instead of the start point like before). The hardest part seems to be to make the tool both a creation tool and a selection tool at the same time.
I'm still trying to make this part of the path tool work. I'll commit it later.
0 lines of code changed in 1 file:
+ Fork creation refactoring (generalizing commands)
+ Better palette support for fork creation
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 1 file:
- New icon for files
- New Polygon figure class if you want to make arbitrary filled figure (draw2d doesn't have one)
- Can insert a stub in the diagram from the palette.
0 lines of code changed in 1 file:
+ OrFork creation support in the palette
+ Very Buggy And / Or fork saving
+ A few various bugfixes
+ Multipage editor support for forks
0 lines of code changed in 1 file:
Fixed bug 208. Palette crashed because of null image descriptors for large images.
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.
271 lines of code changed in 2 files: