1 |
2007-08-29 Sascha L. Teichmann <[email protected]> |
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]> |
14 |
|
|
15 |
|
* tools/formed/formed/plugins/export/html.py: Make mode check |
16 |
|
work (again). |
17 |
|
|
18 |
|
2007-08-31 Torsten Irlaender <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/export/html.py: Rendering of the HTML |
21 |
|
exprt works now in a recursive way. This change was needed because |
22 |
|
the structure of the formedtree has changed to be able to render |
23 |
|
full hirachically document stuctures. (nested lists) |
24 |
|
TODO: Fix modechecking |
25 |
|
|
26 |
|
2007-08-31 Torsten Irlaender <[email protected]> |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/web/plugin.py: Navigation rendering works |
29 |
|
now in recursive way. This change was needed because the structure |
30 |
|
of the formedtree has changed to be able to render full hirachically |
31 |
|
document stuctures. (nested lists) |
32 |
|
|
33 |
|
2007-08-31 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/formed/model/nodecomponents.py: use discard() |
36 |
|
instead of remove on sets. |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/export/sql.py: Added an |
39 |
|
exporter for table views. |
40 |
|
|
41 |
|
* tools/formed/formed/config.py: Added the new exporter |
42 |
|
to the list of export filters. |
43 |
|
|
44 |
|
2007-08-30 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
* tools/formed/formed/model/data.py: Fixed a bug in |
* tools/formed/formed/model/data.py: Fixed a bug in |
47 |
Page.allWidgets() |
Page.allWidgets() |