Directory src/seg/jUCMNav/model/commands/transformations/

Directory Created:
2005-04-25 21:55
Total Files:
14
Deleted Files:
9
Lines of Code:
2224

[root]/src/seg/jUCMNav/model/commands/transformations
                            directory in repo internal (4 files, 488 lines)

Lines of Code

src/seg/jUCMNav/model/commands/transformations/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 184 (100.0%) 2416 (100.0%) 13.1
etremblay 31 (16.8%) 1413 (58.5%) 45.5
jkealey 85 (46.2%) 598 (24.8%) 7.0
jfroy 42 (22.8%) 206 (8.5%) 4.9
jpdaigle 25 (13.6%) 199 (8.2%) 7.9
jmcmanus 1 (0.5%) 0 (0.0%) 0.0

Most Recent Commits

jkealey 2006-03-27 19:23 Rev.: 838

bug 341: automatic update of pluginbinding properties

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: ChangeLabelNameCommand.java (changed)
jfroy 2006-03-23 08:30 Rev.: 831

Created command test cases for GRL
Fixed bug when saving Evaluation and LinkRef

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: AddBeliefToIntentionalElementRefCommand.java (changed)
jfroy 2006-03-06 22:13 Rev.: 791

Externalize String

0 lines of code changed in 9 files:

  • src/seg/jUCMNav/model/commands/transformations: AddBeliefToIntentionalElementRefCommand.java (changed), AttachBranchCommand.java (changed), ChangeGrlNodeNameCommand.java (changed), ChangeLabelNameCommand.java (changed), DividePathCommand.java (changed), MergeStartEndCommand.java (changed), ReplaceEmptyPointCommand.java (changed), ReplacePluginCommand.java (changed), TrimEmptyNodeCommand.java (changed)
jfroy 2006-02-23 02:02 Rev.: 749

Added labels in commands

0 lines of code changed in 9 files:

  • src/seg/jUCMNav/model/commands/transformations: AddBeliefToIntentionalElementRefCommand.java (changed), AttachBranchCommand.java (changed), ChangeGrlNodeNameCommand.java (changed), ChangeLabelNameCommand.java (changed), DividePathCommand.java (changed), MergeStartEndCommand.java (changed), ReplaceEmptyPointCommand.java (changed), ReplacePluginCommand.java (changed), TrimEmptyNodeCommand.java (changed)
jfroy 2006-02-15 23:34 Rev.: 732

Fixed bug with Actor label (changing name when editing label value)

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: ChangeLabelNameCommand.java (changed)
jfroy 2006-01-29 20:34 Rev.: 669

Merge of GRL branch with the main trunk

206 lines of code changed in 12 files:

  • src/seg/jUCMNav/model/commands/transformations: AddBeliefToIntentionalElementRefCommand.java (new 65), AttachBranchCommand.java (changed), ChangeGrlNodeNameCommand.java (new 141), ChangeLabelNameCommand.java (changed), CutPathCommand.java (changed), DividePathCommand.java (changed), ExtendPathCommand.java (changed), MergeStartEndCommand.java (changed), ReplaceEmptyPointCommand.java (changed), ReplacePluginCommand.java (changed), SplitLinkCommand.java (changed), TransmogrifyForkOrJoinCommand.java (changed)
jkealey 2006-01-24 18:40 Rev.: 655

Extracted a bunch of strings, translated language files to French.

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/model/commands/transformations: AttachBranchCommand.java (changed), ChangeLabelNameCommand.java (changed), TransmogrifyForkOrJoinCommand.java (changed)
jfroy 2005-10-26 23:13 Rev.: 585

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 10 files:

  • src/seg/jUCMNav/model/commands/transformations: ChangeLabelNameCommand.java (changed), CutPathCommand.java (changed), DividePathCommand.java (changed), ExtendPathCommand.java (changed), MergeStartEndCommand.java (changed), ReplaceEmptyPointCommand.java (changed), ReplacePluginCommand.java (changed), SplitLinkCommand.java (changed), TransmogrifyForkOrJoinCommand.java (changed), TrimEmptyNodeCommand.java (changed)
jkealey 2005-07-29 19:09 Rev.: 498

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.

202 lines of code changed in 12 files:

  • src/seg/jUCMNav/model/commands/transformations: AttachBranchCommand.java (new 49), CutPathCommand.java (changed), DividePathCommand.java (new 153), DividePathOnNodeConnectionCompoundCommand.java (del), ForkPathsCommand.java (del), JoinEndToStubJoinCommand.java (del), JoinPathsCommand.java (del), JoinStartToStubForkCommand.java (del), MergeStartEndCommand.java (changed), ReplaceEmptyPointCommand.java (changed), SplitLinkCommand.java (changed), TrimEmptyNodeCommand.java (changed)
etremblay 2005-07-15 00:24 Rev.: 486

Lesson learned... Never try to make an SWT application in 3.1 for 3.0.... The layout won't work like you designed it in 3.1...
Added condition editing in the StubBindingDialog. Quick hack to take what was working in the 3.1 version done during the day and add it to the 3.0 version. The layout is not as nice though in 3.0.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: ChangeLabelNameCommand.java (changed)
jkealey 2005-07-14 17:03 Rev.: 479

cleaned/documented seg.jUCMNav.model.commands.transformations.*; filed bugs for some classes, created a few tests.

20 lines of code changed in 15 files:

  • src/seg/jUCMNav/model/commands/transformations: ChangeLabelNameCommand.java (changed), CutPathCommand.java (changed), DividePathOnNodeConnectionCompoundCommand.java (changed), ExtendPathCommand.java (changed), ForkPathsCommand.java (changed), JoinEndToStubJoinCommand.java (changed), JoinPathsCommand.java (changed), JoinStartToStubForkCommand.java (changed), MergeStartEndCommand.java (changed), ReplaceEmptyPointCommand.java (changed), ReplacePluginCommand.java (changed), SplitLinkCommand.java (changed), TransmogrifyForkOrJoinCommand.java (changed), TrimEmptyNodeCommand.java (changed), package.html (new 20)
jkealey 2005-07-13 03:39 Rev.: 470

Cleaned/documented seg.jUCMNav.model.commands.create;

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: AddBranchCommand.java (del)
jkealey 2005-07-13 00:10 Rev.: 467

cleaned a bit of seg.jUCMNav.model.commands.create; replaced four 200+ line classes by one 34 line one.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: AddBranchCommand.java (changed)
jpdaigle 2005-07-12 01:13 Rev.: 458

JP: javadoc improvements on private-visibility methods

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: ChangeLabelNameCommand.java (changed)
jkealey 2005-06-27 20:38 Rev.: 431

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 1 file:

  • src/seg/jUCMNav/model/commands/transformations: ReplaceEmptyPointCommand.java (changed)
jkealey 2005-06-27 20:18 Rev.: 430

bug in extract string wizard erased two strings;
bug 339 - can now insert from palette onto empty point (4 line compound command)

59 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: ReplaceEmptyPointCommand.java (new 59)
jkealey 2005-06-27 11:48 Rev.: 420

bug 324 - lost name/description/label with transmogrify

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: TransmogrifyForkOrJoinCommand.java (changed)
jkealey 2005-06-22 04:29 Rev.: 403

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:

  • src/seg/jUCMNav/model/commands/transformations: MergeStartEndCommand.java (changed)
etremblay 2005-06-17 22:03 Rev.: 389

Delete of PluginBindings In/OutBindings should now be handled in all the situations where they should be deleted that I know of...
It think my code is now "beta ready".

0 lines of code changed in 5 files:

  • src/seg/jUCMNav/model/commands/transformations: ForkPathsCommand.java (changed), JoinEndToStubJoinCommand.java (changed), JoinPathsCommand.java (changed), JoinStartToStubForkCommand.java (changed), MergeStartEndCommand.java (changed)
jkealey 2005-06-17 19:43 Rev.: 386

autolayout + connect bug

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: SplitLinkCommand.java (changed)

(43 more)

Generated by StatCVS 0.5.0