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