1 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/test-data/simple.xml: Added some descriptions |
4 |
|
|
5 |
|
* tools/formed/formed/model/data.py: set attributes in constructors |
6 |
|
directly. |
7 |
|
|
8 |
|
* tools/formed/formed/model/nodecomponents.py: Added description |
9 |
|
attribute in the NodeComponent base class. |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/web/plugin.py: Render description |
12 |
|
as legend in fieldset for GroupNodes. |
13 |
|
|
14 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/plugin.py: make UTF-8 |
17 |
|
output work. |
18 |
|
|
19 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/model/data.py: Added get/setText() method |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/web/plugin.py: Added a first |
24 |
|
version of a recursive HTML renderer based on the document |
25 |
|
tree. |
26 |
|
|
27 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/*: New: plug-in infrastructure. |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/web/*: new: A simple web server |
32 |
|
which is intended to serve pages of the current formular. |
33 |
|
|
34 |
|
* tools/formed/formed/main.py: start the plug-ins |
35 |
|
|
36 |
|
* tools/formed/formed/config.py: configuration class. Used |
37 |
|
for the plug-ins. |
38 |
|
|
39 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed broadcasting |
42 |
|
issue with zero length tree paths. |
43 |
|
|
44 |
|
* tools/formed/formed/model/misc.py: New: contains a class |
45 |
|
for generating unique ids. |
46 |
|
|
47 |
|
* tools/formed/formed/main.py: Added an instance of an |
48 |
|
unique id generator for naming of new made tree items. |
49 |
|
|
50 |
|
2007-08-07 Sascha L. Teichmann <[email protected]> |
51 |
|
|
52 |
|
* tools/formed/formed/main.py: Added event route document -> |
53 |
|
attribute table to get informed when selected item is delete |
54 |
|
or an attribute is changed from the outside. |
55 |
|
|
56 |
|
* tools/formed/formed/ui/controls.py: Fixed. In older versions of |
57 |
|
wxPython 2.6.x ListCtrl.InsertStringItem takes 2 instead |
58 |
|
of 3 argument. Uses icons+tooltips for tree navigation now. |
59 |
|
|
60 |
2007-08-07 Sascha L. Teichmann <[email protected]> |
2007-08-07 Sascha L. Teichmann <[email protected]> |
61 |
|
|
62 |
* tools/formed/formed/model/nodecomponents.py: Set name |
* tools/formed/formed/model/nodecomponents.py: Set name |