/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 119 by teichmann, Fri Aug 31 19:43:22 2007 UTC revision 122 by teichmann, Sun Sep 2 11:12:25 2007 UTC
# Line 1  Line 1 
1    2007-09-02 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/misc.py: Checking the mode in recursive
4              tree traversals is a common task. To ease this a decorator function
5                    checkMode in union with sub classing ModeChecker can be used.
6                    To make it work simply subclass from ModeChecker and add the decorator
7                    to the methods that need mode tracking. Before you start the recursion
8                    call self.prepareDescent().
9    
10            * tools/formed/formed/plugins/export/html.py: Uses the new decorator scheme
11              now which replace the old. TODO: Make the web renderer use the new scheme
12                    too.
13    
14    2007-09-02 Sascha L. Teichmann <[email protected]>
15    
16            * tools/formed/formed/plugins/export/sql.py: Removed needless import.
17    
18            * tools/formed/formed/plugins/export/html.py: HTML table exporter
19              uses new FileDialogFilter base class too.
20    
21    2007-09-02 Sascha L. Teichmann <[email protected]>
22    
23            * tools/formed/formed/plugins/ui/*: New. All file exporters
24              need a file dialog. Till now each of them pulled up its
25                    own. This was silly code replication. Now there is an abstract
26                    base class 'FileDialogFilter' which implements the common
27                    behavior. The file exporters should subclass it.
28    
29            * tools/formed/formed/plugins/export/sql.py: Subclass the SQL
30              exporters from the new base class. TODO: Subclass the HTML
31                    exporter too.
32    
33  2007-08-31 Sascha L. Teichmann <[email protected]>  2007-08-31 Sascha L. Teichmann <[email protected]>
34    
35          * tools/formed/formed/plugins/export/html.py: Make mode check          * tools/formed/formed/plugins/export/html.py: Make mode check

Legend:
Removed from v.119  
changed lines
  Added in v.122

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26