1 |
|
2007-09-02 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/ui/*: New. All file exporters |
4 |
|
need a file dialog. Till now each of them pulled up its |
5 |
|
own. This was silly code replication. Now there is an abstract |
6 |
|
base class 'FileDialogFilter' which implements the common |
7 |
|
behavior. The file exporters should subclass it. |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/export/sql.py: Subclass the SQL |
10 |
|
exporters from the new base class. TODO: Subclass the HTML |
11 |
|
exporter too. |
12 |
|
|
13 |
2007-08-31 Sascha L. Teichmann <[email protected]> |
2007-08-31 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
* tools/formed/formed/plugins/export/html.py: Make mode check |
* tools/formed/formed/plugins/export/html.py: Make mode check |