Changeset 1245
- Timestamp:
- 04/24/07 04:26:17 (2 years ago)
- Files:
-
- gaphor/trunk/doc/actions.txt (modified) (1 diff)
- gaphor/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/trunk/doc/actions.txt
r1242 r1245 27 27 first (sec) parameter. 28 28 * filename should not be part of the main window 29 * some sort of factory mechanism .29 * some sort of factory mechanism (MultiAction?). 30 30 - RecentFiles will manage up to 10 recent files entries. 31 31 - same for stereotypes: should be managed by one "ObjectAction". gaphor/trunk/setup.py
r1243 r1245 63 63 # 'PyGTK >= 2.8.0', - Exclude, since it will not build anyway 64 64 'decorator >= 2.0.1', 65 'gaphas >= 0.1. 4',65 'gaphas >= 0.1.5', 66 66 'zope.component >= 3.3.0', # - won't compile on windows. 67 67 # Add dependency on zope.testing to work around bug in zope.component
