neo-nie / pynsource

Automatically exported from code.google.com/p/pynsource
0 stars 0 forks source link

Lock down Persistence format #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Lock down Persistence format so that there is a version number and a known 
extension.

Original issue reported on code.google.com by abu...@gmail.com on 20 Aug 2012 at 1:38

GoogleCodeExporter commented 8 years ago

Original comment by abu...@gmail.com on 20 Aug 2012 at 1:42

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r543.

Persistence format upgraded to 1.1.  Added logic to read old formats and 
upgrade them.  File extension .pyns adopted for saved files.

Original comment by abu...@gmail.com on 27 Aug 2012 at 4:22

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r544.

persistence - moved persistence methods into their own class.  Moved graph.py 
into model package.

Original comment by abu...@gmail.com on 27 Aug 2012 at 8:03

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r545.

persistence - handle future versions better - give user opportunity to load 
anyway.

Original comment by abu...@gmail.com on 27 Aug 2012 at 8:37

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r546.

persistence - load from samples.  Also set title of frame to last loaded file, 
or (untitled) if new.

Original comment by abu...@gmail.com on 27 Aug 2012 at 10:24

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r548.

edge drawing now makes proper edges - either composition or generalisation - 
never a plain line anymore.  Could reintroduce plain lines later again, but it 
messes with persistence at the moment.

Original comment by abu...@gmail.com on 27 Aug 2012 at 11:23

GoogleCodeExporter commented 8 years ago
Possibly should persist colors on nodes.

Original comment by abu...@gmail.com on 28 Aug 2012 at 10:23