1 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/nodecomponents.py: Added an |
4 |
|
'annotation' attribute to node components. This is to |
5 |
|
enable FormEd document authors to add comments to groups |
6 |
|
and fields. |
7 |
|
|
8 |
|
2007-09-03 Frank Koormann <[email protected]> |
9 |
|
|
10 |
|
* tools/formed/formed/model/nodecomponents.py |
11 |
|
(NodeComponent.getParent): New method to get node components parent. |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/export/html.py: Export Choice option |
14 |
|
as simple list instead of collection of bools. |
15 |
|
|
16 |
|
2007-09-02 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/model/persistent.py: Interfaces to abstract |
19 |
|
from persistent storage details. |
20 |
|
|
21 |
|
* tools/formed/formed/model/memory.py: In core implementation |
22 |
|
of the persistent interfaces. |
23 |
|
|
24 |
|
* tools/formed/formed/main.py: Holds a memory data store now. |
25 |
|
|
26 |
|
2007-09-02 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/export/sql.py, |
29 |
|
tools/formed/formed/plugins/export/html.py: Fixed constructor chains |
30 |
|
for FileDialogFilter sub classes. |
31 |
|
|
32 |
2007-09-02 Sascha L. Teichmann <[email protected]> |
2007-09-02 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
* tools/formed/formed/model/misc.py: Checking the mode in recursive |
* tools/formed/formed/model/misc.py: Checking the mode in recursive |