Directory src/seg/jUCMNav/model/commands/

Directory Created:
2005-02-22 17:48
Total Files:
2
Deleted Files:
14
Lines of Code:
45

[root]/src/seg/jUCMNav/model/commands
                        directory in repo changeConstraints (9 files, 1150 lines)
                        directory in repo create (24 files, 2852 lines)
                        directory in repo delete (25 files, 1876 lines)
                            directory in repo internal (27 files, 3243 lines)
                        directory in repo transformations (14 files, 2224 lines)
                            directory in repo internal (4 files, 488 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 80 (100.0%) 45 (100.0%) 0.5
jkealey 29 (36.3%) 45 (100.0%) 1.5
jpdaigle 1 (1.3%) 0 (0.0%) 0.0
jmcmanus 6 (7.5%) 0 (0.0%) 0.0
etremblay 44 (55.0%) 0 (0.0%) 0.0

Most Recent Commits

jkealey 2005-07-14 17:33 Rev.: 481

fixed a few javadoc issues

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: package.html (changed)
jkealey 2005-07-12 23:22 Rev.: 466

cleaned/commented (thankfully was already done) seg.jUCMNav.model.commands.changeConstraints

19 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: package.html (new 19)
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 1 file:

  • src/seg/jUCMNav/model/commands: JUCMNavCommand.java (changed)
jkealey 2005-05-03 03:00 Rev.: 92

first commit for bug 134

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: JUCMNavCommand.java (changed)
etremblay 2005-04-25 21:55 Rev.: 77

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.

0 lines of code changed in 11 files:

  • src/seg/jUCMNav/model/commands: AddComponentRefCommand.java (del), ChangeLabelNameCommand.java (del), CreateLabelCommand.java (del), CreatePathCommand.java (del), CutPathCommand.java (del), DeleteNodeCommand.java (del), ExtendPathCommand.java (del), LabelSetConstraintCommand.java (del), SetConstraintCommand.java (del), SetConstraintComponentRefCommand.java (del), SplitLinkCommand.java (del)
jmcmanus 2005-04-17 23:54 Rev.: 76

Added a new figure for labels, labels are now relative to nodes, add label action disappears when label is already there.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: CreateLabelCommand.java (changed)
jkealey 2005-04-17 17:08 Rev.: 74

* Cleaned up CutPathCommand, ExtendPathCommand, SetConstraintCommand, SplitLinkCommand.
* They now extend JUCMNavCommand
* Added a few tests

0 lines of code changed in 4 files:

  • src/seg/jUCMNav/model/commands: CutPathCommand.java (changed), ExtendPathCommand.java (changed), SetConstraintCommand.java (changed), SplitLinkCommand.java (changed)
jkealey 2005-04-16 18:18 Rev.: 72

* Created General Test Suite that will run all smaller ones; this test suite should be run by cruisecontrol
* Refactored ModelCreationFactory to allow static use
* Cleaned CreatePathCommand ; now extends JUCMNavCommand and no longer references Draw2D
* Created a test case for it.
* Removed CreatePathNodeCommand which wasn't used.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/commands: CreateNodeCommand.java (del), CreatePathCommand.java (changed)
jkealey 2005-04-15 22:55 Rev.: 68

first attempts at autogenerated junit tests.
the code committed here will probably break the compiler; eclipse must be updated as stated here:
http://www.cis.upenn.edu/~matuszek/cit594-2004/Pages/eclipse-faq.html

26 lines of code changed in 5 files:

  • src/seg/jUCMNav/model/commands: AddComponentRefCommand.java (new), ComponentSetConstraintCommand.java (del), CreateComponentRefCommand.java (del), JUCMNavCommand.java (new 26), SetConstraintComponentRefCommand.java (new)
etremblay 2005-04-12 16:35 Rev.: 64

Components are now on there own layer... Caused a LOT of problems. I had to reimplement a lot of function of the MapPathGraphEditPart.
Fixed some bugs of notifying of MapGraphEditPart too.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: ComponentSetConstraintCommand.java (changed)
jkealey 2005-04-11 02:05 Rev.: 63

worked on bug 184; top level element is now URNspec; will break existing files.
perfected a few issues concerning components; are now subsets of URNspec
fixed a bug concerning the label's addaction that caused an error to be thrown when clicking outside the editor

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: CreateComponentRefCommand.java (changed)
jkealey 2005-04-05 04:20 Rev.: 61

bug 133
- shows feedback that can't resize/move if fixed.
- we're creating componentrefs and components now
- can color components (line/fill)
- reorder creation order creating the smallest (area) last so they aren't
hidden by other components.
- property view improved to handle colors/references
- can return to default color by using the "return to default" button

bugs / todo:
- components should be under paths, which are under pathnodes
- must add property dialog to pick from existing components
- should refactor the property page creator so that it works with responsibilities as well.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: CreateComponentRefCommand.java (changed)
jmcmanus 2005-04-01 16:41 Rev.: 60

*** empty log message ***

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/model/commands: ChangeLabelNameCommand.java (new), CreateLabelCommand.java (new), LabelSetConstraintCommand.java (new)
jkealey 2005-04-01 00:44 Rev.: 59

removed checkboxpropertydescriptor from project as it is based on a checkboxcelleditor which the documentation clearly states is a bogus implementation that does nothing.
replaced this propertydescriptor with a combobox property descriptor; make it so that boolean values now have a true/false dropdown in the properties view.
using this new feature, I implemented the "fixed" component property. you cannot resize or move a fixed component.
note that our feedback does not yet reflect this change.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: ComponentSetConstraintCommand.java (changed)
jkealey 2005-03-30 20:03 Rev.: 58

Fixed behaviour of the CutPath action so that it doesn't appear if an EmptyNode isn't surrouned by another EmptyNode.
Commented classes all seg.jUCMNav.model.commands

0 lines of code changed in 9 files:

  • src/seg/jUCMNav/model/commands: ComponentSetConstraintCommand.java (changed), CreateComponentRefCommand.java (changed), CreateNodeCommand.java (changed), CreatePathCommand.java (changed), CutPathCommand.java (changed), DeleteNodeCommand.java (changed), ExtendPathCommand.java (changed), SetConstraintCommand.java (changed), SplitLinkCommand.java (changed)
jmcmanus 2005-03-29 22:37 Rev.: 55

*** empty log message ***

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: CreateLabelCommand.java (del)
jmcmanus 2005-03-29 16:11 Rev.: 53

*** empty log message ***

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: CreateLabelCommand.java (new)
etremblay 2005-03-29 15:05 Rev.: 52

Resolved bug 166.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/commands: ComponentSetConstraintCommand.java (changed), CreatePathCommand.java (changed)
jkealey 2005-03-29 04:13 Rev.: 51

initial version of being able to add components ( bug 133 )
lots of cleanup required.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/commands: ComponentSetConstraintCommand.java (new), CreateComponentRefCommand.java (new)
etremblay 2005-03-28 15:48 Rev.: 50

- You can add multiple path in one diagram.
- The path tool is close to work like planned.
- To extend a path, select the end point of the path you want to extends, select the end point tool and then click where you want to extend.

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/model/commands: CreatePathCommand.java (changed), CutPathCommand.java (new), ExtendPathCommand.java (changed)
jkealey 2005-03-27 06:42 Rev.: 49

Fixed bug 161. Forgot to remove relations to newLinks on surrounding nodes.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: SplitLinkCommand.java (changed)
etremblay 2005-03-15 22:05 Rev.: 43

- The new model is now working.
- Creating path works (do/undo)
- Extending path works (do/undo)
- SplitLinkCommand doesn't work
- BSplineConnectionRouter works #1!

0 lines of code changed in 6 files:

  • src/seg/jUCMNav/model/commands: CreateNodeCommand.java (changed), CreatePathCommand.java (changed), DeleteNodeCommand.java (changed), ExtendPathCommand.java (changed), SetConstraintCommand.java (changed), SplitLinkCommand.java (changed)
etremblay 2005-03-08 15:31 Rev.: 38

TODO list is now up to date.

0 lines of code changed in 6 files:

  • src/seg/jUCMNav/model/commands: CreateNodeCommand.java (changed), CreatePathCommand.java (changed), DeleteNodeCommand.java (changed), ExtendPathCommand.java (changed), SetConstraintCommand.java (changed), SplitLinkCommand.java (changed)
etremblay 2005-03-06 22:09 Rev.: 35

Maintenant les paths semblent fonctionner presque à
100%. À part que je ne sais pas encore comment faire pour mettre mes
figure de node par dessus mes connection (ce qui créé des problèmes
d'affordance). J'ai tenté d'écrire une fonction qui "clip" la
connection pour ne pas qu'elle embarque sur la node, mais j'ai plein
de problème... Également j'ai encore quelques problèmes avec le zoom
:P. Je vais expliquer tout ça lundi dans la réunion.

Maintenant les figures sont plus facile à sélectionner. Elles sont
entouré d'un plus grand rectangle de sélection que la figure elle
même. Réglé des problèmes de coordonnées des figures également quand
on les changeait de place. J'ai changé aussi comment elles étaient
dessinées. Elles ne sont plus dessinées à la main dans paintFigure().

Le default tool de la palette quand tu commence est la créaction de
path et ensuite quand le user créé une path ça change au end point
tool... Donc ça simule le behavior de UCM Nav en fait.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: CreatePathCommand.java (changed)
etremblay 2005-03-04 22:18 Rev.: 32

You can now add a node on the curve and the connection router will update accordingly.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: CreatePathCommand.java (changed)
etremblay 2005-02-28 04:04 Rev.: 25

Can now undo the ExtendPath and the SplitLink commands.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/commands: ExtendPathCommand.java (changed), SplitLinkCommand.java (changed)
etremblay 2005-02-25 18:40 Rev.: 22

Added the command ExtendPathCommand. When you add an end point to the diagram, this command get's executed and an empty point is inserted and the endpoint is moved to the the new clicked location.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: ExtendPathCommand.java (new)
etremblay 2005-02-25 17:29 Rev.: 21

Now the user can create a path and add node between links.

0 lines of code changed in 5 files:

  • src/seg/jUCMNav/model/commands: CreateNodeCommand.java (changed), CreatePathCommand.java (changed), DeleteNodeCommand.java (changed), SetConstraintCommand.java (changed), SplitLinkCommand.java (new)
etremblay 2005-02-22 23:03 Rev.: 19

Added path edit parts

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands: CreatePathCommand.java (changed)
etremblay 2005-02-22 17:48 Rev.: 18

Nothing is working right now...

0 lines of code changed in 4 files:

  • src/seg/jUCMNav/model/commands: CreateNodeCommand.java (new), CreatePathCommand.java (new), DeleteNodeCommand.java (new), SetConstraintCommand.java (new)
Generated by StatCVS 0.6.0