1 |
2007-08-10 Sascha L. Teichmann <[email protected]> |
2 |
|
3 |
* tools/formed/test-data/simple.xml: removed 'text' attributes from |
4 |
info tags. Use the 'value' attributes for same purpose now, please! |
5 |
|
6 |
* tools/formed/formed/model/data.py: removed text attributes from |
7 |
InfoLeaf. |
8 |
|
9 |
* tools/formed/formed/plugins/web/renderer.py: Rendering of info |
10 |
now uses the 'value' instead of the 'text' attributes. |
11 |
|
12 |
2007-08-09 Sascha L. Teichmann <[email protected]> |
13 |
|
14 |
* tools/formed/formed/model/data.py: next/prevPage() are |
15 |
methods of PageNode now. |
16 |
|
17 |
* tools/formed/formed/model/nodecomponents.py: findByClassAndName() |
18 |
is method of Document now. |
19 |
|
20 |
* tools/formed/formed/plugins/web/plugin.py: Factored out |
21 |
the HTML renderer. |
22 |
|
23 |
* tools/formed/formed/plugins/web/renderer.py: New: contains |
24 |
the HTML renderer now. |
25 |
|
26 |
* tools/formed/test-data/simple.xml: Fixed typo |
27 |
|
28 |
2007-08-09 Sascha L. Teichmann <[email protected]> |
29 |
|
30 |
* tools/formed/formed/plugins/web/plugin.py: Fixed a bug |
31 |
in calculation of width of bounded int fields. |
32 |
|
33 |
2007-08-09 Sascha L. Teichmann <[email protected]> |
34 |
|
35 |
* tools/formed/test-data/simple.xml: Make demo Int fancier. |
36 |
|
37 |
* tools/formed/formed/model/data.py: Added attributes to IntLeaf |
38 |
|
39 |
* tools/formed/formed/plugins/web/plugin.py: Added rendering for |
40 |
Ints |
41 |
|
42 |
2007-08-09 Sascha L. Teichmann <[email protected]> |
43 |
|
44 |
* tools/formed/test-data/simple.xml: Added demo textarea |
45 |
|
46 |
* tools/formed/formed/model/data.py: Added TextAreaLeaf |
47 |
|
48 |
* tools/formed/formed/io/document.py: register builder |
49 |
for loading of textareas |
50 |
|
51 |
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
52 |
for textareas. |
53 |
|
54 |
2007-08-09 Sascha L. Teichmann <[email protected]> |
55 |
|
56 |
* tools/formed/test-data/simple.xml: Make demo choice fancier. |
57 |
|
58 |
* tools/formed/formed/model/data.py: Added attributes for texts |
59 |
|
60 |
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
61 |
for texts |
62 |
|
63 |
2007-08-09 Sascha L. Teichmann <[email protected]> |
64 |
|
65 |
* tools/formed/test-data/simple.xml: Make demo choice fancier. |
66 |
|
67 |
* tools/formed/formed/model/data.py: Added attributes for choices. |
68 |
|
69 |
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
70 |
for choices |
71 |
|
72 |
2007-08-09 Sascha L. Teichmann <[email protected]> |
73 |
|
74 |
* tools/formed/formed/model/data.py, |
75 |
tools/formed/formed/model/nodecomponents.py: Added new |
76 |
attributes. |
77 |
|
78 |
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
79 |
for checkboxes and radio buttons. |
80 |
|
81 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
82 |
|
83 |
* tools/formed/test-data/simple.xml: Added some descriptions |
84 |
|
85 |
* tools/formed/formed/model/data.py: set attributes in constructors |
86 |
directly. |
87 |
|
88 |
* tools/formed/formed/model/nodecomponents.py: Added description |
89 |
attribute in the NodeComponent base class. |
90 |
|
91 |
* tools/formed/formed/plugins/web/plugin.py: Render description |
92 |
as legend in fieldset for GroupNodes. |
93 |
|
94 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
95 |
|
96 |
* tools/formed/formed/plugins/web/plugin.py: make UTF-8 |
97 |
output work. |
98 |
|
99 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
100 |
|
101 |
* tools/formed/formed/model/data.py: Added get/setText() method |
102 |
|
103 |
* tools/formed/formed/plugins/web/plugin.py: Added a first |
104 |
version of a recursive HTML renderer based on the document |
105 |
tree. |
106 |
|
107 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
108 |
|
109 |
* tools/formed/formed/plugins/*: New: plug-in infrastructure. |
110 |
|
111 |
* tools/formed/formed/plugins/web/*: new: A simple web server |
112 |
which is intended to serve pages of the current formular. |
113 |
|
114 |
* tools/formed/formed/main.py: start the plug-ins |
115 |
|
116 |
* tools/formed/formed/config.py: configuration class. Used |
117 |
for the plug-ins. |
118 |
|
119 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
120 |
|
121 |
* tools/formed/formed/model/nodecomponents.py: Fixed broadcasting |
122 |
issue with zero length tree paths. |
123 |
|
124 |
* tools/formed/formed/model/misc.py: New: contains a class |
125 |
for generating unique ids. |
126 |
|
127 |
* tools/formed/formed/main.py: Added an instance of an |
128 |
unique id generator for naming of new made tree items. |
129 |
|
130 |
2007-08-07 Sascha L. Teichmann <[email protected]> |
131 |
|
132 |
* tools/formed/formed/main.py: Added event route document -> |
133 |
attribute table to get informed when selected item is delete |
134 |
or an attribute is changed from the outside. |
135 |
|
136 |
* tools/formed/formed/ui/controls.py: Fixed. In older versions of |
137 |
wxPython 2.6.x ListCtrl.InsertStringItem takes 2 instead |
138 |
of 3 argument. Uses icons+tooltips for tree navigation now. |
139 |
|
140 |
2007-08-07 Sascha L. Teichmann <[email protected]> |
141 |
|
142 |
* tools/formed/formed/model/nodecomponents.py: Set name |
143 |
attribute in base class. |
144 |
|
145 |
* tools/formed/formed/io/document.py: Added a table |
146 |
names -> classes. |
147 |
|
148 |
* tools/formed/formed/main.py: Added a toolbar. Added code |
149 |
to create and delete tree items. |
150 |
|
151 |
* tools/formed/formed/ui/controls.py: Added code to |
152 |
insert and delete new tree items. |
153 |
|
154 |
2007-08-07 Sascha L. Teichmann <[email protected]> |
155 |
|
156 |
* tools/formed/formed/model/nodecomponents.py: Fixed event |
157 |
broadcasting for attribute changes. |
158 |
|
159 |
* tools/formed/formed/ui/controls.py: Add a list/table control to |
160 |
edit the attributes of a selected item. |
161 |
|
162 |
* tools/formed/formed/main.py: Added code to bind the new |
163 |
list/table control. |
164 |
|
165 |
2007-08-06 Sascha L. Teichmann <[email protected]> |
166 |
|
167 |
* tools/formed/formed/main.py: Added event routes to move |
168 |
items in and out of groups. |
169 |
|
170 |
* tools/formed/formed/ui/controls.py: Added code to move |
171 |
items in and out of groups. |
172 |
|
173 |
2007-08-06 Sascha L. Teichmann <[email protected]> |
174 |
|
175 |
* tools/formed/formed/model/nodecomponents.py: Fixed path |
176 |
calculation to root and event broadcasting |
177 |
|
178 |
* tools/formed/formed/io/factories.py: Adjust to new |
179 |
event broadcasting. |
180 |
|
181 |
* tools/formed/formed/main.py: Added code to move items |
182 |
up and down the document tree. |
183 |
|
184 |
* tools/formed/formed/ui/controls.py: Establish sort order |
185 |
by indices of children in parent instead of alphanum. |
186 |
Code to move items up and down the document tree. |
187 |
|
188 |
* tools/formed/formed/io/document.py: Added missing imports. |
189 |
|
190 |
2007-08-06 Sascha L. Teichmann <[email protected]> |
191 |
|
192 |
* tools/formed/formed.py: Added to avoid problems with |
193 |
ambiguous absolute module names. Thanks to Bernhard Herzog |
194 |
|
195 |
* tools/formed/formed.sh: Starts formed.py now |
196 |
|
197 |
* tools/formed/formed/main.py, |
198 |
tools/formed/formed/ui/controls.py: Added control to |
199 |
move items around in tree. Has no effect by now. |
200 |
|
201 |
2007-08-05 Sascha L. Teichmann <[email protected]> |
202 |
|
203 |
* tools/formed/formed/io/parser.py: Adjusted style |
204 |
|
205 |
* tools/formed/formed/io/document.py, |
206 |
tools/formed/formed/io/factories.py: Simplified factory |
207 |
model for XML loading. |
208 |
|
209 |
2007-08-05 Sascha L. Teichmann <[email protected]> |
210 |
|
211 |
* ChangeLog: started ChangeLog |
212 |
|
213 |
* tools/formed/*: initial check-in of the Formular Editor. |
214 |
Not working yet. Only can load, view and store formular XML files. |
215 |
Start it with 'tools/formed/formed.sh'. |