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