1 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/test-data/simple.xml: Make demo choice fancier. |
4 |
|
|
5 |
|
* tools/formed/formed/model/data.py: Added attributes for texts |
6 |
|
|
7 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
8 |
|
for texts |
9 |
|
|
10 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
11 |
|
|
12 |
|
* tools/formed/test-data/simple.xml: Make demo choice fancier. |
13 |
|
|
14 |
|
* tools/formed/formed/model/data.py: Added attributes for choices. |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
17 |
|
for choices |
18 |
|
|
19 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/model/data.py, |
22 |
|
tools/formed/formed/model/nodecomponents.py: Added new |
23 |
|
attributes. |
24 |
|
|
25 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
26 |
|
for checkboxes and radio buttons. |
27 |
|
|
28 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* tools/formed/test-data/simple.xml: Added some descriptions |
31 |
|
|
32 |
|
* tools/formed/formed/model/data.py: set attributes in constructors |
33 |
|
directly. |
34 |
|
|
35 |
|
* tools/formed/formed/model/nodecomponents.py: Added description |
36 |
|
attribute in the NodeComponent base class. |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/web/plugin.py: Render description |
39 |
|
as legend in fieldset for GroupNodes. |
40 |
|
|
41 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
|
* tools/formed/formed/plugins/web/plugin.py: make UTF-8 |
44 |
|
output work. |
45 |
|
|
46 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
|
* tools/formed/formed/model/data.py: Added get/setText() method |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/plugin.py: Added a first |
51 |
|
version of a recursive HTML renderer based on the document |
52 |
|
tree. |
53 |
|
|
54 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/*: New: plug-in infrastructure. |
57 |
|
|
58 |
|
* tools/formed/formed/plugins/web/*: new: A simple web server |
59 |
|
which is intended to serve pages of the current formular. |
60 |
|
|
61 |
|
* tools/formed/formed/main.py: start the plug-ins |
62 |
|
|
63 |
|
* tools/formed/formed/config.py: configuration class. Used |
64 |
|
for the plug-ins. |
65 |
|
|
66 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
67 |
|
|
68 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed broadcasting |
69 |
|
issue with zero length tree paths. |
70 |
|
|
71 |
|
* tools/formed/formed/model/misc.py: New: contains a class |
72 |
|
for generating unique ids. |
73 |
|
|
74 |
|
* tools/formed/formed/main.py: Added an instance of an |
75 |
|
unique id generator for naming of new made tree items. |
76 |
|
|
77 |
|
2007-08-07 Sascha L. Teichmann <[email protected]> |
78 |
|
|
79 |
|
* tools/formed/formed/main.py: Added event route document -> |
80 |
|
attribute table to get informed when selected item is delete |
81 |
|
or an attribute is changed from the outside. |
82 |
|
|
83 |
|
* tools/formed/formed/ui/controls.py: Fixed. In older versions of |
84 |
|
wxPython 2.6.x ListCtrl.InsertStringItem takes 2 instead |
85 |
|
of 3 argument. Uses icons+tooltips for tree navigation now. |
86 |
|
|
87 |
|
2007-08-07 Sascha L. Teichmann <[email protected]> |
88 |
|
|
89 |
|
* tools/formed/formed/model/nodecomponents.py: Set name |
90 |
|
attribute in base class. |
91 |
|
|
92 |
|
* tools/formed/formed/io/document.py: Added a table |
93 |
|
names -> classes. |
94 |
|
|
95 |
|
* tools/formed/formed/main.py: Added a toolbar. Added code |
96 |
|
to create and delete tree items. |
97 |
|
|
98 |
|
* tools/formed/formed/ui/controls.py: Added code to |
99 |
|
insert and delete new tree items. |
100 |
|
|
101 |
|
2007-08-07 Sascha L. Teichmann <[email protected]> |
102 |
|
|
103 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed event |
104 |
|
broadcasting for attribute changes. |
105 |
|
|
106 |
|
* tools/formed/formed/ui/controls.py: Add a list/table control to |
107 |
|
edit the attributes of a selected item. |
108 |
|
|
109 |
|
* tools/formed/formed/main.py: Added code to bind the new |
110 |
|
list/table control. |
111 |
|
|
112 |
|
2007-08-06 Sascha L. Teichmann <[email protected]> |
113 |
|
|
114 |
|
* tools/formed/formed/main.py: Added event routes to move |
115 |
|
items in and out of groups. |
116 |
|
|
117 |
|
* tools/formed/formed/ui/controls.py: Added code to move |
118 |
|
items in and out of groups. |
119 |
|
|
120 |
2007-08-06 Sascha L. Teichmann <[email protected]> |
2007-08-06 Sascha L. Teichmann <[email protected]> |
121 |
|
|
122 |
* tools/formed/formed/model/nodecomponents.py: Fixed path |
* tools/formed/formed/model/nodecomponents.py: Fixed path |