/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 121 by teichmann, Sun Sep 2 10:44:53 2007 UTC revision 123 by teichmann, Sun Sep 2 11:39:40 2007 UTC
# Line 1  Line 1 
1  2007-09-02 Sascha L. Teichmann <[email protected]>  2007-09-02 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/export/sql.py,
4              tools/formed/formed/plugins/export/html.py: Fixed constructor chains
5                    for FileDialogFilter sub classes.
6    
7    2007-09-02 Sascha L. Teichmann <[email protected]>
8    
9            * tools/formed/formed/model/misc.py: Checking the mode in recursive
10              tree traversals is a common task. To ease this a decorator function
11                    checkMode in union with sub classing ModeChecker can be used.
12                    To make it work simply subclass from ModeChecker and add the decorator
13                    to the methods that need mode tracking. Before you start the recursion
14                    call self.prepareDescent().
15    
16            * tools/formed/formed/plugins/export/html.py: Uses the new decorator scheme
17              now which replace the old. TODO: Make the web renderer use the new scheme
18                    too.
19    
20    2007-09-02 Sascha L. Teichmann <[email protected]>
21    
22          * tools/formed/formed/plugins/export/sql.py: Removed needless import.          * tools/formed/formed/plugins/export/sql.py: Removed needless import.
23    
24          * tools/formed/formed/plugins/export/html.py: HTML table exporter          * tools/formed/formed/plugins/export/html.py: HTML table exporter

Legend:
Removed from v.121  
changed lines
  Added in v.123

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26