/[thuban]/branches/WIP-pyshapelib-bramz/ChangeLog
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 265 by jan, Fri Aug 16 17:07:36 2002 UTC revision 271 by bh, Thu Aug 22 13:46:54 2002 UTC
# Line 1  Line 1 
1    2002-08-22  Bernhard Herzog  <[email protected]>
2    
3            * Thuban/UI/mainwindow.py (make_check_current_tool)
4            (_tool_command): Put the code that generates the "checked"
5            callback into a separate function so that we can reuse it
6            elsewhere
7    
8            * Thuban/Model/save.py (Saver): New class to handle serializing a
9            session into an XML file. The main reason to introduce a class is
10            that applications built on Thuban can derive from it so that they
11            can save additional information in a session file.
12            (save_session): Delegate almost all the work to the Saver class.
13            Rename the filename argument to file because it may be a file like
14            object now.
15    
16            * Thuban/Model/load.py: Get rid of the Python 1.5.2 compatibility
17            code. Remove the little test code which would be executed when the
18            module is run as a script which didn't work anymore since it can't
19            import the other Thuban modules.
20            (ProcessSession, load_session): Refactor the ProcessSession to
21            have one method for each element start and end tag so that derived
22            classes can easily override the processing of individual tags.
23            Also, always parse with namespaces enabled because applications
24            built on top of Thuban will likely use namespaces if they extend
25            the session file format.
26    
27    2002-08-21  Bernhard Herzog  <[email protected]>
28    
29            * setup.py (ThubanInstall.run): Don't repr install_lib_orig
30            because thubaninit_contents will do it for us.
31    
32  2002-08-16      Jan-Oliver Wagner <[email protected]>  2002-08-16      Jan-Oliver Wagner <[email protected]>
33    
34          * Thuban/UI/mainwindow.py: menu item 'show session tree' now disable if          * Thuban/UI/mainwindow.py: menu item 'show session tree' now disable if

Legend:
Removed from v.265  
changed lines
  Added in v.271

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26