Improved build script: Eclipse Home defaults to c:/eclipse but allows overriding by setting the ECLIPSE_HOME environment variable
0 lines of code changed in 1 file:
Generated commented code for tests
0 lines of code changed in 1 file:
worked on bug 180. now can select component definition in dropdown in properties.
programmed testReqComp2 by adapting EObjectPropertySource and MapAndPathGraphXYLayoutEditPolicy.
both tests in ProgressTests should pass now.
0 lines of code changed in 3 files:
- working on junittestplan
- programmed first test in ProgressTests
- had to remove dependency on junit from .classpath and add it to plugin.xml so that the run as plug-in junit test would work.
- changed the visibility of refreshChildren() in MapAndPathGraphEditPart to be able to avoid having to listen to stack changes in our test cases.
0 lines of code changed in 4 files:
tweaking
0 lines of code changed in 1 file:
Full build should run junit tests, with CruiseControl reporting status after building.
0 lines of code changed in 1 file:
Fixed bug 208. Palette crashed because of null image descriptors for large images.
0 lines of code changed in 3 files:
Re-adding. This should have worked last time.
24 lines of code changed in 1 file:
removed
0 lines of code changed in 1 file:
Recreating tests as LOWERCASE directory
3310 lines of code changed in 3 files:
removing directory Tests to recreate it
0 lines of code changed in 3 files:
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.
6825 lines of code changed in 75 files:
Added a new figure for labels, labels are now relative to nodes, add label action disappears when label is already there.
101 lines of code changed in 5 files:
fixed bug 186.
0 lines of code changed in 1 file:
* Cleaned up CutPathCommand, ExtendPathCommand, SetConstraintCommand, SplitLinkCommand.
* They now extend JUCMNavCommand
* Added a few tests
0 lines of code changed in 8 files:
added -source 1.4
0 lines of code changed in 1 file:
* 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 7 files:
target platform: 1.4
0 lines of code changed in 1 file:
target platform: 1.4
0 lines of code changed in 1 file:
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 10 files:
Fixed a bug where the connection router didn't refresh after a remove of a connection.
Fixed a bug where a component was remove two times from the layer when we undid it's creation.
0 lines of code changed in 3 files:
Fixed a bug where labels didn't refresh when added to the diagram.
0 lines of code changed in 1 file:
Fixed a bug where deleted elements were not trashed by the MapAndPathGraphEditPart... Other elements were trashed instead wich produced invalid graphs... This happened more specifically with the CutPathCommand...
0 lines of code changed in 1 file:
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 7 files:
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 9 files:
bug 190 - changed parent class, removed duplicate code, changed component line width.
0 lines of code changed in 1 file:
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 8 files:
*** empty log message ***
530 lines of code changed in 13 files:
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 3 files: