2017-05-03 22:26:42 -04:00
0.17.2
------
- Improved Python3 compatibility
2011-09-29 07:33:05 +02:00
0.17.1
------
- Added Russian translation
- Pango is used for text rendering, instead of the Cairo toy-api (seriously,
that's what the docs say)
- Small code improvements
2011-01-31 16:48:31 +01:00
0.17
----
- New Docking widget layout
- Improved componentized services
- UIComponent rewrite (due to new interface)
2011-02-10 16:44:32 +01:00
- ValueSpecification and subclasses are now treated as attribute. This
saves a lot of object construction and Java-ish headaches.
2011-01-31 16:48:31 +01:00
2010-04-20 07:13:31 +02:00
0.16.0
------
- Guides support from Gaphas 0.7.0
- "hand written" drawing style
- Keyboard shortcuts for toolbox selection
2010-06-16 09:06:15 +02:00
- Fixed issue in undo transaction handling
- Proper dialog when exiting with changed model
2010-04-20 07:13:31 +02:00
2009-10-17 07:28:44 +01:00
0.15.0
2009-09-08 08:41:32 +02:00
------
2010-01-31 18:38:26 +00:00
- Fixed bugs related to diagrams loading.
2009-10-11 16:49:31 +01:00
- Subsystem item is added (part of components).
- Partition item, known as swimlanes, is added (part of actions).
2010-01-31 18:38:26 +00:00
- Node item can group other nodes, artifacts and components.
- Stereotype names shown in stereotype attribute compartments are centered.
- Stereotype creating and applying is simplified.
- Association ends stereotype editing is supported.
2010-02-14 23:12:29 +00:00
- State item supports entry, exit and do activities.
2009-10-04 07:54:40 +01:00
0.14.0
------
2009-10-10 12:31:52 +01:00
- Reintroduced assembly connections.
- Stereotypes can have attributes.
- Major speed improvements due to new notification system.
2009-09-08 08:41:32 +02:00
2008-05-20 19:09:39 +00:00
0.13.1
------
- added desktop file and gaphor icons
2009-01-23 13:55:01 +00:00
- update to gaphas 0.4
2008-05-20 19:09:39 +00:00
2008-01-16 15:26:36 +00:00
0.13.0
------
- Transition to zope events completed.
- state machines
2008-04-02 06:31:11 +00:00
For a complete set of changes and fixes see:
http://gaphor.devjavu.com/query?milestone=Gaphor+0.13.0
2007-09-07 14:01:19 +00:00
0.12.0
2007-08-27 11:21:39 +00:00
------
2007-09-07 11:48:07 +00:00
- undo/redo fixes
2007-08-27 14:18:35 +00:00
- allow to create packages in model tree
2007-08-27 11:21:39 +00:00
- improved messages on communication diagrams
- improved text align algorithms
- tagged values can be reordered and removed (like class attributes and
operations)
2007-09-07 11:48:07 +00:00
- text entry used to on-diagram editing is much nicer, now
2007-08-27 11:21:39 +00:00
2007-08-12 12:02:24 +00:00
0.11.2
------
- improved items's connection adapters
- fixed comment line, comment, message and lifeline items connection
adapters to implement UML specification more closely
- items glueing speedup
- property page is updated when association or other diagram line connects
to appropriate diagram items
- removing and reordering of class' attributes and operations is possible
again
- association name and multiplicity editing improvements
0.11.1
------
- support gaphas 0.3.0 API
- bugfixes
2007-07-18 06:24:31 +00:00
0.11.0
------
2008-04-02 06:31:11 +00:00
- Sequence diagrams
- Non-UML drawing primitives (rectangles, ellipses, lines).
- Major performance improvements in Gaphas 0.2.0.
- Property editor
- Lots of user interface tweaks
- Services are loaded through Egg entry points.
- New plugin infrastructure, based on setuptools.
- gtk.UIManager is now used for menus.
2007-07-18 06:24:31 +00:00
2007-04-04 06:56:22 +00:00
0.10.0
------
2008-04-02 06:31:11 +00:00
- New undo management system
- Setuptools is used for installation and also within Gaphor
- Depends on zope.component 3.4 and gaphas 0.1.3 (installed on as-needed basis)
- Installable as Python Egg
2007-04-04 06:56:22 +00:00
2007-01-16 08:08:39 +00:00
0.9.0
-----
- New pure-python canvas implementation (gaphas)
- Zope Adapters used for item connections
- Undo managements temporaly disabled
- Added loads of unit tests
2008-04-02 06:31:11 +00:00
2007-01-16 08:08:39 +00:00
NOTE: if you have Zope 3 installed it's probably not a good idea to install
Gaphor too, since Gaphor tries to install Zope3 packages too.
Don't worry, you can run Gaphor perfectly well using the run-gaphor.sh
script.
2006-02-01 20:06:12 +00:00
0.8.1
-----
2006-02-06 08:52:49 +00:00
- support for automatic realization dependencies between components and
interfaces
- provided and required interfaces of component realizing classifiers are
visible in Component.{provided,required} derived associations
- missing icons added
2006-02-01 20:06:12 +00:00
2005-12-20 10:20:11 +00:00
0.8.0
-----
2005-12-13 18:44:36 +00:00
- actions: flow final, fork, join and object nodes
2006-01-07 18:05:18 +00:00
- assembly connector
2006-01-10 09:05:56 +00:00
- flows and also initial, flow final and activity final nodes can have names
2006-01-07 18:05:18 +00:00
- flows can be splitted and merged using activity edge connectors
- object inspector panel added
- pdf file export
- gaphorconvert utility, which allows easy batch conversion of diagrams
2006-01-10 09:05:56 +00:00
into svg or pdf files
- user interface fixes
2005-12-13 18:44:36 +00:00
- require gtk+ 2.8.x
2005-10-07 09:44:50 +00:00
0.7.1
-----
- Real UML2 associations;
- Stereotypes;
- Atrifact and Node types;
- Settings of open and closed toolboxes as well as the window size are saved;
- Diagrams are shown in bold in the tree view, abstract classes are italic;
- Added recent files option;
- Keyboard shortcuts can be configured at runtime.
- Spanish translation
- Python2.4 fixes
2004-11-10 07:44:53 +00:00
0.7.0
-----
- XMI export plugin
- Item alignment
- Full featured undo mechanism
- Copy/paste
- usability improvements
- require DiaCanvas2 0.14.2
2004-11-02 10:52:18 +00:00
0.6.0
-----
- Enhanced Plugin support
- Interfaces
- Support for Stereotypes
2004-07-24 08:40:21 +00:00
0.5.0
-----
- Support for UseCases
- Plugins
- Packages can be reordered
- Interfaces
0.4.0
-----
- Support for Actions
- Support for Components
0.3.0
-----
- New and improved interface