1 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
2 |
|
3 |
* tools/formed/formed/model/data.py, |
4 |
tools/formed/formed/model/nodecomponents.py: Added new |
5 |
attributes. |
6 |
|
7 |
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
8 |
for checkboxes and radio buttons. |
9 |
|
10 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
11 |
|
12 |
* tools/formed/test-data/simple.xml: Added some descriptions |
13 |
|
14 |
* tools/formed/formed/model/data.py: set attributes in constructors |
15 |
directly. |
16 |
|
17 |
* tools/formed/formed/model/nodecomponents.py: Added description |
18 |
attribute in the NodeComponent base class. |
19 |
|
20 |
* tools/formed/formed/plugins/web/plugin.py: Render description |
21 |
as legend in fieldset for GroupNodes. |
22 |
|
23 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
24 |
|
25 |
* tools/formed/formed/plugins/web/plugin.py: make UTF-8 |
26 |
output work. |
27 |
|
28 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
29 |
|
30 |
* tools/formed/formed/model/data.py: Added get/setText() method |
31 |
|
32 |
* tools/formed/formed/plugins/web/plugin.py: Added a first |
33 |
version of a recursive HTML renderer based on the document |
34 |
tree. |
35 |
|
36 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
37 |
|
38 |
* tools/formed/formed/plugins/*: New: plug-in infrastructure. |
39 |
|
40 |
* tools/formed/formed/plugins/web/*: new: A simple web server |
41 |
which is intended to serve pages of the current formular. |
42 |
|
43 |
* tools/formed/formed/main.py: start the plug-ins |
44 |
|
45 |
* tools/formed/formed/config.py: configuration class. Used |
46 |
for the plug-ins. |
47 |
|
48 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
49 |
|
50 |
* tools/formed/formed/model/nodecomponents.py: Fixed broadcasting |
51 |
issue with zero length tree paths. |
52 |
|
53 |
* tools/formed/formed/model/misc.py: New: contains a class |
54 |
for generating unique ids. |
55 |
|
56 |
* tools/formed/formed/main.py: Added an instance of an |
57 |
unique id generator for naming of new made tree items. |
58 |
|
59 |
2007-08-07 Sascha L. Teichmann <[email protected]> |
60 |
|
61 |
* tools/formed/formed/main.py: Added event route document -> |
62 |
attribute table to get informed when selected item is delete |
63 |
or an attribute is changed from the outside. |
64 |
|
65 |
* tools/formed/formed/ui/controls.py: Fixed. In older versions of |
66 |
wxPython 2.6.x ListCtrl.InsertStringItem takes 2 instead |
67 |
of 3 argument. Uses icons+tooltips for tree navigation now. |
68 |
|
69 |
2007-08-07 Sascha L. Teichmann <[email protected]> |
70 |
|
71 |
* tools/formed/formed/model/nodecomponents.py: Set name |
72 |
attribute in base class. |
73 |
|
74 |
* tools/formed/formed/io/document.py: Added a table |
75 |
names -> classes. |
76 |
|
77 |
* tools/formed/formed/main.py: Added a toolbar. Added code |
78 |
to create and delete tree items. |
79 |
|
80 |
* tools/formed/formed/ui/controls.py: Added code to |
81 |
insert and delete new tree items. |
82 |
|
83 |
2007-08-07 Sascha L. Teichmann <[email protected]> |
84 |
|
85 |
* tools/formed/formed/model/nodecomponents.py: Fixed event |
86 |
broadcasting for attribute changes. |
87 |
|
88 |
* tools/formed/formed/ui/controls.py: Add a list/table control to |
89 |
edit the attributes of a selected item. |
90 |
|
91 |
* tools/formed/formed/main.py: Added code to bind the new |
92 |
list/table control. |
93 |
|
94 |
2007-08-06 Sascha L. Teichmann <[email protected]> |
95 |
|
96 |
* tools/formed/formed/main.py: Added event routes to move |
97 |
items in and out of groups. |
98 |
|
99 |
* tools/formed/formed/ui/controls.py: Added code to move |
100 |
items in and out of groups. |
101 |
|
102 |
2007-08-06 Sascha L. Teichmann <[email protected]> |
103 |
|
104 |
* tools/formed/formed/model/nodecomponents.py: Fixed path |
105 |
calculation to root and event broadcasting |
106 |
|
107 |
* tools/formed/formed/io/factories.py: Adjust to new |
108 |
event broadcasting. |
109 |
|
110 |
* tools/formed/formed/main.py: Added code to move items |
111 |
up and down the document tree. |
112 |
|
113 |
* tools/formed/formed/ui/controls.py: Establish sort order |
114 |
by indices of children in parent instead of alphanum. |
115 |
Code to move items up and down the document tree. |
116 |
|
117 |
* tools/formed/formed/io/document.py: Added missing imports. |
118 |
|
119 |
2007-08-06 Sascha L. Teichmann <[email protected]> |
120 |
|
121 |
* tools/formed/formed.py: Added to avoid problems with |
122 |
ambiguous absolute module names. Thanks to Bernhard Herzog |
123 |
|
124 |
* tools/formed/formed.sh: Starts formed.py now |
125 |
|
126 |
* tools/formed/formed/main.py, |
127 |
tools/formed/formed/ui/controls.py: Added control to |
128 |
move items around in tree. Has no effect by now. |
129 |
|
130 |
2007-08-05 Sascha L. Teichmann <[email protected]> |
131 |
|
132 |
* tools/formed/formed/io/parser.py: Adjusted style |
133 |
|
134 |
* tools/formed/formed/io/document.py, |
135 |
tools/formed/formed/io/factories.py: Simplified factory |
136 |
model for XML loading. |
137 |
|
138 |
2007-08-05 Sascha L. Teichmann <[email protected]> |
139 |
|
140 |
* ChangeLog: started ChangeLog |
141 |
|
142 |
* tools/formed/*: initial check-in of the Formular Editor. |
143 |
Not working yet. Only can load, view and store formular XML files. |
144 |
Start it with 'tools/formed/formed.sh'. |