/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by teichmann, Tue Aug 7 13:55:03 2007 UTC revision 19 by teichmann, Thu Aug 9 14:16:33 2007 UTC
# Line 1  Line 1 
1    2007-08-09      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/test-data/simple.xml: Added demo textarea
4    
5            * tools/formed/formed/model/data.py: Added TextAreaLeaf
6    
7            * tools/formed/formed/io/document.py: register builder
8              for loading of textareas
9    
10            * tools/formed/formed/plugins/web/plugin.py: Added rendering
11              for textareas.
12    
13    2007-08-09      Sascha L. Teichmann <[email protected]>
14    
15            * tools/formed/test-data/simple.xml: Make demo choice fancier.
16    
17            * tools/formed/formed/model/data.py: Added attributes for texts
18            
19            * tools/formed/formed/plugins/web/plugin.py: Added rendering
20              for texts
21    
22    2007-08-09      Sascha L. Teichmann <[email protected]>
23    
24            * tools/formed/test-data/simple.xml: Make demo choice fancier.
25    
26            * tools/formed/formed/model/data.py: Added attributes for choices.
27    
28            * tools/formed/formed/plugins/web/plugin.py: Added rendering
29              for choices
30    
31    2007-08-09      Sascha L. Teichmann <[email protected]>
32    
33            * tools/formed/formed/model/data.py,
34              tools/formed/formed/model/nodecomponents.py: Added new
35                    attributes.
36    
37            * tools/formed/formed/plugins/web/plugin.py: Added rendering
38              for checkboxes and radio buttons.
39    
40    2007-08-08      Sascha L. Teichmann <[email protected]>
41    
42            * tools/formed/test-data/simple.xml: Added some descriptions
43    
44            * tools/formed/formed/model/data.py: set attributes in constructors
45              directly.
46    
47            * tools/formed/formed/model/nodecomponents.py: Added description
48              attribute in the NodeComponent base class.
49    
50            * tools/formed/formed/plugins/web/plugin.py: Render description
51              as legend in fieldset for GroupNodes.
52    
53    2007-08-08      Sascha L. Teichmann <[email protected]>
54    
55            * tools/formed/formed/plugins/web/plugin.py: make UTF-8
56              output work.
57    
58    2007-08-08      Sascha L. Teichmann <[email protected]>
59    
60            * tools/formed/formed/model/data.py: Added get/setText() method
61    
62            * tools/formed/formed/plugins/web/plugin.py: Added a first
63              version of a recursive HTML renderer based on the document
64                    tree.
65    
66    2007-08-08      Sascha L. Teichmann <[email protected]>
67    
68            * tools/formed/formed/plugins/*: New: plug-in infrastructure.
69            
70            * tools/formed/formed/plugins/web/*: new: A simple web server
71              which is intended to serve pages of the current formular.
72    
73            * tools/formed/formed/main.py: start the plug-ins
74    
75            * tools/formed/formed/config.py: configuration class. Used
76              for the plug-ins.
77    
78    2007-08-08      Sascha L. Teichmann <[email protected]>
79    
80            * tools/formed/formed/model/nodecomponents.py: Fixed broadcasting
81              issue with zero length tree paths.
82    
83            * tools/formed/formed/model/misc.py: New: contains a class
84              for generating unique ids.
85    
86            * tools/formed/formed/main.py: Added an instance of an
87              unique id generator for naming of new made tree items.
88    
89    2007-08-07      Sascha L. Teichmann <[email protected]>
90    
91            * tools/formed/formed/main.py: Added event route document ->
92              attribute table to get informed when selected item is delete
93                    or an attribute is changed from the outside.
94    
95            * tools/formed/formed/ui/controls.py: Fixed. In older versions of
96              wxPython 2.6.x ListCtrl.InsertStringItem takes 2 instead
97                    of 3 argument. Uses icons+tooltips for tree navigation now.
98    
99    2007-08-07      Sascha L. Teichmann <[email protected]>
100    
101            * tools/formed/formed/model/nodecomponents.py: Set name
102              attribute in base class.
103    
104            * tools/formed/formed/io/document.py: Added a table
105              names -> classes.
106    
107            * tools/formed/formed/main.py: Added a toolbar. Added code
108              to create and delete tree items.
109    
110            * tools/formed/formed/ui/controls.py: Added code to
111              insert and delete new tree items.
112    
113  2007-08-07      Sascha L. Teichmann <[email protected]>  2007-08-07      Sascha L. Teichmann <[email protected]>
114    
115          * tools/formed/formed/model/nodecomponents.py: Fixed event          * tools/formed/formed/model/nodecomponents.py: Fixed event

Legend:
Removed from v.7  
changed lines
  Added in v.19

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26