Changeset 1120
- Timestamp:
- 01/15/07 08:03:23 (2 years ago)
- Files:
-
- gaphor/branches/new-canvas/NEWS (modified) (1 diff)
- gaphor/branches/new-canvas/TODO (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/branches/new-canvas/NEWS
r757 r1120 1 0.9.0 2 ----- 3 - New pure-python canvas implementation (gaphas) 4 - Zope Adapters used for item connections 5 - Undo managements temporaly disabled 6 - Added loads of unit tests 7 NOTE: if you have Zope 3 installed it's probably not a good idea to install 8 Gaphor too, since Gaphor tries to install Zope3 packages too. 9 Don't worry, you can run Gaphor perfectly well using the run-gaphor.sh 10 script. 11 1 12 0.8.1 2 13 ----- gaphor/branches/new-canvas/TODO
r1117 r1120 1 2 For 0.9.0:3 ----------4 - extra margin around operations in ClassItem (workaround)5 1 6 2 For 0.10.0 and later: 7 3 --------------------- 8 4 5 - use easysetup tools, move gaphas to a separate package and use 6 zope.interface in stead of our included zope tree. 7 9 8 - Undo functionality 10 9 - Load / save regression testing 11 10 !!! Create some example diagrams, 12 - translate afifne matrices to new format.13 14 - split DiagramItem in a stereotype support, SubjectSupport and some15 other support classes.16 11 17 12 - using stereotypes
