Module src/seg/jUCMNav/editors/palette/tools/

back to main page

Summary Period: 2005-04-25 to 2006-01-29

Modules

[root]/src/seg/jUCMNav/editors/palette/tools

Lines of Code


Total Lines Of Code: 459 (2006-03-31 18:01)

Authors

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 459 (100.0%) 18.3
etremblay 5 (20.0%) 386 (84.1%) 77.2
jfroy 6 (24.0%) 56 (12.2%) 9.3
jkealey 14 (56.0%) 17 (3.7%) 1.2

Most Recent Commits

jfroy 2006-01-29 19:34

Merge of GRL branch with the main trunk

56 lines of code changed in:

jfroy 2005-10-26 22:13

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:

jkealey 2005-07-26 14:59

bug 325 - found bug with use of queries in pathtool when doing previous change.

0 lines of code changed in:

jkealey 2005-07-26 14:47

bug 331 - stumbled on something I thought the PathTool did, but wasn't true.

Now, with the pathtool selected, you can select another start/end point and extend the path (I may have broken this behaviour earlier on when introduced the deselect tool when click on PathNode

0 lines of code changed in:

jkealey 2005-07-07 19:08

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.

17 lines of code changed in:

jkealey 2005-06-27 16:26

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:

jkealey 2005-06-24 18:48

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:

jkealey 2005-06-22 03:29

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:

jkealey 2005-06-17 16:57

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:

jkealey 2005-05-25 00:36

bug 242 - added check to see if node connection lead somewhere to prevent the quick click bug

0 lines of code changed in:

etremblay 2005-05-24 22:15

Added a lot of comments in PathTool.java
Will continue to work on this to support all the behavior of the tool...

0 lines of code changed in:

etremblay 2005-05-15 04:52

PathTool seems to be working flawlessly for creating new path, then extending it... Click on any connection and an EmptyPoint will get created on the path. If you click on a connection of an other path, the EndPoint of this path will get selected so that you can continue to extend this path easily.

0 lines of code changed in:

etremblay 2005-05-14 20:15

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.

35 lines of code changed in:

etremblay 2005-04-25 20:55

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.

351 lines of code changed in:

Generated by StatCVS 0.2.4