/[formed]/trunk/ChangeLog
ViewVC logotype

Annotation of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26