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)
jkealey 2005-06-17 18:19 Rev.: 382

bug: couldn't drag&drop end on stub

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: JoinEndToStubJoinCommand.java (changed)
jkealey 2005-06-17 05:36 Rev.: 377

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:

  • src/seg/jUCMNav/model/commands/transformations: CutPathCommand.java (changed), TrimEmptyNodeCommand.java (changed)
etremblay 2005-06-16 23:22 Rev.: 375

Delete of PluginBindings/InBinding/OutBinding are now done using Compounds commands. This improve code reuse a lot.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: JoinEndToStubJoinCommand.java (changed)
jkealey 2005-06-16 19:22 Rev.: 374

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

  • src/seg/jUCMNav/model/commands/transformations: AddBranchCommand.java (changed)
jpdaigle 2005-06-16 03:35 Rev.: 372

Implemented canExecute in the MergeStartEnd command; corrected a bug in the test!!! that made it keep failing.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: MergeStartEndCommand.java (changed)
jpdaigle 2005-06-16 02:54 Rev.: 369

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:

  • src/seg/jUCMNav/model/commands/transformations: ForkPathsCommand.java (changed), JoinStartToStubForkCommand.java (changed), ReplacePluginCommand.java (changed)
jkealey 2005-06-14 19:26 Rev.: 352

bug 300 - componentref binding bugs; upgrade test suite, found many new bug locations, fixed them all. please write test cases for all new commands.

0 lines of code changed in 5 files:

  • src/seg/jUCMNav/model/commands/transformations: CutPathCommand.java (changed), JoinEndToStubJoinCommand.java (changed), JoinStartToStubForkCommand.java (changed), MergeStartEndCommand.java (changed), TransmogrifyForkOrJoinCommand.java (changed)
jkealey 2005-06-14 16:14 Rev.: 351

removed dead files that etienne reinserted by error.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/commands/transformations: JoinEndToStubCommand.java (del), JoinStartToStubCommand.java (del)
jpdaigle 2005-06-14 01:44 Rev.: 348

Reformatting the model files. Allowing mcmanus to prove a point - he was right :)

0 lines of code changed in 15 files:

  • src/seg/jUCMNav/model/commands/transformations: AddBranchCommand.java (changed), ChangeLabelNameCommand.java (changed), CutPathCommand.java (changed), ExtendPathCommand.java (changed), ForkPathsCommand.java (changed), JoinEndToStubCommand.java (changed), JoinEndToStubJoinCommand.java (changed), JoinPathsCommand.java (changed), JoinStartToStubCommand.java (changed), JoinStartToStubForkCommand.java (changed), MergeStartEndCommand.java (changed), ReplacePluginCommand.java (changed), SplitLinkCommand.java (changed), TransmogrifyForkOrJoinCommand.java (changed), TrimEmptyNodeCommand.java (changed)
etremblay 2005-06-09 01:16 Rev.: 324

Renamed some command.
DeletePluginCommand is working.
When you check the checkbox of a map in the maplist of StubBindingsDialog it create a Plugin, if you unselect it, it deletes it.
The AddBindings section just edit the first plugin right now. But you can now create more than one PluginBinding with a dynamic stub.

177 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/commands/transformations: ReplacePlugin.java (del), ReplacePluginCommand.java (new 177)
etremblay 2005-06-08 23:15 Rev.: 322

Internationalization of all the strings.

0 lines of code changed in 12 files:

  • src/seg/jUCMNav/model/commands/transformations: AddBranchCommand.java (changed), ChangeLabelNameCommand.java (changed), CutPathCommand.java (changed), ExtendPathCommand.java (changed), ForkPathsCommand.java (changed), JoinEndToStubCommand.java (new), JoinEndToStubJoinCommand.java (changed), JoinPathsCommand.java (changed), JoinStartToStubCommand.java (new), JoinStartToStubForkCommand.java (changed), SplitLinkCommand.java (changed), TransmogrifyForkOrJoinCommand.java (changed)
jpdaigle 2005-06-08 03:26 Rev.: 320

testForkPathsCommand passes, + fixing commenting inaccuracies

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: ForkPathsCommand.java (changed)
etremblay 2005-06-08 01:47 Rev.: 313

Actions now have icons in menus. The icon will change for transmogrify depending if you change to OR or AND...
The StubBindingsDialog is now much more like I want it to look like. The commands seems to work and the undo redo buttons in the dialog are working. I'll find an other image for the disabled undo/redo.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: ReplacePlugin.java (changed)
jpdaigle 2005-06-07 04:22 Rev.: 308

Bug 292 (again): forgot to change command label. Fixed.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: TransmogrifyForkOrJoinCommand.java (changed)
etremblay 2005-06-07 03:36 Rev.: 305

Now all actions done in the StubBindingsDialog are commands. They can be undone individually in the editor after, so that's bad! But it'll be fixed soon.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: ReplacePlugin.java (new)
jpdaigle 2005-06-07 03:08 Rev.: 304

Fixed a bug where direct editting didn't update the model for Conditions.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: ChangeLabelNameCommand.java (changed)
jkealey 2005-06-06 17:04 Rev.: 299

bug 283 - changed another command that added branches on orforks.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: JoinStartToStubForkCommand.java (changed)
jkealey 2005-06-06 16:57 Rev.: 298

bug 283 - changed three other commands so that they work correctly with conditions.

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/model/commands/transformations: AddBranchCommand.java (changed), ForkPathsCommand.java (changed), TransmogrifyForkOrJoinCommand.java (changed)
jkealey 2005-06-06 03:39 Rev.: 293

bug 139 - path tool now extends paths when start point is selected.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/transformations: ExtendPathCommand.java (changed)
jkealey 2005-06-03 20:37 Rev.: 288

bug 280, bug 281 - cleaned up condition code. should no longer cause half the application to crash. can be deleted, can have their text changed. no restriction on which node connections can have conditions yet.

0 lines of code changed in 1 file:

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

(23 more)

Generated by StatCVS 0.6.0