1 |
2007-10-11 Sascha L. Teichmann <[email protected]> |
2007-10-11 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/data.py: The import/export |
4 |
|
of data is now implemented with filters (the most consequent |
5 |
|
way in terms of design of FormEd). The support of the 'persistent' |
6 |
|
FORMED env-variable support has been removed. |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/ui/controls.py: Added a flag to the |
9 |
|
filter file dialog to double as import dialog. |
10 |
|
|
11 |
|
* tools/formed/formed/main.py: Removed the the FORMED-var support |
12 |
|
for persistence. |
13 |
|
|
14 |
|
* tools/formed/formed/config.py: Add the two new filters to the filters |
15 |
|
list. |
16 |
|
|
17 |
|
2007-10-11 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
* tools/formed/formed/model/memory.py: Uses XML as persistence format now. |
* tools/formed/formed/model/memory.py: Uses XML as persistence format now. |
20 |
Removed pickle/unpickle stuff. |
Removed pickle/unpickle stuff. |
21 |
|
|