/[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 16 by teichmann, Thu Aug 9 10:13:08 2007 UTC
# Line 1  Line 1 
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]>  2007-08-07      Sascha L. Teichmann <[email protected]>
84    
85          * 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.16

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26