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 |
* tools/formed/formed/model/misc.py: Checking the mode in recursive |
10 |
tree traversals is a common task. To ease this a decorator function |
tree traversals is a common task. To ease this a decorator function |
11 |
checkMode in union with sub classing ModeChecker can be used. |
checkMode in union with sub classing ModeChecker can be used. |