/[formed]/trunk/ChangeLog
ViewVC logotype

Annotation of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26