March 2005 Commit Log

Number of Commits:
32
Number of Active Developers:
4
jkealey 2005-03-31 19: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.

19 lines of code changed in 3 files:

jkealey 2005-03-30 15: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

754 lines of code changed in 10 files:

etremblay 2005-03-30 13:18 Rev.: 57

BSplineConnectionRouter performance is far better. The router only refresh the splines that needs to get refreshed from the action of the user on the diagram.

276 lines of code changed in 2 files:

etremblay 2005-03-29 18:01 Rev.: 56

URN model version 5 is now generated in EMF.

38341 lines of code changed in 171 files:

jmcmanus 2005-03-29 17:37 Rev.: 55

*** empty log message ***

6 lines of code changed in 5 files:

etremblay 2005-03-29 15:04 Rev.: 54

Commented the functions for all the following package:
- editors
- emf
- figures
- figures.router

1288 lines of code changed in 21 files:

jmcmanus 2005-03-29 11:11 Rev.: 53

*** empty log message ***

456 lines of code changed in 7 files:

etremblay 2005-03-29 10:05 Rev.: 52

Resolved bug 166.

26 lines of code changed in 7 files:

jkealey 2005-03-28 23:13 Rev.: 51

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

907 lines of code changed in 15 files:

etremblay 2005-03-28 10: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.

9601 lines of code changed in 181 files:

jkealey 2005-03-27 01:42 Rev.: 49

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

4 lines of code changed in 1 file:

jkealey 2005-03-22 00:49 Rev.: 48

Fixed bug 149.

5 lines of code changed in 1 file:

jpdaigle 2005-03-21 17:05 Rev.: 47

Oops: added the big classpath references to javadoc task.

47 lines of code changed in 1 file:

jpdaigle 2005-03-21 16:26 Rev.: 46

Important update to the build script: it now runs javadoc on the plugin.

35 lines of code changed in 1 file:

jpdaigle 2005-03-21 16:23 Rev.: 45

Added the 'docs' subdir to the directory, but no content in it. It's auto-generated and so should NOT be checked in.

1 lines of code changed in 1 file:

etremblay 2005-03-15 22:57 Rev.: 44

- You can now add a EmptyPoint and a Responsibility on a NodeConnection.
- Now each editpart know about the root model (The PathGraph). It's easier to make the commands this way.

172 lines of code changed in 15 files:

etremblay 2005-03-15 17: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!

39939 lines of code changed in 210 files:

etremblay 2005-03-11 15:04 Rev.: 41

- Fixed bug in BSplineConnectionRouter for the zoom. All the connections scale with the zoom now.

44 lines of code changed in 2 files:

etremblay 2005-03-11 14:25 Rev.: 40

- Bug 102 fixed.
- User can now insert more than one responsibility or empty point in a row.
- Added some comments in BSplineConnectionRouter.

95 lines of code changed in 6 files:

jpdaigle 2005-03-08 11:22 Rev.: 39

Fixed build temp path so the zip file contains structure \eclipse\plugins\jUCMNav_,
for consistency with other plugins.

5 lines of code changed in 1 file:

etremblay 2005-03-08 10:31 Rev.: 38

TODO list is now up to date.

83 lines of code changed in 37 files:

jpdaigle 2005-03-06 18:21 Rev.: 36

new buildfile for producing plugin zips

10 lines of code changed in 1 file:

etremblay 2005-03-06 17: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.

302 lines of code changed in 10 files:

jpdaigle 2005-03-04 17:34 Rev.: 34

Added junit.jar to build.xml.
From now on guys, anyone who adds references needs to update the buildfile :). Please.

1 lines of code changed in 1 file:

jpdaigle 2005-03-04 17:22 Rev.: 33

testing

1 lines of code changed in 1 file:

etremblay 2005-03-04 17:18 Rev.: 32

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

601 lines of code changed in 14 files:

jpdaigle 2005-03-04 16:59 Rev.: 31

Reduce verbosity of ant output :)

1 lines of code changed in 1 file:

jpdaigle 2005-03-04 16:51 Rev.: 30

Cleaned up logging, moved the output jar to ./build/

2 lines of code changed in 1 file:

jpdaigle 2005-03-04 16:39 Rev.: 29

ant buildfile, hardcoded a few things to get it running under cmdline on jkealey's machine

48 lines of code changed in 1 file:

jpdaigle 2005-03-04 15:00 Rev.: 28

Default auto-generated ANT buildfile.

174 lines of code changed in 1 file:

etremblay 2005-03-03 21:42 Rev.: 27

Paths are now working... There's still a lot of problems, but the basic fonctionnality is there.

515 lines of code changed in 6 files:

etremblay 2005-03-02 11:25 Rev.: 26

Zooming is now working.

66 lines of code changed in 5 files:

February 2005 »

Generated by StatSVN 0.7.0