Commit Log (Page 9 of 13)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next »

Summary Period: 2005-05-26 to 2005-05-19 (Commits 152-201 of 601)

jpdaigle 2005-05-26 00:41

jpdaigle: (hopefully) fix linux build issues with better (and shorter - yay!) classpath definition. Using following patternset:

<patternset id="jucmnav.classpath">
<include name="org.apache.lucene*/**/*.jar" />
<include name="org.junit*/**/*.jar" />
<include name="org.eclipse.core*/**/*.jar" />
<include name="org.eclipse.draw*/**/*.jar" />
<include name="org.eclipse.emf*/**/*.jar" />
<include name="org.eclipse.gef*/**/*.jar" />
<include name="org.eclipse.help*/**/*.jar" />
<include name="org.eclipse.jface*/**/*.jar" />
<include name="org.eclipse.osgi*/**/*.jar" />
<include name="org.eclipse.swt*/**/*.jar" />
<include name="org.eclipse.ui*/**/*.jar" />
<include name="org.eclipse.update*/**/*.jar" />
</patternset>

0 lines of code changed in:

jkealey 2005-05-26 00:19

worked on some progress tests.

0 lines of code changed in:

jkealey 2005-05-25 23:08

upgraded command tests to the new delegating command stack; wrote tests for all model commands except one, which will fail and invite JPD to code it.

0 lines of code changed in:

etremblay 2005-05-25 22:31

Updated the progress tests to include the path tool...

0 lines of code changed in:

etremblay 2005-05-25 21:44

The new meta model was generated in the code.
The start, empty and end point are not in the palette anymore. Use the path tool to create them from now on.
Deleted the marquee in the palette since the selection tool do the same thing...

841 lines of code changed in:

jpdaigle 2005-05-25 21:12

Including all jars under ECLIPSE_HOME/plugins/ broke build on jkealey's machine.
No idea really why, it works here. Back to old (linux-incompatible) classpath.

0 lines of code changed in:

jpdaigle 2005-05-25 20:55

Fixed build.xml for linux builds. It referenced win32 plugins by name; no more.

0 lines of code changed in:

jkealey 2005-05-25 17:33

bug 235 - split link now binds new elements with parent.

0 lines of code changed in:

etremblay 2005-05-25 10:55

Added Dynamic Stub in the palette.

0 lines of code changed in:

oclift 2005-05-25 04:34

Clicking on a Responsibility in the Outline caused a AssertionFail

0 lines of code changed in:

jmcmanus 2005-05-25 02:58

Stubs and Responsabilities now rotate with spline.

10 lines of code changed in:

jpdaigle 2005-05-25 01:26

Bug #251 - ReqElemOrJoin creation.
Basic implementation works, undo/redo working.

99 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:

jkealey 2005-05-24 22:39

bug 249 - code reverted. Etienne cried because it was so ugly. We'll implement a solution for each distinct path node. No generic solutions tonight :( (Furthermore, the .erase() screwed up multiple selections)

0 lines of code changed in:

jmcmanus 2005-05-24 22:26

Better handling of end point rotation using ET's Polygon figure.

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:

jkealey 2005-05-24 22:01

bug 249 - hover feedback on pathnodes. is it okay?

0 lines of code changed in:

jkealey 2005-05-24 21:01

bug 262 fixed. this bug occurred because some preconditions weren't respected. for some reason, i'm getting emptynodes not connected to any node connections or maps. I fixed a similar bug with components.
this bug only occurs in new maps. it seems the new maps are refreshed more than the old ones.

0 lines of code changed in:

jkealey 2005-05-24 20:24

Bug 223 - Refactored UCMNavMultiPageEditor, commented editors package except the palette.
New files that I recommend you take a look at if you've worked with UCMNavMultiPageEditor before: ActionRegistryManager, MultiPageTabManager, MultiPageFileManager

1044 lines of code changed in:

jkealey 2005-05-24 16:03

bug 246 - start point smaller, found bug in eclipse framework that was fixed for 3.0.2/3.1

0 lines of code changed in:

jkealey 2005-05-24 15:05

bug 222 - outline now available even if there are no maps.

0 lines of code changed in:

jkealey 2005-05-24 14:27

bug 257 - map now selected when page is changed.

0 lines of code changed in:

jkealey 2005-05-24 14:01

property page is not enabled on nodeconnections, epropertysource now supports doubles.

0 lines of code changed in:

etremblay 2005-05-24 10:54

Added a new icon for the path tool and changed it's place in the palette.

0 lines of code changed in:

jkealey 2005-05-24 03:37

bug 222 - you can have a file without any maps, it won't crash anymore. however, when reloaded, no outline is provided.

0 lines of code changed in:

jkealey 2005-05-24 03:12

fixed bug 258; end point problems.
fixed major command stack problems relating to create map / delete map.

0 lines of code changed in:

etremblay 2005-05-24 02:09

Changed the EndPointFigure to use the Polyline figure. We should never overwrite the paint method of our figures to draw them, or only in last resort.
This fix the bug where the end point figure didn't refresh well when you moved the node just before. But it doesn't fix bug 258.

0 lines of code changed in:

oclift 2005-05-24 00:20

24x24 Icons

0 lines of code changed in:

jkealey 2005-05-23 17:58

initial version of map deletion. note: major problem subsists with the command stack and add/delete map. discovered it while doing deletion, but exists since addition.

70 lines of code changed in:

jkealey 2005-05-21 16:29

jordan broke the tests in build 131; added code to make them pass once again.

0 lines of code changed in:

jkealey 2005-05-21 15:50

can now add maps; see contextual menu of URNspec.

130 lines of code changed in:

jkealey 2005-05-21 15:09

goes with last commit, looks like I forgot the file.

0 lines of code changed in:

jkealey 2005-05-20 21:29

connection router now always refreshes end points.

0 lines of code changed in:

jkealey 2005-05-20 21:27

even better end point rotation. now being refreshed by the connection router. seems it doesn't always get refreshed 100% properly though but we're getting there.

0 lines of code changed in:

jmcmanus 2005-05-20 19:12

Added logic for end point rotation. Right now there is a notification problem and the PathNodeEditPart does not get notified when the spline is modified.

0 lines of code changed in:

jkealey 2005-05-20 17:09

fixed small bug: losed gray when refreshing outline. (thanks ET for noticing)

0 lines of code changed in:

jkealey 2005-05-20 16:58

bug 238; new attempt at fixing images. 98% sure I found the bug.

0 lines of code changed in:

jkealey 2005-05-20 16:38

now can delete any pathnode with 1 in, 1 out.
now can delete components and responsibilities in outline
build script modified to include help.xml

167 lines of code changed in:

jkealey 2005-05-20 15:48

improvements in outline; URNspec now is the root (because it has data); got rid of UCMspec because it doesn't contain any data. reordered empty nodes so that they appear at the end of the list. when opened, the outline no longer is scrolled to the bottom of the tree view.

30 lines of code changed in:

jkealey 2005-05-20 14:45

autolayout now works even if there are no empty nodes :)

0 lines of code changed in:

jkealey 2005-05-20 14:06

bug 238: first attempt at correcting the bug; hopefully I didn't screw up the build script :)

0 lines of code changed in:

oclift 2005-05-20 04:24

Framework for the help added.

44 lines of code changed in:

jkealey 2005-05-20 03:46

added orfork/andfork icons to outline

0 lines of code changed in:

jpdaigle 2005-05-20 00:58

Tests should run okay now.

0 lines of code changed in:

jpdaigle 2005-05-20 00:34

woops, forgot to remove the call

0 lines of code changed in:

jpdaigle 2005-05-20 00:32

don't run tests from build.xml, we're going to invoke them from cruisecontrol scripts

0 lines of code changed in:

jkealey 2005-05-19 21:45

added icon on map in outline.

0 lines of code changed in:

jkealey 2005-05-19 21:22

bug 244 - connection router bug; i don't know why this happens at the high level but this quick fix works. will suppose bug happens during commands, when the ucm is in an inconsistent state.

0 lines of code changed in:

jkealey 2005-05-19 21:17

bug 243: thanks etienne for the code that makes undo/redo work.

0 lines of code changed in:

jkealey 2005-05-19 20:56

bug 239 and visual improvements in outline view. (empty points: gray, sorted alphabetically)

199 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next »

Generated by StatCVS 0.2.4