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]> |
33 |
|
|
34 |
|
* tools/formed/formed/model/misc.py: Checking the mode in recursive |
35 |
|
tree traversals is a common task. To ease this a decorator function |
36 |
|
checkMode in union with sub classing ModeChecker can be used. |
37 |
|
To make it work simply subclass from ModeChecker and add the decorator |
38 |
|
to the methods that need mode tracking. Before you start the recursion |
39 |
|
call self.prepareDescent(). |
40 |
|
|
41 |
|
* tools/formed/formed/plugins/export/html.py: Uses the new decorator scheme |
42 |
|
now which replace the old. TODO: Make the web renderer use the new scheme |
43 |
|
too. |
44 |
|
|
45 |
2007-09-02 Sascha L. Teichmann <[email protected]> |
2007-09-02 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
* tools/formed/formed/plugins/export/sql.py: Removed needless import. |
* tools/formed/formed/plugins/export/sql.py: Removed needless import. |