|
Revision 48, 0.6 kB
(checked in by arjanmol, 7 years ago)
|
Added pygtk patch, removed gaphor/tree/treemodel stuff
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
Gaphor - A UML CASE tool. |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
This is to become a CASE tool what uses GNOME (GTK-2.0) for visualization. |
|---|
| 5 |
|
|---|
| 6 |
Gaphor is mainly written in Python, which makes it very easy to use and |
|---|
| 7 |
very easy to extend. |
|---|
| 8 |
|
|---|
| 9 |
NOTE: If you compile Gaphor yourself, you might want to patch your sources |
|---|
| 10 |
of PyGTK too. This will avoid reference leak (resulting in memory |
|---|
| 11 |
leaks) from objects referenced by a gtk.GenericTreeModel object. |
|---|
| 12 |
I know it is not a nice solution, but it makes things work as long |
|---|
| 13 |
as PyGTK itself does not solve the problem... |
|---|
| 14 |
|
|---|
| 15 |
- Arjan Molenaar <arjanmolenaar@hetnet.nl> |
|---|