Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next »
Summary Period: 2005-05-19 to 2005-05-10 (Commits 102-151 of 601)
bug 248 - node connections now selectable.
0 lines of code changed in:
oops, forgot to commit this earlier on. (for cutpath fix)
0 lines of code changed in:
bug 241. wasn't calling getURNspec()
0 lines of code changed in:
bug 245 - ChangeReqExtension
0 lines of code changed in:
bug 220 - default palette state. can someone confirm the fix?
0 lines of code changed in:
cut path now works in outline view. pathnodetreeeditpart overwrote installEditPolicy instead of createEditPolicy.
0 lines of code changed in:
add label now works in outline.
0 lines of code changed in:
in outline, added icons to components/responsibilities
0 lines of code changed in:
map id wasn't being checked if duplicate.
0 lines of code changed in:
bug 239: components now refresh properly in outline view. also added delete of components in outline view.
0 lines of code changed in:
Include test.xml in zip file generated by ant.
0 lines of code changed in:
outline now switches maps and selects the appropriate element when an item is selected there.
0 lines of code changed in:
Image handles are now disposed in the outline when the editpart is deactivated.
0 lines of code changed in:
to be used by cruisecontrol.
56 lines of code changed in:
Stubs now have the right icon in the outline.
0 lines of code changed in:
now have feedback on component hover.
57 lines of code changed in:
The outline view is now working. There's still some bugs, but the skeleton is there to add some behavior etc. Added a new package under editparts named treeEditparts where all the editparts for the outline are located.
780 lines of code changed in:
Fixed Label positionning for all figures.
0 lines of code changed in:
changed so that it would build on java 1.4
0 lines of code changed in:
improvements in autolayout; manipulate empty points y/n?
123 lines of code changed in:
bug 237 - empty names no longer allowed.
0 lines of code changed in:
minor fix for component labels (default position was to low by height of label)
0 lines of code changed in:
Added static final default width/height to some figures, added a utility class to centralise access to the default sizes.
Labels created by default now appear at correct place (give or take a few pixels in some cases).
49 lines of code changed in:
Ahem - simple pre/post condition checking on fork create commands.
0 lines of code changed in:
added selection feedback on node connections, made cutpath work on these
0 lines of code changed in:
bug 225 : property view no longer allows duplicate names;
properties now in simple groups
0 lines of code changed in:
bug 181: resprefs now linking to responsibilities. property view now behaves similarly to components. fixed bugs introduced during refactoring of propertysource code. re-inserted code removed in one of etienne's commits; probably due to bad conflict management. added another class in the property source hierarchy to contain the binding/unbinding code.
207 lines of code changed in:
PathTool seems to be working flawlessly for creating new path, then extending it... Click on any connection and an EmptyPoint will get created on the path. If you click on a connection of an other path, the EndPoint of this path will get selected so that you can continue to extend this path easily.
0 lines of code changed in:
Added a PathTool. This will be the main tool to edit a path. Right it has a and-join icon in the palette.
You can only create a path with it right now and then the end point is selected by default (instead of the start point like before). The hardest part seems to be to make the tool both a creation tool and a selection tool at the same time.
I'm still trying to make this part of the path tool work. I'll commit it later.
35 lines of code changed in:
+ Fork creation refactoring (generalizing commands)
+ Better palette support for fork creation
0 lines of code changed in:
Moved property page related class in the package seg.jUCMNav.views.property
413 lines of code changed in:
The perspective is now actually doing something. You'll have to reset your perspective in your runtime workbench to see a difference.
New file wizard for UCM files.
New responsibility view that does nothing at the moment... But the skeleton is there for future devellopement.
329 lines of code changed in:
- EObjectPropertySource is now refactored to be subclassed properly. Moved all the component dependant code in ComponentPropertyDescriptor. For class specific information to be put in the property page, now do you own subclass. I copy pasted your code Jason, so maybe you should take a look to see if it could be refactored better since it's in its own class now.
- I implemented a new CheckboxPropertyDescriptor since the one provided by the framework doesn't work.
- Ids in all the property pages are now read only.
- Corrected bug 221, 232, 233, 234
0 lines of code changed in:
Created an element finder. Given an ID, find the model element instance.
Needed for AutoLayout.
Upgraded AutoLayout to output/input dot files using these elements instead of a naming map. Starting point to be able load external dot files to manipulate the model.
289 lines of code changed in:
bug 181: labels now show name of responsibility instead of respref.
onload, any unlinked reference will have defintiions created.
need to update propertysource so that it behaves properly.
79 lines of code changed in:
bug 225: modelcreationfactory no longer creates components or responsibilities with naming conflicts.
bug 181: modelcreationfactory creates a responsibility with each respref.
0 lines of code changed in:
changed our test cases so that they run inside a real eclipse, asking for a real editor on a real file. command saving is now tested not to break anything. also fixed some tests that broke when we created labels automatically
0 lines of code changed in:
Labels now appear at correct place (maybe not for ComponentLabels).
Fixed a bug where LabelSetConstraintCommand did not implement JUCMNavCommand.
Implemented the command tests for labels.
Removed editpolicies.directedit and ChangeLabelNameCommand (these where committed accidently by me).
0 lines of code changed in:
Typo fixing to test updated cruisecontrol config.
0 lines of code changed in:
bug 225: now sanitizes the URNspec when loaded. resolves any naming conflicts or duplicate IDs.
labels no longer set any names
now need to ensure that modelcreationfactory generates IDs/names that don't conflict (not just the next time you open the file)
836 lines of code changed in:
bug226 : autolabel creation on selected elements. pathnode label should draw itself outside the bounds of the figure instead of in center.
0 lines of code changed in:
removed dependency on java 1.5
0 lines of code changed in:
bug 225: first draft at naming/identifying model elements. currently chokes on old files. doesn't check to see if names are unique; doesn't perform sanity check at start.
0 lines of code changed in:
Stubs update there appearance when you change them to dynamic or static.
183 lines of code changed in:
JP - OrForks: undo/redo working
0 lines of code changed in:
- New icon for files
- New Polygon figure class if you want to make arbitrary filled figure (draw2d doesn't have one)
- Can insert a stub in the diagram from the palette.
126 lines of code changed in:
JP: Enabled UNDO on OrForks created from an EmptyPoint. PathTool-created OrForks coming up.
0 lines of code changed in:
JP: A few bug fixes with improper model manipulation when creating AndForks.
0 lines of code changed in:
exception noticed by JP. fixed code.
0 lines of code changed in:
Started work on wizard. You can now define the path, orientation and size of the graph. size doesn't work very well :)
527 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